Commit Graph

1433 Commits

Author SHA1 Message Date
David
188eea8f33 Merge pull request #795 from weaveworks/638-animate-sparklines
Animate sparklines
2016-02-05 14:48:55 +01:00
Tom Wilkie
afaaab3813 Merge pull request #919 from weaveworks/num-containers-column
Add "# Containers" column to container images as children
2016-02-05 12:42:37 +00:00
Paul Bellamy
a403917875 Add "# Containers" column to container images as children
Side effect is that it also adds it to the container image details panel
2016-02-05 11:13:37 +00:00
Paul Bellamy
00cd1934b3 Merge pull request #918 from weaveworks/k8s-efficiency
Compile k8s selectors once (not for each pod)
2016-02-05 08:57:18 +00:00
Paul Bellamy
e77a919d7a Merge pull request #917 from weaveworks/hosts-no-self-parent
Hosts should not be their own parent
2016-02-05 08:56:16 +00:00
Paul Bellamy
55ee62d343 add test for render/detailed/parents and fixed bug 2016-02-04 17:55:06 +00:00
Simon Howe
cd66819f6b Removes console.log 2016-02-04 18:13:53 +01:00
Paul Bellamy
c263471263 Merge pull request #907 from weaveworks/version-check
Periodically check for newer versions of scope.
2016-02-04 16:23:03 +00:00
David Kaltschmidt
7d73590ced Enable metric feeder also for health overflow items
* tried activating it for child tables too, but that became quite CPU
  intensive, and feed intervals became out of sync (host CPU < container
  CPU, which is hard to believe)
2016-02-04 17:17:11 +01:00
David Kaltschmidt
8f83a73072 Split samples and feed metrics right away
* also increase sparkline feed to 60 secs
* and keep historic max
2016-02-04 16:56:07 +01:00
Tom Wilkie
34ca87c98e Review feedback. 2016-02-04 15:48:17 +00:00
Tom Wilkie
76080c16ed Merge commit 'f190efdb2b872e943bd3deb00f52ef0dda65c0ce' into version-check 2016-02-04 15:38:41 +00:00
Tom Wilkie
f190efdb2b Squashed 'tools/' changes from c7d833c..954b023
954b023 Correct last commit.
7732be6 Add availible to the spell checker.

git-subtree-dir: tools
git-subtree-split: 954b023392
2016-02-04 15:38:41 +00:00
Tom Wilkie
2e9aa9314d Periodically check for newer versions of scope. 2016-02-04 15:22:01 +00:00
Paul Bellamy
9876140bfe moving render/detailed/parents to it's own file 2016-02-04 14:46:13 +00:00
Paul Bellamy
ef4e5bdc47 Compile k8s selectors once (not for each pod) 2016-02-04 11:49:04 +00:00
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
David Kaltschmidt
d46f1a9d3c dont format metadata 2016-02-03 16:35:03 +01:00
David Kaltschmidt
64f08dcf96 Metric feeder as higher order component to feed sparklines data 2016-02-03 16:25:54 +01: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
David Kaltschmidt
0a0179aeb1 Integrated animated sparklines into new details panel
also added sortBy date after merge in value buffer
2016-02-02 18:06:33 +01: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
David Kaltschmidt
a8809cadfd Animate sparklines by feeding data item by item
* Refactored sparklines to be rendered by react

* Correct row key for sparklines

* Extracted data feed into animated-sparkline

* last value is rendered by sparkline now, because it relies on the
  last value that it is fed, not the lastest availble value
2016-02-02 12:23:51 +01: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