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

Issue 2923973003: Added base template for config ui. (Closed)

Created:
3 years, 6 months ago by cwpayton
Modified:
3 years, 6 months ago
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : Deleted bower_components, added gitignore, bowerrc, and Makefile #

Total comments: 2

Patch Set 3 : Added license to Makefile and fixed TODO to include username. #

Patch Set 4 : Better base template with clearer purpose #

Total comments: 3

Patch Set 5 : Added license headers to necessary files. #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+202 lines, -0 lines) Patch
A appengine/config_service/ui/.bowerrc View 1 1 chunk +3 lines, -0 lines 0 comments Download
A appengine/config_service/ui/.gitignore View 1 1 chunk +1 line, -0 lines 0 comments Download
A appengine/config_service/ui/Makefile View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A appengine/config_service/ui/README.md View 1 1 chunk +33 lines, -0 lines 1 comment Download
A appengine/config_service/ui/bower.json View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
A appengine/config_service/ui/index.html View 1 2 3 4 1 chunk +26 lines, -0 lines 0 comments Download
A appengine/config_service/ui/manifest.json View 1 1 chunk +7 lines, -0 lines 0 comments Download
A appengine/config_service/ui/polymer.json View 1 1 chunk +7 lines, -0 lines 0 comments Download
A appengine/config_service/ui/src/config-ui/config-ui.html View 1 2 3 4 1 chunk +63 lines, -0 lines 2 comments Download
A appengine/config_service/ui/test/config-ui/config-ui_test.html View 1 2 3 4 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (17 generated)
cwpayton
Template for luci config UI so that Ayana can also pull this code and we ...
3 years, 6 months ago (2017-06-07 18:17:51 UTC) #2
Ryan Tseng
+sean to make sure what I'm saying is sane. Instead of checking in all of ...
3 years, 6 months ago (2017-06-07 18:40:25 UTC) #7
seanmccullough1
On 2017/06/07 18:40:25, Ryan Tseng wrote: > +sean to make sure what I'm saying is ...
3 years, 6 months ago (2017-06-07 18:59:13 UTC) #8
Sergey Berezin (google)
This looks good, modulo some comments. CL description: I'd reformat for shorter title + longer ...
3 years, 6 months ago (2017-06-07 19:14:55 UTC) #9
Sergey Berezin (google)
On 2017/06/07 at 18:59:13, seanmccullough wrote: > Leave bower_components dir out of the repo. Those ...
3 years, 6 months ago (2017-06-07 19:19:13 UTC) #10
cwpayton
PTAL
3 years, 6 months ago (2017-06-07 22:01:15 UTC) #11
Ryan Tseng
lgtm + add bug 730832 to the description. https://codereview.chromium.org/2923973003/diff/10001/appengine/config_service/ui/test/config-ui/config-ui_test.html File appengine/config_service/ui/test/config-ui/config-ui_test.html (right): https://codereview.chromium.org/2923973003/diff/10001/appengine/config_service/ui/test/config-ui/config-ui_test.html#newcode24 appengine/config_service/ui/test/config-ui/config-ui_test.html:24: // ...
3 years, 6 months ago (2017-06-07 22:25:03 UTC) #12
Sergey Berezin
Much cleaner! One more comment, and please reformat the CL description per my previous comment, ...
3 years, 6 months ago (2017-06-07 22:27:02 UTC) #14
cwpayton
PTAL
3 years, 6 months ago (2017-06-07 23:07:30 UTC) #17
Sergey Berezin
Great, LGTM + a few last comments (missing license headers in a few more files). ...
3 years, 6 months ago (2017-06-08 00:05:59 UTC) #22
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/2923973003/70001
3 years, 6 months ago (2017-06-08 00:14:29 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:70001) as https://github.com/luci/luci-py/commit/f52c4527495dc0c4fbb42def00117214784afc44
3 years, 6 months ago (2017-06-08 00:16:08 UTC) #28
turakulov
lgtm https://codereview.chromium.org/2923973003/diff/70001/appengine/config_service/ui/README.md File appengine/config_service/ui/README.md (right): https://codereview.chromium.org/2923973003/diff/70001/appengine/config_service/ui/README.md#newcode7 appengine/config_service/ui/README.md:7: First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) ...
3 years, 6 months ago (2017-06-08 01:22:00 UTC) #30
nodir
A commit subject "Will build features from here" in the global repo log (https://github.com/luci/luci-py/commits/master) leaves ...
3 years, 6 months ago (2017-06-08 14:49:01 UTC) #31
nodir
On 2017/06/08 01:22:00, turakulov wrote: > lgtm > > https://codereview.chromium.org/2923973003/diff/70001/appengine/config_service/ui/README.md > File appengine/config_service/ui/README.md (right): > ...
3 years, 6 months ago (2017-06-13 01:08:59 UTC) #32
nodir
3 years, 6 months ago (2017-06-13 01:10:04 UTC) #33
Message was sent while issue was closed.
On 2017/06/13 01:08:59, nodir wrote:
> On 2017/06/08 01:22:00, turakulov wrote:
> > lgtm
> > 
> >
>
https://codereview.chromium.org/2923973003/diff/70001/appengine/config_servic...
> > File appengine/config_service/ui/README.md (right):
> > 
> >
>
https://codereview.chromium.org/2923973003/diff/70001/appengine/config_servic...
> > appengine/config_service/ui/README.md:7: First, make sure you have the
> [Polymer
> > CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer
> > serve` to serve your application locally.
> > Markdown files should not have lines longer than 80 chars
> >
>
https://github.com/google/styleguide/blob/gh-pages/docguide/style.md#characte...
> > 
> >
>
https://codereview.chromium.org/2923973003/diff/70001/appengine/config_servic...
> > File appengine/config_service/ui/src/config-ui/config-ui.html (right):
> > 
> >
>
https://codereview.chromium.org/2923973003/diff/70001/appengine/config_servic...
> > appengine/config_service/ui/src/config-ui/config-ui.html:17: }
> > Why this style is defined in this file as opposed to index.html?
> > The html and body tags are defined there, not here
> > 
> >
>
https://codereview.chromium.org/2923973003/diff/70001/appengine/config_servic...
> > appengine/config_service/ui/src/config-ui/config-ui.html:48: <image
> > src="../../images/google.png"/>
> > Is this a Google logo? I am not sure branding team would approve this.
Better
> to
> > use Chromium logo
> 
> ping on these comments

The comments were addressed in https://codereview.chromium.org/2935763003/

Powered by Google App Engine
This is Rietveld 408576698