-
Notifications
You must be signed in to change notification settings - Fork 53
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
on-prem add blueprint pagination and fix filtering (HMS-5306) #2739
on-prem add blueprint pagination and fix filtering (HMS-5306) #2739
Conversation
39696f9
to
041fd72
Compare
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## main #2739 +/- ##
==========================================
- Coverage 84.73% 84.65% -0.09%
==========================================
Files 186 186
Lines 20955 20975 +20
Branches 2033 2033
==========================================
Hits 17756 17756
- Misses 3177 3197 +20
Partials 22 22
Continue to review full report in Codecov by Sentry.
|
79ed0c7
to
53f5d77
Compare
53f5d77
to
32384b9
Compare
32384b9
to
1e08b22
Compare
The blueprint list wasn't being filtered correctly if the blueprint name was specified or if any search terms were provided. This commit fixes that.
Use the filename/id of the blueprints as the links to the first and last element for the blueprint list metadata. These links are a little meaningless since they should be urls.
Add blueprint list pagination support
Get rid of the `Math.floor` for the version and just ensure that the version is a number.
1e08b22
to
2b3db57
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested, working nicely.
We do have a new filtering utility function we could use for enhancing the search a bit (maybe) but that can be follow-up since other PRs depend on this.
This PR adds pagination support for on-prem blueprints and fixes the filtering of blueprints
when trying to search for blueprints.
/jira-epic COMPOSER-2411
JIRA: HMS-5306