-
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.21.0
head repository: coder/jetbrains-coder
compare: main
- 9 commits
- 30 files changed
- 6 contributors
Commits on Jun 26, 2025
-
Changelog update -
v2.21.0
(#556)* Changelog update - v2.21.0 * chore: fake commit to trigger the 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 4a5401c - Browse repository at this point
Copy the full SHA 4a5401cView commit details -
fix: marketplace logos should use the new design (#557)
* fix: marketplace logos should use the new design # Conflicts: # CHANGELOG.md * chore: next version should be 2.21.1
Configuration menu - View commit details
-
Copy full SHA for dc0687c - Browse repository at this point
Copy the full SHA dc0687cView commit details
Commits on Jul 3, 2025
-
Add support for JetBrains 2025.2 EAP (252.*) (#560)
Adds 2025.2 to verifyVersions to enable testing and support for JetBrains 2025.2 EAP builds with 252.* version numbers. This addresses customer requests for 2025.2 EAP compatibility. Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com> Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 16f6218 - Browse repository at this point
Copy the full SHA 16f6218View commit details -
Changelog update - v2.21.1 (#558)
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 26ac983 - Browse repository at this point
Copy the full SHA 26ac983View commit details
Commits on Jul 22, 2025
-
feat: set 'jetbrains_connection' as build reason on workspace start (#…
…561) * Set 'jetbrains_connection' as build reason on workspace start * Fix tests
Configuration menu - View commit details
-
Copy full SHA for 3c8828d - Browse repository at this point
Copy the full SHA 3c8828dView commit details
Commits on Jul 25, 2025
-
impl: verify cli signature (#562)
* impl: support for downloading and verifying cli signatures * fix: class cast exception * impl: embed the pgp public key as a plugin resource This is the key that validates if the gpg signature was tampered * chore: fix UTs related to CLI downloading For one thing some method signature changed, some methods are now suspending functions that will have to run in a coroutine in the tests. The second big issue is that now the download function requests user's input via a dialog * fix: download the correct CLI signature for Windows The signature for windows CLI follows the format: coder-windows-amd64.exe.asc Currently it is coded to coder-windows-amd64.asc which means the plugin always fail to find any signature for windows cli * chore: next version is 2.22.0 * impl: strict URL validation for the connection screen This commit rejects any URL that is opaque, not hierarchical, not using http or https protocol, or it misses the hostname. * impl: strict URL validation for the URI handling This commit rejects any URL that is opaque, not hierarchical, not using http or https protocol, or it misses the hostname. * fix: transform to url only after we checked the validation result * chore: update UT expected result
Configuration menu - View commit details
-
Copy full SHA for 0164c60 - Browse repository at this point
Copy the full SHA 0164c60View commit details
Commits on Jul 29, 2025
-
Changelog update -
v2.22.0
(#563)* Changelog update - v2.22.0 * chore: empty commit to trigger CI --------- 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 274ee1f - Browse repository at this point
Copy the full SHA 274ee1fView commit details
Commits on Jul 30, 2025
-
impl: add support for disabling CLI signature verification (#564)
* impl: add new configurable option to disable CLI signature verification These options are configurable from the Settings page there is no available shortcut on the main plugin page to discourage the quick disable of CLI verification * impl: hide configurable fallback if signature verification is disabled The main plugin screen has a quick shortcut for setting whether the user wants to fallback on releases.coder.com for signatures if they are not provided by the main deployment. This checkbox should not be visible if the user wants to disable signature verification altogether. * impl: skip signature validation Signature validation is skipped if the user configured the `disableSignatureVerification` to true. * chore: update changelog * chore: next version is 2.22.1 * doc: developer facing documentation for CLI signature verification * chore: fix UTs
Configuration menu - View commit details
-
Copy full SHA for 0773310 - Browse repository at this point
Copy the full SHA 0773310View commit details
Commits on Jul 31, 2025
-
Changelog update -
v2.22.1
(#565)* Changelog update - v2.22.1 * chore: trigger CI --------- 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 35f4ef9 - Browse repository at this point
Copy the full SHA 35f4ef9View 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.21.0...main