Commit Graph
4879 Commits
Author SHA1 Message Date
Tom Wilkie f4c582a7b3 Don't need sudo when DOCKER_HOST is tcp. 2016-01-29 14:41:25 -08:00
Tom Wilkie 638c5676cb Add container uptime and restart count to details panel. 2016-01-29 14:31:40 -08:00
Tom Wilkie 58a1528ba6 Make bin/release work on a mac. 2016-01-29 14:15:06 -08:00
Tom Wilkie c16f0d7f40 Merge pull request #865 from weaveworks/release-0.12.0
Release 0.12.0
2016-01-29 14:12:15 -08:00
Tom Wilkie 0de6a3aabf Merge pull request #883 from weaveworks/docs-signal-triggering
Update approach to trigger signal dumps
2016-01-29 11:49:33 -08:00
Tom Wilkie 68a3748f01 Don't allocate lots of docker.Stats structs, do some copying instead v0.12.0 2016-01-29 11:38:55 -08:00
Tom Wilkie 34447fd502 Close response body for docker stats calls. 2016-01-29 10:45:20 -08:00
Tom Wilkie 39fe9ad42d Update readme and images. 2016-01-29 10:06:29 -08:00
Alfonso Acosta 22774aabca Update approach to trigger signal dumps
pkill's flags vary in different systems, plus it will just be silent if it doesn't match any process
2016-01-29 14:44:21 +00:00
Simon Howe aad6e1fbeb Fixes new browser window size when popping out terminal.
Calculate the size more dynamically based on the size of the terminal
dom element.
2016-01-29 13:19:06 +01:00
Simon Howe 06aff39548 Fixes details cards opening out over the terminal 2016-01-29 13:17:58 +01:00
Simon Howe ab75bb5e41 Move details panel styling dimensions into common constants file.
They are used in a couple of places around the code base.
2016-01-29 13:16:33 +01:00
Simon Howe dcb621d7e6 Close terminal when we click "show node in its topology" 2016-01-29 13:14:47 +01:00
Simon Howe 5500c2f280 Fixes harmless exception: hitting esc with no cards open. 2016-01-29 13:14:08 +01:00
Simon Howe bac56c6c03 Fixes terminal being closed when its node's card is closed. 2016-01-29 13:13:33 +01:00
Simon Howe 2c74196c1c Fixes host node/details panel color mismatch
- 'label_major' has been changed to 'label' in the details api response.
- getNodeColorDark was giving up too early if a rank wasn't provided.
  The topo diagram which uses getNodeColor will select a color even w/
  no rank. Hosts don't have ranks at the mo.
2016-01-29 11:26:59 +01:00
Tom Wilkie d0d6cac448 Use different key to count IPs, so we don't clash with containers.
Fixes #870
2016-01-28 14:48:56 -08:00
Tom Wilkie 1f92db9557 Use tinycore-python to keep the example small. 2016-01-28 14:22:37 -08:00
Tom Wilkie 6773ec0e3e Update tracer readme (2). 2016-01-28 08:04:34 -08:00
Tom Wilkie 5a8b7325c1 Update tracer readme and makefile. 2016-01-28 08:04:04 -08:00
Tom Wilkie 077c136788 Update instruction on running demo. 2016-01-27 19:26:26 -08:00
Tom Wilkie 1d8663029f Update release notes. 2016-01-27 14:00:28 -08:00
Simon HoweandTom Wilkie 6913d42f27 Adds 0.12.0 changelog 2016-01-27 13:58:40 -08:00
Tom Wilkie fdd252a2e2 Merge pull request #858 from weaveworks/immutable-nodeset
use immutability for the NodeSet
2016-01-27 13:56:14 -08:00
Tom Wilkie d6313d7bbc Merge pull request #861 from weaveworks/refactor-memoise
Refactored render/memoise and added a basic test for it
2016-01-27 13:55:18 -08:00
Paul Bellamy 94d52f02a7 Refactored render/memoise and added a basic test for it 2016-01-27 16:29:55 +00:00
Paul Bellamy 00afc203fd refactoring deepequal to satisfy linter 2016-01-27 16:16:22 +00:00
Paul Bellamy 1cdedcd3a7 Review feedback 2016-01-27 11:10:51 +00:00
Paul Bellamy 66790f4436 use immutability for the NodeSet 2016-01-27 11:10:51 +00:00
Paul Bellamy 1943ad440a Merge pull request #851 from weaveworks/memoise-and-cache
Memoise & cache the result of renderers, so we don't recalculate views multiple times.
2016-01-27 11:10:21 +00:00
Tom Wilkie 8af839ce26 Cache reports generated by the collector. 2016-01-26 16:31:31 -08:00
Tom Wilkie 57f5a8bb04 Make the collector's report IDs a hash of the merged in report. 2016-01-26 16:03:34 -08:00
Tom Wilkie d2b8a9b1bb Fix url 2016-01-26 15:23:14 -08:00
Tom Wilkie bdf0756945 Use badge instead of script. 2016-01-26 15:22:21 -08:00
Tom Wilkie fdfedcdb93 Add public slack channel links. 2016-01-26 15:21:00 -08:00
Tom Wilkie d8a6bbf57e Merge pull request #859 from weaveworks/857-container-image-name-filtering
fix bug in containers being filtered by image name
2016-01-26 08:32:19 -08:00
Paul Bellamy b5037f511c fix bug in containers being filtered by image name 2016-01-26 14:45:10 +00:00
Paul Bellamy 599bade33f Merge branch 'master' of github.com:weaveworks/scope 2016-01-26 10:03:55 +00:00
Tom Wilkie 0e3e3b74f8 Add benchmark for list topologies API. 2016-01-25 21:48:18 -08:00
Tom Wilkie b1a3a15ac0 A more debugging 2016-01-25 14:23:39 -08:00
Tom Wilkie f8cbaf0794 Flush cache between runs of the benchmark. 2016-01-25 13:53:38 -08:00
Tom Wilkie 41d48224aa Fix tests 2016-01-25 13:46:28 -08:00
Tom Wilkie b8daa02488 Memoise & cache the result of renderers, so we don't recalculate views multiple times. 2016-01-25 13:31:10 -08:00
Tom Wilkie fd8696ffa2 Merge pull request #838 from weaveworks/502-more-immutability
Use ps.Map for Counters and Sets, remove Metadata in favour of Latest.
2016-01-25 13:24:27 -08:00
Tom Wilkie 7a70a076b8 Make counter zero value useable. 2016-01-25 12:52:19 -08:00
Paul Bellamy b809f94272 make zero value of LatestMap valid 2016-01-25 17:33:24 +00:00
Tom Wilkie d1c0fcec2d Review feedback. 2016-01-25 08:39:42 -08:00
Paul Bellamy d44f9cbf77 fixing panic on EdgeMetadatas deserialization by making valid zero value 2016-01-25 15:51:14 +00:00
Paul Bellamy 5751db2a5a Always merge into the larger ps.Map
Because they are commutative and immutable, we can do this!
2016-01-25 15:25:01 +00:00
Tom Wilkie 586cfbfcea Rename 'by hostname' to 'by dns name' 2016-01-24 14:25:20 -08:00