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: Add the workflow that marks stale #3257

Merged
merged 4 commits into from
Jan 18, 2024

Conversation

balhar-jakub
Copy link
Member

Description

Mark the issues that weren't touched in 90 days as stale.

Type of change

  • chore: Chore, repository cleanup, updates the dependencies.

Update list of excluded labels

Signed-off-by: Jakub Balhar <[email protected]>
Copy link

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@balhar-jakub balhar-jakub merged commit ad45ec5 into v2.x.x Jan 18, 2024
29 of 30 checks passed
@delete-merged-branch delete-merged-branch bot deleted the balhar-jakub/issue-management/stale branch January 18, 2024 06:45
pj892031 pushed a commit that referenced this pull request Jan 19, 2024
* 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]>
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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants