Commit Graph

1975 Commits

Author SHA1 Message Date
Paul Bellamy
4bd3832219 move counting sublabel definition to the topologies 2016-04-20 12:17:46 +01:00
Paul Bellamy
4ad1ae80df move shapes determination to the topology 2016-04-20 12:17:46 +01:00
Paul Bellamy
43a29db73c Add explicit group node summariser instead of doing it in the other summaires 2016-04-20 11:59:04 +01:00
Paul Bellamy
8f3402f3e6 Merge pull request #1350 from weaveworks/1246-k8s-unmanaged
Add a 'Unmanaged' node to k8s views which included non-k8s containers.
2016-04-20 10:26:29 +01:00
Paul Bellamy
c9b12db612 Merge pull request #1352 from weaveworks/1349-k8s-pod-count
Show number of pods in service minor
2016-04-20 09:59:53 +01:00
Paul Bellamy
5cedfad29a Merge pull request #1332 from weaveworks/1091-docker-rename
Support docker rename events
2016-04-20 09:45:40 +01:00
Simon Howe
81334cdbd8 Fixes up node (de)selection after bad attempt to fix stale metadata 2016-04-20 10:05:17 +02:00
Tom Wilkie
9eda27822c Show k8s labels and container env vars in the details panel. (#1342)
* Show k8s labels and container env vars in the details panel.

* Add show more bar to the env vars and labels

* React key was in the wrong place; empty tables render section labels.
2016-04-20 08:18:03 +01:00
Alfonso Acosta
b745411ce1 ebpf plugin clarifications 2016-04-19 15:33:26 -04:00
Paul Bellamy
80535f8e8e Update README.md 2016-04-19 18:14:15 +01:00
Tom Wilkie
14d35d2b96 Show number of pods in service minor 2016-04-19 17:54:27 +01:00
Tom Wilkie
6db171bc9b Add a 'Unmanaged' node to k8s views which included non-k8s containers. 2016-04-19 17:49:06 +01:00
Paul Bellamy
f8fb829848 Merge pull request #1348 from weaveworks/1196-no-image-version-in-parents
Strip image version from parent links
2016-04-19 17:14:26 +01:00
Simon
693c40c22e Merge pull request #1346 from weaveworks/1335-nodes-with-a-slash
Change url encoding to handle multiple slashes in node names
2016-04-19 17:57:35 +02:00
Paul Bellamy
7d685efe78 Strip image version from parent links 2016-04-19 16:49:37 +01:00
Paul Bellamy
1edeb8d190 Removing report.Node.WithID (#1315)
* removing usage of report.Node.WithID

* report.Topology.AddNode can use the node's ID field
2016-04-19 16:48:03 +01:00
Simon Howe
415ac7c5db Update node label as well as metrics if they change! 2016-04-19 17:14:17 +02:00
Tom Wilkie
7a6ca39eb2 Merge pull request #1345 from weaveworks/codec-render
Don't build codecs for render/ package anymore.
2016-04-19 15:46:00 +01:00
Simon Howe
05c0d7e325 Change url encoding to handle multiple slashes in node names 2016-04-19 15:54:49 +02:00
Tom Wilkie
508ec016da Don't build codecs for render/ package anymore. 2016-04-19 14:52:10 +01:00
Tom Wilkie
9ea420177e Merge pull request #1300 from weaveworks/release-0.14
Release 0.14.0
2016-04-19 13:28:25 +01:00
Tom Wilkie
baee925db3 Show k8s service IP in details panel (#1330)
* Show k8s service IP in details panel

* Review feedback
2016-04-19 13:18:46 +01:00
Tom Wilkie
edef3551d3 Merge pull request #1296 from weaveworks/go1.6.1
Update to go 1.6.1
2016-04-19 12:59:33 +01:00
David
da6093ad81 Merge pull request #1339 from weaveworks/fix-plugin-doc
Fix plugins docs
v0.14.0
2016-04-19 12:38:02 +02:00
David
64ec82c33c Merge pull request #1341 from weaveworks/screenshots-0.14
Screenshots for release 0.14
2016-04-19 12:19:13 +02:00
David Kaltschmidt
432929c57b Screenshots for release 0.14 2016-04-19 12:15:50 +02:00
Paul Bellamy
6591315ead Make iowait example get correct hostname when launced remotely 2016-04-19 10:39:35 +01:00
David Kaltschmidt
387a3c047e Fix plugins docs
* fix json highlighting on github
* added screenshot
* note about kernel version for bcc plugin
* sentence about seeing plugin in the UI
2016-04-19 11:22:42 +02:00
Paul Bellamy
8b3b491292 fix typo in changelog 2016-04-19 10:13:01 +01:00
David Kaltschmidt
b9d93fb620 Dont clear node details when closing a terminal
* a route event no longer clears the loaded node details

Fixes #1302
2016-04-18 19:53:08 +02:00
Simon
b95e97c639 Merge pull request #1337 from weaveworks/1335-nodes-with-a-slash
Fixes nodes w/ a slash under a path-prefixed scope.
2016-04-18 19:49:50 +02:00
Simon Howe
eb86473a4a Make state urls pretty again.
Use a magical constant instead of double encoding
2016-04-18 19:41:14 +02:00
David
1d4ea3e0dc Merge pull request #1305 from weaveworks/1302-details-terminal
Dont clear node details when closing a terminal
2016-04-18 19:18:08 +02:00
Simon Howe
85bfc25bec Fixes nodes w/ a slash under a path-prefixed scope.
E.g. localhost:4043/scoped/{state:{label:"/zing"...

Double encode is solution!
 - https://github.com/visionmedia/page.js/issues/187
2016-04-18 19:17:06 +02:00
Tom Wilkie
8f03b67ade Add -s & -w flags to omit various symbol tables from the binary.
This does not effect backtraces.  Before the scope binary was 49M, now its 32M.

For more detauls, see https://blog.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/
2016-04-18 15:31:28 +01:00
Simon
c3d5a79e61 Merge pull request #1333 from weaveworks/sync-ui-metrics
Sync ui metrics
2016-04-18 15:49:40 +02:00
Simon Howe
9acffe52b1 Remove the metricFeeder for the overflow items too for now. 2016-04-18 15:46:37 +02:00
Simon Howe
a32bd7a54b Removes the metrics-feeder to keep things in sync.
Another temp fix.
2016-04-18 15:46:37 +02:00
Paul Bellamy
497270eff7 support docker rename events 2016-04-18 14:39:48 +01:00
David Kaltschmidt
4810bbc572 Fix panning isolation
* panning values were reused on when visiting a topology for the first
  time

Fixes #1238
2016-04-18 14:23:10 +01:00
Alfonso Acosta
ff818cf1b9 Release 0.14.0 2016-04-18 14:23:10 +01:00
Simon Howe
8c4f025fa4 Ensure we create a new terminal instance for each new pipe.
- Prevents new session from continuing in the same terminal as an old
  one.
- This is implemented using react's key behaviour at the moment: When
  the key changes, react unmounts and remounts the component and all
  term.js stuff inside of it. Could probably do this more explicitly.
2016-04-18 14:23:09 +01:00
Tom Wilkie
0396a79d7f Don't show non-internet pseudo nodes. (#1326) 2016-04-18 14:18:19 +01:00
Paul Bellamy
528bfa98ee Merge pull request #1321 from weaveworks/1270-plugins-body-too-large
Better error message when plugin responses are too large
2016-04-18 14:07:39 +01:00
Paul Bellamy
f17c8e6bae Better error message when plugin responses are too large 2016-04-18 12:43:40 +01:00
Ilya Dmitrichenko
a49c3893de More sensible container names for Mesos/Marathon (#1316)
* Collect container environment variales (close #1314)

* Containers managed by Marathon can have meaningful names (close #1309)

* Make linter happy and fix tests
2016-04-18 12:10:18 +01:00
Ilya Dmitrichenko
49f79649ed Update license and copyright notice 2016-04-18 10:56:33 +01:00
Paul Bellamy
4b41c48e6f Merge pull request #1308 from weaveworks/plugin-docs
Extend plugin documentation
2016-04-18 10:04:17 +01:00
Ilya Dmitrichenko
7a6d6ea938 Merge pull request #1307 from weaveworks/fix-1306
Add OpenShift infra container image name to the list of well-known system containers
2016-04-15 17:15:18 +01:00
Paul Bellamy
7090855f9e Add local_networks to weave Overlay nodes, so we can track weave without an exposed weave ip (#1313) 2016-04-15 16:23:15 +01:00