Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sourcegraph/jetbrains
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.2
Choose a base ref
...
head repository: sourcegraph/jetbrains
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.4
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 11, 2024

  1. Switch back to cody main (#2270)

    ## Test plan
    
    Full QA
    pkukielka authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    6fc9bc8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Fix chat history download (#2282)

    Fixes #2274
    
    ## Test plan
    
    1. Open Cody chat history
    2. Click "Export History"
    3. Select a file and path of your choice to save it
    4. Verify that file content contains proper json
    pkukielka authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4b4f902 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Do not run EDT code in CodyFixHighlightPass:doCollectInformation (#2289)

    Fixes #2287
    
    ## Changes 
    
    Looks like we cannot do EDT actions in the
    `CodyFixHighlightPass:doCollectInformation` or we are risking a
    deadlock.
    
    ## Test plan
    
    It's a bit hard to test deterministically but for me adding and removing
    few special characters on an empty file was triggering IDE crash pretty
    quickly (10-20 sec).
    I used combination of:
    
    `Option + \` (`«`)
    `Option + P` (`Ļ`)
    `Backspace`
    
    In a random order.
    Timing matters, keep changing the tempo of the keystrokes.
    pkukielka authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    03e9897 View commit details
    Browse the repository at this point in the history
  2. Bump Cody commit (#2290)

    ## Test plan
    
    Full QA
    pkukielka authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    7118ffa View commit details
    Browse the repository at this point in the history
Loading