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
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
David Kaltschmidt
e5dff9d9f1
Make npm less verbose
2015-11-13 11:21:17 +01:00
David
517b1e9fe9
Merge pull request #646 from weaveworks/615-shifting
...
Always center selected node
2015-11-13 11:17:02 +01:00
Paul Bellamy
9820fd2b70
Merge commit '5dcd53e24cffe6b629d5f21a021d4d13599db48d'
2015-11-12 17:07:00 +00:00
Paul Bellamy
5dcd53e24c
fix bug in metrics first/last calculation if second arg was zero
2015-11-12 17:06:40 +00:00
Paul Bellamy
9176699941
omit metric first/last timestamps if they are zero
2015-11-12 17:06:40 +00:00
Tom Wilkie
2ffb697467
Merge pull request #658 from weaveworks/report-generation
...
Move weave ps calls to a background goroutine, instruments probe runtime.
2015-11-12 17:06:01 +00:00
Tom Wilkie
3e1be5cbfe
Move calls to weave ps to a background goroutine.
2015-11-12 17:02:28 +00:00
Tom Wilkie
9142325d54
Instruments probe runtime to find slow reporter.
2015-11-12 17:01:52 +00:00
David Kaltschmidt
9fb3099a89
Dont scale graph on resize, only selected nodes
2015-11-12 17:22:33 +01:00
Paul Bellamy
8776d8cd41
Merge pull request #657 from weaveworks/Makefile
...
Update makefile for missing dependancy.
2015-11-12 16:09:08 +00:00
David Kaltschmidt
117f8b8444
Fix sublabel sizing
2015-11-12 16:18:19 +01:00
Tom Wilkie
4e3ab2d45b
Update makefile.
2015-11-12 14:54:10 +00:00
Paul Bellamy
0378e568ff
Merge pull request #651 from weaveworks/testing
...
Merge some steps in vain attempt to speed up runs.
2015-11-12 14:37:26 +00:00
David Kaltschmidt
b6905d136d
Undo pan/zoom after unselecting a node
2015-11-12 15:00:06 +01:00
David Kaltschmidt
3ca7415d47
Always center selected node
...
* dont allow panning while node is selected
* Shift nodes, not canvas on circling selection
* scale nodes on window resize
* Scale selected node to viewable size
2015-11-12 13:59:26 +01:00
David Kaltschmidt
0c0ec79668
Lint sparkline js
2015-11-12 12:55:20 +01:00
David
7bac6d8495
Merge pull request #649 from weaveworks/node-upgrade
...
Upgrade JS node env and dependencies
2015-11-12 12:14:34 +01:00
Paul Bellamy
5c606c495b
Merge pull request #622 from weaveworks/timeseries
...
Sparklines
2015-11-12 09:57:48 +00:00
Tom Wilkie
abc93e2d59
Merge some steps in vain attemp to speed up runs.
2015-11-11 18:47:05 +00:00
David Kaltschmidt
2eb80d79bc
object-assign no longer needed under babel 6
2015-11-11 19:35:21 +01:00
David Kaltschmidt
c458b29034
eslintignore was removed
2015-11-11 19:15:49 +01:00
David Kaltschmidt
7d5cc11d7e
Enable linter for js test files
2015-11-11 19:09:40 +01:00