Skip to content

Tags: iamphill/sourcegraph

Tags

app-v2023.6.13+1311.1af08ae774

Toggle app-v2023.6.13+1311.1af08ae774's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add stop generating button to cody web (sourcegraph#53191)

Add stop generating button for in progress message for cody in web.
<img width="760" alt="image"
src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Ca+href%3D"https://github.com/sourcegraph/sourcegraph/assets/22571395/8ea16443-a125-4a73-8859-eb815cdd89e3">https://github.com/sourcegraph/sourcegraph/assets/22571395/8ea16443-a125-4a73-8859-eb815cdd89e3">


https://www.loom.com/share/811352d2fb6942ff9851c9dedda281e1
## Test plan

- visit /cody
- ask a question
- click on stop generating button
- reload the page

app-v2023.6.6+1309.585fa485ce

Toggle app-v2023.6.6+1309.585fa485ce's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cody: display error on older SG version or when cody is not enabled(s…

…ourcegraph#52739)

app-v2023.6.2+debug.6705220765

Toggle app-v2023.6.2+debug.6705220765's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Embeddings: respect minimum interval for non-completed jobs (sourcegr…

…aph#52799)

In sourcegraph#52505 we added a minimum interval between embeddings jobs. It only
checked for completed jobs within the time window, which meant that if a
job was queued, processing, or cancelled, the policy would immediately
attempt to schedule another.

This PR updates the minimum interval check to include all recent jobs,
regardless of state. The semantics are now "we will not schedule new job
if we've already kicked off a job for that repo in the past 24h".

app-v2023.5.30+1306.85e549168c

Toggle app-v2023.5.30+1306.85e549168c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update embedded-repos.md with latest list of embedded repos (sourcegr…

…aph#52568)

Automation coming in the next PR 😄 

I promise this looks ok @unknwon 
## Test plan
N/A

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->

app-v2023.5.28+debug.47a0c9ab2d

Toggle app-v2023.5.28+debug.47a0c9ab2d's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
syntax-highlighter: initial ctags work (w/ musl scip-ctags) (sourcegr…

…aph#52643)

- Write Rust one-for-one protocol compatible replacement for
universal-ctags in JSON streaming mode (scip-ctags)
- Use tree-sitter to generate scip symbols, then emit those through
scip-ctags
- These symbols will be reused for Cody context 
- Ensure code is built with musl libc

## Test plan

Unit and snapshot tests in the Rust symbol generation code - verified
working in the symbols sidebar and symbol search for enabled languages.

---------

Co-authored-by: TJ DeVries <[email protected]>
Co-authored-by: William Bezuidenhout <[email protected]>
Co-authored-by: Eric Fritz <[email protected]>
Co-authored-by: Eric Fritz <[email protected]>
Co-authored-by: Jean-Hadrien Chabran <[email protected]>