Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Side by Side Diff: appengine/chromium_cq_status/app.yaml

Issue 2111713004: Teach CQ status app to check login status of users. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Review and tests. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | appengine/chromium_cq_status/handlers/index.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: chromium-cq-status 1 application: chromium-cq-status
2 version: 2 2 version: 2
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 6
7 builtins: 7 builtins:
8 - remote_api: on 8 - remote_api: on
9 9
10 handlers: 10 handlers:
11 - url: /js 11 - url: /js
12 static_dir: js 12 static_dir: js
13 - url: /recent
14 static_files: html/recent.html
15 upload: html/recent.html
16 - url: /tracing/base 13 - url: /tracing/base
17 static_dir: third_party/catapult/tracing/tracing/base 14 static_dir: third_party/catapult/tracing/tracing/base
18 - url: /tracing/core 15 - url: /tracing/core
19 static_dir: third_party/catapult/tracing/tracing/core 16 static_dir: third_party/catapult/tracing/tracing/core
20 - url: /tracing/extras 17 - url: /tracing/extras
21 static_dir: third_party/catapult/tracing/tracing/extras 18 static_dir: third_party/catapult/tracing/tracing/extras
22 - url: /tracing/importer 19 - url: /tracing/importer
23 static_dir: third_party/catapult/tracing/tracing/importer 20 static_dir: third_party/catapult/tracing/tracing/importer
24 - url: /tracing/model 21 - url: /tracing/model
25 static_dir: third_party/catapult/tracing/tracing/model 22 static_dir: third_party/catapult/tracing/tracing/model
(...skipping 21 matching lines...) Expand all
47 44
48 includes: 45 includes:
49 - gae_ts_mon 46 - gae_ts_mon
50 47
51 skip_files: 48 skip_files:
52 - ^(.*/)?#.*#$ 49 - ^(.*/)?#.*#$
53 - ^(.*/)?.*~$ 50 - ^(.*/)?.*~$
54 - ^(.*/)?.*\.py[co]$ 51 - ^(.*/)?.*\.py[co]$
55 - ^(.*/)?\..*$ 52 - ^(.*/)?\..*$
56 - ^third_party/catapult/tracing/test_data/.*$ 53 - ^third_party/catapult/tracing/test_data/.*$
OLDNEW
« no previous file with comments | « no previous file | appengine/chromium_cq_status/handlers/index.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698