generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(heureka): Add filtering and searching for issueMatches tab (#327)
* Merge branch 'main' into renovate/npm-dependencies * feat(heureka): add filtering and search functionality for services tab * adjust store actions and update package-lock.json * CleanUp * CleanUp * add fetch filters value queries and change respective files * Automatic application of license header * fix (heureka): Update the package-lock.json (#164) * fix (heureka): Update the package-lock.json to be able to build it on mac * Update the version * feat(heureka): Substitute vulnerabilities with issues tab using the new issueMatch entity (#175) * fix(heureka): Add the left behind issueMatches.js file (#178) * fix(heureka): Fix merge conflicts in package-lock.json * Adjust relevant imports to use juno npm packages * Correct filter query * feat(heureka) : Add components view (#263) * feat(heureka) : add components view * Automatic application of license header * Install date-fns * feat(heureka): Add the total number of component versions and fix some errors * feat)heureka): Add pagination info to the components query * Using container and stack for styling and some cleanup * add componentInstances to componentVersion in the component query * Change the setting to put pagination on the right side of the page --------- Co-authored-by: License Bot <[email protected]> * Add default filtering * feat(heureka): add filtering and search functionality for services tab * adjust store actions and update package-lock.json * Correct filter query * Automatic application of license header * feat(heureka): Add msg handling per tab and mem tabs to prevent unnecessary re-rendering (#281) * feat(heureka): Add error handling per tab and mem tabs to prevent unnecessary re-rendering * remove error considition to render Messages * move messages inside each tab and add resetMessages * remove unnecessary resetMessages and correct queries * feat(heureka): Refactor controllers and reduce redundencies (#295) * feat(heureka): Refactor controllers and reduce redundencies * Automatic application of license header --------- Co-authored-by: License Bot <[email protected]> * Remove merge conflicts in utils * Remove not adjusted filter test * Resolve test errors * Refactoring store using slices * complete filtering for services tab * generalize filtering for all tabs * Activate the working filter select for services tab * Automatic application of license header * Adjust panel manager and services and issue details impl based on new store slices * CleanUp console.logs * Display search input only on issues tab for now * Display right icon on filter button * feat(heureka): Add filtering and searching for issueMatches tab * update version * Add a comment for search prop in filter slice * Change formatDate helper func and fix code review comments * Update package-lock.json * Remove filterLabels from package.json * Remove un-used helper func --------- Co-authored-by: License Bot <[email protected]>
- Loading branch information
Showing
18 changed files
with
122 additions
and
111 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.