Skip to content
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: Cherry-pick modifications from V2 to V3 between 2023-12-18 and 2024-01-19 #3279

Merged
merged 14 commits into from
Jan 23, 2024

Conversation

pj892031
Copy link
Contributor

Description

Cherry-pick from V2:

Linked to # (issue)
Part of the # (epic)

Type of change

Please delete options that are not relevant.

  • fix: Bug fix (non-breaking change which fixes an issue)
  • feat: New feature (non-breaking change which adds functionality)
  • docs: Change in a documentation
  • refactor: Refactor the code
  • chore: Chore, repository cleanup, updates the dependencies.
  • BREAKING CHANGE or !: Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the style guidelines of this project
  • PR title conforms to commit message guideline ## Commit Message Structure Guideline
  • I have commented my code, particularly in hard-to-understand areas. In JS I did provide JSDoc
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • The java tests in the area I was working on leverage @nested annotations
  • Any dependent changes have been merged and published in downstream modules

For more details about how should the code look like read the Contributing guideline

taban03 and others added 14 commits January 19, 2024 14:56
* 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]>
…ity 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]>
---------

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]>
…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]>
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]>
…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]>
Signed-off-by: Pablo Hernán Carle <[email protected]>
Co-authored-by: Pablo Hernán Carle <[email protected]>
* 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]>
@github-actions github-actions bot added the Sensitive Sensitive change that requires peer review label Jan 19, 2024
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions

4.2% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

@pj892031 pj892031 marked this pull request as ready for review January 19, 2024 17:21
@pj892031 pj892031 requested review from taban03 and achmelo January 19, 2024 17:21
@pj892031 pj892031 merged commit 29d69c9 into v3.x.x Jan 23, 2024
30 of 31 checks passed
@delete-merged-branch delete-merged-branch bot deleted the reboot/cherry_pick_24_01_19 branch January 23, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Sensitive Sensitive change that requires peer review size/XXL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants