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

Unified Diff: dashboard/app.yaml

Issue 2622303003: Allows a user to create_health_reports. (Closed)
Patch Set: removing changes from other CL Created 3 years, 11 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
Index: dashboard/app.yaml
diff --git a/dashboard/app.yaml b/dashboard/app.yaml
index 64e4bdb7f9d69c54b37a969494c284e9cef41226..ab42cec66c9906c9c1edf8635e7e41a2bea4a4ba 100644
--- a/dashboard/app.yaml
+++ b/dashboard/app.yaml
@@ -110,6 +110,11 @@ handlers:
login: admin
secure: always
+- url: /create_health_report
+ script: dashboard.dispatcher.APP
+ login: admin
+ secure: always
sullivan 2017/01/11 20:59:15 Why do we restrict report creation to admins? Shou
jessimb 2017/01/11 21:31:21 Because report creation shouldn't need to be done
sullivan 2017/01/11 21:38:03 We should probably restrict to internal users to k
jessimb 2017/01/12 02:10:30 Done
+
- url: /delete_expired_entities
script: dashboard.dispatcher.APP
login: admin
« no previous file with comments | « no previous file | dashboard/dashboard/create_health_report.py » ('j') | dashboard/dashboard/create_health_report.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698