Commit Graph

2354 Commits

Author SHA1 Message Date
David
964ce2755e Merge pull request #1140 from weaveworks/ui-disconnect
Handle server disconnects gracefully in the UI
2016-03-14 11:09:44 +01:00
Alfonso Acosta
e7c38a9de2 Simplify build
* Get rid of GO15VENDOREXPERIMENT since it's enabled by default in Go >=1.6,
  just use go 1.6 if you want to build outside the container.
* Stop using unset/env -u, just avoid adding env variables where needed.
* Pass build flags consistently to codecgen.
* Let the experimental/ directory be.
2016-03-12 17:42:40 +00:00
Matthias Radestock
000bd88a15 Merge pull request #1163 from weaveworks/checkpoint
Don't read from app.Version before we initialise it
2016-03-12 11:27:26 +00:00
Tom Wilkie
5886dae974 Don't read from app.Version before we initialise it, otherwise we report 'dev' back to the checkpoint service. 2016-03-12 11:01:52 +00:00
Matthias Radestock
c6bd583a35 update vendored go-checkpoint 2016-03-11 11:12:54 +00:00
Tom Wilkie
bd760f6e76 Update demo for tracer 2016-03-10 13:25:19 +00:00
Simon Howe
d7e9d1388f Support env -u e.g. unsetting vars under OSX 2016-03-10 11:25:16 +01:00
Alfonso Acosta
3391bcc62c Move codecgen dependencies to the no-containerized section 2016-03-10 11:25:15 +01:00
Alfonso Acosta
8ac9e7812c Extend go variables even more 2016-03-10 11:25:15 +01:00
Alfonso Acosta
783297672c Invoke Go consistently and remove GO15VENDOREXPERIMENT from container 2016-03-10 11:25:15 +01:00
Alfonso Acosta
ab6b00adf9 Provide identical go variables to codecgen 2016-03-10 11:25:15 +01:00
Alfonso Acosta
805bedf3e1 Create codecgen binary based on the host's architecture 2016-03-10 11:25:15 +01:00
Paul Bellamy
b2c0c93d5e Merge pull request #1150 from weaveworks/multi-tenant-refactor
Refactoring for multitenancy
2016-03-09 15:22:58 +00:00
Tom Wilkie
b4739af279 Refactoring for multitenancy 2016-03-09 13:48:28 +00:00
Tom Wilkie
d0bdb6597d Merge pull request #1146 from pidster/master
Provides Docker Compose examples for launching the Scope probe with the Scope Cloud Service
2016-03-09 13:36:09 +00:00
pidster
7e51862b32 Improvements to the compose file examples, using variables 2016-03-08 17:06:13 +00:00
pidster
911eac2e26 Rename example files 2016-03-08 16:46:10 +00:00
pidster
930727f252 Example starting Scope probe with Docker Compose. 2016-03-08 16:43:04 +00:00
Tom Wilkie
77dce2b99e Merge pull request #1127 from weaveworks/1098-remove-address-topology
Remove address topology
2016-03-08 14:23:11 +00:00
Tom Wilkie
e7c5fc7016 Remove address topology 2016-03-08 13:23:30 +00:00
David Kaltschmidt
4b4b27e6a8 Handle server disconnects gracefully in the UI
Keeps the scope UI's CPU usage low in the browser when the backend is
not reachable

* dont update app state when repeated errors come in
* dont update app state when websocket keeps failing
* adjust first loading text, and show icon to draw attention
2016-03-07 19:52:52 +01:00
David
cfc3d4f3bd Merge pull request #1106 from weaveworks/1025-pause-button
Pause Button
2016-03-07 17:42:11 +01:00
David Kaltschmidt
c1c16e101b Slightly thinner borders on nodes
* epilogue to #1080
* slightly thinner borders are more in line with, ehem, other lines
2016-03-07 17:40:33 +01:00
David Kaltschmidt
c7cd11bf1a Extracted footer into own component, moved pause into icon 2016-03-07 16:55:51 +01:00
David Kaltschmidt
d7507cf67c Pause Button
* pauses topology and details panel updates
* buffers requests
* un-pause plays back the buffered requests
* automatically un-pauses when topology is changed, or other node is
  clicked (then discards buffer)

Fixes #1025
2016-03-07 15:26:22 +01:00
David
b3c5dc0513 Merge pull request #1120 from weaveworks/node-borders
Adjust node borders
2016-03-07 15:13:25 +01:00
David Kaltschmidt
f8850058b6 Simplify cloud selection 2016-03-07 15:12:51 +01:00
David Kaltschmidt
9163846c5a Review feedback for node borders 2016-03-07 13:44:29 +01:00
Alfonso Acosta
874ab2906a Merge pull request #1135 from weaveworks/1134-remove-before-codecgen
Remove codecgen-generated file before building package
2016-03-07 12:34:14 +01:00
Alfonso Acosta
5c5ae2fd7f Minor refinement 2016-03-07 12:27:45 +01:00
Alfonso Acosta
0116c11fa5 Rephrase Kubernetes priviledged-pods requirement 2016-03-07 12:25:11 +01:00
Alfonso Acosta
620ee9a0a2 Clarify priviledged-pods requirement in kubernetes 2016-03-07 12:19:53 +01:00
Alfonso Acosta
125a0bfacd Remove codecgen-generated file before building package 2016-03-07 10:00:46 +00:00
Paul Bellamy
657af33864 Merge pull request #1125 from weaveworks/1057-sorting
Treat pid as numeric and sort by #containers
2016-03-04 17:29:34 +00:00
Paul Bellamy
31835615aa Merge pull request #1113 from weaveworks/1065-tag-shortcut-reports
Tag shortcut reports.
2016-03-04 17:16:39 +00:00
Tom Wilkie
60f5a5e36f Treat pid as numeric and sort by #containers 2016-03-04 17:10:24 +00:00
Paul Bellamy
c74cefba86 Merge pull request #1017 from weaveworks/680-connections-table
Add connection tables to details panel
2016-03-04 16:42:08 +00:00
Tom Wilkie
51fa8d8ce0 Review feedback II 2016-03-04 14:07:56 +00:00
Tom Wilkie
f8ef3be522 Merge pull request #1042 from weaveworks/1004-codecgen-install
Build/install packages before invoking codecgen
2016-03-04 11:38:42 +00:00
Tom Wilkie
2e604657a5 Merge pull request #1101 from weaveworks/release-0.13.0
Release 0.13.1
2016-03-04 11:04:50 +00:00
David Kaltschmidt
53d873124f Adjust node borders
* increase stack node borders by 0.5px (fixes #1080)
* space out stacks in contrast mode (fixes #1020)
* fix cloud border stroke-width setting (exlude from CSS styling)
* adjust cloud border for contrast mode
2016-03-04 11:50:25 +01:00
Tom Wilkie
53a503dfa8 Update changelog. v0.13.1 2016-03-04 10:17:43 +00:00
Tom Wilkie
11834f0082 Merge pull request #1119 from weaveworks/1117-checkpoint-pani
Check error in checkpoint callback.
2016-03-04 10:02:21 +00:00
Tom Wilkie
0c2617debf Check error in checkpoint callback. 2016-03-04 10:01:11 +00:00
Tom Wilkie
7d0b1cec61 Fix integration test 2016-03-03 20:22:47 +00:00
Tom Wilkie
09de883bc6 Review feedback 2016-03-03 17:46:35 +00:00
David
f13d120064 Merge pull request #1084 from weaveworks/1071-fix-embedded-logo
Fix embedded logo size for Safari
2016-03-03 17:24:24 +01:00
Tom Wilkie
f154e7a483 Add connection tables to details panel 2016-03-03 16:17:55 +00:00
Tom Wilkie
4fd680f3b1 Tag shortcut reports. 2016-03-03 16:09:26 +00:00
David Kaltschmidt
a40b5a31a8 Default sorter specified by table columns 2016-03-03 15:53:15 +00:00