-
Notifications
You must be signed in to change notification settings - Fork 64
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
chore: support different page titles + use text label for single api version #3245
Merged
Conversation
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
Signed-off-by: at670475 <[email protected]>
Signed-off-by: at670475 <[email protected]>
Signed-off-by: at670475 <[email protected]>
taban03
changed the title
chore: support page titles + use text label for single api version
chore: support different page titles + use text label for single api version
Dec 22, 2023
Signed-off-by: at670475 <[email protected]>
achmelo
approved these changes
Jan 11, 2024
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
pj892031
pushed a commit
that referenced
this pull request
Jan 19, 2024
…version (#3245) * support different page titles Signed-off-by: at670475 <[email protected]> * use label instead of dropdown for single api version Signed-off-by: at670475 <[email protected]> * fix tests Signed-off-by: at670475 <[email protected]> * fix css for zowe catalog too Signed-off-by: at670475 <[email protected]> --------- Signed-off-by: at670475 <[email protected]>
15 tasks
pj892031
added a commit
that referenced
this pull request
Jan 23, 2024
… 2024-01-19 (#3279) * chore: Brian ui fixes + fix service order (#3238) * UI feedback (#3218) * UI enhancements per Jan * Fix font sizes * UI tweaks * Design feedback UI * change token * remove token * remove added code --------- Co-authored-by: Brian Lee <[email protected]> * fix conflicts Signed-off-by: at670475 <[email protected]> * remove unused component Signed-off-by: at670475 <[email protected]> * change Signed-off-by: at670475 <[email protected]> * fix Signed-off-by: at670475 <[email protected]> * sort tiles Signed-off-by: at670475 <[email protected]> * revert Signed-off-by: at670475 <[email protected]> * add tests Signed-off-by: at670475 <[email protected]> * hide scrollbar Signed-off-by: at670475 <[email protected]> * fix sonar Signed-off-by: at670475 <[email protected]> * add action and reducers to be able to scroll after clicking on content icons Signed-off-by: at670475 <[email protected]> * add tests Signed-off-by: at670475 <[email protected]> * fix eslint Signed-off-by: at670475 <[email protected]> * fix sonarcloud Signed-off-by: at670475 <[email protected]> * set timeout to scrolling to avoid weird behaviour and address pr comments Signed-off-by: at670475 <[email protected]> * fix test Signed-off-by: at670475 <[email protected]> --------- Signed-off-by: at670475 <[email protected]> Co-authored-by: briandavid85 <[email protected]> Co-authored-by: Brian Lee <[email protected]> * feat: Introduce native identity mapper as a replacement for ZSS identity mapping of x509 and OIDC identities (#3252) * replace external mapper with local Signed-off-by: achmelo <[email protected]> * Add OIDC Native mapper. Signed-off-by: Petr Weinfurt <[email protected]> * Add wrapper around native UserMapper. Add tests. Signed-off-by: Petr Weinfurt <[email protected]> * Add property to schema. Log responses. Signed-off-by: Petr Weinfurt <[email protected]> * Add unit tests Signed-off-by: Petr Weinfurt <[email protected]> * Fix repository source for jackson-mapper-asl Signed-off-by: Petr Weinfurt <[email protected]> * Add parameter to start.sh Signed-off-by: Petr Weinfurt <[email protected]> * Unit test for NativeMapper Signed-off-by: Petr Weinfurt <[email protected]> * Remove temporary option. Signed-off-by: Petr Weinfurt <[email protected]> * Use ConditionalOnProperty Signed-off-by: Petr Weinfurt <[email protected]> * Code review comments Signed-off-by: Petr Weinfurt <[email protected]> * fix property value Signed-off-by: Petr Weinfurt <[email protected]> * address code reviews Signed-off-by: Petr Weinfurt <[email protected]> --------- Signed-off-by: achmelo <[email protected]> Signed-off-by: Petr Weinfurt <[email protected]> Co-authored-by: achmelo <[email protected]> * chore: dependency upgrades for Zowe 2.14 (#3258) --------- Signed-off-by: Pablo Hernán Carle <[email protected]> Co-authored-by: Pavel Jares <[email protected]> Co-authored-by: Pablo Hernán Carle <[email protected]> * chore(deps): bump follow-redirects in /metrics-service-ui/frontend (#3259) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pablo Carle <[email protected]> * chore(deps): bump follow-redirects in /api-catalog-ui/frontend (#3260) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pablo Carle <[email protected]> * chore: support different page titles + use text label for single api version (#3245) * support different page titles Signed-off-by: at670475 <[email protected]> * use label instead of dropdown for single api version Signed-off-by: at670475 <[email protected]> * fix tests Signed-off-by: at670475 <[email protected]> * fix css for zowe catalog too Signed-off-by: at670475 <[email protected]> --------- Signed-off-by: at670475 <[email protected]> * fix: update keyring path, configure registry from start script, set logging levels (#3265) Signed-off-by: achmelo <[email protected]> * fix: Fix conflict of XML processing between EhCache and onboarding (#3266) * cors enabled by default in attls mode in gw (#3270) Signed-off-by: Pablo Hernán Carle <[email protected]> Co-authored-by: Pablo Hernán Carle <[email protected]> * fix: use empty keystore instead of implicit (#3273) Signed-off-by: achmelo <[email protected]> * chore: Add the workflow that marks stale (#3257) * Add the workflow that marks stale Signed-off-by: Jakub Balhar <[email protected]> * Update texts for close Update list of excluded labels Signed-off-by: Jakub Balhar <[email protected]> --------- Signed-off-by: Jakub Balhar <[email protected]> Co-authored-by: Pablo Carle <[email protected]> * fix: Fix closing WebSocket in case of 401 and other exception (#3271) * fix: Fix disabling EhCache (#3276) * chore: remove unused (#3277) Signed-off-by: achmelo <[email protected]> --------- Signed-off-by: at670475 <[email protected]> Signed-off-by: achmelo <[email protected]> Signed-off-by: Petr Weinfurt <[email protected]> Signed-off-by: Pablo Hernán Carle <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jakub Balhar <[email protected]> Co-authored-by: Andrea Tabone <[email protected]> Co-authored-by: briandavid85 <[email protected]> Co-authored-by: Brian Lee <[email protected]> Co-authored-by: Petr Weinfurt <[email protected]> Co-authored-by: achmelo <[email protected]> Co-authored-by: Pablo Carle <[email protected]> Co-authored-by: Pablo Hernán Carle <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achmelo <[email protected]> Co-authored-by: Jakub Balhar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Linked to # (issue)
Part of the # (epic)
Type of change
Please delete options that are not relevant.
Checklist:
For more details about how should the code look like read the Contributing guideline