6b9aba52aa
- Intercepts calls to Feature.put() and diffs changes in properties for updates - Creates async task queue and email notifies feature owners - Switch to pip and custom django install instead of GAE version |
||
---|---|---|
cloudstorage | ||
customtags | ||
data | ||
http2push@7b63c8d258 | ||
scripts | ||
static | ||
templates | ||
travis | ||
.babelrc | ||
.bowerrc | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
README.txt | ||
admin.py | ||
app.yaml | ||
appengine_config.py | ||
blink_handler.py | ||
bower.json | ||
bulkloader.yaml | ||
bulkloader_helpers.py | ||
common.py | ||
config.rb | ||
cron.yaml | ||
gcloud-client-secret.json.enc | ||
gulpfile.babel.js | ||
import.csv | ||
index.yaml | ||
metrics.py | ||
models.py | ||
notifier.py | ||
notifier.yaml | ||
package.json | ||
push_manifest_features.json | ||
push_manifest_metrics.json | ||
queue.yaml | ||
requirements.txt | ||
schedule.py | ||
server-delay.py | ||
server.py | ||
settings.py | ||
users.py | ||
util.py | ||
yarn.lock |
README.md
Chrome Platform Status
Get the code
git clone --recursive https://github.com/GoogleChrome/chromium-dashboard
Installation
First, install the Google App Engine SDK for Python.
You'll also need pip, node, and npm. Next, install bower
and the deps:
npm install -g bower
npm install
pip install -t lib -r requirements.txt
This will also pull down bower_components and run gulp
to build the site.
Developing
Note: I've had issues with Django errors just running grunt serve
or using the dev_appserver.py
but others haven't.
Download the Google App Engine Python SDK launcher (Mac) and use that. Open the launcher and run the app in the main repo directory.
Locally, the /feature
list pulls from prod (https://www.chromestatus.com/features.json). Opening one of the features will 404 because the entry is not actually in the local db. If you want to test local entries, modify templates/features.html
to pull locally and add some db entries by signing in to the app (bottom link). Make sure to check the "sign in as admin" box when doing so. Note that you can also simply go to http://127.0.0.1:8080/
instead of localhost
to pull locally.
Seed the blink component owners
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.
VULCANIZE
- False
will run the site without vulcanizing the Polymer elements.
Deploying
Note you need to have admin privileges on the cr-status
cloud project to be
able to deploy the site.
First, update the version field in app.yaml
. That will ensure the app deploys
to a versioned URL and helps for rolling back later. Then, run the helper script:
./scripts/deploy_site.sh
This will build the site and deploy it to GAE.
Lastly, open the Google Developer Console and flip to the new version.
LICENSE
Copyright (c) 2013-2016 Google Inc. All rights reserved.
Apache2 License.