chromium-dashboard/api
Daniel Smith 93e57a44f3
Use new Activity entities to display comments (#2321)
* Use Activity entities to view comments

* Update review_models_test.py

* @jrobbins suggested changes
2022-10-12 13:02:35 +02:00
..
__init__.py Start offering a simple REST API. 2021-03-03 16:46:54 -05:00
accounts_api.py Create Redis staging setup (#2211) 2022-09-12 13:56:50 -07:00
accounts_api_test.py Handle inactive users (#2243) 2022-09-15 13:43:22 -07:00
approvals_api.py Refactor review-related models. (#2152) 2022-08-22 10:34:10 -07:00
approvals_api_test.py default values for some required fields (#2310) 2022-10-10 19:43:40 +02:00
blink_components_api.py Populate blink components form field options via an API (#2187) 2022-08-31 13:42:50 -04: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 Create Redis staging setup (#2211) 2022-09-12 13:56:50 -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 Use new Activity entities to display comments (#2321) 2022-10-12 13:02:35 +02:00
comments_api_test.py Use new Activity entities to display comments (#2321) 2022-10-12 13:02:35 +02:00
cues_api.py Refactor user-related models into a separate file. (#2141) 2022-08-17 18:14:19 -07: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 Some introductory type hinting and refactoring (#2319) 2022-10-12 09:16:36 +02:00
features_api_test.py default values for some required fields (#2310) 2022-10-10 19:43:40 +02:00
login_api.py update last_visit on token refresh or login (#2051) 2022-07-20 09:42:46 -07:00
login_api_test.py Refresh user session when refreshing XSRF token. (#1804) 2022-03-25 16:46:40 -07:00
logout_api.py Remove backward compat with Google Sign-In. (#1883) 2022-05-13 07:58:47 -07:00
logout_api_test.py Use new session contents (#1773) 2022-03-10 12:22:19 -08:00
metricsdata.py Omit cookies for metrics data requests because of Vary: Cookie (#2268) 2022-09-26 14:25:20 -07:00
metricsdata_test.py Fix metrics JSONification. (#2130) 2022-08-15 20:11:54 -07:00
permissions_api.py Enable new permissions system (#2174) 2022-08-26 15:30:55 -07:00
permissions_api_test.py Create Redis staging setup (#2211) 2022-09-12 13:56:50 -07:00
processes_api.py Clarify where we load features directly from the DB, not cache. (#2239) 2022-09-13 16:30:34 -07:00
processes_api_test.py default values for some required fields (#2310) 2022-10-10 19:43:40 +02:00
settings_api.py Refactor user-related models into a separate file. (#2141) 2022-08-17 18:14:19 -07: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 Refactor remaining models.py code into core_models.py (#2160) 2022-08-23 16:00:02 -07:00
stars_api_test.py default values for some required fields (#2310) 2022-10-10 19:43:40 +02:00
token_refresh_api.py update last_visit on token refresh or login (#2051) 2022-07-20 09:42:46 -07:00
token_refresh_api_test.py Refresh user session when refreshing XSRF token. (#1804) 2022-03-25 16:46:40 -07:00