-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* main: πΌ Ensure pip (#195) Adds pip to venv (#192) Adds venv to start of PATH (#191) Activates venv in production image (#190) π¬ Row actions (#188) π€ Update dependencies (#186) π© MMIF Download (#182) βοΈ Metaflow links (#185) π± Fields: `Finished`, `Successful` (#184) β Add MMIF to batch (#181) π€ Update dependencies (#177) π Requires valid access tokens for API calls (#173) π `MMIF` source (#168) β Expires all (#172) π€ Update dependencies (#171) π Page title (#162) Fixes MediaFilesGuidsField, combines usage (#170)
- Loading branch information
Showing
37 changed files
with
3,533 additions
and
1,941 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
.pdm.toml | ||
.pdm.toml | ||
__pycache__ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Postgres URL for Chowda DB. | ||
# Format: postgresql://{user}:{password}@{host}:{port}/{database} | ||
DB_URL='' | ||
|
||
# Env vars beginning with "AUTH0_" are used for authentication and authorization with Auth0. | ||
# These values can be obtained by logging into our Auth0 account. | ||
AUTH0_DOMAIN='' | ||
AUTH0_CLIENT_ID='' | ||
AUTH0_CLIENT_SECRET='' | ||
AUTH0_API_AUDIENCE='' | ||
|
||
# Secret value for securing session data using SessionMiddleware | ||
CHOWDA_SECRET='' |
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,5 @@ | ||
secret: | ||
ignored-matches: | ||
- match: 73f13c96260784cee71e44a63798a1a6716f19d6581a2ce28b391c4d8449bd19 | ||
name: Default jwt.io Bearer Token, for auth tests - tests/routers/test_events.py | ||
version: 2 |
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 |
---|---|---|
|
@@ -23,4 +23,9 @@ ci.toml | |
|
||
# Metaflow generated files | ||
metaflow.s3.* | ||
.metaflow | ||
.metaflow | ||
|
||
.cache_ggshield | ||
|
||
.env.* | ||
!.env.sample |
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.