Commit Graph

3391 Commits

Author SHA1 Message Date
jpellizzari
efb0d4dc03 Revert "Fix for contrast mode cache delete"
This reverts commit 80465c212f.
2017-02-14 10:52:51 -08:00
jpellizzari
80465c212f Fix for contrast mode cache delete 2017-02-14 10:25:07 -08:00
Jordan Pellizzari
68e8cbf4f6 Merge pull request #2204 from weaveworks/contrast-as-component
Added dynamic contrast-mode toggle
2017-02-14 09:54:23 -08:00
Jordan Pellizzari
00408b84e8 Merge pull request #2230 from weaveworks/2227-search-help
Fix help menu not opening from 'search' hint
2017-02-13 11:14:07 -08:00
jpellizzari
8e601ddfb3 Fixed bug where search help menu didn't open 2017-02-13 09:53:27 -08:00
jpellizzari
7b7d59ab24 Fix for undefined tableRowLabel 2017-02-13 09:53:27 -08:00
Jordan Pellizzari
7e0ccb4f7d Merge pull request #2202 from weaveworks/2154-api-url
Re-factor API URL generation code
2017-02-13 09:52:38 -08:00
jpellizzari
4e4848f3c4 Changed svg nodes to use contrastMode state 2017-02-13 09:49:55 -08:00
Jordan Pellizzari
63dc4e1b3e Added dynamic contrast-mode toggle 2017-02-13 09:49:55 -08:00
Alfonso Acosta
cc59b4736e Merge pull request #2224 from weaveworks/fix-checkpoint-base-flags
Reintroduce probe checkpoint flags for kernel version and OS
2017-02-11 13:30:41 +01:00
Alfonso Acosta
c179ce608a Merge pull request #2229 from kinvolk/alban/revert-setup-circleci-secrets
Revert "bin/setup-circleci-secrets: possibly use generic credentials"
2017-02-11 00:20:19 +01:00
Jordan Pellizzari
e7b8c59bcc Merge pull request #2126 from weaveworks/2121-upgrade-xterm
Upgraded xterm.js to 2.2.3
2017-02-10 13:51:25 -08:00
Alban Crequy
beec651cd7 Revert "bin/setup-circleci-secrets: possibly use generic credentials"
This reverts commit d0a5315c5c.
2017-02-10 20:17:02 +01:00
jpellizzari
8b1ca73179 Added changeInstance action; exported actions to public API 2017-02-09 13:44:30 -08:00
Alfonso Acosta
f86d0d89ac Merge pull request #2223 from kinvolk/alban/integration
bin/setup-circleci-secrets: possibly use generic credentials
2017-02-09 21:50:17 +01:00
Alfonso Acosta
eb4027a97c Reintroduce probe checkpoint flags for kernel version and OS
Removed unintentionally in https://github.com/weaveworks/scope/pull/2148
2017-02-09 17:29:15 +00:00
Alban Crequy
d0a5315c5c bin/setup-circleci-secrets: possibly use generic credentials
If the $SECRET_SCRIPT environment variable is defined in CircleCI, this
can override the GCE credentials.

I now use "base64" instead of "openssl base64" in order to support long
lines in base64 text. It's useful when the text comes from a long
environment variable like $SECRET_SCRIPT defined in CircleCI.

Also, the $PROJECT environment variable can now override the GCE project
name. Before, it needed to be named scope-integration-tests.
2017-02-09 17:42:36 +01:00
Alfonso Acosta
35182c8cb7 Merge pull request #2203 from weaveworks/release-1.2
Release 1.2
2017-02-09 00:33:31 +01:00
Alfonso Acosta
86528281e7 Fix release shell script bug
Introduced by 43d9f38c5e and found during release
2017-02-08 23:07:20 +00:00
Alfonso Acosta
7d5ef4bccb Minor CHANGELOG update v1.2.0 2017-02-08 18:18:14 +00:00
Alfonso Acosta
3f41f4559a Update CHANGELOG 2017-02-08 18:15:46 +00:00
Filip Barl
64fe7560b6 Merge pull request #2214 from weaveworks/fix-rounded-square-node-shadow-radius
Fix rounded square node shadow radius
2017-02-08 18:44:24 +01:00
Filip Barl
df2193cd95 Fix rounded square node shadow radius 2017-02-08 18:41:46 +01:00
Filip Barl
0bd24c596a Merge pull request #2210 from weaveworks/fixed-node-stack-display
Fix for node stack display bug
2017-02-08 18:39:51 +01:00
Simon
ddd5a25a98 Merge pull request #2217 from weaveworks/2209-fixes-popped-out-terminal-styles
Fixes base font-size of popped out terminal.
2017-02-08 18:38:48 +01:00
Filip Barl
c8c6dd84c2 Fixed the node stack display bug. 2017-02-08 18:25:05 +01:00
Alfonso Acosta
14a555ffab Stop using tag -f
(It's been removed from Docker)
2017-02-08 17:10:50 +00:00
Simon Howe
047ce43d2a Fixes base font-size of popped out terminal.
Share the rest of the base styles too so the embedded and popped out
terminal are working from a common style base.
2017-02-08 18:08:13 +01:00
Alfonso Acosta
7acebad756 Push latest_release tag to Docker Hub on each release 2017-02-08 17:02:14 +00:00
Alfonso Acosta
c9881a764e Merge pull request #2206 from kinvolk/schu/extras-dialer-random-seed
extras/dialer: allow to seed random
2017-02-08 17:32:05 +01:00
Michael Schubert
c349c165e5 extras/dialer: allow to seed random
Helpful if you want to get the same random numbers in subsequent runs
(e.g. to compare results between branches).
2017-02-08 12:42:32 +01:00
Mike Lang
f8cf32c0c1 Merge pull request #2186 from weaveworks/mike/ecs/clusterise-service-ids
Rename ECS Service node ids to be cluster;serviceName
2017-02-07 14:56:21 -08:00
Alfonso Acosta
9e33e7e07f Release 1.2.0 2017-02-07 18:05:35 +00:00
Jordan Pellizzari
d91fc5c310 Added API prefix to terminal window 2017-02-07 09:24:39 -08:00
jpellizzari
7a1843ca15 Added json type to api requests 2017-02-07 08:48:44 -08:00
Alfonso Acosta
0372c0b432 Update Scope version in docs 2017-02-07 15:34:01 +00:00
Jordan Pellizzari
68971447c8 Merge pull request #2194 from weaveworks/2181-closed-connections
Change merge to re-assign when nodes are updated
2017-02-06 09:17:55 -08:00
Filip Barl
8e183c8283 Merge pull request #2177 from weaveworks/details-spinner-display-fix
Node details spinner Chrome display bug fix
2017-02-06 11:38:30 +01:00
Filip Barl
2a8904e5f2 Fixed the node details spinner Chrome display bug 2017-02-06 11:16:28 +01:00
Matthias Radestock
4bc6a6c128 Merge pull request #2189 from weaveworks/2188-make-clean
don't attempt to make 'make clean' work on old checkouts

Fixes #2188.
2017-02-03 22:16:32 +00:00
Mike Lang
1dcfe58b3d Add test to check ECS Service node id parsing is back-compatible 2017-02-03 13:55:11 -08:00
Matthias Radestock
4aa73bf7f0 don't attempt to make 'make clean' work on old checkouts
It's just not worth the extra complication in the Makefile, and the
code for it was actually broken.

Also, outdent comment so it doesn't get splattered onto the console.
2017-02-03 21:52:55 +00:00
Mike Lang
fad3e88269 Rename ECS Service node ids to be cluster;serviceName
This is important for two reasons:
* It prevents nasty false-equality bugs when two different services from different ECS clusters
  are present in the same report
* It allows us to retrieve the cluster and service name - all the info we need to look up the service -
  using only the node ID. This matters, for example, when trying to handle a control request.
2017-02-03 13:45:18 -08:00
Jordan Pellizzari
f65f39b128 Refactored API URL generation to function calls and added tests 2017-02-03 12:32:35 -08:00
jpellizzari
f82ec445f8 Changed merge to re-assign in RECEIVE_NODES_DELTA 2017-02-03 11:26:54 -08:00
Filip Barl
43cb7548d8 Merge pull request #2180 from weaveworks/reapply-graph-layout-optimizations
Re-applied "Graph layout optimizations"
2017-02-03 17:40:26 +01:00
Filip Barl
2b4ba3239c Fixed the node labels bug on Firefox. 2017-02-03 17:06:53 +01:00
Filip Barl
c9ff15f7f3 Re-applied PR #2128 'Graph layout optimizations' 2017-02-03 16:59:25 +01:00
Alfonso Acosta
c1b485470a Merge pull request #2190 from weaveworks/min-docker-1.10
Embed and require Docker >= 1.10
2017-02-03 16:58:25 +01:00
Alfonso Acosta
0922253cb1 Fix typo 2017-02-03 16:13:17 +01:00