Skip to content

Commit

Permalink
Merge pull request #891 from architect-team/rc
Browse files Browse the repository at this point in the history
Production Release
  • Loading branch information
mueschm authored Apr 12, 2023
2 parents 3023dfb + a6edd6f commit 7d35954
Show file tree
Hide file tree
Showing 49 changed files with 1,924 additions and 2,042 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- run: docker volume create volume-key
- run: ./bin/dev link test/integration/hello-world/architect.yml
- run: ./bin/dev link test/mocks/superset/deprecated.architect.yml
- run: ./bin/dev dev -e superset test/mocks/superset/architect.yml --browser=false -s param_unset=test -s world_text=Architect > ./tmp.txt 2>&1 &
- run: sh scripts/server_online.sh
- run: ./bin/dev dev -e superset test/mocks/superset/architect.yml --browser=false -s param_unset=test -s world_text=Architect --detached
- name: Check that the app is accessible locally
run: curl --fail -S -I https://hello.localhost.architect.sh
- name: Check that the app returns the expected response
Expand Down
87 changes: 43 additions & 44 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions architect-yml.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ An ingress exposes an interface to external network traffic through an architect
| `subdomain` | string \| [Expression](https://docs.architect.io/reference/contexts) | The subdomain that will be used if the interface is exposed externally. Use `subdomain: @` to target the base domain. | |
| `path` | string \| [Expression](https://docs.architect.io/reference/contexts) | The path of the interface used for path based routing | |
| `ip_whitelist` | Array<string \| string> \| [Expression](https://docs.architect.io/reference/contexts) | IP addresses that are allowed to access the interface | |
| `private` | boolean \| [Expression](https://docs.architect.io/reference/contexts) | Marks the ingress as private behind Architect authentication | |


## ScalingMetricsSpec
Expand Down
3 changes: 1 addition & 2 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ module.exports = {
`eslint --fix --max-warnings=0 ${filesToLint}`,
];
},
'*.{js,ts,__parallel1__}': ['npm run test'],
'*.{js,ts,__parallel2__}': ['npm run check-circular'],
'*.{js,ts,__parallel1__}': ['npm run check-circular'],
};
Loading

0 comments on commit 7d35954

Please sign in to comment.