Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: mocha and mocha loader version error on npm install Signed-off-by: Ilona Shishov <[email protected]> * feat: redirect stack analysis for maven ecosystem to crda 1.5 endpoint Signed-off-by: Ilona Shishov <[email protected]> * chore: define a crda 1.5 endpoint variable in the Apiendpoint namesapce Signed-off-by: Ilona Shishov <[email protected]> * chore: updated stack analysis endpoint Signed-off-by: Ilona Shishov <[email protected]> * fix: render html on data on webview panel switch Signed-off-by: Ilona Shishov <[email protected]> * chore: define stack analysis report file path as a variable in constants Signed-off-by: Ilona Shishov <[email protected]> * chore: edited notifications according to LSP server changes Signed-off-by: Ilona Shishov <[email protected]> * chore: lint code Signed-off-by: Ilona Shishov <[email protected]> * feat: add crdaSnykToken to extension settings for crda 1.5 backend Signed-off-by: Ilona Shishov <[email protected]> * chore: pass crdaHost parameter for crda 1.5 endpoint over IPC connection Signed-off-by: Ilona Shishov <[email protected]> * chore: pass fullStackAnalysis command trigger parameter over IPC connection Signed-off-by: Ilona Shishov <[email protected]> * fix: panel status update location Signed-off-by: Ilona Shishov <[email protected]> * feat: add Snyk token validation on extension workspace setting change Signed-off-by: Ilona Shishov <[email protected]> * chore: update crda 1.5 endpoint Signed-off-by: Ilona Shishov <[email protected]> * build: Upgrade to latest dependency versions Signed-off-by: ruromero <[email protected]> * feat: Allow dynamic CRDA token and host configuration Signed-off-by: ruromero <[email protected]> * fix: correct endpoints and add notification warning Signed-off-by: Ruben Romero <[email protected]> * fix: remove dependency with node-fetch Signed-off-by: Ruben Romero <[email protected]> * chore: localize apiConfig Signed-off-by: Ilona Shishov <[email protected]> * chore: upgrade deps Signed-off-by: Ilona Shishov <[email protected]> * fix: integration tests Signed-off-by: Ruben Romero <[email protected]> * fix: should trigger fabric8-analytics full stack-report activate test Signed-off-by: Ilona Shishov <[email protected]> * feat: mvn component analysis using effective-pom. rename notificationName Signed-off-by: Ruben Romero <[email protected]> * feat: test stack analysis javascript API Signed-off-by: Ilona Shishov <[email protected]> * chore: refactor stack analysis function Signed-off-by: Ilona Shishov <[email protected]> * fetch Signed-off-by: ruromero <[email protected]> * chore: replace fetch api with crda api Signed-off-by: Ilona Shishov <[email protected]> * chore: refactor code structure, include token in API options, and enhance fault tolerance Signed-off-by: Ilona Shishov <[email protected]> * chore: remove crdaHost param from global config Signed-off-by: Ilona Shishov <[email protected]> * refactor: from crda to exhort Signed-off-by: Ilona Shishov <[email protected]> * chore: update exhort-javascript-api version Signed-off-by: Ilona Shishov <[email protected]> * refactor: update exhort-javascript-api version and adapt code Signed-off-by: Ilona Shishov <[email protected]> * refactor: update exhort-javascript-api version and update unit tests Signed-off-by: Ilona Shishov <[email protected]> * chore: modify tests Signed-off-by: Ilona Shishov <[email protected]> * chore: remove clear context Signed-off-by: Ilona Shishov <[email protected]> * chore: adapt caNotification parameters to vscode ext Signed-off-by: Ilona Shishov <[email protected]> * chore: update exhort-javascript-api version Signed-off-by: Ilona Shishov <[email protected]> * chore: disable Telemetry and UserID auth Signed-off-by: Ilona Shishov <[email protected]> * fix: disable exhort javascript api related unit tests Signed-off-by: Ilona Shishov <[email protected]> * doc: documentation initial update Signed-off-by: Ilona Shishov <[email protected]> * doc: update naming conventions to RHDA Signed-off-by: Ilona Shishov <[email protected]> * doc: update README Signed-off-by: Ilona Shishov <[email protected]> * chore: add npm executable path and bump project version to 0.7.0 Signed-off-by: Ilona Shishov <[email protected]> * 8/31/23 - ritz303 : Overhaul of the README.md content Jira: TC-527 * chore: refactor stack analysis function Signed-off-by: Ilona Shishov <[email protected]> * fetch Signed-off-by: ruromero <[email protected]> * chore: replace fetch api with crda api Signed-off-by: Ilona Shishov <[email protected]> * chore: refactor code structure, include token in API options, and enhance fault tolerance Signed-off-by: Ilona Shishov <[email protected]> * chore: remove crdaHost param from global config Signed-off-by: Ilona Shishov <[email protected]> * refactor: from crda to exhort Signed-off-by: Ilona Shishov <[email protected]> * chore: update exhort-javascript-api version Signed-off-by: Ilona Shishov <[email protected]> * refactor: update exhort-javascript-api version and adapt code Signed-off-by: Ilona Shishov <[email protected]> * refactor: update exhort-javascript-api version and update unit tests Signed-off-by: Ilona Shishov <[email protected]> * chore: modify tests Signed-off-by: Ilona Shishov <[email protected]> * chore: remove clear context Signed-off-by: Ilona Shishov <[email protected]> * chore: adapt caNotification parameters to vscode ext Signed-off-by: Ilona Shishov <[email protected]> * chore: update exhort-javascript-api version Signed-off-by: Ilona Shishov <[email protected]> * chore: disable Telemetry and UserID auth Signed-off-by: Ilona Shishov <[email protected]> * fix: disable exhort javascript api related unit tests Signed-off-by: Ilona Shishov <[email protected]> * doc: documentation initial update Signed-off-by: Ilona Shishov <[email protected]> * doc: update naming conventions to RHDA Signed-off-by: Ilona Shishov <[email protected]> * doc: update README Signed-off-by: Ilona Shishov <[email protected]> * chore: add npm executable path and bump project version to 0.7.0 Signed-off-by: Ilona Shishov <[email protected]> * refactor: update exhort-javascript-api version Signed-off-by: Ilona Shishov <[email protected]> * chore: rename image directory Signed-off-by: Ilona Shishov <[email protected]> * chore: upgrade workflows Signed-off-by: Ilona Shishov <[email protected]> * doc: update README Signed-off-by: Ilona Shishov <[email protected]> * 9/5/23 - ritz303 : Edits based on SME feedback Jira: TC-527 * 9/5/23 - ritz303 : Fixed wrong binary name * 9/5/23 - ritz303 : Updated content for pop-up message screenshots * 9/5/23 - ritz303 : Fixed indentation * 9/6/23 - ritz303 : More edits from SME feedback Fixes: Jira TC-527 * 9/6/23 - ritz303 : Minor edit * chore: add branch to workflow push trigger Signed-off-by: Ilona Shishov <[email protected]> * chore: update ci workflow Signed-off-by: Ilona Shishov <[email protected]> * chore: add EXHORT_DEV_MODE param to Exhort JS API request Signed-off-by: Ilona Shishov <[email protected]> * doc: update README Signed-off-by: Ilona Shishov <[email protected]> * refactor: update exhort-javascript-api version Signed-off-by: Ilona Shishov <[email protected]> * build: change repository owner to upstream Signed-off-by: Ilona Shishov <[email protected]> * build: remove path-ignore Signed-off-by: Ilona Shishov <[email protected]> --------- Signed-off-by: Ilona Shishov <[email protected]> Signed-off-by: ruromero <[email protected]> Signed-off-by: Ruben Romero <[email protected]> Co-authored-by: ruromero <[email protected]> Co-authored-by: Aron Gunn <[email protected]> Co-authored-by: ritz303 <[email protected]>
- Loading branch information