Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
9ec5e5f
chore(bulk-import): bump bulk-import wrapper to 7.3.0
its-mitesh-kumar Apr 28, 2026
6127418
updaing bulk import backend
its-mitesh-kumar Apr 29, 2026
c8841ee
Merge branch 'main' into bulk-import-wrapper-update
its-mitesh-kumar Apr 29, 2026
41d92f7
Merge branch 'main' into bulk-import-wrapper-update
its-mitesh-kumar Apr 29, 2026
90a56e0
Merge branch 'main' into bulk-import-wrapper-update
its-mitesh-kumar Apr 29, 2026
5dbe8f0
Merge branch 'main' into bulk-import-wrapper-update
its-mitesh-kumar Apr 30, 2026
39de5e6
updating yarn.lock
its-mitesh-kumar Apr 30, 2026
42d718a
Merge remote-tracking branch 'upstream' into bulk-import-wrapper-update
its-mitesh-kumar May 4, 2026
7976287
Merge branch 'main' into bulk-import-wrapper-update
its-mitesh-kumar May 5, 2026
67cfb5d
Merge branch 'main' into bulk-import-wrapper-update
its-mitesh-kumar May 6, 2026
f1ac2f0
Merge branch 'main' into bulk-import-wrapper-update
its-mitesh-kumar May 6, 2026
07a70b7
Merge remote-tracking branch 'upstream' into bulk-import-wrapper-update
its-mitesh-kumar May 11, 2026
b4e35c8
removing skip of e2e
its-mitesh-kumar May 11, 2026
97f17a3
Merge remote-tracking branch 'upstream' into bulk-import-wrapper-update
its-mitesh-kumar May 12, 2026
9803599
updating to 7.3.4
its-mitesh-kumar May 13, 2026
0225f3c
Merge branch 'main' into bulk-import-wrapper-update
its-mitesh-kumar May 13, 2026
c6ab179
fix bulk-import e2e failure
sanketpathak May 7, 2026
f4d9ab7
add github auth proovider for rbac tests
sanketpathak May 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .ci/pipelines/resources/config_map/app-config-rhdh-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ auth:
signIn:
resolvers:
- resolver: emailLocalPartMatchingUserEntityName
github:
development:
clientSecret: ${GITHUB_OAUTH_APP_SECRET}
clientId: ${GITHUB_OAUTH_APP_ID}
callbackUrl: ${RHDH_BASE_URL}/api/auth/github/handler/frame
disableIdentityResolution: true
signInPage: oidc
proxy:
skipInvalidProxies: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"resolutions": {
"@protobufjs/inquire": "1.1.0"
},
},
"files": [
"dist",
"dist-dynamic/*.*",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "red-hat-developer-hub-backstage-plugin-bulk-import-backend",
"version": "7.2.1",
"version": "7.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -39,7 +39,7 @@
"export-dynamic:clean": "run export-dynamic --clean"
},
"dependencies": {
"@red-hat-developer-hub/backstage-plugin-bulk-import-backend": "7.2.1"
"@red-hat-developer-hub/backstage-plugin-bulk-import-backend": "7.3.4"
},
"devDependencies": {
"@backstage/cli": "0.36.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "red-hat-developer-hub-backstage-plugin-bulk-import",
"version": "7.2.1",
"version": "7.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@mui/material": "5.18.0",
"@red-hat-developer-hub/backstage-plugin-bulk-import": "7.2.1"
"@red-hat-developer-hub/backstage-plugin-bulk-import": "7.3.4"
},
"devDependencies": {
"@backstage/cli": "0.36.0",
Expand Down
Loading
Loading