|
|
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
Total comments: 9
Total comments: 2
|
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
|
Total messages: 23 (12 generated)
|