Commit Graph

1070 Commits

Author SHA1 Message Date
David
385ba4bf09 Merge pull request #691 from weaveworks/loading-details
Show a spinner while node details are loading
2015-11-26 19:10:29 +01:00
David Kaltschmidt
72fb2f793c Treat empty text and no text the same for color 2015-11-26 18:47:07 +01:00
David Kaltschmidt
37b71487cd Disregard node details response if node is no longer selected 2015-11-25 20:01:42 +01:00
David Kaltschmidt
b1fa8a77b5 Click on node unsets loaded node details 2015-11-24 19:31:46 +01:00
David Kaltschmidt
13a2eec05d Loading details header now has node color 2015-11-24 18:49:49 +01:00
David Kaltschmidt
e60d64da27 Show a spinner while node details are loading 2015-11-24 18:41:56 +01:00
David
1d34689bbb Merge pull request #694 from weaveworks/procedural-colors
Procedural colors (like #690 but merge to master)
2015-11-24 18:41:40 +01:00
David
ec14a59d41 Merge pull request #689 from weaveworks/684-colors
Rank-based colors for nodes
2015-11-24 17:43:38 +01:00
David
79c0a039d9 Merge pull request #687 from weaveworks/react-upgrade
Upgraded react to 0.14.3
2015-11-24 16:16:43 +01:00
David Kaltschmidt
d0cea36b3f tweak saturation and lightness 2015-11-20 16:27:02 +01:00
David Kaltschmidt
104f1574c8 Exclude red and green from color generation 2015-11-20 15:23:44 +01:00
David Kaltschmidt
bf9b5bf947 Procedural color creation for nodes
* color hue is based on the first 2 letters of node rank
* color lightness is based on the first 2 letters of node label
2015-11-20 14:47:05 +01:00
David Kaltschmidt
0cae3541fa Use rank to determine color in details 2015-11-20 13:01:09 +01:00
David Kaltschmidt
7ad7778965 Skip green and red colors for nodes 2015-11-20 13:00:41 +01:00
Paul Bellamy
7de420cdb1 make static 2015-11-20 11:32:56 +00:00
David Kaltschmidt
c723978ec5 Upgraded react to 0.14.3
also add production globals to webpack config to reduce bundle size
2015-11-19 18:19:39 +01:00
David
9d3080df68 Merge pull request #686 from weaveworks/439-safari
Fix render issues in Safari
2015-11-19 18:18:20 +01:00
David
8a17ad4126 Merge pull request #679 from weaveworks/375-oneline
Mitigate one-line-of-nodes layouts
2015-11-18 17:30:17 +01:00
David Kaltschmidt
bfd633fe85 Fix render issues in Safari
* remove text shadow on node labels (left artifacts on zoom)
* wrap details header to avoid background color using padding

Fixes #439
2015-11-18 13:00:28 +01:00
David Kaltschmidt
8eb4be8d4f Added tests for single nodes layout 2015-11-17 22:30:53 +01:00
David Kaltschmidt
8691b04d66 Separate single nodes to render them differently
* Layout single nodes next to/below graph
* fixes #375
2015-11-17 15:24:34 +01:00
David
03c3bf292d Merge pull request #676 from weaveworks/637-details-refactor
Cleaned up node-details-table jsx mess
2015-11-16 15:54:47 +01:00
David Kaltschmidt
5508c0aa67 Moved node control button to node-details 2015-11-16 15:52:17 +01:00
David Kaltschmidt
027c7aead3 Cleaned up node-details-table jsx mess 2015-11-16 15:49:04 +01:00
David
8980f6c4cc Merge pull request #672 from weaveworks/react-key-warning
Fix react key warning
2015-11-16 15:43:55 +01:00
David Kaltschmidt
ee51247192 Fix getDOMNode warning 2015-11-16 15:39:41 +01:00
David Kaltschmidt
2000890cac Mitigate flattenChildren warning 2015-11-16 15:39:41 +01:00
David Kaltschmidt
232a2ebe2a Fix react error in NodeDetailsControls 2015-11-16 15:39:41 +01:00
David Kaltschmidt
9d5b9172fa Fix react key warning 2015-11-16 15:39:41 +01:00
David
c8c1996506 Merge pull request #678 from weaveworks/625-garbled-topology-options
Take default topology option if missing in URL
2015-11-16 15:36:34 +01:00
David
67bf8bd07b Merge pull request #677 from weaveworks/607-reconnect-on-missing-node
Dont treat missing node as UI error
2015-11-16 15:36:20 +01:00
David
1fd26e8547 Merge pull request #675 from weaveworks/666-flash-details
Unset previous details when deselecting a node
2015-11-16 15:36:05 +01:00
David
24fb43cdf3 Merge pull request #673 from weaveworks/667-close-details
Add x to close details panel again
2015-11-16 15:35:39 +01:00
Paul Bellamy
1367db1a04 Merge pull request #652 from weaveworks/release-0.10.0
Changelog for 0.10.0
2015-11-16 11:32:30 +00:00
Paul Bellamy
7e3415f9cb Changelog for 0.10.0 v0.10.0 2015-11-16 10:44:31 +00:00
Tom Wilkie
7aa2d6e970 Avoid stranded internet nodes in the containers view. 2015-11-16 10:44:31 +00:00
Paul Bellamy
d57d4aa53a Don't default to ssl for scope.weave.works
It doesn't support it yet, and we want to release 0.10.0
2015-11-16 10:44:30 +00:00
Tom Wilkie
ab3927617d Update tests 2015-11-16 10:44:30 +00:00
Tom Wilkie
78c86372c8 Maintain container-by-pid index correctly. 2015-11-16 10:44:30 +00:00
Tom Wilkie
23be0d9aa9 Don't tag processes with stopped container ids. 2015-11-16 10:44:30 +00:00
Tom Wilkie
310b2c8d07 make static 2015-11-16 10:44:30 +00:00
David Kaltschmidt
95b2c4f829 Take default topology option if missing in URL 2015-11-13 17:45:01 +01:00
David Kaltschmidt
7c6e6277a1 Dont treat missing node as UI error 2015-11-13 17:27:50 +01:00
Paul Bellamy
a2f39d1b7b Merge pull request #669 from weaveworks/k8s-docs-2
Add basic kubernetes how-to to the readme
2015-11-13 15:23:44 +00:00
Tom Wilkie
7ce7ff1735 Some editing 2015-11-13 15:19:47 +00:00
David Kaltschmidt
308c1596a0 Unset previous details when deselecting a node 2015-11-13 16:05:26 +01:00
David Kaltschmidt
c0e7ade9e9 Add x to close details panel again
Fixes #667
2015-11-13 15:29:23 +01:00
Paul Bellamy
16abd16e81 add anchors to each section of the readme 2015-11-13 14:06:30 +00:00
Paul Bellamy
1ce478092d add kuberenetes docs to the readme 2015-11-13 14:06:30 +00:00
Paul Bellamy
80b9adf385 Merge branch 'master' of github.com:weaveworks/scope 2015-11-13 10:40:19 +00:00