-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 Add settings to status schema #573
Conversation
Codecov Report
@@ Coverage Diff @@
## master #573 +/- ##
=======================================
Coverage 93.44% 93.44%
=======================================
Files 92 92
Lines 4025 4025
=======================================
Hits 3761 3761
Misses 264 264 Continue to review full report at Codecov.
|
2c2c3f6
to
35db710
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
## Release 1.15.0 ### Summary - Emojis: ✨ x1, 🔧 x2, 🐛 x3, ⬆️ x2, 🐳 x1, 💄 x1 - Categories: Additions x1, Other Changes x3, Fixes x3, Ops x3 ### New features and changes - [#581](#581) - ✨ Add investigator name to study - [7c147b2](7c147b2) by [dankolbman](https://github.com/dankolbman) - [#580](#580) - 🔧 Add flag to enabled/disable DR bucket creation - [428020b](428020b) by [dankolbman](https://github.com/dankolbman) - [#573](#573) - 🔧 Add settings to status schema - [7c03def](7c03def) by [dankolbman](https://github.com/dankolbman) - [#579](#579) - 🐛 Fix bugs from switching to Debian image - [40cf58c](40cf58c) by [znatty22](https://github.com/znatty22) - [#578](#578) - ⬆️ Bump boto3 and requests - [fa5896a](fa5896a) by [znatty22](https://github.com/znatty22) - [#577](#577) - 🐳 Switch to python:3.8-slim-buster docker img - [3ca47fd](3ca47fd) by [znatty22](https://github.com/znatty22) - [#567](#567) - 💄 Clean up release messages - [843f0ba](843f0ba) by [dankolbman](https://github.com/dankolbman) - [#572](#572) - ⬆️ Bump cryptography from 3.2 to 3.3.2 - [e046430](e046430) by [dependabot[bot]](https://github.com/apps/dependabot) - [#566](#566) - 🐛 Only verify release id if its in the response - [d27077d](d27077d) by [dankolbman](https://github.com/dankolbman) - [#564](#564) - 🐛 Add safeguards for trace sampler - [32e7f2e](32e7f2e) by [dankolbman](https://github.com/dankolbman)
Adds more settings to the status schema:
DATA_TRACKER_URL
DEFAULT_FROM_EMAIL
REFERRAL_TOKEN_EXPIRATION_DAYS
STUDY_BUCKETS_REPLICATION_ROLE
SLACK_RELEASE_CHANNEL
Moves the
DEVELOPMENT_ENDPOINTS
from settings to featuresCloses #568
Closes #569
Closes #570