Commit Graph
3115 Commits
Author SHA1 Message Date
Simon ce90680e06 Merge pull request #1108 from weaveworks/1099-fix-pipes-prefix-check
Fixes pipes working under a url path
2016-03-03 16:21:32 +01:00
Simon Howe 28a9826689 Stops path-proxy from crashing on error messages 2016-03-03 14:44:44 +01:00
Simon Howe 186a45e052 Fixes the pipe-alive check when running scope-ui under a path 2016-03-03 14:44:43 +01:00
Alfonso Acosta fa4ab4837a Merge pull request #1103 from weaveworks/994-pipes-check-endpoint
Add pipe/{pipeID}/check endpoint
2016-03-03 13:10:22 +00:00
Alfonso Acosta b9393e9e39 Review feedback 2016-03-03 12:35:04 +00:00
Tom Wilkie 3f3adae87d Merge pull request #1100 from weaveworks/pipe-app-id
Have the probe fill in the app id, not the app
2016-03-03 11:41:43 +00:00
Alfonso Acosta 579001059a Add pipe/{pipeID}/check endpoint 2016-03-03 11:22:31 +00:00
Tom Wilkie 5de7c7a579 Update changelog for 0.13.1 2016-03-03 09:29:57 +00:00
Tom Wilkie da33d9c106 Have the probe fill in the app id, not the app 2016-03-03 09:26:23 +00:00
Peter Bourgon 1f59795d6c README: fix many typos 2016-03-02 23:12:54 +01:00
Peter Bourgon 9a433dcf3a README: section headers shouldn't have colons 2016-03-02 23:09:04 +01:00
Paul Bellamy d1e8dc6463 Merge pull request #1088 from weaveworks/1087-concurrent-map
Stop mutating nodes in the rendering pipeline
2016-03-02 13:13:45 +00:00
Tom Wilkie 0aaacc28b2 Merge pull request #1083 from kinvolk/alban/build-3
circle.yml: add variable $DOCKER_ORGANIZATION
2016-03-02 11:57:15 +00:00
Tom Wilkie 495e875a59 Add reciept to spellchecker 2016-03-02 11:51:21 +00:00
Tom Wilkie 7abb296372 Merge pull request #1069 from weaveworks/1053-use-default-shell
Try to figure out the most suitable shell to use
2016-03-02 10:58:31 +00:00
Tom Wilkie 19411b9f76 Review feedback 2016-03-02 10:35:11 +00:00
Alfonso Acosta 46b4fa39ec Integration test 2016-03-01 20:36:56 +00:00
Tom Wilkie d874266cf6 Stop mutating nodes in the rendering pipeline 2016-03-01 17:16:48 +00:00
Tom Wilkie 1e3625e05c Merge pull request #566 from weaveworks/360-internet-node
Split the internet node for incoming vs outgoing connections.
2016-03-01 15:22:33 +00:00
David Kaltschmidt 833b78c2e7 Fix embedded logo size
* CSS transform is ignored in Safari, using SVG transform instead

Fixes #1071
2016-03-01 16:12:38 +01:00
Tom WilkieandTom Wilkie bc48a48133 Split the internet node for incoming vs outgoing connections. 2016-03-01 14:11:47 +00:00
Paul Bellamy 67c15cefc0 Merge pull request #1077 from weaveworks/999-go1.6
Upgrade to go1.6
2016-03-01 13:57:46 +00:00
Paul Bellamy 755b660e65 Merge pull request #1070 from weaveworks/993-test-collector
A 1ms window is ludicrously small; GC can take longer.
2016-03-01 13:57:27 +00:00
Paul Bellamy 19844d3c27 Merge pull request #1068 from weaveworks/1060-flag-consistency
Fix up some flags
2016-03-01 13:57:06 +00:00
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 28a0dd9d76 Fix for new go1.6 lint rules. 2016-03-01 13:01:19 +00:00
Tom Wilkie b9f788993b Upgrade to go1.6 2016-03-01 12:31:54 +00:00
Tom Wilkie 897e0d4eb6 A 1ms window is ludicrously small; GC can take longer. 2016-02-29 18:57:00 +00:00
Alfonso Acosta 220db7656a Try to figure out the most suitable shell to use 2016-02-29 18:01:07 +00:00
Tom Wilkie 7711fe06d9 Make --app-only run the app, not the probe. 2016-02-29 18:00:10 +00:00
Tom Wilkie 213094f9ff Rename weave.router.addr to weave.addr in the probe for consistency with the app 2016-02-29 17:58:38 +00: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 Kaltschmidt 2698941956 Use GNU wc on Darwin 2016-02-29 15:05:19 +01: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
Alfonso Acosta 0eed16cb8e Build/install packages before invoking codecgen 2016-02-25 21:32:20 +00:00