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

Issue 2227803002: Mirror filters and sort preferences to url-params (Closed)

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

Description

Mirror filters and sort preferences to url-params This also adds a "limit results" option to give the user control over how many results are returned from the server. The filters were changed from being Or'd and then And'd to being all AND'd, which makes the client side act the same way as the server side. Default filters, column headers, and column contents were added. Many Aliases were added. The Limit box will correct itself if you type outside the range of 1-1000 Additionally, a new npm package "skia-common-js" was added, to avoid duplication of code. BUG=631047 Committed: https://github.com/luci/luci-py/commit/68038ad2f7c03ab543a7d8bf33a7d5a02a676c99

Patch Set 1 #

Patch Set 2 : Make sorting stick to url params #

Patch Set 3 : First step towards using Skia-common-js #

Patch Set 4 : Update requirement to use skia-common 1.1 #

Patch Set 5 : Tweaking parasm #

Patch Set 6 : Make limit a visible option #

Total comments: 9

Patch Set 7 : Concat all JS files #

Total comments: 2

Patch Set 8 : rebase #

Patch Set 9 : Clean up deduplication of code and handle any dimensions we get #

Patch Set 10 : More gpu aliases #

Patch Set 11 : Fix limiting and dimensions in query #

Patch Set 12 : Tweak docs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3460 lines, -939 lines) Patch
M appengine/swarming/elements/Makefile View 1 2 3 4 5 6 1 chunk +2 lines, -4 lines 0 comments Download
M appengine/swarming/elements/build/elements.html View 1 2 3 4 5 6 7 8 9 10 46 chunks +2946 lines, -706 lines 0 comments Download
M appengine/swarming/elements/build/js/common.js View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
A appengine/swarming/elements/build/js/js.js View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
D appengine/swarming/elements/build/js/webcomponents-lite.min.js View 1 2 3 4 5 6 1 chunk +0 lines, -12 lines 0 comments Download
M appengine/swarming/elements/package.json View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-filters.html View 1 2 3 4 5 6 7 8 9 10 11 15 chunks +106 lines, -52 lines 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-list.html View 1 2 3 4 5 6 7 8 9 10 13 chunks +57 lines, -49 lines 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-list-data.html View 1 2 3 4 5 6 7 8 9 10 10 chunks +47 lines, -21 lines 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-list-demo.html View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -1 line 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-list-shared.html View 1 2 3 4 5 6 7 8 9 7 chunks +17 lines, -16 lines 0 comments Download
M appengine/swarming/elements/res/imp/botlist/bot-list-summary.html View 1 2 3 4 5 5 chunks +87 lines, -12 lines 0 comments Download
A appengine/swarming/elements/res/imp/common/url-param.html View 1 2 3 4 5 6 1 chunk +188 lines, -0 lines 0 comments Download
M appengine/swarming/elements/res/js/common.js View 1 2 3 1 chunk +0 lines, -61 lines 0 comments Download
M appengine/swarming/handlers_endpoints.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M appengine/swarming/templates/public_botlist_index.html View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M appengine/swarming/templates/public_swarming_index.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (12 generated)
kjlubick
https://screenshot.googleplex.com/5G6LSkeO8gq https://2243-e448e8e-tainted-kjlubick-dot-chromium-swarm-dev.appspot.com/newui/botlist This is the last big set of features on the botlist. I'm probably ...
4 years, 4 months ago (2016-08-10 19:04:39 UTC) #5
stephana
https://codereview.chromium.org/2227803002/diff/100001/appengine/swarming/elements/Makefile File appengine/swarming/elements/Makefile (right): https://codereview.chromium.org/2227803002/diff/100001/appengine/swarming/elements/Makefile#newcode25 appengine/swarming/elements/Makefile:25: ./node_modules/.bin/uglifyjs ./node_modules/skia-common-js/common.js -o ./build/js/sk.js Is there are reason why ...
4 years, 4 months ago (2016-08-11 17:09:53 UTC) #7
kjlubick
https://codereview.chromium.org/2227803002/diff/100001/appengine/swarming/elements/Makefile File appengine/swarming/elements/Makefile (right): https://codereview.chromium.org/2227803002/diff/100001/appengine/swarming/elements/Makefile#newcode25 appengine/swarming/elements/Makefile:25: ./node_modules/.bin/uglifyjs ./node_modules/skia-common-js/common.js -o ./build/js/sk.js On 2016/08/11 at 17:09:53, stephana ...
4 years, 4 months ago (2016-08-11 20:00:22 UTC) #8
stephana
https://codereview.chromium.org/2227803002/diff/100001/appengine/swarming/elements/res/imp/botlist/bot-list-data.html File appengine/swarming/elements/res/imp/botlist/bot-list-data.html (right): https://codereview.chromium.org/2227803002/diff/100001/appengine/swarming/elements/res/imp/botlist/bot-list-data.html#newcode101 appengine/swarming/elements/res/imp/botlist/bot-list-data.html:101: type: Object, On 2016/08/11 20:00:21, kjlubick wrote: > On ...
4 years, 4 months ago (2016-08-12 14:45:59 UTC) #9
kjlubick
https://codereview.chromium.org/2227803002/diff/120001/appengine/swarming/elements/res/imp/botlist/bot-filters.html File appengine/swarming/elements/res/imp/botlist/bot-filters.html (right): https://codereview.chromium.org/2227803002/diff/120001/appengine/swarming/elements/res/imp/botlist/bot-filters.html#newcode31 appengine/swarming/elements/res/imp/botlist/bot-filters.html:31: and is_dead: String. On 2016/08/12 at 14:45:59, stephana wrote: ...
4 years, 4 months ago (2016-08-12 15:38:19 UTC) #10
stephana
On 2016/08/12 15:38:19, kjlubick wrote: > https://codereview.chromium.org/2227803002/diff/120001/appengine/swarming/elements/res/imp/botlist/bot-filters.html > File appengine/swarming/elements/res/imp/botlist/bot-filters.html (right): > > https://codereview.chromium.org/2227803002/diff/120001/appengine/swarming/elements/res/imp/botlist/bot-filters.html#newcode31 > ...
4 years, 4 months ago (2016-08-12 18:07:11 UTC) #11
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/2227803002/220001
4 years, 4 months ago (2016-08-12 18:14:31 UTC) #13
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-08-12 18:14:33 UTC) #15
KevinL
lgtm
4 years, 4 months ago (2016-08-12 18:15:30 UTC) #19
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/2227803002/220001
4 years, 4 months ago (2016-08-12 18:15:38 UTC) #21
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 18:18:59 UTC) #23
Message was sent while issue was closed.
Committed patchset #12 (id:220001) as
https://github.com/luci/luci-py/commit/68038ad2f7c03ab543a7d8bf33a7d5a02a676c99

Powered by Google App Engine
This is Rietveld 408576698