-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: coder/jetbrains-coder
base: v2.17.0
head repository: coder/jetbrains-coder
compare: main
- 14 commits
- 22 files changed
- 8 contributors
Commits on Jan 27, 2025
-
Changelog update - v2.17.0 (#527)
Co-authored-by: GitHub Action <action@github.com>
Configuration menu - View commit details
-
Copy full SHA for 9705045 - Browse repository at this point
Copy the full SHA 9705045View commit details
Commits on Feb 4, 2025
-
Use wildcard SSH config Host entries (#521)
* Use wildcard SSH config Host entries This simplifies the written SSH config and avoids the need to make an API request for every workspace the filter returns. This can remove minutes from the "Configuring Coder CLI..." step when the user has access to many workspaces (for example, an admin who wants the option of connecting to anyone's workspace on a large deployment). Depends on coder/coder#16088 * changelog update --------- Co-authored-by: Benjamin Peinhardt <61021968+bcpeinhardt@users.noreply.github.com> Co-authored-by: Benjamin <benjaminpeinhardt@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f39e1f4 - Browse repository at this point
Copy the full SHA f39e1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a4fb59 - Browse repository at this point
Copy the full SHA 5a4fb59View commit details -
Changelog update - v2.18.0 (#529)
Co-authored-by: GitHub Action <action@github.com>
Configuration menu - View commit details
-
Copy full SHA for f182e84 - Browse repository at this point
Copy the full SHA f182e84View commit details
Commits on Feb 14, 2025
-
fix: update EAP constraint (#535)
* Update version. * Update changelog
Configuration menu - View commit details
-
Copy full SHA for 9b8754a - Browse repository at this point
Copy the full SHA 9b8754aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cba83d2 - Browse repository at this point
Copy the full SHA cba83d2View commit details -
Changelog update - v2.18.1 (#536)
Co-authored-by: GitHub Action <action@github.com>
Configuration menu - View commit details
-
Copy full SHA for cdc6fda - Browse repository at this point
Copy the full SHA cdc6fdaView commit details
Commits on Feb 20, 2025
-
prevent unintended early return from skipping writing wildcard configs (
#539) prevent unintended early return from skipping writing wildcard configs
Configuration menu - View commit details
-
Copy full SHA for 7d8ad4b - Browse repository at this point
Copy the full SHA 7d8ad4bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3a9116f - Browse repository at this point
Copy the full SHA 3a9116fView commit details
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3b357fa - Browse repository at this point
Copy the full SHA 3b357faView commit details
Commits on Mar 7, 2025
-
Changelog update - v2.19.0 (#540)
Co-authored-by: GitHub Action <action@github.com>
Configuration menu - View commit details
-
Copy full SHA for 64e66d8 - Browse repository at this point
Copy the full SHA 64e66d8View commit details -
Retrieve workspace directly in link handler when using wildcardSSH fe…
…ature (#542) * Retrieve workspace directly in link handler when using wildcardSSH feature Instead of listing all workspaces matching the filter, get info about the specific workspace the user is trying to connect to. This lets jetbrains-gateway:// links to others' workspaces work without needing to modify the workspace filter parameter. * changelog update --------- Co-authored-by: Benjamin Peinhardt <61021968+bcpeinhardt@users.noreply.github.com> Co-authored-by: Benjamin <benjaminpeinhardt@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 74ad635 - Browse repository at this point
Copy the full SHA 74ad635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39a2942 - Browse repository at this point
Copy the full SHA 39a2942View commit details
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 version The existing EAP snapshot was removed from the repo * fix: skip installed EAP, RC, NIGHTLY and PREVIEW ides from showing if they are superseded The IDE and Project view will no longer show IDEs that are installed and which are not yet released, but they have a released version available for download. * impl: add UTs for installed IDEs filtering
Configuration menu - View commit details
-
Copy full SHA for 79118e3 - Browse repository at this point
Copy the full SHA 79118e3View commit details
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.17.0...main