-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: snyk/snyk-eclipse-plugin
base: v20251124.133531
head repository: snyk/snyk-eclipse-plugin
compare: v20260119.145629
- 9 commits
- 38 files changed
- 4 contributors
Commits on Dec 16, 2025
-
feat: add option to use new html settings page served from language s…
…erver [IDE-1457] (#345) * feat: render settings page served from language server * feat: project plugin settings direct user to main settings * fix: code review markups, add CSS styling to config html * fix: settings html styling updates * refactor: tidy up html replacement * refactor: remove unused code * fix: pmd errors * test: add tests for new html settings * test: update test to reflect new settings default * fix: include severity filters in LS settings * fix: update html callback method names * fix: changing issue filtering in html settings updates filters in menus * feat: add insecure option to fallback html settings * refactor: move ssl check to base url field in settings fallback * fix: loading message should be styled the same as the settings page * fix: handle null display in tests * refactor: change html indendation for settings fallback * chore: add ci check to keep settings-fallback html in sync across ide repos * chore: update changelog * fix: don't call overridable methods in settings page constructors * refactor: remove unused code for settings prefs regarding html settings page use. * test: update tests to match new logic * fix: change visibility of utility method for tests * refactor: pull css variable names out into vars * refactor: simplify html loading logic * refactor: simplify html loading logic * fix: disable html settings page by default * update changelog to reflect new behaviour of settings page
Configuration menu - View commit details
-
Copy full SHA for b959eef - Browse repository at this point
Copy the full SHA b959eefView commit details
Commits on Dec 18, 2025
-
feat: add riskScoreThreshold support to settings (#346)
* feat: add riskScoreThreshold support to settings Add riskScoreThreshold field to enable filtering issues by risk score. This fixes the same issue that was identified in the IntelliJ plugin where the riskScoreThreshold value was being lost. Changes: - Add RISK_SCORE_THRESHOLD constant to Preferences.java - Add riskScoreThreshold field to Settings.java - Update LsConfigurationUpdater to read and include riskScoreThreshold - Handle riskScoreThreshold in HTMLSettingsPreferencePage.parseAndSaveConfig() - Add tests for riskScoreThreshold handling * fix: add NOPMD suppression for empty catch block
Configuration menu - View commit details
-
Copy full SHA for 85eaabb - Browse repository at this point
Copy the full SHA 85eaabbView commit details
Commits on Jan 9, 2026
-
chore: migrate to gitguardian [IDE-1536] (#350)
* chore: migrate to gitguardian [IDE-1536] * chore: update settings-fallback.html to fix check
Configuration menu - View commit details
-
Copy full SHA for 91341f3 - Browse repository at this point
Copy the full SHA 91341f3View commit details -
feat: auto org selection is enabled by default; remove references to …
…experimental feature [IDE-1663] (#349) feat: auto org selection is enabled by default; remove references to experimental feature
Configuration menu - View commit details
-
Copy full SHA for 93499f9 - Browse repository at this point
Copy the full SHA 93499f9View commit details -
feat: auto org selection is enabled by default; remove references to …
…experimental feature [IDE-1663] (#349) feat: auto org selection is enabled by default; remove references to experimental feature
Configuration menu - View commit details
-
Copy full SHA for 574239f - Browse repository at this point
Copy the full SHA 574239fView commit details -
feat: enhance HTML settings page with full IDE configuration support …
…[IDE-1625] (#348) * feat: enhance HTML settings page with full IDE configuration support - Add comprehensive IdeConfigData class with typed nested structures for all settings - Implement retry logic (2 attempts, 2s delay) for loading LS HTML before fallback - Add FolderConfig support with additionalEnv, additionalParameters, and scanCommandConfig - Implement auth token notification to HTML page after successful authentication - Fix UI hang by making updateConfiguration async in performOk - Fix 10s timeout by checking LS connection before executeCommand in getConfigHtml - Improve button styling with proper colors and contrast in BaseHtmlProvider - Add static instance tracking for auth token callback from hasAuthenticated event * refactor: fix PMD code quality issues in HTML settings - Extract duplicate string literal "#FFFFFF" to constant in BaseHtmlProvider - Mark static instance field as volatile for thread safety in HTMLSettingsPreferencePage - Extract loop logic into helper methods to avoid object instantiation in loops - Replace reference equality (==) with equals() for object comparison - Isolate null assignment in dedicated clearInstance() method * refactor: address code review feedback for HTML settings implementation - Replace fully qualified class name with import for HTMLSettingsPreferencePage - Replace hardcoded command ID strings with constants from IHandlerCommands - Fix theme constant usage: use proper Eclipse workbench colors instead of hyperlink colors for buttons - Convert IdeConfigData and inner classes to Java records (eliminates ~300 lines of boilerplate) - Remove unnecessary clearInstance() method in HTMLSettingsPreferencePage - Add synchronization to prevent race conditions between login and logout operations * fix: suppress PMD warnings for intentional patterns in HTMLSettingsPreferencePage * fix: additionalParam type
Configuration menu - View commit details
-
Copy full SHA for e9c85d2 - Browse repository at this point
Copy the full SHA e9c85d2View commit details
Commits on Jan 14, 2026
-
fix: button colors + invisible cursor (#352)
* fix: button colors + double cursor * fix: color fallbacks
Configuration menu - View commit details
-
Copy full SHA for d87265e - Browse repository at this point
Copy the full SHA d87265eView commit details
Commits on Jan 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1218b2c - Browse repository at this point
Copy the full SHA 1218b2cView commit details -
chore: bump version to 3.7 (#355)
* chore: bump version to 3.7 * docs: make sure changelog is referring to github --------- Co-authored-by: Bastian Doetsch <bastian.doetsch@snyk.io>
Configuration menu - View commit details
-
Copy full SHA for b6d78ca - Browse repository at this point
Copy the full SHA b6d78caView 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 v20251124.133531...v20260119.145629