merge acs-api-commands project into tools
Description
As suggested in the mailing list, here is the merge of acs-api-commands/ which is use to create CloudStack Release Notes to extract new or update api's.
Project renamed into folder tools/apidoc-versions-diff
once this PR merge, the project acs-api-commands/ will be mark as archived/deprecated with a link to this folder.
- Release note updated.
- old license file removed.
Perform using git subtree which kept previous commit histories;
git subtree add -P tools/apidoc-versions-diff [email protected]:pdion891/acs-api-commands.git HEAD
Types of changes
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Enhancement (improves an existing feature and functionality)
- [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
- [x] build/CI
- [ ] test (unit or integration test code)
Feature/Enhancement Scale
- [ ] Major
- [x] Minor
Bug Severity
- [ ] BLOCKER
- [ ] Critical
- [ ] Major
- [ ] Minor
- [x] Trivial
How Has This Been Tested?
No.
How did you try to break this feature and the system with this change?
Did not.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 16.57%. Comparing base (
16c60c7) to head (16d6529).
Additional details and impacted files
@@ Coverage Diff @@
## main #11098 +/- ##
============================================
- Coverage 16.57% 16.57% -0.01%
Complexity 13968 13968
============================================
Files 5743 5743
Lines 510494 510494
Branches 62075 62075
============================================
- Hits 84617 84616 -1
Misses 416415 416415
- Partials 9462 9463 +1
| Flag | Coverage Δ | |
|---|---|---|
| uitests | 3.90% <ø> (ø) |
|
| unittests | 17.47% <ø> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
@pdion891 , are you still going through with this?