Commit Graph
5230 Commits
Author SHA1 Message Date
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
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 KaltschmidtandTom Wilkie 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 AcostaandTom Wilkie ff818cf1b9 Release 0.14.0 2016-04-18 14:23:10 +01:00
Simon HoweandTom Wilkie 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 DmitrichenkoandTom Wilkie 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 BellamyandTom Wilkie 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
Alfonso AcostaandPaul Bellamy 5f7c49197d Extend plugin documentation
* Add section to main README
* Add introduction to plugins-specific README
2016-04-15 14:23:52 +01:00
Paul Bellamy 6ba281aabd Merge pull request #1303 from weaveworks/customizable-fixprobe
add some flags to fixprobe so you can use it against the service
2016-04-15 10:43:31 +01:00
Ilya Dmitrichenko adf8e21801 Add OpenShift infra container image name to the list of well-known system containers (close #1306) 2016-04-14 17:47:44 +01:00
David Kaltschmidt d554f02ff7 Dont clear node details when closing a terminal
* a route event no longer clears the loaded node details

Fixes #1302
2016-04-14 18:02:03 +02:00
Paul Bellamy 0ece4f5c8c add some flags to fixprobe so you can use it against the service 2016-04-14 15:54:08 +01:00
Alfonso AcostaandTom Wilkie 91b3610b1b Do not enforce tags on make deps (#1301)
Dependencies are built out of the build container and we shouldn't enforce
specific tags.

It breaks the release process (see https://github.com/weaveworks/scope/wiki/Release-Process#go-to-a-linux-host)
in machines with standard Go installations resulting in:

```
go install net: open /usr/local/go/pkg/linux_amd64/net.a: permission denied
```
2016-04-14 15:33:20 +01:00
Simon 66aad82598 Merge pull request #1287 from weaveworks/fix-moc-text-hover
Fixes metric-on-canvas-hover text highlight.
2016-04-14 16:19:17 +02:00
Simon 412fdd1a27 Merge pull request #1280 from weaveworks/1271-broken-plugin-status
Nice and red and blinky ui label for broken plugins
2016-04-13 16:34:49 +02:00
Alfonso Acosta 151567ec69 Merge pull request #1277 from weaveworks/ebpf-plugin-improvements
eBPF plugin improvements
2016-04-13 15:34:38 +01:00
Simon Howe 948459f773 Use an icon rather than color to draw attention to broken plugin 2016-04-13 16:29:25 +02:00
Paul Bellamy 398258f3a7 Merge pull request #1294 from weaveworks/1293-container-pod-link
Construct correct id for pod parents
2016-04-13 13:58:46 +01:00
Paul Bellamy 73a2108ea3 Merge pull request #1289 from weaveworks/634-k8s-pod-status
Show k8s pod status
2016-04-13 13:55:47 +01:00