Commit Graph

63 Commits

Author SHA1 Message Date
Henning Jacobs
516b952af3 use primary color for bars too 2016-12-23 18:34:40 +01:00
Henning Jacobs
aa05037b12 use color def everywhere 2016-12-23 18:25:54 +01:00
Henning Jacobs
7183e85ad7 style search box like select box 2016-12-23 18:05:23 +01:00
Henning Jacobs
10a6f99618 #35 fix default sort and effects should be on top of select box too 2016-12-23 17:56:35 +01:00
Henning Jacobs
c52c0c3fa9 some style tweaking 2016-12-23 17:40:57 +01:00
Christian Lohmann
d949f4618e Merge branch 'master' into 35-sort-pods
# Conflicts:
#	app.py
#	app/src/app.js
2016-12-23 12:58:37 +01:00
Christian Lohmann
a267272796 added sorting feature 2016-12-23 12:00:40 +01:00
Henning Jacobs
5253ea827e #4 do not leak tick listeners! 2016-12-22 19:28:53 +01:00
Henning Jacobs
9e05c9e33e #4 animate all pod movements 2016-12-22 19:01:38 +01:00
Henning Jacobs
2fa7212b4d #37 animate pod termination/deletion 2016-12-22 18:24:14 +01:00
Henning Jacobs
64da03a423 fix animation and de-register pods 2016-12-22 17:24:52 +01:00
Henning Jacobs
180007ba7e #36 filter unassigned pods too 2016-12-22 15:42:21 +01:00
Henning Jacobs
676ae4499f #55 persist search query in location.hash 2016-12-22 15:06:08 +01:00
Christian Lohmann
e9584543df Merge branch 'master' into 35-sort-pods
# Conflicts:
#	app/src/app.js
2016-12-22 14:35:52 +01:00
Christian Lohmann
bc95a98652 added selectbox 2016-12-22 14:33:25 +01:00
Henning Jacobs
8778ebfe9d #50 indicate pod restarts as red "ticks" and show number in tooltip 2016-12-22 14:08:12 +01:00
Henning Jacobs
9667eebc6a Merge pull request #53 from hjacobs/mock
Mock
2016-12-22 12:10:10 +01:00
Henning Jacobs
b0bcacfdf0 #46 scope ALL_NODES to cluster 2016-12-22 12:07:15 +01:00
Shuaib Yunus
8c22ea176e Add menubar and color constants file 2016-12-22 11:25:34 +01:00
Henning Jacobs
aa498a0b30 improve pod tooltip 2016-12-22 00:13:52 +01:00
Henning Jacobs
2a4bf6b0c8 fix Docker image: separate static assets from build output 2016-12-21 22:55:15 +01:00
Henning Jacobs
6ae7ee0f46 use webfont and fix tooltip size 2016-12-21 22:38:58 +01:00
Henning Jacobs
410665f474 finally fixed the pod intro animation? 2016-12-21 21:32:43 +01:00
Henning Jacobs
1270df7e8a align bars / tooltip 2016-12-21 20:09:37 +01:00
Henning Jacobs
b794d4ed42 add pod resources to tooltip 2016-12-21 19:55:19 +01:00
Henning Jacobs
b62a0d2556 Merge pull request #39 from hjacobs/tooltip-for-node-bars
added backing canvas for overall tooltip hit rate
2016-12-21 19:35:18 +01:00
Christian Lohmann
e025357645 fixed typo#29 removed semicolons 2016-12-21 19:25:20 +01:00
Christian Lohmann
1ca7349335 Merge branch 'master' into tooltip-for-node-bars
# Conflicts:
#	app/src/bars.js
2016-12-21 19:23:39 +01:00
Shuaib Yunus
da5b6ab58b Add pod metrics 2016-12-21 17:00:50 +01:00
Christian Lohmann
4d7dd2eded fixed typo 2016-12-21 15:01:18 +01:00
Henning Jacobs
fec7d1ab17 Merge pull request #42 from hjacobs/animate-pod
Animate pod
2016-12-21 14:45:08 +01:00
Henning Jacobs
627e43c7a2 Merge pull request #41 from hjacobs/exclude-cmd-key
excluded apple's cmd key from being recognized as filter input
2016-12-21 14:44:17 +01:00
Henning Jacobs
6d0ddf11e2 fix semi 2016-12-21 14:43:33 +01:00
Henning Jacobs
b179d38a1f Merge branch 'master' into animate-pod 2016-12-21 14:42:33 +01:00
Henning Jacobs
c6a1875bf9 animation tweaking 2016-12-21 14:38:49 +01:00
Christian Lohmann
f3bda1a7be excluded apple's cmd key from being recognized as filter input 2016-12-21 14:10:29 +01:00
Christian Lohmann
db4e8b63c3 #34 added semi rule with "never" option 2016-12-21 13:51:42 +01:00
Christian Lohmann
57ac49850d added backing canvas for overall tooltip hit rate 2016-12-21 13:24:14 +01:00
Henning Jacobs
18bb9642b7 trying to fix animation problem 2016-12-21 02:26:21 +01:00
Henning Jacobs
c14fdbf0fc #37 small animation (cross out) for termination 2016-12-21 01:32:20 +01:00
Henning Jacobs
5521ea30dc #4 animate pod creation 2016-12-21 00:51:43 +01:00
Henning Jacobs
aa663b87d1 Merge pull request #33 from hjacobs/fix-not-ready-pods
#2 pods with non-ready containers are flashing green
2016-12-20 21:36:19 +01:00
Henning Jacobs
869b40e6b4 #2 pods with non-ready containers are flashing green 2016-12-20 21:31:45 +01:00
Christian Lohmann
494245e61c removed socketjs-node stuff; eslinting; added eslint validation while hot reload 2016-12-20 21:23:16 +01:00
Christian Lohmann
b219bea2e9 Merge branch 'master' into tooltip-for-node-bars
# Conflicts:
#	app/src/app.js
#	app/src/node.js
#	app/src/pod.js
2016-12-20 20:54:34 +01:00
Christian Lohmann
9b19da9509 corrected eslint preloader; fixing eslint errors 2016-12-20 20:43:15 +01:00
Henning Jacobs
e095c2d8cb animate pending pods too 2016-12-20 20:42:09 +01:00
Christian Lohmann
1def4c5d0e refactoring; fixing eslint errors 2016-12-20 20:28:06 +01:00
Henning Jacobs
fe3f816b60 interactive search by pod name 2016-12-20 20:08:04 +01:00
Henning Jacobs
63b6f63538 expose global "app" object 2016-12-20 19:08:18 +01:00