-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: token validation & endpoint config for oauth2 [IDE-458] (#549)
* feat: diagnostic issue model [IDE-543] * chore: update protocol version to 14 * chore: refactor code * chore: remove amplitude and api service * feat: use sast settings from LS * wip: ongoing work for scanPublishers * wip: clean up code * feat: update the UI with the diagnostics we saved in the cache * chore: refactor to handle all cache updates in SnykCachedResult * fix: remove redundant emptyList assignments * tidy: rename variable to clarify what it represent * chore: update comments * fix: update error handling * fix: snyk code activation/deactivation based on sast from language server * fix: snyk code activation/deactivation based on sast from language server * fix: tests * fix: remove unnecessary files * docs: add CHANGELOG.md * fix: put config update last * fix: token validation * fix: merge problems * fix: merge problems * fix: UI fixes when scanning, sort issue tree * fix: UI node states * feat: pipe cli calls to language server * chore: remove warnings * fix: adjusted description of an authentication method and removed experimental disclaimer * fix: ui thread usage & navigation * fix: super-spawn, simplify ls initialization * fix: switch default auth to oauth2 * fix: update code action timeout * fix: mocking in a few iac & oss integ tests * fix: imports * fix: rest of the tests in SnykToolWindowPanelIntegTest * fix: ignore tests * fix: optimize imports * fix: language server wrapper tests * fix: ContainerServiceIntegTest * fix: OssServiceTest * fix: optimize imports --------- Co-authored-by: acke <knut.funkel@snyk.io> Co-authored-by: Arvyd <arvyd.paeglit@snyk.io>
- Loading branch information
1 parent
3f86004
commit 8589904
Showing
30 changed files
with
944 additions
and
719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.