chromium-dashboard/framework
Daniel Smith 419c9363f6
Add OT support emails secret for OT creation (#4287)
* Implement retry logic for OT creation

* remove sorting of contact list

* Separate CreateTrial and SetupTrial requests

* Add OT support emails secret for OT creation
2024-09-12 11:44:07 -04:00
..
__init__.py
basehandlers.py OpenAPI: OT (#4226) 2024-08-29 02:23:27 -05:00
basehandlers_test.py Handle OpenAPI models correctly for GET requests (#4274) 2024-08-22 13:41:03 -07:00
cloud_tasks_helpers.py Run mypy in Github continuous integration checks (#2324) 2022-10-24 06:40:21 -07:00
cloud_tasks_helpers_test.py
constants.py
csp.py Update our use of Sign In With Google to use FedCM. (#3668) 2024-02-24 12:00:42 -08:00
csp_test.py Run mypy in Github continuous integration checks (#2324) 2022-10-24 06:40:21 -07:00
origin_trials_client.py Add OT support emails secret for OT creation (#4287) 2024-09-12 11:44:07 -04:00
origin_trials_client_test.py Separate creation and setup requests in OT creation process (#4214) 2024-09-12 11:00:33 -04:00
permissions.py Allow @google and @chromium users to request OTs. (#3942) 2024-06-06 16:50:31 -07:00
permissions_test.py Permit assigned reviewer to vote on reviews. (#3278) 2023-08-25 14:42:07 -07:00
rediscache.py
rediscache_test.py
secrets.py Add OT support emails secret for OT creation (#4287) 2024-09-12 11:44:07 -04:00
secrets_test.py Use a github access token stored in ndb. (#3132) 2023-07-09 10:21:37 -07:00
sendemail.py Make sending emails with CC more robust. (#3884) 2024-05-15 09:04:24 -07:00
sendemail_test.py Make sending emails with CC more robust. (#3884) 2024-05-15 09:04:24 -07:00
users.py Resolve mypy complaint and remove outdated code. (#3576) 2024-01-09 12:43:59 -08:00
users_test.py
utils.py Origin trial creation cron job (#3861) 2024-05-15 19:43:30 -07:00
utils_test.py Remove RSS functionality and dependencies (#2393) 2022-10-25 12:17:23 -04:00
xsrf.py Use a LRU cache to speed up XSRF token validation. (#3770) 2024-04-03 13:57:38 -07:00
xsrf_test.py