| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report❌ Patch coverage is 6.66667% with 14 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #13254 +/- ##
============================================
+ Coverage 18.93% 20.14% +1.20%
- Complexity 18471 18472 +1
============================================
Files 6221 5751 -470
Lines 560045 519387 -40658
Branches 68289 60627 -7662
============================================
- Hits 106048 104614 -1434
+ Misses 442372 403344 -39028
+ Partials 11625 11429 -196
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness.
|
Sorry, something went wrong.
There was a problem hiding this comment.
clgtm (uma pergunta)
Sorry, something went wrong.
There was a problem hiding this comment.
@GeanJS, code lgtm. I've just left one comment/suggestion here
Sorry, something went wrong.
Co-authored-by: Bernardo De Marco Gonçalves <bernardomg2004@gmail.com>
There was a problem hiding this comment.
CLGTM. Didn't test it.
Sorry, something went wrong.
There was a problem hiding this comment.
code lgtm
Sorry, something went wrong.
|
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
Sorry, something went wrong.
|
@GeanJS |
Sorry, something went wrong.
There was a problem hiding this comment.
CLGTM
Sorry, something went wrong.
|
@DaanHoogland a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
Sorry, something went wrong.
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18439 |
Sorry, something went wrong.
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
Sorry, something went wrong.
|
[SF] Trillian test result (tid-16471)
|
Sorry, something went wrong.
|
Awesome work, congrats on your first merged pull request! |
Sorry, something went wrong.
|
@DaanHoogland cc @GeanJair UI build started failing (probably some test issue) with this. Maybe we need to be a bit more watchful |
Sorry, something went wrong.
PR #13254 added an 'allocated' case to Status.vue getText() that calls $t('label.allocated'), but did not update the test mock data, causing two Allocated badge tests to fail in CI.
The backupStatus condition was carried over from main, where #13254 added a status filter to listBackups. 4.22 has neither ListBackupsCmd.getBackupStatus() nor a setParameters call for it, so the condition is never populated and SearchCriteria.getWhereClause() skips it. Dead code on this branch; the statusNeq clause that hides tombstoned chain members is the one in use.
| Back | FazBrowse Home | New Git URL |
Description
Currently, the listBackups API does not allow listing backups based on their status. Changes have been made to the API to allow backups to be listed informing a specific status. In addition, the backups filter of the graphical interface has been extended to support the search based on status.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
The PR was tested by verifying both via CloudMonkey and the graphical interface the possibility of filtering backups by status.
How did you try to break this feature and the system with this change?
I tried to break this feature by passing an invalid status in both the CloudMonkey and the browser URL. In the API response a message was returned informing that the passed value is an invalid status.