Skip to content

Commit

Permalink
Merge branch 'main' into lightspeed-rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkrai03 authored Nov 27, 2024
2 parents 74bac50 + 53b5e33 commit 9ea750c
Show file tree
Hide file tree
Showing 321 changed files with 73,833 additions and 165 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
/workspaces/marketplace @christoph-jerolimov @debsmita1 @divyanshiGupta
/workspaces/openshift-image-registry @christoph-jerolimov @debsmita1 @divyanshiGupta
/workspaces/theme @christoph-jerolimov @ciiay @debsmita1
/workspaces/lightspeed @karthikjeeyar @yangcao77 @rohitkrai03
/workspaces/lightspeed @karthikjeeyar @yangcao77 @rohitkrai03
/workspaces/orchestrator @batzionb @mareklibra @gciavarrini
48 changes: 48 additions & 0 deletions .github/workflows/automate_changeset_feedback.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Automate changeset feedback
on:
pull_request_target:
branches: ['main']

permissions:
pull-requests: write
actions: none
checks: none
contents: none
deployments: none
issues: none
packages: none
pages: none
repository-projects: none
security-events: none
statuses: none

jobs:
changeset-feedback:
name: Generate Changeset Feedback
# prevent running towards forks and version packages
if: github.repository == 'redhat-developer/rhdh-plugins' && github.event.pull_request.user.login != 'rhdh-bot'
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit

- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
# Fetch the commit that's merged into the base rather than the target ref
# This will let us diff only the contents of the PR, without fetching more history
ref: 'refs/pull/${{ github.event.pull_request.number }}/merge'
- name: fetch base
run: git fetch --depth 1 origin ${{ github.base_ref }}

- uses: backstage/actions/[email protected]
name: Generate feedback
with:
diff-ref: 'origin/main'
marker: <!-- changeset-feedback -->
issue-number: ${{ github.event.pull_request.number }}
app-id: ${{ secrets.RHDH_GH_APP_ID }}
private-key: ${{ secrets.RHDH_GH_APP_PRIVATE_KEY }}
installation-id: ${{ secrets.RHDH_GH_APP_INSTALLATION_ID }}
multiple-workspaces: true

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions workspaces/bulk-import/plugins/bulk-import-backend/turbo.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions workspaces/bulk-import/plugins/bulk-import-common/turbo.json

This file was deleted.

4 changes: 0 additions & 4 deletions workspaces/bulk-import/plugins/bulk-import/.lintstagedrc.json

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions workspaces/bulk-import/plugins/bulk-import/tsconfig.json

This file was deleted.

8 changes: 0 additions & 8 deletions workspaces/bulk-import/plugins/bulk-import/turbo.json

This file was deleted.

6 changes: 6 additions & 0 deletions workspaces/homepage/plugins/dynamic-home-page/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @red-hat-developer-hub/backstage-plugin-dynamic-home-page

## 1.0.1

### Patch Changes

- 849e0c7: Update dependencies (@scalprum/react-core from 0.8 to 0.9 and tss-react)

## 1.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 deletions workspaces/homepage/plugins/dynamic-home-page/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-dynamic-home-page",
"version": "1.0.0",
"version": "1.0.1",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -41,10 +41,10 @@
"@backstage/theme": "0.6.0",
"@mui/material": "5.16.7",
"@mui/styles": "5.16.7",
"@scalprum/react-core": "0.8.0",
"@scalprum/react-core": "0.9.3",
"react-grid-layout": "1.4.4",
"react-use": "17.5.1",
"tss-react": "4.9.12"
"tss-react": "4.9.13"
},
"peerDependencies": {
"react": "16.13.1 || ^17.0.0 || ^18.2.0",
Expand Down
32 changes: 16 additions & 16 deletions workspaces/homepage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10079,7 +10079,7 @@ __metadata:
"@mui/styles": 5.16.7
"@openshift/dynamic-plugin-sdk": 5.0.1
"@redhat-developer/red-hat-developer-hub-theme": 0.4.0
"@scalprum/react-core": 0.8.0
"@scalprum/react-core": 0.9.3
"@testing-library/jest-dom": 6.6.3
"@testing-library/react": 14.3.1
"@testing-library/user-event": 14.5.2
Expand All @@ -10088,7 +10088,7 @@ __metadata:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-grid-layout: 1.4.4
react-use: 17.5.1
tss-react: 4.9.12
tss-react: 4.9.13
peerDependencies:
react: 16.13.1 || ^17.0.0 || ^18.2.0
react-router-dom: 6.26.2
Expand Down Expand Up @@ -10483,27 +10483,27 @@ __metadata:
languageName: node
linkType: hard

"@scalprum/core@npm:^0.7.0":
version: 0.7.0
resolution: "@scalprum/core@npm:0.7.0"
"@scalprum/core@npm:^0.8.1":
version: 0.8.1
resolution: "@scalprum/core@npm:0.8.1"
dependencies:
"@openshift/dynamic-plugin-sdk": ^5.0.1
tslib: ^2.6.2
checksum: 0698e2520a9a9a7c220b5067792e81f267659ae0e9c0e117d9dc5aa24f28be2b8c72d5c79aedf3a68fc803e47c1f473ff25945299c03b978ea5360d766975fc2
checksum: 581631848bda2081dfe797c4c4326b442ce086d69117cc1eb74c18d345124825d87f570d09e8edaaa132d32a7720db0e728971834f1509aca9349aff21246a52
languageName: node
linkType: hard

"@scalprum/react-core@npm:0.8.0":
version: 0.8.0
resolution: "@scalprum/react-core@npm:0.8.0"
"@scalprum/react-core@npm:0.9.3":
version: 0.9.3
resolution: "@scalprum/react-core@npm:0.9.3"
dependencies:
"@openshift/dynamic-plugin-sdk": ^5.0.1
"@scalprum/core": ^0.7.0
"@scalprum/core": ^0.8.1
lodash: ^4.17.0
peerDependencies:
react: ">=16.8.0 || >=17.0.0 || ^18.0.0"
react-dom: ">=16.8.0 || >=17.0.0 || ^18.0.0"
checksum: 1eff07a1efa4cded62bc3602ef5745e2ff39f8291af1af4486bc6fa703b59f5e94fc6c76929f5653c15d5a5e70dd85d41c145982f605042d4ec2eb983b531031
checksum: 19c29a54e25c8025b668a96291741ce4b68dc0c87684cc39c260fc29aa2e0fc0d3e01266e0b5f64a290607e3df8d766539b619d23b756e2d09534b37034c313c
languageName: node
linkType: hard

Expand Down Expand Up @@ -31938,24 +31938,24 @@ __metadata:
languageName: node
linkType: hard

"tss-react@npm:4.9.12":
version: 4.9.12
resolution: "tss-react@npm:4.9.12"
"tss-react@npm:4.9.13":
version: 4.9.13
resolution: "tss-react@npm:4.9.13"
dependencies:
"@emotion/cache": "*"
"@emotion/serialize": "*"
"@emotion/utils": "*"
peerDependencies:
"@emotion/react": ^11.4.1
"@emotion/server": ^11.4.0
"@mui/material": ^5.0.0
"@mui/material": ^5.0.0 || ^6.0.0
react: ^16.8.0 || ^17.0.2 || ^18.0.0
peerDependenciesMeta:
"@emotion/server":
optional: true
"@mui/material":
optional: true
checksum: b1bec7c6d80b93d325ceca040ff5629b8a898b9f86a6d3260f2614943b64873afacd1f56d65a7850090a01869ea4fdac045da77ec96b80fbf157d475bcbd7187
checksum: 9327cef392007237020df5d388b4aeabbf7cc06f6d5ac32e2781367244c2de34688922a345878408f45a38890324d67d9a0f7b48cf6b1c968d66d52b3e14e28f
languageName: node
linkType: hard

Expand Down

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions workspaces/lightspeed/plugins/lightspeed-backend/turbo.json

This file was deleted.

4 changes: 0 additions & 4 deletions workspaces/lightspeed/plugins/lightspeed/.lintstagedrc.json

This file was deleted.

9 changes: 0 additions & 9 deletions workspaces/lightspeed/plugins/lightspeed/tsconfig.json

This file was deleted.

8 changes: 0 additions & 8 deletions workspaces/lightspeed/plugins/lightspeed/turbo.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions workspaces/orchestrator/.changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
14 changes: 14 additions & 0 deletions workspaces/orchestrator/.changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"privatePackages": {
"tag": false,
"version": false
}
}
2 changes: 2 additions & 0 deletions workspaces/orchestrator/.changeset/metal-eyes-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
5 changes: 5 additions & 0 deletions workspaces/orchestrator/.changeset/red-boats-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': major
---

fix SonataFlowService.ts:fetchWorkflowOverviewBySource to fetch less instances
8 changes: 8 additions & 0 deletions workspaces/orchestrator/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.git
.yarn/cache
.yarn/install-state.gz
node_modules
packages/*/src
packages/*/node_modules
plugins
*.local.yaml
5 changes: 5 additions & 0 deletions workspaces/orchestrator/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
playwright.config.ts
dist-dynamic
dist-scalprum
!.eslintrc.js
!.prettierrc.js
1 change: 1 addition & 0 deletions workspaces/orchestrator/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('../../.eslintrc.cjs');
Loading

0 comments on commit 9ea750c

Please sign in to comment.