You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: consume org from folderConfig [IDE-1368] (#327)
* feat: add organization to project properties
* fix: imports, pmd violations
* fix: bump jackson deps
* fix: bump core-text dep
* fix: bump lang3 dep
* fix: a few bugs with NPEs
* fix: add checkbox
* fix: add selection listeners to property page
* fix: handle auto org correctly
* fix: remove validation, so we can set an empty org in project settings and use global org
* fix: remove unneeded org logic
* fix: update the UI labels and make pref page behave even if ls has not started
* fix: added a context menu for open project preferences
* fix: clean up UI for auto org
Added help text to Snyk Code Security checkbox: "Snyk Code scans must be
enabled for the organization to run."
Removed disableSnykCodeIfOrgDisabled() method and all calls to it
Snyk Code checkbox is always selectable, regardless of SAST/org status
Removed conditional logic in toggleIgnoresButtons() that hid filters
based on CCI status
Open Issues and Ignored Issues filters are always visible
Updated tooltips in plugin.xml to mention: "Note: This filter will only
take effect if Code Consistent Ignores (CCI) is enabled for the
organization."
* fix: remove LCE from sast settings
* fix: remove (CCI) from tooltips
* fix: fix linter on generic exception
* fix: remove tooltip from checkbox
* fix: add back the org enabled for code
* fix: fixed duplicate of code must be enabled label.
* fix: disable auto org by default
* fix: display Snyk Code disabled in the tree view [IDE 1538] (#339)
fix: error html view
---------
Co-authored-by: Knut Funkel <knut.funkel@snyk.io>
Co-authored-by: nick-y-snyk <nikita.yasnohorodskyi@snyk.io>
"Specify the organization (ID or name) for Snyk to run scans against. If the organization is provided manually, automatic organization selection is overridden. If the organization value is blank or invalid, the preferred organization defined in your web account settings will be used.");
0 commit comments