Skip to content

Commit

Permalink
Merge branch 'master' into prototype
Browse files Browse the repository at this point in the history
* master:
  Update api-proxy to use BACKEND_PORT env var (opendatahub-io#132)
  Added PVC and Cluster Settings code (opendatahub-io#130)
  Use webpack dev server proxy instead of CORS utilities (opendatahub-io#127)
  Remove integration broken on node 14
  • Loading branch information
cfchase committed Mar 10, 2022
2 parents fe21f2d + c5f98e7 commit 71ed466
Show file tree
Hide file tree
Showing 44 changed files with 9,249 additions and 32,871 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ SOURCE_REPOSITORY_REF=master
DOC_LINK ='https://opendatahub.io/docs.html'
COMMUNITY_LINK ='https://opendatahub.io/community.html'
ENABLED_APPS_CM = 'odh-enabled-applications-config'
ADMIN_GROUP = 'odh-admins'
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ jobs:
- name: Test
if: ${{ success() }}
run: npm run test
- name: Confirm integration
if: ${{ success() }}
run: npm run build; npm run test:integration
Loading

0 comments on commit 71ed466

Please sign in to comment.