Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added support for golang and python ecosystems #656

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

IlonaShishov
Copy link
Collaborator

@IlonaShishov IlonaShishov commented Nov 7, 2023

Added support for Golang and Python ecosystems.
RHDA VSCode Extension now capable of analyzing dependencies from go.mod and requirements.txt manifests.

feat: support golang

feat: support python (#650)

chore: pruned and updated dependencies (#651)

feat: added MATCH_MANIFEST_VERSIONS to extension workspace settings and to Exhort JS API request (#653)

chore: migrate from istanbul to nyc coverage package and from tslint to eslint lint package (#654)

11/1/23 - ritz303 : Doc updates (#655)

chore: upgrade Exhort Javascript API version

@codecov-commenter
Copy link

Codecov Report

Attention: 56 lines in your changes are missing coverage. Please review.

Comparison is base (e8c1b46) 58.74% compared to head (52cd380) 75.63%.
Report is 22 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           master     #656       +/-   ##
===========================================
+ Coverage   58.74%   75.63%   +16.88%     
===========================================
  Files          18       10        -8     
  Lines         863      238      -625     
  Branches      173       37      -136     
===========================================
- Hits          507      180      -327     
+ Misses        356       51      -305     
- Partials        0        7        +7     
Files Coverage Δ
src/DepOutputChannel.ts 100.00% <100.00%> (+14.28%) ⬆️
src/commands.ts 100.00% <100.00%> (ø)
src/config.ts 100.00% <100.00%> (ø)
src/constants.ts 100.00% <100.00%> (ø)
src/template.ts 100.00% <100.00%> (ø)
src/multimanifestmodule.ts 95.65% <95.23%> (+49.38%) ⬆️
src/dependencyReportPanel.ts 88.46% <87.87%> (+9.24%) ⬆️
src/contextHandler.ts 60.71% <60.71%> (ø)
src/stackAnalysisService.ts 17.39% <13.63%> (-60.52%) ⬇️
src/stackanalysismodule.ts 52.27% <50.00%> (-13.29%) ⬇️

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

feat: support golang
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>

feat: support python (#650)
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>

chore: update documentation
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>

chore: pruned and updated dependencies (#651)
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>

feat: added MATCH_MANIFEST_VERSIONS to extension workspace settings and to Exhort JS API request (#653)
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>

chore: migrate from istanbul to nyc coverage package and from tslint to eslint lint package (#654)
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>

11/1/23 - ritz303 : Doc updates (#655)
Co-authored-by: Aron Gunn <agunn@redhat.com>

chore: upgrade Exhort Javascript API version
Signed-off-by: Ilona Shishov <Ilona.Shishov@gmail.com>
Copy link
Collaborator

@zvigrinberg zvigrinberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@IlonaShishov IlonaShishov merged commit 6c182a4 into master Nov 7, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants