Chrome Status Dashboard
Перейти к файлу
Ping 17f9886d06
Support more link types (#3268)
* Support code.google.com

* Support LINK_TYPE_GOOGLE_DOCS

* Support LINK_TYPE_MOZILLA_BUG and LINK_TYPE_WEBKIT_BUG

* Support LINK_TYPE_SPECS

* Fix extract url ending with slash

* Update specs feature link title

* Fix

* Remove flaky test

* Fix typo in regex
2023-08-22 09:37:53 +08:00
.devcontainer Manual changes to support using openapi [3/5] (#2771) 2023-03-24 17:46:28 -04:00
.github Upgrade to python3.11. (#3183) 2023-07-17 12:49:25 -07:00
api Re-enable creation of privacy and security gates. (#3249) 2023-08-11 13:56:15 -07:00
client-src Support more link types (#3268) 2023-08-22 09:37:53 +08:00
data Add dev API to write and delete test data (#2475) 2022-11-16 22:48:38 -08:00
framework Add new Origin Trials API (#3214) 2023-07-31 15:15:09 -07:00
gen npm: bump typescript from 5.0.2 to 5.1.3 (#3053) 2023-06-05 14:57:10 -07:00
internals Support more link types (#3268) 2023-08-22 09:37:53 +08:00
openapi Generate new routes for admin/blink.html [4/5] (#2742) 2023-03-24 18:04:20 -04:00
pages Re-enable creation of privacy and security gates. (#3249) 2023-08-11 13:56:15 -07:00
scripts Use 3.10 in start-server (#2527) 2022-11-30 12:46:58 -08:00
static Validate feature links http status code (#3143) 2023-07-13 11:06:02 +08:00
templates Defaut to opening the menu drawer on the old feature list page. (#3216) 2023-07-26 18:50:55 -07:00
.babelrc Using rollup for components (#679) 2019-11-11 14:32:32 -08:00
.coveragerc Update test coverage commands and configs (#2225) 2022-09-09 17:48:02 -04:00
.editorconfig Adds eslint. Fixes #350 (#351) 2016-07-19 15:19:06 -07:00
.eslintignore WIP 2019-05-22 11:13:09 -07:00
.eslintrc Node v18. Upgrade frontend dependencies and resolve vulns (#2380) 2022-10-25 10:12:23 -04:00
.gcloudignore Add origin trials API key variable to server settings (#3213) 2023-07-31 15:14:14 -07:00
.gitignore Add origin trials API key variable to server settings (#3213) 2023-07-31 15:14:14 -07:00
CODE_OF_CONDUCT.md Add code of conduct to project. 2020-07-31 12:19:13 -07:00
LICENSE Apache2 license 2016-07-08 13:09:02 -07:00
README.md Add origin trials API key variable to server settings (#3213) 2023-07-31 15:14:14 -07:00
app.staging.yaml Upgrade to python3.11. (#3183) 2023-07-17 12:49:25 -07:00
app.yaml Upgrade to python3.11. (#3183) 2023-07-17 12:49:25 -07:00
appengine_config.py Remove all references to django (#2358) 2022-10-19 13:51:39 -04:00
config.rb Move source for generated frontend to client-src (#2351) 2022-10-17 17:01:12 -04:00
cron.yaml Cron job to update all feature links (#3235) 2023-08-10 00:08:47 +08:00
developer-documentation.md Move all *-css.js files to new client-src/css dir. (#2999) 2023-05-10 13:34:35 -04:00
dispatch.yaml Notify subscribers of a new comment (#2835) 2023-03-20 10:08:24 -07:00
gulpfile.babel.js Move all *-css.js files to new client-src/css dir. (#2999) 2023-05-10 13:34:35 -04:00
hack_components.py Add the new crbug `Privacy>NavTracking` component. (#2277) 2022-09-28 10:24:27 -07:00
index.yaml Add index for FeatureLinks cron (#3252) 2023-08-14 16:40:57 -07:00
main.py Work around threading error with Google Cloud Logging (#3246) 2023-08-10 10:45:24 -07:00
main_test.py Add new route dataclass (#2456) 2022-11-09 10:06:59 -08:00
notifier.staging.yaml Upgrade to python3.11. (#3183) 2023-07-17 12:49:25 -07:00
notifier.yaml Upgrade to python3.11. (#3183) 2023-07-17 12:49:25 -07:00
openapi-documentation.md Add OpenAPI documentation [1/5] (#2769) 2023-03-24 17:23:02 -04:00
openapitools.json Add initial api.yaml and generated code [2/5] (#2770) 2023-03-24 17:26:49 -04:00
package-lock.json npm: bump sass from 1.65.1 to 1.66.1 (#3274) 2023-08-21 18:01:38 -07:00
package.json npm: bump sass from 1.65.1 to 1.66.1 (#3274) 2023-08-21 18:01:38 -07:00
queue.yaml HTML emails to feature owners 2017-08-06 19:24:18 -07:00
requirements.dev.txt Upgrade mypy to 1.4.1 (#3193) 2023-07-20 06:23:18 -07:00
requirements.txt Handle invalid urls (#3221) 2023-08-02 08:57:01 +08:00
settings.py Add origin trials API key variable to server settings (#3213) 2023-07-31 15:14:14 -07:00
testing_config.py Run mypy in Github continuous integration checks (#2324) 2022-10-24 06:40:21 -07:00

README.md

Chrome Platform Status

Mission

chromestatus.com is the official tool used for for tracking feature launches in Blink (the browser engine that powers Chrome and many other web browsers). This tool guides feature owners through our launch process and serves as a primary source for developer information that then ripples throughout the web developer ecosystem.

Get the code

For a one-click setup that leverages devcontainers, check out the devcontainer README. Otherwise, to continue setting up locally:

git clone https://github.com/GoogleChrome/chromium-dashboard

Installation

  1. Install gcloud and needed components:
    1. Before you begin, make sure that you have a java JRE (version 8 or greater) installed. JRE is required to use the DataStore Emulator and openapi-generator-cli.
    2. Google App Engine SDK for Python. Make sure to select Python 3.
    3. gcloud init
    4. gcloud components install cloud-datastore-emulator
    5. gcloud components install beta
  2. Install other developer tools commands
    1. node and npm.
    2. Gulp: npm install --global gulp-cli
    3. Python virtual environment: sudo apt install python3.10-venv
  3. We recommend using an older node version, e.g. node 18
    1. Use node -v to check the default node version
    2. nvm use 18 to switch to node 18
  4. cd chromium-dashboard
  5. Install JS an python dependencies: npm run setup
    1. Note: Whenever we make changes to package.json or requirements.txt, you will need to run npm run clean-setup.

If you encounter any error during the installation process, the section Notes (later in this README.md) may help.

Developing

To start the main server and the notifier backend, run:

npm start

Then visit http://localhost:8080/.

To start front end code watching (sass, js lint check, babel, minify files), run

npm run watch

To run lint & lit-analyzer:

npm run lint

To run unit tests:

npm test

This will start a local datastore emulator, run unit tests, and then shut down the emulator.

There are some developing information in developer-documentation.md.

Origin Trials

To test the functionality of this application locally that interacts with data from the Origin Trials API, an API key will need to be acquired. To do this, run the following command:

npm run dev-ot-key

Note: Only developers with access to the cr-status-staging GCP project will be able to successfully run this command. If you need to test this and you don't have access, open an issue.

Notes

  • If you get an error saying No module named protobuf or No module named six or No module named enum , try installing them locally with pip install six enum34 protobuf.

  • When installing the GAE SDK, make sure to get the version for python 3.

  • If you run the server locally, and then you are disconnected from your terminial window, the jobs might remain running which will prevent you from starting the server again. To work around this, use npm run stop-emulator; npm stop. Or, use ps aux | grep gunicorn and/or ps aux | grep emulator, then use the unix kill -9 command to terminate those jobs.

  • If you need to test or debug anything to do with dependencies, you can get a clean start by running npm run clean-setup.

  • Occasionally, the Google Cloud CLI will requires an update, which will cause a failure when trying to run the development server with npm start. An unrelated error message Failed to connect to localhost port 15606 after 0 ms: Connection refused will appear. Running the gcloud components update command will update as needed and resolve this issue.

Chromestatus currently gets the list of Blink components from the file hack_components.py.

Visit http://localhost:8080/admin/blink/populate_blink to see the list of Blink component owners.

Debugging / settings

settings.py contains a list of globals for debugging and running the site locally.

Deploying

If you have uncommited local changes, the appengine version name will end with -tainted. It is OK to test on staging with tainted versions, but everything should be committed (and thus not tainted) before staging a version that can later be pushed to prod.

Note you need to have admin privileges on the cr-status-staging and cr-status cloud projects to be able to deploy the site.

Run the npm target:

npm run staging

Open the Google Developer Console for the staging site and flip to the new version by selecting from the list and clicking MIGRATE TRAFFIC. Make sure to do this for both the 'default' service as well as for the 'notifier' service.

Alternatively, run npm run staging-rc to upload the same code to a version named rc for "Release candidate". This is the only version that you can test using Google Sign-In at https://rc-dot-cr-status-staging.appspot.com.

If manual testing on the staging server looks good, then repeat the same steps to deploy to prod:

npm run deploy

Open the Google Developer Console for the production site

The production site should only have versions that match versions on staging.

LICENSE

Copyright (c) 2013-2022 Google Inc. All rights reserved.

Apache2 License.

Analytics