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 Reorganize framework-like code into a framework directory. (#1216) 2021-03-19 11:18:17 -07:00
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 In py3 code, replace the separate mock lib with unittest.mock. (#1665) 2022-01-11 08:20:40 -08:00
constants.py Run 2to3 to detect py2 to py3 changes (#1551) 2021-09-22 18:23:14 -07:00
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 Add retry configurations for Redis (#2270) 2022-09-26 11:11:45 -07:00
rediscache_test.py Completely migrate feature-related cache off ramcache (#2234) 2022-09-14 10:07:32 -07:00
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 Remove backward compat with Google Sign-In. (#1883) 2022-05-13 07:58:47 -07:00
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 In py3 code, replace the separate mock lib with unittest.mock. (#1665) 2022-01-11 08:20:40 -08:00