- Notifications
You must be signed in to change notification settings - Fork16
Comparing changes
Open a pull request
base repository:coder/jetbrains-coder
Uh oh!
There was an error while loading.Please reload this page.
base:v2.18.0
head repository:coder/jetbrains-coder
Uh oh!
There was an error while loading.Please reload this page.
compare:main
- 13commits
- 23files changed
- 7contributors
Commits on Feb 4, 2025
Changelog update - v2.18.0 (#529)
Co-authored-by: GitHub Action <action@github.com>
Commits on Feb 14, 2025
fix: update EAP constraint (#535)
* Update version.* Update changelog
Changelog update - v2.18.1 (#536)
Co-authored-by: GitHub Action <action@github.com>
Commits on Feb 20, 2025
prevent unintended early return from skipping writing wildcard configs (
#539)prevent unintended early return from skipping writing wildcard configs
setup script can communicate an error message to the end user (#538)
* setup script can communicate an error message to the end user* review fixes* custom exception class for setup command* better title* changelog update---------Co-authored-by: Benjamin Peinhardt <61021968+bcpeinhardt@users.noreply.github.com>Co-authored-by: Benjamin <benjaminpeinhardt@gmail.com>
Commits on Mar 7, 2025
Changelog update - v2.19.0 (#540)
Co-authored-by: GitHub Action <action@github.com>
Retrieve workspace directly in link handler when using wildcardSSH fe…
…ature (#542)* Retrieve workspace directly in link handler when using wildcardSSH featureInstead of listing all workspaces matching the filter, get info aboutthe specific workspace the user is trying to connect to. This letsjetbrains-gateway:// links to others' workspaces work without needing tomodify the workspace filter parameter.* changelog update---------Co-authored-by: Benjamin Peinhardt <61021968+bcpeinhardt@users.noreply.github.com>Co-authored-by: Benjamin <benjaminpeinhardt@gmail.com>
Commits on May 1, 2025
fix: skip installed EAP, RC, NIGHTLY and PREVIEW ides from showing if…
… they are superseded (#548)* chore: build and test with newer Gateway versionThe existing EAP snapshot was removed from the repo* fix: skip installed EAP, RC, NIGHTLY and PREVIEW ides from showing if they are supersededThe IDE and Project view will no longer show IDEs that are installed and which are not yet released, butthey have a released version available for download.* impl: add UTs for installed IDEs filtering
Commits on May 20, 2025
fix: pass the folder parameter to the IDE&Project dialog (#550)
* chore: use newer snapshot build for testing and buildingI've also changed the list of Gateway versions we run the verifier againstto include Gateway 2025.1 while excluding some ancient releases.Without this commit the PR will fail to build, the declared snapshots areno longer available in the repository* fix: pass the folder parameter to the IDE&Project dialogThe value of the `folder` URI parameter is passed to the IDE&Projectdialog when handling URIs. The folder value will be rendered insteadof the default home folder if the value is not blank.-resolves#466* chore: next version is 2.20.1
Changelog update -
v2.20.1
(#553)* Changelog update - v2.20.1* empty commit to trigger build---------Co-authored-by: GitHub Action <action@github.com>Co-authored-by: Faur Ioan-Aurel <fioan89@gmail.com>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.18.0...main
Uh oh!
There was an error while loading.Please reload this page.