914ef27c63
Will now recognize warnings as a status. Returns proper HTTP status codes for the most common errors now. Will be more strict when checking build status data (no newlines in bot names). Prepared cron scripts. Prepared dashboard for production use. BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/404003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1772 4adac7df-926f-26a2-2b94-8c16560cd09d
24 lines
667 B
YAML
24 lines
667 B
YAML
application: webrtc-dashboard
|
|
version: 1
|
|
runtime: python27
|
|
api_version: 1
|
|
threadsafe: false
|
|
|
|
handlers:
|
|
# Serve stylesheets statically.
|
|
- url: /stylesheets
|
|
static_dir: stylesheets
|
|
# This magic file is here to prove to the Google Account Domain Management
|
|
# that we own this domain. It needs to stay there so the domain management
|
|
# doesn't get suspicious.
|
|
- url: /google403c95edcde16425.html
|
|
static_files: static/google403c95edcde16425.html
|
|
upload: static/google403c95edcde16425.html
|
|
|
|
# Note: tests should be disabled in production.
|
|
# - url: /test.*
|
|
# script: gaeunit.py
|
|
|
|
# Redirect all other requests to our dynamic handlers.
|
|
- url: /.*
|
|
script: dashboard.app |