|
|
Extract shared filters and aliasing code
There are no visual differences*
In a future CL, tasklist will begin using these new behaviors.
alias.js includes shared behavior for applying and
unapplying Android and GPU aliases.
query-column-filter-behavior includes shared behavior for filtering the
columns and data used in bot-filters (and soon in task-filters).
*I fixed quarantine messages in some cases and made app.yaml not
upload bower_components and node_componenets - which keeps the
size of the GAE app 12MB instead of 60+MB.
BUG= 631047
Committed: https://github.com/luci/luci-py/commit/6c730d430ec1bb8e0a147adea5a3fd1b0194461b
Total comments: 11
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1498 lines, -1301 lines) |
Patch |
 |
M |
appengine/swarming/app.yaml
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/Makefile
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/build/elements.html
|
View
|
1
2
3
|
30 chunks |
+432 lines, -431 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/build/js/js.js
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
appengine/swarming/elements/res/imp/botlist/DESIGN.md
|
View
|
1
2
3
4
5
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/botlist/bot-filters.html
|
View
|
1
2
3
|
7 chunks |
+28 lines, -366 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/botlist/bot-list.html
|
View
|
1
2
3
|
7 chunks |
+26 lines, -55 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/botlist/bot-list-data.html
|
View
|
1
2
3
|
7 chunks |
+12 lines, -9 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/botlist/bot-list-shared.html
|
View
|
1
2
3
|
1 chunk |
+0 lines, -179 lines |
0 comments
|
Download
|
 |
A |
appengine/swarming/elements/res/imp/botlist/bot-list-shared-behavior.html
|
View
|
1
2
3
|
1 chunk |
+106 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/botlist/bot-list-summary.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
appengine/swarming/elements/res/imp/common/common-behavior.html
|
View
|
1
2
3
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/common/dynamic-table.html
|
View
|
1
2
3
|
1 chunk |
+0 lines, -219 lines |
0 comments
|
Download
|
 |
A |
appengine/swarming/elements/res/imp/common/dynamic-table-behavior.html
|
View
|
1
2
3
|
1 chunk |
+272 lines, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/swarming/elements/res/imp/common/query-column-filter-behavior.html
|
View
|
1
2
3
|
1 chunk |
+451 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/common/swarming-app.html
|
View
|
1
2
3
|
3 chunks |
+1 line, -34 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/tasklist/task-list.html
|
View
|
1
2
3
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/tasklist/task-list-data.html
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/imp/tasklist/task-list-demo.html
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
appengine/swarming/elements/res/js/alias.js
|
View
|
1
2
3
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
M |
appengine/swarming/elements/res/js/common.js
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 23 (10 generated)
|