Tom Wilkie
6e4e5429bc
Merge pull request #905 from weaveworks/reduce-proc-race
...
Minimize race between proc's net/tcp{,6} and fd/*
2016-02-03 18:12:59 +00:00
Paul Bellamy
2ed39682ab
Merge pull request #911 from weaveworks/908-shorter-child-tooltips
...
Just show the untruncated label in the tooltip on children
2016-02-03 16:06:42 +00:00
Alfonso Acosta
3605407519
Fix tests
2016-02-03 16:02:16 +00:00
Paul Bellamy
28de56f43f
just show the untruncated label in the tooltip on children
2016-02-03 12:34:52 +00:00
Paul Bellamy
51be599ca5
Merge pull request #904 from weaveworks/docker-labels
...
move docker labels into their own table of the details panel
2016-02-03 12:23:39 +00:00
Alfonso Acosta
0ec71e3af7
Minimize race between proc's net/tcp{,6} and fd/*
2016-02-03 12:20:41 +00:00
Paul Bellamy
c425fa46e0
Merge pull request #899 from weaveworks/886-TestAppClientDetails
...
Increase timeout, remove double close.
2016-02-03 10:32:29 +00:00
Paul Bellamy
0a292f530c
move docker labels into their own table of the details panel
2016-02-03 10:29:28 +00:00
Alfonso Acosta
a079620b2f
Merge pull request #898 from weaveworks/812-read-symlinks
...
Fix reading of network namespace inodes
2016-02-02 22:02:36 +00:00
Alfonso Acosta
e78a64fa15
Fix compilation in darwin
2016-02-02 21:40:27 +00:00
Tom Wilkie
37c19a27e7
Send a few more reports to ensure some get through, remove double close.
2016-02-02 10:10:29 -08:00
Alfonso Acosta
f1ac5f102f
Fix net namespace reading in pre-3.8 kernels
2016-02-02 17:53:24 +00:00
Tom Wilkie
f89018efb7
Merge pull request #903 from weaveworks/immutable-renderablenodes
...
Add some tests, and a zero-value for report.Sets
2016-02-02 08:50:42 -08:00
Paul Bellamy
154c996d08
couple labels were added while waiting to merge
2016-02-02 16:19:40 +00:00
Paul Bellamy
b21eeb7bcf
key of process.CPUUsage changed, while waiting to merge
2016-02-02 16:17:58 +00:00
Paul Bellamy
cae6ac58a8
Merge commit 'e31520d'
2016-02-02 15:54:39 +00:00
Paul Bellamy
d5d06197ed
TestMakeRenderableNodes
2016-02-02 15:40:36 +00:00
Paul Bellamy
852b8c0d5e
adding test for EdgeMetadata.DeepEqual
2016-02-02 15:28:41 +00:00
Paul Bellamy
e12b54b8ce
valid zero-value for report.Sets
2016-02-02 15:28:41 +00:00
Tom Wilkie
ab284c999b
Merge pull request #888 from weaveworks/sudo
...
Don't need sudo when DOCKER_HOST is tcp.
2016-02-02 07:22:39 -08:00
Paul Bellamy
1e4b872a63
Merge pull request #866 from weaveworks/852-processes
...
Rename Applications -> Process, sort topologies by rank.
2016-02-02 10:45:28 +00:00
Alfonso Acosta
8aa22436c3
Fix reading of network namespace inodes
2016-02-01 16:32:52 -08:00
Alfonso Acosta
ed562614d4
Merge pull request #889 from weaveworks/881-probe-locking
...
Taking a read lock twice only works most of the time.
2016-02-01 20:41:07 +00:00
David
02a449348b
Merge pull request #895 from weaveworks/891-fix-details-columns
...
Details panel table header looks up label in all rows
2016-02-01 17:32:43 +01:00
David
6f70e70192
Merge pull request #894 from weaveworks/no-npm-progress
...
Disable npm progress to speed up build
2016-02-01 16:53:39 +01:00
David Kaltschmidt
9c4b4e2745
Details panel table header looks up label in all rows
...
Also fixes sorting of rows that have a missing metrics (0 vs null)
Fixes #891
2016-02-01 16:47:06 +01:00
Simon
6bec4bca7c
Merge pull request #892 from weaveworks/864-fix-overflowing-details-panel
...
Fixes some fields overflowing badly.
2016-02-01 16:07:15 +01:00
Tom Wilkie
6f9fdaa27e
Rename applications -> processes in experimental and render/detailed.
2016-02-01 06:54:19 -08:00
Tom Wilkie
0349c6f2e0
Update integration tests
2016-02-01 06:54:19 -08:00
Tom Wilkie
d3b11ee040
Rename Applications -> Process, sort topologies by rank.
2016-02-01 06:54:18 -08:00
David Kaltschmidt
6cf295ea9f
Disable npm progress to speed up build
2016-02-01 15:52:41 +01:00
Simon
00755896de
Merge pull request #882 from weaveworks/848-resize-terminal-on-card
...
Stop details cards popping up over the terminal.
2016-02-01 15:33:44 +01:00
Simon
5bd19076bd
Merge pull request #880 from weaveworks/871-host-node-color-mismatch
...
Fixes host node/details panel color mismatch
2016-02-01 15:33:33 +01:00
Tom Wilkie
bc5a0524ef
Merge pull request #885 from weaveworks/readme
...
Update readme and images.
2016-02-01 06:31:10 -08:00
Tom Wilkie
fc67ff10e2
Merge pull request #890 from weaveworks/refactor-deepequal
...
refactoring deepequal to satisfy linter
2016-02-01 06:30:38 -08:00
Simon Howe
3c23bd950a
Fixes some fields overflowing badly.
...
The Chrome guys have implmeneted a new change (in Chrome 48) in the CSS
flexbox spec, min-width now defaults to auto instead of 0. "auto" has
some complicated behaviour described in the table here:
https://drafts.csswg.org/css-flexbox/#min-size-auto
This results in a very long min-width (I don't understand why). So we
have to let the browser know it can make it smaller if it wants to,
which in this case would be great.
Here's another person's experience with the issue.
- https://code.google.com/p/chromium/issues/detail?id=551336
2016-02-01 15:12:52 +01:00
Paul Bellamy
75245f6777
Merge pull request #856 from weaveworks/826-by-hostname
...
Rename 'by hostname' to 'by dns name'
2016-02-01 10:56:02 +00:00
Paul Bellamy
7601a34c14
Merge pull request #853 from weaveworks/844-container-uptime
...
Add container uptime and restart count to details panel.
2016-02-01 09:02:19 +00:00
Tom Wilkie
394bc88f2a
Add vendored deps for tracer.
2016-01-31 17:51:55 -08:00
Tom Wilkie
b103f93692
Taking a read lock twice only works most of the time.
2016-01-31 17:42:44 -08:00
Tom Wilkie
f4c582a7b3
Don't need sudo when DOCKER_HOST is tcp.
2016-01-29 14:41:25 -08:00
Tom Wilkie
638c5676cb
Add container uptime and restart count to details panel.
2016-01-29 14:31:40 -08:00
Tom Wilkie
c16f0d7f40
Merge pull request #865 from weaveworks/release-0.12.0
...
Release 0.12.0
2016-01-29 14:12:15 -08:00
Tom Wilkie
0de6a3aabf
Merge pull request #883 from weaveworks/docs-signal-triggering
...
Update approach to trigger signal dumps
2016-01-29 11:49:33 -08:00
Tom Wilkie
68a3748f01
Don't allocate lots of docker.Stats structs, do some copying instead
v0.12.0
2016-01-29 11:38:55 -08:00
Tom Wilkie
34447fd502
Close response body for docker stats calls.
2016-01-29 10:45:20 -08:00
Tom Wilkie
39fe9ad42d
Update readme and images.
2016-01-29 10:06:29 -08:00
Alfonso Acosta
22774aabca
Update approach to trigger signal dumps
...
pkill's flags vary in different systems, plus it will just be silent if it doesn't match any process
2016-01-29 14:44:21 +00:00
Simon Howe
aad6e1fbeb
Fixes new browser window size when popping out terminal.
...
Calculate the size more dynamically based on the size of the terminal
dom element.
2016-01-29 13:19:06 +01:00
Simon Howe
06aff39548
Fixes details cards opening out over the terminal
2016-01-29 13:17:58 +01:00