Commit Graph
5664 Commits
Author SHA1 Message Date
David Kaltschmidt 62ed88cf16 Close details panel when node was removed via control 2016-04-21 18:34:51 +02:00
pidster 6b5e39ff02 Address feedback in PR. Move to images, etc.
Also fixes embarrassing compilation error; reminding me not to rewrite patches *after* testing, without re-testing.
2016-04-21 16:52:13 +01:00
Tom Wilkie ed555b6780 Add 'closeDetails' field to control responses. 2016-04-21 16:40:21 +01:00
Tom WilkieandTom Wilkie 65dbca997c Add control for removing stopped docker containers. 2016-04-21 16:24:41 +01:00
Tom Wilkie fc46301c32 Include IP address in label. 2016-04-21 16:20:39 +01:00
David 7e9edb03a7 Merge pull request #1354 from weaveworks/asset-fingerprinting
Asset fingerprinting
2016-04-21 15:59:52 +02:00
David e6c3bb1665 Merge pull request #1361 from weaveworks/1304-fix-node-positions
Extract only coordinates from layout runs
2016-04-21 15:59:30 +02:00
Tom Wilkie 66868eb946 Add test for rm'd containers 2016-04-21 13:51:20 +01:00
Tom Wilkie 99204e1ff7 Add k8s pod log control (#1298)
* Remove individually vendored k8s.io/kubernetes/pkg/<foo>

* Vendor the whole of vendor/k8s.io/kubernetes/pkg

* Add k8s pod log control

* Tag pods with host id and include them in the host topology as children.

* adding a basic test for kubernetes.Reporter.GetLogs
2016-04-21 13:48:50 +01:00
Tom Wilkie cec750049f Immediately remove deleted containers from the UI. 2016-04-21 12:26:51 +01:00
Tom Wilkie fb8704f82d Upgrade to go1.6.2 2016-04-21 10:04:08 +01:00
David Kaltschmidt b1f8e89227 Add entry name to stylesheet
* fixes contrast mode
2016-04-21 09:35:14 +02:00
David Kaltschmidt 9cf3d671bb Extract only coordinates from layout runs
* keeps node metadata intact
* fix for issue introduced in 5cedfad

Fixes #1304
2016-04-21 09:18:46 +02:00
Tom Wilkie 0a51064713 Use reverse-resolved DNS info in the connections table. 2016-04-20 17:18:32 +01:00
Paul Bellamy 3c1b068633 Merge pull request #1357 from weaveworks/1312-arg-parsing
Move all the flag parsing to main.go; implement `scope help`
2016-04-20 17:03:13 +01:00
Paul Bellamy f61e29e324 Merge pull request #1358 from weaveworks/1081-flaky
Add buffer to mockPublisher channel to prevent deadlock between Publish() and Stop()
2016-04-20 16:44:16 +01:00
Tom Wilkie 919d813b70 Add buffer to mockPublisher channel to prevent deadlock between Publish() and Stop() 2016-04-20 16:20:14 +01:00
Paul Bellamy b85e287a22 Merge pull request #1327 from weaveworks/1213-group-summariser
Add explicit group node summariser instead of doing it in the other summaries
2016-04-20 16:11:56 +01:00
Tom Wilkie cb0901e8e1 Move all the flag parsing to main.go; implement scope help 2016-04-20 15:48:43 +01:00
Paul Bellamy 99c611f594 Fixing up tests for shape and sublabel moving to topologies 2016-04-20 15:46:26 +01:00
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
pidster 9e59a3eace Add swarm-agent, swarm-agent master to sys container filters 2016-04-20 11:59:23 +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
David Kaltschmidt 8c5638edb2 Asset fingerprinting
* adds `?hash` to JS and CSS bundle URLs against caching in production
* uses `html-webpack-plugin` to generate html dynamically
* html based on template in `app/html/index.html`
* per-app html files no longer needed
* `build/` dir is now completely deleteable, and fully gitignored
* top-level `make` now requires `client/app` to pick up on html and
  style changes
* cleaned up `server.js` code for production bundle testing
* added readme entry about testing production bundles
2016-04-20 12:33:22 +02: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 BellamyandTom Wilkie 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