-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into build-tagged-images
- Loading branch information
Showing
57 changed files
with
1,564 additions
and
1,066 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: 'Label stale PR' | ||
on: | ||
schedule: | ||
- cron: '30 1 * * *' | ||
|
||
jobs: | ||
stale: | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v9 | ||
with: | ||
stale-pr-message: 'This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days.' | ||
days-before-pr-stale: 7 | ||
days-before-pr-close: 21 | ||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. This project switched to Jira at https://issues.redhat.com/projects/RHIDP/ for issue tracking. If this issues is still relevant, please reopen it there.' | ||
days-before-issue-stale: 1 | ||
days-before-issue-close: 7 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ metadata: | |
spec: | ||
targets: | ||
- ./groups/janus-authors.yaml | ||
- ./groups/rhdh-team.yaml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# NOTICE: In our internal Red Hat DevHub instance this groups are automatically imported due Rover/LDAP. | ||
# This is duplication is for the purpose of using this groups in another test or public Backstage instance. | ||
--- | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Group | ||
metadata: | ||
name: rhdh-team | ||
title: RHDH team | ||
spec: | ||
type: team | ||
children: [] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: System | ||
metadata: | ||
name: rhdh | ||
title: RHDH | ||
description: Red Hat Developer Hub is an enterprise-grade Internal Developer Portal based on Backstage. | ||
annotations: | ||
backstage.io/techdocs-ref: dir:. | ||
github.com/project-slug: redhat-developer/rhdh | ||
github.com/team-slug: redhat-developer/rhdh-team | ||
quay.io/repository-slug: rhdh-community/rhdh | ||
sonarqube.org/project-key: janus-idp_backstage-showcase | ||
tags: | ||
- backstage | ||
- rhdh | ||
links: | ||
- url: https://red.ht/rhdh | ||
title: Product website | ||
icon: star | ||
type: website | ||
- url: https://developers.redhat.com/blog | ||
title: Red Hat Developer Blog | ||
icon: catalog | ||
type: blog | ||
- url: https://docs.redhat.com/fr/documentation/red_hat_developer_hub/ | ||
title: Official documentation | ||
icon: docs | ||
type: docs | ||
- url: https://issues.redhat.com/browse/RHIDP | ||
title: Jira issues | ||
icon: help | ||
type: jira | ||
- url: https://github.com/redhat-developer/rhdh | ||
title: Sourcecode on GitHub | ||
icon: github | ||
type: sourcecode | ||
spec: | ||
type: product | ||
owner: rhdh-team | ||
lifecycle: production | ||
--- | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: rhdh | ||
title: RHDH | ||
description: Red Hat Developer Hub is an enterprise-grade Internal Developer Portal based on Backstage. | ||
annotations: | ||
backstage.io/techdocs-ref: dir:. | ||
github.com/project-slug: redhat-developer/rhdh | ||
github.com/team-slug: redhat-developer/rhdh-team | ||
quay.io/repository-slug: rhdh-community/rhdh | ||
sonarqube.org/project-key: janus-idp_backstage-showcase | ||
tags: | ||
- backstage | ||
- rhdh | ||
links: | ||
- url: https://red.ht/rhdh | ||
title: Product website | ||
icon: star | ||
type: website | ||
- url: https://developers.redhat.com/blog | ||
title: Red Hat Developer Blog | ||
icon: catalog | ||
type: blog | ||
- url: https://docs.redhat.com/fr/documentation/red_hat_developer_hub/ | ||
title: Official documentation | ||
icon: docs | ||
type: docs | ||
- url: https://issues.redhat.com/browse/RHIDP | ||
title: Jira issues | ||
icon: help | ||
type: jira | ||
- url: https://github.com/redhat-developer/rhdh | ||
title: Sourcecode on GitHub | ||
icon: github | ||
type: sourcecode | ||
spec: | ||
type: product | ||
owner: rhdh-team | ||
lifecycle: production | ||
system: rhdh |
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
Oops, something went wrong.