chromium-dashboard/api
Daniel Smith 87c94946f3
Allow display of enterprise rollout stage for all feature types (#2616)
* create new stages on the feature detail page

* comments and spacing

* populate and display stage-specific fields

* remove unused import

* fix tests

* changes suggested by @jrobbins

* Update chromedash-feature-detail.js

* remove unused variable

* Allow rollout stage in all feature types
2023-01-03 15:59:03 -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 votes_api and move some code around. (#2586) 2022-12-15 17:47:21 -08: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 Introduce permission to comment. More perms checks in approvals dialog. (#2582) 2022-12-13 12:56:08 -08:00
comments_api_test.py Introduce permission to comment. More perms checks in approvals dialog. (#2582) 2022-12-13 12:56:08 -08:00
converters.py Allow display of enterprise rollout stage for all feature types (#2616) 2023-01-03 15:59:03 -08:00
converters_test.py Implement voting in gate column (#2603) 2022-12-22 13:32:46 -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
dev_api.py Dev API unit tests (#2486) 2022-11-17 16:06:12 -08:00
dev_api_test.py Dev API unit tests (#2486) 2022-11-17 16:06:12 -08:00
features_api.py Create Stages API (#2535) 2022-12-05 13:10:14 -08:00
features_api_test.py Use FeatureEntry entities to display roadmap information (#2480) 2022-11-16 16:45:08 -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 Implement voting in gate column (#2603) 2022-12-22 13:32:46 -08:00
permissions_api_test.py Implement voting in gate column (#2603) 2022-12-22 13:32:46 -08: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 Add rollout stage to the edit_all page (#2537) 2022-12-07 19:20:45 -05:00
reviews_api.py Implement votes_api and move some code around. (#2586) 2022-12-15 17:47:21 -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
stages_api.py Allow display of enterprise rollout stage for all feature types (#2616) 2023-01-03 15:59:03 -08:00
stages_api_test.py Display and edit stage-specific data for multiple stages of the same type (#2612) 2023-01-03 13:57:41 -08: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