|
|
Make OAuth client id accessible to new ui w/o hardcoding
The (small) index.html for each ui page will be turned
into a template with one param - client_id
My first try was to make an API endpoint, but that was
very very slow, because we had to wait for the api to
return (1-3 seconds) before making any other requests.
This is zippy and could be memcached, if needed.
BUG= 631047
Committed: https://github.com/luci/luci-py/commit/e02bb087183bbf2323a0229eda4266b51d5d74d6
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+75 lines, -86 lines) |
Patch |
 |
M |
appengine/swarming/app.yaml
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
D |
appengine/swarming/elements/botlist-index.html
|
View
|
|
1 chunk |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/build/elements.html
|
View
|
|
6 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
D |
appengine/swarming/elements/index.html
|
View
|
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/botlist/bot-list.html
|
View
|
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/common/swarming-app.html
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/index/swarming-index.html
|
View
|
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
appengine/swarming/handlers_frontend.py
|
View
|
1
2
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/proto/config.proto
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/proto/config_pb2.py
|
View
|
|
7 chunks |
+17 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
appengine/swarming/templates/public_botlist_index.html
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
A + |
appengine/swarming/templates/public_swarming_index.html
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
Total messages: 16 (9 generated)
|