chromium-dashboard/api
Daniel Smith e57ee74a68
Show motivation value in deprecation features (#2464)
2022-11-10 11:37:21 -08: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
approvals_api.py Implement chromedash-gate-chip. (#2421) 2022-11-02 13:23:03 -07:00
approvals_api_test.py Use FeatureEntry for most client-side use cases (#2433) 2022-11-06 12:57:40 -08: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 Use get_int_arg for integer arg parsing (#2359) 2022-10-19 14:08:42 -07:00
channels_api_test.py In py3 code, replace the separate mock lib with unittest.mock. (#1665) 2022-01-11 08:20:40 -08:00
comments_api.py Display a "Comments & activity" log at the bottom of the feature detail page. (#2413) 2022-11-02 13:58:37 -07:00
comments_api_test.py Use FeatureEntry for most client-side use cases (#2433) 2022-11-06 12:57:40 -08:00
converters.py Show motivation value in deprecation features (#2464) 2022-11-10 11:37:21 -08: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
features_api.py Use FeatureEntry for most client-side use cases (#2433) 2022-11-06 12:57:40 -08:00
features_api_test.py Use FeatureEntry for most client-side use cases (#2433) 2022-11-06 12:57:40 -08:00
login_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
login_api_test.py Refresh user session when refreshing XSRF token. (#1804) 2022-03-25 16:46:40 -07:00
logout_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
logout_api_test.py Use new session contents (#1773) 2022-03-10 12:22:19 -08: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
permissions_api.py Change existing handler classes to properly override request methods (#2342) 2022-10-16 08:39:35 +02:00
permissions_api_test.py Create Redis staging setup (#2211) 2022-09-12 13:56:50 -07:00
processes_api.py Update processes API to use FeatureEntry entities (#2438) 2022-11-06 13:00:26 -08:00
processes_api_test.py Update processes API to use FeatureEntry entities (#2438) 2022-11-06 13:00:26 -08: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
stars_api.py Move Feature methods to helper files (#2407) 2022-10-27 10:17:54 -07:00
stars_api_test.py Do double-writes of star_count. (#2428) 2022-11-02 10:04:48 -07: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