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

Issue 2174903002: Add stub pages and oauth-blessed request to /newui (Closed)

Created:
4 years, 5 months ago by kjlubick
Modified:
4 years, 4 months ago
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org, M-A Ruel
Base URL:
https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Add stub pages and oauth-blessed request to /newui I borrowed auth-signin.html from luci-go and modified it to work better with iron-ajax. https://github.com/luci/luci-go/blob/master/web/inc/auth/auth-signin.html This is the first step of the new ui (oauth 2). The next step will be incorporating the (mostly written) bot-list to also use it. BUG=631047 Committed: https://github.com/luci/luci-py/commit/375d93fc4e83a64bf6b37a30a9d6fc35c5726e81

Patch Set 1 #

Patch Set 2 : Add some docs #

Patch Set 3 : more docs #

Total comments: 16

Patch Set 4 : Address feedback #

Patch Set 5 : Add todo #

Patch Set 6 : y #

Patch Set 7 : y #

Total comments: 1

Patch Set 8 : Add imp folder #

Total comments: 4

Patch Set 9 : Remove unneeded headers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10673 lines, -9 lines) Patch
M appengine/swarming/app.yaml View 1 2 3 4 5 6 7 8 1 chunk +17 lines, -0 lines 0 comments Download
M appengine/swarming/elements/Makefile View 1 2 3 4 5 1 chunk +14 lines, -5 lines 0 comments Download
M appengine/swarming/elements/README.md View 1 2 3 2 chunks +24 lines, -1 line 0 comments Download
A appengine/swarming/elements/botlist.html View 1 2 3 4 5 6 1 chunk +21 lines, -0 lines 0 comments Download
M appengine/swarming/elements/bower.json View 1 2 3 4 5 1 chunk +4 lines, -3 lines 0 comments Download
A appengine/swarming/elements/build/botlist-build.html View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
A appengine/swarming/elements/build/index-build.html View 1 2 3 4 5 6 7 1 chunk +10348 lines, -0 lines 0 comments Download
A appengine/swarming/elements/imp/common/auth-signin.html View 1 2 3 4 5 6 7 1 chunk +128 lines, -0 lines 0 comments Download
A appengine/swarming/elements/imp/index/swarming-index.html View 1 2 3 4 5 6 7 1 chunk +68 lines, -0 lines 0 comments Download
A appengine/swarming/elements/index.html View 1 2 3 4 5 6 7 1 chunk +24 lines, -0 lines 0 comments Download
A appengine/swarming/elements/package.json View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 37 (15 generated)
kjlubick
4 years, 5 months ago (2016-07-22 20:48:40 UTC) #3
stephana
https://codereview.chromium.org/2174903002/diff/40001/appengine/swarming/app.yaml File appengine/swarming/app.yaml (right): https://codereview.chromium.org/2174903002/diff/40001/appengine/swarming/app.yaml#newcode69 appengine/swarming/app.yaml:69: - url: /newui/ Nit: It looks like the elements ...
4 years, 5 months ago (2016-07-24 21:17:07 UTC) #4
kjlubick
https://codereview.chromium.org/2174903002/diff/40001/appengine/swarming/app.yaml File appengine/swarming/app.yaml (right): https://codereview.chromium.org/2174903002/diff/40001/appengine/swarming/app.yaml#newcode69 appengine/swarming/app.yaml:69: - url: /newui/ On 2016/07/24 at 21:17:06, stephana wrote: ...
4 years, 5 months ago (2016-07-25 12:45:44 UTC) #5
kjlubick
https://codereview.chromium.org/2174903002/diff/40001/appengine/swarming/app.yaml File appengine/swarming/app.yaml (right): https://codereview.chromium.org/2174903002/diff/40001/appengine/swarming/app.yaml#newcode69 appengine/swarming/app.yaml:69: - url: /newui/ On 2016/07/25 at 12:45:43, kjlubick wrote: ...
4 years, 5 months ago (2016-07-25 13:10:59 UTC) #6
stephana
LGTM module small nits https://codereview.chromium.org/2174903002/diff/40001/appengine/swarming/elements/README.md File appengine/swarming/elements/README.md (right): https://codereview.chromium.org/2174903002/diff/40001/appengine/swarming/elements/README.md#newcode9 appengine/swarming/elements/README.md:9: These are checked into version ...
4 years, 5 months ago (2016-07-25 13:26:32 UTC) #7
kjlubick
On 2016/07/25 at 13:26:32, stephana wrote: > LGTM module small nits > > https://codereview.chromium.org/2174903002/diff/40001/appengine/swarming/elements/README.md > ...
4 years, 4 months ago (2016-07-25 15:25:57 UTC) #9
jcgregorio
https://codereview.chromium.org/2174903002/diff/120001/appengine/swarming/elements/index.html File appengine/swarming/elements/index.html (right): https://codereview.chromium.org/2174903002/diff/120001/appengine/swarming/elements/index.html#newcode1 appengine/swarming/elements/index.html:1: <!-- Not sure about the file structure at this ...
4 years, 4 months ago (2016-07-25 15:46:05 UTC) #10
kjlubick
On 2016/07/25 at 15:46:05, jcgregorio wrote: > https://codereview.chromium.org/2174903002/diff/120001/appengine/swarming/elements/index.html > File appengine/swarming/elements/index.html (right): > > https://codereview.chromium.org/2174903002/diff/120001/appengine/swarming/elements/index.html#newcode1 ...
4 years, 4 months ago (2016-07-25 15:52:22 UTC) #11
kjlubick
On 2016/07/25 at 15:52:22, kjlubick wrote: > On 2016/07/25 at 15:46:05, jcgregorio wrote: > > ...
4 years, 4 months ago (2016-07-25 16:07:39 UTC) #12
jcgregorio
lgtm
4 years, 4 months ago (2016-07-25 16:09:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2174903002/140001
4 years, 4 months ago (2016-07-25 16:15:08 UTC) #16
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 4 months ago (2016-07-25 16:15:11 UTC) #18
KevinL
lgtm
4 years, 4 months ago (2016-07-25 16:15:25 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2174903002/140001
4 years, 4 months ago (2016-07-25 16:15:48 UTC) #22
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 4 months ago (2016-07-25 16:15:50 UTC) #24
M-A Ruel
https://codereview.chromium.org/2174903002/diff/140001/appengine/swarming/app.yaml File appengine/swarming/app.yaml (right): https://codereview.chromium.org/2174903002/diff/140001/appengine/swarming/app.yaml#newcode75 appengine/swarming/app.yaml:75: # TODO(maruel): Unsure about polymer if it is inline-style ...
4 years, 4 months ago (2016-07-25 16:30:21 UTC) #26
kjlubick
https://codereview.chromium.org/2174903002/diff/140001/appengine/swarming/app.yaml File appengine/swarming/app.yaml (right): https://codereview.chromium.org/2174903002/diff/140001/appengine/swarming/app.yaml#newcode75 appengine/swarming/app.yaml:75: # TODO(maruel): Unsure about polymer if it is inline-style ...
4 years, 4 months ago (2016-07-25 17:54:51 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2174903002/160001
4 years, 4 months ago (2016-07-25 17:55:01 UTC) #30
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 4 months ago (2016-07-25 17:55:04 UTC) #32
M-A Ruel
lgtm
4 years, 4 months ago (2016-07-25 17:59:08 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2174903002/160001
4 years, 4 months ago (2016-07-25 18:00:13 UTC) #35
commit-bot: I haz the power
4 years, 4 months ago (2016-07-25 18:03:07 UTC) #37
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://github.com/luci/luci-py/commit/375d93fc4e83a64bf6b37a30a9d6fc35c5726e81

Powered by Google App Engine
This is Rietveld 408576698