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

Side by Side Diff: Tools/GardeningServer/app.yaml

Issue 664563002: Restructured alerts-history endpoint (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Tools/GardeningServer/alerts_test.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: sheriff-o-matic 1 application: sheriff-o-matic
2 version: 1 2 version: 1
3 runtime: python27 3 runtime: python27
4 api_version: 1 4 api_version: 1
5 threadsafe: true 5 threadsafe: true
6 6
7 handlers: 7 handlers:
8 - url: /alerts 8 - url: /alerts
9 script: alerts.app 9 script: alerts.app
10 secure: always 10 secure: always
11 11
12 - url: /alerts-history 12 - url: /alerts-history
13 script: alerts.app 13 script: alerts.app
14 secure: always 14 secure: always
15 15
16 - url: /alerts-history/.*
17 script: alerts.app
18 secure: always
19
16 - url: /internal-alerts 20 - url: /internal-alerts
17 script: internal_alerts.app 21 script: internal_alerts.app
18 secure: always 22 secure: always
19 23
20 - url: /favicon.ico 24 - url: /favicon.ico
21 static_files: favicon.ico 25 static_files: favicon.ico
22 upload: favicon.ico 26 upload: favicon.ico
23 secure: always 27 secure: always
24 28
25 - url: /images 29 - url: /images
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 - ^(.*/)?.*/RCS/.*$ 72 - ^(.*/)?.*/RCS/.*$
69 - ^(.*/)?\..*$ 73 - ^(.*/)?\..*$
70 - ^(.*/)?.*\.md$ 74 - ^(.*/)?.*\.md$
71 - ^(.*/)?LICENSE$ 75 - ^(.*/)?LICENSE$
72 - ^(.*/)?README$ 76 - ^(.*/)?README$
73 - ^(.*/)?Makefile$ 77 - ^(.*/)?Makefile$
74 78
75 libraries: 79 libraries:
76 - name: webapp2 80 - name: webapp2
77 version: "latest" 81 version: "latest"
OLDNEW
« no previous file with comments | « Tools/GardeningServer/alerts_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698