Alban Crequy
726fbad69d
circle.yml: add variable $DOCKER_ORGANIZATION
...
With this patch, CircleCI will push by default to the Docker repository
$DOCKER_ORGANIZATION/scope. If $DOCKER_ORGANIZATION is not defined, it
will use $DOCKER_USER/scope.
2016-03-01 14:30:40 +01:00
Tom Wilkie
3e611f8986
Merge pull request #1055 from kinvolk/alban/build-2
...
circle.yml: deploy on a personal hub account
2016-02-29 16:20:52 +00:00
Alban Crequy
c99400e6c0
circle.yml: deploy on a personal hub account
...
I would to do some changes in Scope and test my changes in Kubernetes,
following the guide on:
https://github.com/weaveworks/scope#using-weave-scope-with-kubernetes
For that, I need a Docker image of Scope hosted on a Docker hub and
reference that Docker image in my Kubernetes resource yaml file. Instead
of building Scope on my laptop and pushing it manually on my Docker Hub
account, I am using my CircleCI account to do this automatically.
This patch fixes the deployment target in circle.yml. It uses the
environment variable $DOCKER_USER from the CircleCI settings to guard
against unintended deployment. As before, only the "master" branch will
trigger the deployment.
This change should not impact the build of the official Scope Docker
image.
2016-02-29 16:59:29 +01:00
Paul Bellamy
63a07e1cc1
Merge pull request #1041 from weaveworks/532-custom-weave-hostname
...
Plumb through custom weave domains.
2016-02-29 14:56:53 +00:00
Alfonso Acosta
d40ce541ff
Minor README improvement
2016-02-29 14:15:55 +00:00
David
dd72e32fb3
Merge pull request #1045 from weaveworks/release-0.13.0
...
Release 0.13.0
2016-02-29 14:52:38 +01:00
David
bf3a866f77
Merge pull request #1052 from weaveworks/checkpoint
...
Update go-checkpoint library and add link to README.
v0.13.0
2016-02-29 12:53:51 +01:00
Tom Wilkie
425013bdd9
Update go-checkpoint library and add link to README.
2016-02-29 11:15:14 +00:00
Tom Wilkie
fe0ee681f9
Merge pull request #1054 from kinvolk/alban/build
...
circle.yml: disable GCE builds when credentials are missing
2016-02-28 09:12:27 +00:00
Alban Crequy
3b0fce1da3
circle.yml: disable GCE builds when credentials are missing
...
Another call to gce.sh was added in commit abebb0f197 ("Build new test VM
(to pickup latest Docker version)") but without the guard on
$SECRET_PASSWORD. Add the guard to be able to test on CircleCI without
Weaveworks' credentials.
2016-02-27 22:06:50 +01:00
David Kaltschmidt
4565bb8a46
Added #1043 to changelog
2016-02-26 16:39:16 +01:00
David Kaltschmidt
f3351cf440
Fix columns for pods in service details panel
2016-02-26 16:34:59 +01:00
David Kaltschmidt
505f04bade
Changelog v0.13.0
2016-02-26 16:34:59 +01:00
Tom Wilkie
ef1fc2a60a
Merge pull request #1043 from weaveworks/1040-docker-exec-crash
...
Distinguish between reporting probes and controlling probes
2016-02-26 15:23:47 +00:00
Alfonso Acosta
b33c516758
Review feedback+test
2016-02-26 12:58:07 +00:00
Ilya Dmitrichenko
b0d6078e38
Merge pull request #1038 from weaveworks/1013-use-tcp-for-weavedns
...
Use TCP for weave dns.
2016-02-26 11:00:39 +00:00
Alfonso Acosta
a559a23dba
Distinguish between reporting probes and controlling probes
2016-02-26 01:46:18 +00:00
Alfonso Acosta
4dc9f7834e
Return response errors
2016-02-25 23:05:35 +00:00
Tom Wilkie
96830942ed
Plumb through custom weave domains.
2016-02-25 19:39:08 +00:00
Paul Bellamy
1d17a335c6
Merge pull request #995 from weaveworks/828-websocket-ping
...
Add ping/pong to websocket protocol
2016-02-25 17:13:14 +00:00
Simon
d7b84ed86d
Merge pull request #1037 from weaveworks/1035-add-septagon-node-shape
...
Adds support for the heptagon node shape
2016-02-25 18:02:52 +01:00
Paul Bellamy
35fe8864a1
Review Feedback
2016-02-25 16:34:35 +00:00
Tom Wilkie
592bf3fb43
Use TCP for weave dns.
2016-02-25 15:39:20 +00:00
Simon Howe
569ca9d3d9
Pentagon -> Heptagon!
2016-02-25 16:27:13 +01:00
Simon Howe
292a56dc1d
Adds support for the septagon node shape
2016-02-25 16:05:50 +01:00
Tom Wilkie
1bfbf67d1c
Merge pull request #1031 from weaveworks/disable-checkpoint-in-tests
...
Disable checkpointing in tests.
2016-02-25 13:52:12 +00:00
David
9fa3b1936b
Merge pull request #1027 from weaveworks/555-svg-export
...
SVG export button
2016-02-25 14:09:34 +01:00
David Kaltschmidt
6eedaa4361
Removed unused package
2016-02-25 14:08:45 +01:00
David
5b5cb2910e
Merge pull request #1029 from weaveworks/show-moar
...
Replace Show More buttons with carets w/ counts
2016-02-25 14:03:03 +01:00
David Kaltschmidt
f411b9c437
Review feedback
2016-02-25 14:02:32 +01:00
Alfonso Acosta
e09d818527
Merge pull request #993 from weaveworks/983-without-pprof
...
Document how to obtain profiles without `go tool pprof`
2016-02-25 12:39:57 +00:00
Tom Wilkie
5f0b24e371
Disable checkpointing in tests.
2016-02-25 09:37:03 +00:00
David Kaltschmidt
4ad74183b1
Inline styles in cloned svg sub tree, skip default styles
2016-02-25 10:14:34 +01:00
Alfonso Acosta
17ad6a4fd8
Document how to obtain profiles without go tool pprof
2016-02-24 19:04:19 +00:00
David Kaltschmidt
cdf2c21057
Replace Show More buttons with carets w/ counts
2016-02-24 18:58:26 +01:00
Paul Bellamy
fbe567187a
Merge pull request #1014 from weaveworks/977-docker-event-crash
...
Handle closing of docker events channel gracefully
2016-02-24 17:38:30 +00:00
Paul Bellamy
cfc071471b
Add ping/pong to websocket protocol
2016-02-24 17:16:35 +00:00
Paul Bellamy
6b9daa73d4
Merge pull request #1024 from weaveworks/1019-websocket-error-logging
...
Don't log "expected" websocket errors
2016-02-24 17:12:24 +00:00
Paul Bellamy
f794bbff3d
log errors on control and pipe websockets as well (now that we can)
2016-02-24 16:25:05 +00:00
Paul Bellamy
e865890d72
Don't log "expected" websocket errors, like the socket being closed
2016-02-24 16:25:05 +00:00
Paul Bellamy
2fe5d3baae
update github.com/gorilla/websocket (to add error-code checking)
2016-02-24 16:25:05 +00:00
David Kaltschmidt
bd821c159e
Inject weavescope logo into exported SVG
2016-02-24 17:03:27 +01:00
David Kaltschmidt
1566727e45
SVG export button
...
* applies CSS styles inline
* exports SVG chart node
* injects A tag to download
* based on SVG-crowbar
Fixes #555
2016-02-24 16:17:45 +01:00
David
d759e9fe95
Merge pull request #981 from weaveworks/863-force-relayout
...
Force-relayout button
2016-02-24 15:56:21 +01:00
David Kaltschmidt
9dafaef9a9
Force-relayout button
...
* new button in footer
* when clicked, forces a relayout that could help with degraded graphs
* sets a store flag that will be unset on next nodes delta update
* fixes #863
2016-02-24 15:55:36 +01:00
David Kaltschmidt
1f5aaa28ee
Updated client/README wrt BACKEND_HOST workflow
2016-02-24 13:32:33 +01:00
Paul Bellamy
98ea6da05e
Merge pull request #1023 from weaveworks/go-gc
...
Turn off GC for builds.
2016-02-24 11:39:38 +00:00
Tom Wilkie
4ad0253e18
Merge pull request #1018 from weaveworks/scope-short-url
...
Use short URL for scope download
2016-02-24 11:29:53 +00:00
Tom Wilkie
25e02d2d26
Turn off GC for builds.
2016-02-24 11:17:11 +00:00
Simon
460dc6f11b
Merge pull request #1006 from weaveworks/fix-stack-label-position
...
Increase space between stacked nodes and their labels
2016-02-24 09:14:44 +01:00