Skip to content

Commit

Permalink
Merge pull request #59 from moleculemaker/feature/switch-to-new-backend
Browse files Browse the repository at this point in the history
feat: integrate molli-frontend + mmli-backend
  • Loading branch information
bodom0015 authored Oct 7, 2024
2 parents 05c9253 + ac99085 commit 34314a4
Show file tree
Hide file tree
Showing 59 changed files with 5,145 additions and 127 deletions.
4 changes: 2 additions & 2 deletions chart/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ingress:
traefik.ingress.kubernetes.io/router.middlewares: "alphasynthesis-molli-prod-domain-redirect@kubernetescrd"

config:
hostname: "https://jobmgr.platform.moleculemaker.org"
hostname: "https://mmli.fastapi.mmli1.ncsa.illinois.edu"
basePath: ""
mmliHostname: "https://mmli.fastapi.mmli1.ncsa.illinois.edu"
basePath: "api/v1"
signInUrl: "https://auth.platform.moleculemaker.org/oauth2/start?rd=https%3A%2F%2Fmolli.platform.moleculemaker.org%2Fconfiguration"
signOutUrl: "https://auth.platform.moleculemaker.org/oauth2/sign_out?rd=https%3A%2F%2Fmolli.platform.moleculemaker.org%2Fconfiguration"
userInfoUrl: "https://auth.platform.moleculemaker.org/oauth2/userinfo"
Expand Down
4 changes: 2 additions & 2 deletions chart/values.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ controller:
image: moleculemaker/molli-frontend:staging

config:
hostname: "https://jobmgr.staging.mmli1.ncsa.illinois.edu"
hostname: "https://mmli.fastapi.staging.mmli1.ncsa.illinois.edu"
basePath: ""
mmliHostname: "https://mmli.fastapi.staging.mmli1.ncsa.illinois.edu"
basePath: "api/v1"
signInUrl: "https://mmli1.ncsa.illinois.edu/oauth2/start?rd=https%3A%2F%2Fmolli.frontend.staging.mmli1.ncsa.illinois.edu%2Fconfiguration"
signOutUrl: "https://mmli1.ncsa.illinois.edu/oauth2/sign_out?rd=https%3A%2F%2Fmolli.frontend.staging.mmli1.ncsa.illinois.edu%2Fconfiguration"
userInfoUrl: "https://mmli1.ncsa.illinois.edu/oauth2/userinfo"
1 change: 1 addition & 0 deletions openapi/mmli-backend.openapi.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions openapitools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "7.5.0"
}
}
Loading

0 comments on commit 34314a4

Please sign in to comment.