Commit Graph

505 Commits

Author SHA1 Message Date
Alfonso Acosta
75595a5519 Add useful information to table titles in details pane
Title modifications:
* "Origin Process" -> "Process \"name\" (pid)"
* "Origin Container" -> "Container \"name\" (pid)"
* "Origin Host" -> "Host \"name\""
* "Origin Container Image" -> "Container Image \"name\""
2015-08-21 16:37:12 +00:00
Alfonso Acosta
a01a7069b6 Make tables and addContainerTable consistent with the rest of the code 2015-08-21 15:30:56 +00:00
Alfonso Acosta
10199737e4 Add host context in the details pane
In situations when the details can refer to entities from multiple hosts
(e.g. container image) make explicit to what host we are referring to.
2015-08-21 15:19:30 +00:00
Alfonso Acosta
a8eded41ea Merge pull request #383 from weaveworks/merge-connection-tables
Merge 'Connections' and 'Connection Details' in node details pane
2015-08-21 11:35:16 +01:00
Alfonso Acosta
37307c26b9 Merge 'Connections' and 'Connection Details' in node details pane
* Now the Connections table appears at the end of the pane

* Connection details are expandable (still not implemented in the UI but backwards
compatible).
2015-08-21 10:11:39 +00:00
Tom Wilkie
eaa35bd415 Merge pull request #381 from weaveworks/356-ftrace
[WIP] First working ftrace prototype.
2015-08-20 18:31:42 +01:00
Tom Wilkie
27c42b0191 Lookup local addr of fds we detect via ftrace. 2015-08-20 17:11:19 +00:00
Alfonso Acosta
c78f9d812c Add Expandable attribute to detailed-pane rows 2015-08-20 15:26:23 +00:00
Tom Wilkie
66ffc2397b First working ftrace prototype. 2015-08-20 13:18:50 +00:00
Alfonso Acosta
0fd54e40da Merge pull request #376 from weaveworks/no-empty-proc-rows
Don't report empty fields from process
2015-08-19 18:39:05 +01:00
Alfonso Acosta
bdd886a28f Don't report empty fields from process 2015-08-19 16:50:20 +00:00
Tom Wilkie
4bcdfc507f Typo 2015-08-19 15:04:56 +00:00
Tom Wilkie
08e1090a65 Merge pull request #369 from weaveworks/336-show-counts
Show how many containers have been grouped together under an image
2015-08-19 15:42:00 +01:00
Tom Wilkie
7508df7e5b Add NodeMetadata.Counters with appropriate merge semantics 2015-08-19 14:24:21 +00:00
Tom Wilkie
336ba79f95 Merge pull request #355 from weaveworks/directionality
Make edge direction flow from client->server.
2015-08-19 14:21:13 +01:00
Tom Wilkie
2b7b0c3774 Merge pull request #366 from weaveworks/331-process-container-names
Add container names to process minor label if possible.
2015-08-19 14:19:41 +01:00
Tom Wilkie
6f1f453098 Review feedback 2015-08-19 12:22:28 +00:00
Tom Wilkie
7fb1a98eca Update detail node logic to deal with connection directionality; also correctly merge edge metadata for pseudo nodes. 2015-08-19 10:21:01 +00:00
Tom Wilkie
60d1b503c1 Deal with directed edges in the rest of the codebase. 2015-08-19 10:17:31 +00:00
Tom Wilkie
89df11bbfd Make edge direction flow from client->server. 2015-08-19 10:17:24 +00:00
Tom Wilkie
0cc3dd0eea Merge pull request #367 from weaveworks/323-origin-address
Condense origin address entries into a single table.
2015-08-19 11:16:00 +01:00
Paul Bellamy
0c9216d56e Merge pull request #362 from weaveworks/release-0.6.0
v0.6.0
2015-08-19 11:13:32 +01:00
Tom Wilkie
75369acb42 Review feedback 2015-08-19 10:06:57 +00:00
Paul Bellamy
b97590a435 Changelog for 0.6.0 v0.6.0 2015-08-19 10:37:03 +01:00
Paul Bellamy
3fa86fe6ce adding -version flag back into app and probe for the release script 2015-08-19 10:37:02 +01:00
Tom Wilkie
fbe010a15f Review feedback 2015-08-19 09:24:52 +00:00
Paul Bellamy
fc75b3dc58 fixing bin/release 2015-08-19 10:22:31 +01:00
Paul Bellamy
6860d02a1a Use port or dns container to check for weavedns
Due to: https://github.com/weaveworks/weave/pull/1319
2015-08-19 10:19:28 +01:00
Peter Bourgon
a1b0088bf3 Remove (comm) from Name field in detail pane 2015-08-19 11:07:31 +02:00
Tom Wilkie
8c4bbdae8c Show how many containers have been grouped together under an image 2015-08-18 12:47:44 +00:00
Tom Wilkie
4efa811ef8 Add test. 2015-08-18 12:16:42 +00:00
Tom Wilkie
819cfdfbdd Fix tests. 2015-08-18 11:24:49 +00:00
Tom Wilkie
a86d47deb0 Add container names to process minor label if possible. 2015-08-18 11:24:48 +00:00
Tom Wilkie
89831bfdd2 Condense origin address entries into a single table. 2015-08-18 11:23:45 +00:00
Tom Wilkie
91f64828f4 Merge pull request #354 from weaveworks/tools
Use various scripts from tools.git
2015-08-18 12:21:56 +01:00
Tom Wilkie
9289b6626a Review feedback 2015-08-18 11:21:02 +00:00
Tom Wilkie
501504bb40 Fix #363; it can take longer than 1ms to resolve an ip, even when its just a map lookup.
GC takes longer, for instance. Also we should fail if we don't get the IP in time, otherwise
we just deadlock.  And fix some concurrent variable access.
2015-08-18 11:20:59 +00:00
Tom Wilkie
e7ab9816cd Use node:0.10 as the ui build image, and upgrade karma and karma webpack 2015-08-17 16:26:22 +00:00
Tom Wilkie
efeba4a2ed Use rebuild-image script from tools.git
- Add some extra files to build image
- Add make to UI build container
2015-08-17 16:26:06 +00:00
Tom Wilkie
3a1f376c29 Use tools.git 2015-08-17 16:26:04 +00:00
Tom Wilkie
9be81c520c Merge pull request #359 from weaveworks/use_sh_instead_of_bash
Use /bin/sh instead of /bin/bash so it can be used in boot2docker
2015-08-17 16:39:32 +01:00
Tom Wilkie
62a5fe364d Remove bash-ism 2015-08-17 14:54:16 +00:00
Alvaro Saurin
c34c80e368 Use /bin/sh instead of /bin/bash so it can be used in boot2docker 2015-08-17 14:50:29 +00:00
Tom Wilkie
a2ec507a14 Add apt-get update to circle 2015-08-17 12:58:03 +00:00
Paul Bellamy
a65b882901 Merge pull request #358 from weaveworks/endpoint
run.weave.works -> scope.weave.works
2015-08-17 11:13:12 +01:00
Tom Wilkie
b4d7b88265 run.weave.works -> scope.weave.works 2015-08-14 16:58:01 +00:00
Peter Bourgon
82e59bfe20 Merge pull request #351 from weaveworks/probe-id-header
Add X-Scope-Probe-ID header to POSTs
2015-08-13 14:03:38 +02:00
Peter Bourgon
43bfecbba4 Add X-Scope-Probe-ID header to POSTs 2015-08-13 13:01:58 +02:00
Tom Wilkie
9edc58f8ef Merge pull request #350 from weaveworks/service-args
Add parameter shortcut for SAAS
2015-08-12 14:56:58 +01:00
Tom Wilkie
8a7080c8d4 Merge pull request #349 from weaveworks/67-rm
Rm temporary containers.
2015-08-12 14:56:44 +01:00