-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/identity/database-models
* develop: (25 commits) fix: package.json & package-lock.json to reduce vulnerabilities (#285) fix: package.json & package-lock.json to reduce vulnerabilities (#311) Refactor/collection refactor (#281) build(deps-dev): bump jest from 26.6.3 to 27.0.6 (#222) build(deps): bump tmpl from 1.0.4 to 1.0.5 (#304) build(deps): bump axios from 0.21.1 to 0.21.4 (#295) Fix: change git tree object format (#305) Fix: handle 409 errors when editing files (#303) hotfix: properly handle subcollection file update Fix: prevent truncating of page body (#299) Feat: add ability to edit description in settings (#280) ci: remove .ebextensions from zip ci: update backend staging eb env ci: update production eb env name (#298) ci: include .platform dir in deployment chore: specify node version chore: use EB platform hooks instead of ebextensions chore: add health check endpoint chore: use new cicd user creds fix: update ebextension to fix EB deploy ...
- Loading branch information
Showing
52 changed files
with
6,001 additions
and
3,264 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
client_max_body_size 10M; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## E2E Tests | ||
To run the E2E tests successfully, you will need to define the following environment variables: | ||
``` | ||
export E2E_TEST_REPO="e2e-test-repo" | ||
export E2E_TEST_SECRET="blahblahblah" // this should match the value of CYPRESS_COOKIE_VALUE on | ||
// the frontend | ||
export E2E_TEST_GH_TOKEN="" // this can be your own personal GH access token, or the token from our | ||
// specialized E2E test user | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.