chromium-dashboard/api
Daniel Smith a4a8d0c348
New OT extension form (#3419)
* New OT extension form

* Move default fields to separate method

* remove log statement
2023-10-17 17:26:47 -07:00
..
__init__.py Start offering a simple REST API. 2021-03-03 16:46:54 -05:00
accounts_api.py Run mypy in Github continuous integration checks (#2324) 2022-10-24 06:40:21 -07:00
accounts_api_test.py Add assertions for the templates in #2355 (Part 2 of 2) (#2356) 2022-10-19 10:14:52 -04:00
api_specs.py New OT extension form (#3419) 2023-10-17 17:26:47 -07:00
blink_components_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
blink_components_api_test.py Populate blink components form field options via an API (#2187) 2022-08-31 13:42:50 -04:00
channels_api.py Add "Stable soon" mode to roadmap page. (#3402) 2023-10-10 11:09:10 -07:00
channels_api_test.py Increase channels_api test coverage to 100% (#2807) 2023-03-09 10:40:14 -08:00
comments_api.py Record vote activities with amendments instead of text. (#3314) 2023-09-12 13:30:26 -07:00
comments_api_test.py Record vote activities with amendments instead of text. (#3314) 2023-09-12 13:30:26 -07:00
component_users.py Migrate admin/blink.html to SPA [5/5] (#2743) 2023-03-24 18:25:18 -04:00
component_users_test.py Migrate admin/blink.html to SPA [5/5] (#2743) 2023-03-24 18:25:18 -04:00
components_users.py Migrate admin/blink.html to SPA [5/5] (#2743) 2023-03-24 18:25:18 -04:00
components_users_test.py Migrate admin/blink.html to SPA [5/5] (#2743) 2023-03-24 18:25:18 -04:00
converters.py Add `ot_owner_email` and `ot_display_name` field (#3351) 2023-09-22 10:41:58 -07:00
converters_test.py Permit assigned reviewer to vote on reviews. (#3278) 2023-08-25 14:42:07 -07:00
cues_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
cues_api_test.py Refactor user-related models into a separate file. (#2141) 2022-08-17 18:14:19 -07:00
dev_api.py Remove Approvals API (#2870) 2023-03-27 18:21:46 -07:00
dev_api_test.py Remove Feature from tests (except guide_tests.py) (#2867) 2023-03-27 15:44:53 -07:00
feature_links_api.py Click to show feature link samples in admin page (#3280) 2023-08-29 22:21:21 +08:00
features_api.py Move OT notifier to stages API (#3389) 2023-10-02 18:09:34 -07:00
features_api_test.py Add privacy and security to origin trials and SLO=6. (#3276) 2023-08-23 14:35:01 -07:00
legacy_converters.py Move legacy Feature helpers and converters to separate file (#2819) 2023-03-13 15:07:55 -07:00
login_api.py Allow mock login to test accounts. (#3121) 2023-06-27 19:21:37 -07:00
login_api_test.py Reject login/out GETs with 405 response. (#2846) 2023-03-21 16:34:54 -07:00
logout_api.py Reject login/out GETs with 405 response. (#2846) 2023-03-21 16:34:54 -07:00
logout_api_test.py Reject login/out GETs with 405 response. (#2846) 2023-03-21 16:34:54 -07:00
metricsdata.py Use get_int_arg for integer arg parsing (#2359) 2022-10-19 14:08:42 -07:00
metricsdata_test.py Use get_int_arg for integer arg parsing (#2359) 2022-10-19 14:08:42 -07:00
origin_trials_api.py Add new Origin Trials API (#3214) 2023-07-31 15:15:09 -07:00
permissions_api.py Prompt users to switch to a paired account that can edit or review. (#3408) 2023-10-13 12:44:12 -07:00
permissions_api_test.py Prompt users to switch to a paired account that can edit or review. (#3408) 2023-10-13 12:44:12 -07:00
processes_api.py Add migrate enterprise stages from INTENT_SHIP to INTENT_ROLLOUT (#2502) 2022-11-28 11:33:48 -08:00
processes_api_test.py Relabel "ready for trial" emails to "ready for developer testing" (#3064) 2023-06-08 10:15:07 -07:00
reviews_api.py Record vote activities with amendments instead of text. (#3314) 2023-09-12 13:30:26 -07:00
reviews_api_test.py Record vote activities with amendments instead of text. (#3314) 2023-09-12 13:30:26 -07:00
settings_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
settings_api_test.py Refactor user-related models into a separate file. (#2141) 2022-08-17 18:14:19 -07:00
stages_api.py Add notification email for OT extension request (#3418) 2023-10-17 17:15:48 -07:00
stages_api_test.py Add notification email for OT extension request (#3418) 2023-10-17 17:15:48 -07:00
stars_api.py Remove legacy models from stars API and notifier (#2800) 2023-03-09 11:50:26 -08:00
stars_api_test.py Remove legacy models from stars API and notifier (#2800) 2023-03-09 11:50:26 -08:00
token_refresh_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
token_refresh_api_test.py Refresh user session when refreshing XSRF token. (#1804) 2022-03-25 16:46:40 -07:00