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.1
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.2
Choose a head ref
  • 4 commits
  • 24 files changed
  • 3 contributors

Commits on Sep 9, 2024

  1. fix/Webview: Make Cody: Restart Cody close Webview panels and restore…

    … Webview views (#2227)
    
    Fixes CODY-3546.
    
    Hook the "stop agent" method to clean up webviews.
    
    Some tidy ups:
    
    - Move webviews into their own package.
    - Break large webview files apart, and organize them by layer.
    - Add a README.md describing this structure.
    - Be explicit about UNIX-style line endings with Spotless.
    
    ## Test plan
    
    1. Open some chats, chat in the sidebar
    2. Shift-shift, Cody: Restart Cody action
    3. Verify that the chat panels close and the sidebar reloads
    
    ## Changelog
    
    The webview-based chat now works after restarting Cody.
    Dominic Cooney authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e83914b View commit details
    Browse the repository at this point in the history
  2. Fix Cody failures when saving files with schemes not supported by NIO (

    …#2251)
    
    Fixes #2209
    
    ## Changes 
    
    We should not use `toNioPath`... ever. Not all IJ files have propen NIO
    represenataion.
    Generally we should try to always stick stick to `VirtualFiles`.
    
    ## Test plan
    
    Unfortunately I found no easy way to reproduce it...yet.
    pkukielka authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ee82e90 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Fix IndexOutOfBounds from the highlight pass (#2252)

    ## Test plan
    Try these examples:
    - #2110
    - #1988
    mkondratek authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1e2c35b View commit details
    Browse the repository at this point in the history
  2. Bump Cody commit (#2260)

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