Tom Wilkie
|
0217351bb7
|
Add tests to catch bad pseudo node mapping.
|
2015-09-02 13:37:03 +00:00 |
|
Tom Wilkie
|
e867d168e1
|
Typo
|
2015-09-01 12:59:26 +00:00 |
|
Tom Wilkie
|
7cce17945f
|
Add comment
|
2015-09-01 12:25:53 +00:00 |
|
Tom Wilkie
|
405c4c4cd7
|
Move sterilze to expect package; reuse in app.
|
2015-09-01 12:07:43 +00:00 |
|
Tom Wilkie
|
217775654a
|
Merge pull request #411 from weaveworks/357-adjacencies-to-nodemetadata
Move Adjacency info inside the NodeMetadata struct
|
2015-09-01 12:18:19 +01:00 |
|
Tom Wilkie
|
8cc6da5de1
|
Merge pull request #415 from weaveworks/414-alpine
Use alpine:latest instead of gliderlabs/alpine
|
2015-09-01 12:15:41 +01:00 |
|
Tom Wilkie
|
c92ee90716
|
Use alpine:latest instead of gliderlabs/alpine
|
2015-09-01 11:15:14 +00:00 |
|
Tom Wilkie
|
899e2d7a5c
|
Review feedback
|
2015-09-01 11:01:25 +00:00 |
|
Peter Bourgon
|
66c597ecf9
|
Remove debug code that snuck in
|
2015-09-01 09:36:57 +02:00 |
|
Tom Wilkie
|
1f6b3d4a45
|
Move Adjacency info inside the NodeMetadata struct; move pseudo node generation to the probes.
|
2015-08-28 15:20:27 +00:00 |
|
Tom Wilkie
|
64d3bd5663
|
Merge pull request #409 from weaveworks/boot2docker-support
Works with boot2docker.
|
2015-08-28 15:41:13 +01:00 |
|
Tom Wilkie
|
ae993e3b64
|
Merge pull request #380 from weaveworks/docker_squash_path
Improved error message when docker-squash is not detected
|
2015-08-28 15:28:54 +01:00 |
|
David
|
8365addbf3
|
Merge pull request #392 from weaveworks/352-trying
'Trying to reconnect..' in UI even though its connected
|
2015-08-28 14:39:06 +02:00 |
|
Alvaro Saurin
|
01d1bcfe9c
|
Improved error message when docker-squash is not detected
|
2015-08-28 14:14:26 +02:00 |
|
David Kaltschmidt
|
1dccca2be7
|
fixed action name typo and added test
|
2015-08-28 13:10:58 +02:00 |
|
Paul Bellamy
|
235cbd3a52
|
use weavescope image for all remote work, so they're labelled works.weave.role=system
|
2015-08-28 11:59:29 +01:00 |
|
Paul Bellamy
|
26eea6eab2
|
Works with boot2docker.
The DOCKER_BRIDGE_IP is set on the remote host, so it will be found
correctly on boot2docker.
|
2015-08-28 11:59:02 +01:00 |
|
Tom Wilkie
|
9edd507bd4
|
Merge pull request #386 from weaveworks/356-conntrack
Use conntrack to detect short lived connections.
|
2015-08-28 10:28:46 +01:00 |
|
Tom Wilkie
|
903a51397b
|
Review feedback
|
2015-08-28 09:19:56 +00:00 |
|
Tom Wilkie
|
55c77c6a37
|
Enhance the containers topology with information directly joined from endpoints, via IP address foreign key.
|
2015-08-27 16:29:35 +00:00 |
|
Tom Wilkie
|
81eb7fafc4
|
Merge pull request #401 from weaveworks/uncontainer-all-processes
Only group processes not in containers AND doing network IO into uncontained nodes.
|
2015-08-27 17:29:34 +01:00 |
|
Tom Wilkie
|
1a286eac04
|
Use an exec'd conntrack in 'events' mode instead of repeatedly execing it for NAT mappings. Also use conntrack to populate the endpoint table.
|
2015-08-27 16:29:33 +00:00 |
|
Tom Wilkie
|
e4970f9214
|
Give mapping functions the ability to return multiple nodes.
|
2015-08-27 16:29:32 +00:00 |
|
Peter Bourgon
|
cdaaf2e1da
|
probe: unnecessary Copy in test
|
2015-08-27 17:30:50 +02:00 |
|
Tom Wilkie
|
e7dc258119
|
Only group processes not in containers AND doing network IO into uncontained nodes.
|
2015-08-27 15:26:49 +00:00 |
|
Tom Wilkie
|
142aa067ec
|
Fix test
|
2015-08-27 15:25:24 +00:00 |
|
Peter Bourgon
|
44e6fd2adb
|
Merge pull request #399 from weaveworks/topology-copy
Moar functional: Topology Merge methods don't mutate the receiver
|
2015-08-27 17:05:12 +02:00 |
|
Peter Bourgon
|
f368837cc8
|
Merge pull request #406 from weaveworks/337-label
Add works.weave.role=system label to the scope container.
|
2015-08-27 16:59:02 +02:00 |
|
Peter Bourgon
|
fcecb92206
|
Ugh.
|
2015-08-27 16:54:06 +02:00 |
|
Tom Wilkie
|
18cda35f73
|
Add works.weave.role=system label to the scope container.
|
2015-08-27 14:17:08 +00:00 |
|
Alfonso Acosta
|
4db80108bf
|
Merge pull request #400 from weaveworks/docker-labels
Report docker container labels and render them in the details pane
|
2015-08-27 14:11:35 +01:00 |
|
Alfonso Acosta
|
9ba37402cf
|
Report/render both image and container labels
Daemon labels will have to wait since the go client (Docker API v1.14) doesn't support
them yet (daemon labels were exposed in Docker API v1.16)
See https://godoc.org/github.com/fsouza/go-dockerclient#Client.Info for details.
|
2015-08-27 09:45:30 +00:00 |
|
Tom Wilkie
|
d5dd969a4d
|
Merge pull request #402 from weaveworks/poll
Fail if want != have!
|
2015-08-26 17:31:20 +01:00 |
|
Tom Wilkie
|
7c1ca152fa
|
Fail if want != have!
|
2015-08-26 16:24:42 +00:00 |
|
Alfonso Acosta
|
529aa3d84f
|
Use a metadata key per docker label
|
2015-08-26 15:49:13 +00:00 |
|
Alfonso Acosta
|
e1c05012ca
|
Report docker container labels and render them in the details pane
|
2015-08-26 13:38:53 +00:00 |
|
Tom Wilkie
|
d9ab9d8150
|
Merge pull request #396 from weaveworks/weave-docker-ips
Tag containers with Weave and Docker IPs
|
2015-08-26 14:09:26 +01:00 |
|
Tom Wilkie
|
1ad1197051
|
Review feedback
|
2015-08-26 13:00:33 +00:00 |
|
Peter Bourgon
|
6d2252f604
|
app: fixes for new merge semantics
|
2015-08-26 12:02:11 +01:00 |
|
Peter Bourgon
|
775f0ede90
|
render: fixes for new merge semantics
|
2015-08-26 12:02:11 +01:00 |
|
Peter Bourgon
|
8f55c74b27
|
xfer: fixes for new merge semantics
|
2015-08-26 12:02:11 +01:00 |
|
Peter Bourgon
|
d5ab8177f6
|
probe: fixes for new merge semantics
|
2015-08-26 12:02:03 +01:00 |
|
Tom Wilkie
|
d8ac16d3f3
|
Gather container IP addresses from Docker and Weave, and apply them to nodes in the container topology.
|
2015-08-26 10:19:08 +00:00 |
|
Tom Wilkie
|
64d9a1b252
|
Merge pull request #384 from weaveworks/gzip_compress
gzip compression
|
2015-08-26 11:07:35 +01:00 |
|
Alvaro Saurin
|
b60c39b7de
|
GZip compression for app HTTP endpoints and probe -> app communication.
|
2015-08-26 09:56:14 +00:00 |
|
Peter Bourgon
|
42be036428
|
report: always copy
|
2015-08-25 17:52:20 +01:00 |
|
Tom Wilkie
|
7e39b92799
|
Merge pull request #394 from weaveworks/weave-dns-hostnames
Tag containers with WeaveDNS hostnames.
|
2015-08-25 17:49:33 +01:00 |
|
Tom Wilkie
|
e9fad6136f
|
Tag containers with WeaveDNS hostnames.
|
2015-08-25 16:41:56 +00:00 |
|
Peter Bourgon
|
b138dda3b3
|
Move merge functions with their types
|
2015-08-25 13:31:25 +01:00 |
|
Alfonso Acosta
|
a3ecc34d33
|
Merge pull request #387 from weaveworks/origin-host-labels
Improve titles and context of tables in the details pane
|
2015-08-25 12:43:32 +01:00 |
|