-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1178 from cmu-delphi/release/delphi-epidata-4.1.0
* API keys (#1115) * chore: release delphi-epidata 4.1.0 --------- Co-authored-by: Katie Mazaitis <[email protected]> Co-authored-by: Dmytro Trotsko <[email protected]> Co-authored-by: Brian Clark <[email protected]> Co-authored-by: george haff <[email protected]>
- Loading branch information
Showing
68 changed files
with
1,875 additions
and
411 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,5 +1,5 @@ | ||
[bumpversion] | ||
current_version = 0.4.12 | ||
current_version = 4.1.0 | ||
commit = False | ||
tag = False | ||
|
||
|
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,6 +1,7 @@ | ||
/delphi-epidata | ||
/.mypy_cache | ||
**/.mypy_cache | ||
/.github | ||
/docs | ||
__pycache__ | ||
/node_modules | ||
**/__pycache__ | ||
**/.pytest_cache | ||
**/node_modules |
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,18 +1,6 @@ | ||
FLASK_DEBUG=True | ||
SQLALCHEMY_DATABASE_URI=sqlite:///test.db | ||
FLASK_SECRET=abc | ||
SECRET_TWITTER=abc | ||
SECRET_GHT=abc | ||
SECRET_FLUVIEW=abc | ||
SECRET_CDC=abc | ||
SECRET_SENSORS=abc | ||
SECRET_SENSOR_TWTR=abc | ||
SECRET_SENSOR_GFT=abc | ||
SECRET_SENSOR_GHT=abc | ||
SECRET_SENSOR_GHTJ=abc | ||
SECRET_SENSOR_CDC=abc | ||
SECRET_SENSOR_QUID=abc | ||
SECRET_SENSOR_WIKI=abc | ||
SECRET_QUIDEL=abc | ||
SECRET_NOROSTAT=abc | ||
SECRET_AFHSB=abc | ||
#API_KEY_REQUIRED_STARTING_AT=2021-07-30 | ||
API_KEY_ADMIN_PASSWORD=abc | ||
API_KEY_REGISTER_WEBHOOK_TOKEN=abc |
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,5 @@ | ||
FROM redis | ||
|
||
ENV REDIS_PASSWORD=$REDIS_PASSWORD | ||
|
||
CMD ["sh", "-c", "exec redis-server --requirepass \"$REDIS_PASSWORD\""] |
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ purposes: | |
* to identify excessive or abnormal usage patterns which may harm our system | ||
|
||
The logs are only available to members of our operations team, and are expunged | ||
at or before they reach five years in age. | ||
at or before they reach five years in age. | ||
|
||
If you provide us with your email address, we will only use it to contact you in | ||
the following scenarios: | ||
|
@@ -47,9 +47,9 @@ security practices to help us keep your information secure. We only retrieve | |
this mapping to resolve cases of excessive or abnormal usage. We automatically | ||
disassociate an email address from its API key when the API key has not been | ||
used for six months, or upon user request. You can request that your | ||
email address be removed from our records by filling out a | ||
[deletion request](https://forms.gle/GucFmZHTMgEFjH197). | ||
email address be removed from our records by filling out a | ||
[deletion request](https://api.delphi.cmu.edu/epidata/admin/removal_request). | ||
|
||
For more information, see | ||
For more information, see | ||
[Carnegie Mellon’s privacy notice](https://www.cmu.edu/legal/privacy-notice.html). | ||
Further questions can be directed to [email protected]. |
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
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.