Bianca Cheng Costanzo
54d96040cf
Change back overlays
2017-10-12 14:31:48 +02:00
Bianca Cheng Costanzo
cc4162e55a
Changes background gradient to single colour, removes text background
2017-10-11 15:02:40 +02:00
Bianca Cheng Costanzo
7c27a1ce6d
Merge branch 'master' into background-colors
2017-10-11 13:56:02 +02:00
Simon
5173b9c981
Merge pull request #2883 from weaveworks/fixes-save-as-svg
...
Fixes "Save as svg" functionality.
2017-10-10 17:51:00 +02:00
Simon Howe
bf7cde32e0
Fixes "Save as svg" functionality.
2017-10-10 16:51:06 +02:00
Filip Barl
ae5d8a9fd2
Merge pull request #2871 from weaveworks/2869-get-rid-of-react-tooltip
...
Get rid of react-tooltip dependency
2017-10-04 09:38:19 +02:00
Damien Lespiau
73f9b83540
Merge pull request #2873 from weaveworks/2017-10-01-bump-copyright-year
...
Bump license copyright year to 2017
2017-10-01 18:17:16 +01:00
Bryan Boreham
021015431a
Merge pull request #2863 from weaveworks/update-go-codec
...
Update ugorji/go/codec
2017-10-01 16:55:35 +01:00
Damien Lespiau
f88846b435
Bump license copyright year to 2017
2017-10-01 09:50:41 +01:00
Bryan Boreham
b95c498bb7
Merge pull request #2872 from weaveworks/small-mem-reductions
...
Small memory-allocation reduction
2017-09-30 18:46:00 +01:00
Bryan Boreham
9322b54b68
Stop causing errors by parsing empty strings as time.Time
...
We encode the zero time as an empty string, so we should do the
reverse when decoding.
Otherwise time.Parse() returns an error, which is created on the heap,
causing extra garbage-collection load.
2017-09-30 14:33:20 +00:00
Filip Barl
9b3b2c058e
Removed react-tooltip from package.json.
2017-09-28 13:20:02 +02:00
Filip Barl
c0c04c2e2b
Replaced react-tooltip with own component.
2017-09-28 13:18:20 +02:00
Damien Lespiau
46c5fca7ce
Merge pull request #2867 from weaveworks/2017-09-26-mixpanel-cleanup.2
...
tracking: Fix in-flight collision of two related PRs
2017-09-26 13:36:19 +01:00
Damien Lespiau
53f1890ad7
tracking: Fix in-flight collision of two related PRs
...
Unfortunately, I forgot to rebase before renaming trackMixpanelEvent() and a PR
adding a new trace point was already in-flight.
More precisely:
- https://github.com/weaveworks/scope/pull/2861 renames trackMixpanelEvent()
to trackAnalysticsEent()
- https://github.com/weaveworks/scope/pull/2857 add a new
trackMixpanelEvent() call.
Each PR is fine, but with the merge of both without rebasing any, we end up
with master having a dandling call to trackMixpanelEvent().
2017-09-26 12:59:29 +01:00
Damien Lespiau
c74e683a26
Merge pull request #2868 from weaveworks/2017-09-26-golint-update
...
lint: Fix 2 sites failing a recently introduced golint check
2017-09-26 12:59:00 +01:00
Damien Lespiau
466927ce68
lint: Fix 2 sites failing a recently introduced golint check
...
golint has gained a new check and we don't freeze the golint version so CI was
failing on unrelated PRs:
app/multitenant/consul_client.go:69:2: redundant if ...; err != nil check, just return error instead.
report/marshal.go:188:2: redundant if ...; err != nil check, just return error instead.
Fix those!
2017-09-26 12:15:09 +01:00
Alfonso Acosta
a3803cb292
Merge pull request #2859 from weaveworks/release-1.6
...
Release 1.6.5
2017-09-25 15:49:40 +02:00
Damien Lespiau
03475cec83
Merge pull request #2861 from weaveworks/tracking-with-segment
...
tracking: Use segment for tracking
2017-09-25 14:36:32 +01:00
Damien Lespiau
cbfe63dc78
tracking: Fix now out of date comment
2017-09-25 14:03:09 +01:00
Damien Lespiau
a205f6ecb7
tracking: Rename trackMixpanelEvent() to trackAnalyticsEvent()
...
Might as well not mention Mixpanel now that we're sending all events to
Segment.
Commit done with:
git grep trackMixpanelEvent | cut -d : -f 1 | sort -u | \
xargs sed -e s/trackMixpanelEvent/trackAnalyticsEvent/g
2017-09-25 13:57:00 +01:00
Damien Lespiau
74c0c782ac
Merge pull request #2857 from weaveworks/2017-09-21-control-tracking
...
tracking: Add Mixpanel event on Control clicks
2017-09-25 12:06:19 +01:00
Bryan Boreham
42bf0dedba
Update ugorji/go/codec to latest commit 54210f4e076c57f351166f0ed60e67d3fca57a36
2017-09-23 21:08:33 +00:00
Damien Lespiau
3f6faa5371
tracking: Use segment for tracking
...
Align scope to the rest of the platform.
2017-09-22 16:51:37 +01:00
Damien Lespiau
802559e527
tracking: Add Mixpanel event on Control clicks
...
We'd like to gain some insight on how controls are used.
2017-09-22 16:39:37 +01:00
Jonathan Lange
75c8b6a269
Merge pull request #2860 from weaveworks/2853-billing-optional
...
Continue processing reports if billing fails
2017-09-22 12:57:32 +01:00
Jonathan Lange
f9e37a21f5
Continue processing reports if billing fails
2017-09-22 12:20:10 +01:00
Alfonso Acosta
3e92a73312
Update Scope version in docs
v1.6.5
2017-09-22 08:27:45 +00:00
Alfonso Acosta
61f95f4960
Add release 1.6.5 to CHANGELOG
2017-09-22 08:27:45 +00:00
Mike Lang
2da9ec089d
Merge pull request #2856 from weaveworks/mike/ecs/fix-test
...
Fix test broken by #2854
2017-09-19 06:37:41 -07:00
Mike Lang
1c6fbffc69
Fix test broken by #2854
2017-09-19 03:54:13 -07:00
Mike Lang
b7db604875
Merge pull request #2854 from galindro/ecs-region
...
Adds ECS Cluster Region option
2017-09-18 16:46:32 -07:00
Bruno Galindro da Costa
cd21bafa2e
Adds ECS Cluster Region option
2017-09-18 20:14:44 -03:00
Bryan Boreham
b0cd1805ef
Merge pull request #2852 from weaveworks/s3-connections
...
AWS connection keep-alive
2017-09-18 10:29:54 +01:00
Alfonso Acosta
bfd741edcb
Merge pull request #2846 from weaveworks/update-ECS-AMI-docs
...
Update ECS AMI docs
2017-09-15 16:02:32 +02:00
Bryan Boreham
fd35ac055d
Use the aws config routine from weaveworks/common
...
so it will allow multiple keep-alive connections to the same
destination
2017-09-15 10:47:38 +00:00
Bryan Boreham
5defa75721
Update to latest weaveworks/common
2017-09-15 10:29:55 +00:00
Filip Barl
1cb82ad401
Merge pull request #2851 from weaveworks/2850-fix-graph-edge-path-undefined
...
Fix edges disappearing in graph mode
2017-09-14 11:09:31 +02:00
Filip Barl
687d061939
Cleanup and revert to optimized waypoints recalculation.
2017-09-12 12:16:30 +02:00
Filip Barl
75e0d383fe
Simplified spring usage.
2017-09-11 18:50:23 +02:00
Filip Barl
736770c978
Fix edges disappearing.
2017-09-11 18:10:42 +02:00
Alfonso Acosta
b3894327b6
Update ECS AMI docs
2017-09-07 15:41:18 +00:00
Matthias Radestock
60844e2eab
Merge pull request #2843 from weaveworks/more-precise-compose-instructions
...
More precise compose instructions
2017-09-01 18:01:32 +01:00
Matthias Radestock
5ada73b843
fix typo
2017-09-01 17:06:39 +01:00
Matthias Radestock
87bd49bdfb
tell users to copy compose fragments to docker-compose.yml
2017-09-01 17:06:00 +01:00
Aaron Kirkbride
fd719b53de
Merge pull request #2841 from weaveworks/fix-circle-yml-1
...
Fix circle.yml syntax
2017-09-01 15:07:35 +01:00
Aaron Kirkbride
5c5d645c76
Fix circle.yml syntax
...
Fix typo introduced by #2837
2017-09-01 13:55:04 +01:00
Aaron Kirkbride
1f0133123f
Merge pull request #2837 from weaveworks/unconditional-ui-upload
...
make circleci ui-upload unconditional
2017-09-01 13:21:48 +01:00
Filip Barl
e9c3970408
Merge pull request #2839 from weaveworks/2829-fix-header-elements-responsiveness
...
Fixed header elements responsiveness
2017-08-31 19:02:29 +02:00
Alfonso Acosta
c3755756b4
Merge pull request #2840 from weaveworks/release-1.6
...
Release 1.6.4
2017-08-31 15:26:55 +02:00