-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: coder/jetbrains-coder
base: v2.17.0
head repository: coder/jetbrains-coder
compare: main
- 17 commits
- 31 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
Commits on May 20, 2025
-
fix: pass the folder parameter to the IDE&Project dialog (#550)
* chore: use newer snapshot build for testing and building I've also changed the list of Gateway versions we run the verifier against to include Gateway 2025.1 while excluding some ancient releases. Without this commit the PR will fail to build, the declared snapshots are no longer available in the repository * fix: pass the folder parameter to the IDE&Project dialog The value of the `folder` URI parameter is passed to the IDE&Project dialog when handling URIs. The folder value will be rendered instead of the default home folder if the value is not blank. -resolves #466 * chore: next version is 2.20.1
Configuration menu - View commit details
-
Copy full SHA for 708bc6b - Browse repository at this point
Copy the full SHA 708bc6bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6d0d826 - Browse repository at this point
Copy the full SHA 6d0d826View commit details
Commits on Jun 20, 2025
-
impl: support for unlimited 'Until Build' setting (#549)
* chore: upgrade Gradle to 8.5 the latest version This upgrade is needed in order to be able to upgrade the gateway/intellij platform plugins. * chore: upgrade Gradle IntelliJ Plugin This is needed in order to be able to specify "unlimited until builds". IntelliJ Platform Gradle Plugin 2.x is the build system that supersedes the Gradle IntelliJ Plugin 1.x, and this is the version that comes with the ability to provide unlimited until build support. This is a major overhaul of the DSL, I've tested these changes locally with GW 2023.3 (the minimum supported version), and I've also compared the plugin.xml with a previous version to make sure it is generated correctly. * impl: support for unlimited 'Until Build' setting Every time a new GW version is released we need to change the untilBuild setting. With latest IntelliJ Platform Plugin we can provide unlimited upper range with no manual intervention each time a new release is happening. * chore: simplify build script Use gateway DSL to provide the platform type and version. The plugin verification as well as the platform type depends on the versions in the format "2025.x" * fix: merge from main was botched * fix: missing junit4 dependency for IntelliJ test framework We don't have any UI tests but the test task still fails because it misses junit 4 dependencies. For the unit tests we use kotlin tests library with junit 5 as a backend. * fix: task was renamed listProductsReleases was renamed to printProductsReleases in version 2.x * chore: use latest version 2.6.0 for the platform plugin
Configuration menu - View commit details
-
Copy full SHA for 8467b89 - Browse repository at this point
Copy the full SHA 8467b89View 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