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

Unified Diff: Tools/GardeningServer/app.yaml

Issue 633983002: Implemented retrieval of alerts history (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Lowered MAX_LIMIT_PER_PAGE because it was generating too large response for AE 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/alerts_test.py ('k') | Tools/GardeningServer/internal_alerts.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/app.yaml
diff --git a/Tools/GardeningServer/app.yaml b/Tools/GardeningServer/app.yaml
index 72c40e6ea34bde0240033e8fbf54a0392638345f..d25754e2097a0aba50a0f1583afe0366cd5fbaf6 100644
--- a/Tools/GardeningServer/app.yaml
+++ b/Tools/GardeningServer/app.yaml
@@ -9,6 +9,10 @@ handlers:
script: alerts.app
secure: always
+- url: /alerts-history
+ script: alerts.app
+ secure: always
+
- url: /internal-alerts
script: internal_alerts.app
secure: always
« no previous file with comments | « Tools/GardeningServer/alerts_test.py ('k') | Tools/GardeningServer/internal_alerts.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698