chromium-dashboard/framework
Jason Robbins 30964aefb2
Switch localhost development to port 7777. (#4475)
* Switch localhost development to port 8888.

* Use 7777 instead

* Also correct port number in settings.py and goldens
2024-10-24 14:39:42 -07:00
..
__init__.py
basehandlers.py Activate the automated OT creation process (#4418) 2024-10-03 12:20:29 -07:00
basehandlers_test.py Handle OpenAPI models correctly for GET requests (#4274) 2024-08-22 13:41:03 -07:00
cloud_tasks_helpers.py Switch localhost development to port 7777. (#4475) 2024-10-24 14:39:42 -07:00
cloud_tasks_helpers_test.py Switch localhost development to port 7777. (#4475) 2024-10-24 14:39:42 -07:00
constants.py
csp.py
csp_test.py
origin_trials_client.py Change request contents for OT creation (#4416) 2024-10-03 12:16:58 -07:00
origin_trials_client_test.py Change request contents for OT creation (#4416) 2024-10-03 12:16:58 -07:00
permissions.py add security checks to report apis (#4375) 2024-09-19 10:37:40 -07:00
permissions_test.py
rediscache.py Cache full search results. (#4382) 2024-09-24 11:02:02 -07:00
rediscache_test.py Cache full search results. (#4382) 2024-09-24 11:02:02 -07:00
secrets.py Add data_access_admin_group_name to set up request (#4385) 2024-09-23 18:28:38 -04:00
secrets_test.py
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
users_test.py
utils.py Origin trial creation cron job (#3861) 2024-05-15 19:43:30 -07:00
utils_test.py
xsrf.py Use a LRU cache to speed up XSRF token validation. (#3770) 2024-04-03 13:57:38 -07:00
xsrf_test.py