Bryan Boreham
bd9f88b985
Merge pull request #3696 from weaveworks/ebpf-non-strings
...
handle IP addresses in binary rather than strings
2019-10-04 14:45:15 +01:00
Filip Barl
4cac153de5
Contained global styles and made themes scope static
2019-10-04 15:36:07 +02:00
Filip Barl
99f502a2b6
Fixed some styling inconsistencies
2019-10-04 15:16:28 +02:00
Bryan Boreham
23d8a418e1
performance: network namespace ID is a 32-bit quantity
...
This shrinks some data-structures slightly.
Citation: https://github.com/torvalds/linux/blob/6f0d349d922b/include/linux/ns_common.h#L10
2019-10-04 13:11:30 +00:00
Bryan Boreham
c6ce47f87d
diagnostics: make fourTuple.String() human-readable
2019-10-04 13:09:50 +00:00
Filip Barl
577282d68b
Replaced all sass variables with styled theme ones
2019-10-04 14:38:52 +02:00
Filip Barl
b6a983e5a8
Replaced all scopeTheme vars in global-style.js and got rid of the unused ones
2019-10-04 14:20:57 +02:00
Filip Barl
fa9754a829
Satisfying all the stylelint rules
2019-10-03 15:47:26 +02:00
Filip Barl
4224d45458
Copied over _base.scss + adjusted the comments
2019-10-03 14:33:03 +02:00
Filip Barl
1aa9080576
Created styled components Scope themes
2019-10-02 19:13:52 +02:00
Bryan Boreham
9e62dac37d
build: don't lint tools shellscripts in Scope CI
...
It's now run in the CI for the upstream repo weaveworks/build-tools.
2019-10-02 14:34:44 +00:00
Bryan Boreham
6dbc15bf7c
Merge commit 'a0d60e4de9013b35542a8aee145ef2e95f3d9eb2' into update-backend-build
...
Update 'tools' subtree to latest.
2019-10-02 14:34:20 +00:00
Bryan Boreham
a0d60e4de9
Squashed 'tools/' changes from ec369f58d..f041a74ff
...
f041a74ff Undo some quoting that broke the test script (#160 )
b1c21a068 Merge pull request #158 from weaveworks/go-1-13
d5c7dd0cd Run shell-lint during CI, and fix warnings
6db1abd14 Update to Go 1.13.1
d6cc704a2 Fix comment
7139116ae Revert "Push comments to the left so they don't appear in scripts"
e47e58f7b Push comments to the left so they don't appear in scripts
3945fcec8 Remove nonexistent env var GIT_TAG
cd6299284 Merge pull request #156 from weaveworks/drop-quay
af0eb5119 Merge pull request #157 from weaveworks/fix-image-tag-prefix-length
0b9aee4f2 Fix image-tag object name prefix length to 8 chars.
813c28fe7 Move from CircleCI 1.0 to 2.0
425cf4ef1 Move from quay.io to Dockerhub
87ccf4fd1 Merge pull request #155 from weaveworks/go-1-12
c31bc2865 Update lint script to work with Go 1.12
ed8e380d7 Update to Go 1.12.1
git-subtree-dir: tools
git-subtree-split: f041a74ffbf273b627d6c960f17357108d0dbd1c
2019-10-02 14:34:20 +00:00
Filip Barl
3432e70fa1
Prototype global inject of Scope theme
2019-10-02 15:28:00 +02:00
Bryan Boreham
45c3dd7738
build: update CI to use Go 1.13
2019-10-01 10:24:41 +00:00
Bryan Boreham
7b4fa141d3
fix: add back check on missing namespace in MakeEndpointNodeIDB()
2019-09-27 15:08:31 +00:00
Bryan Boreham
f3183cb3a8
Merge pull request #3697 from weaveworks/change-email-satyamz
...
Update email address in Maintainers file for Satyam
2019-09-27 15:04:08 +01:00
Satyam Zode
7f1650a0d3
Update email address in Maintainers file
...
This will update email address to my current email.
2019-09-27 17:31:55 +05:30
Satyam Zode
11a07804a4
Merge pull request #3695 from weaveworks/format-typos
...
chore: fix typos in debugging format strings
2019-09-26 12:39:05 +05:30
Bryan Boreham
cbbb2ff24c
performance: in Docker reporter, reduce IP type conversions.
...
The code was converting IP addresses to strings and back again.
2019-09-25 20:15:34 +00:00
Bryan Boreham
2941850a75
performance: in connection tracker, hold IP addresses in binary rather than strings
...
This is more compact, and saves effort converting to and from the string format.
2019-09-25 20:15:05 +00:00
Bryan Boreham
8d9e337a75
chore: fix typos in debugging format strings
2019-09-25 20:08:29 +00:00
Akash Srivastava
ca420b07aa
Merge pull request #3687 from weaveworks/refactor-reading
...
Refactor report reading
2019-09-24 12:26:01 +05:30
Akash Srivastava
14d4ecc3e8
Merge pull request #3692 from weaveworks/go-1-13
...
Bump Go version to 1.13.0
2019-09-23 18:08:35 +05:30
Bryan Boreham
4365d3ba35
Bump Go version to 1.13.0
2019-09-23 10:43:37 +00:00
Bryan Boreham
ad34c5fd26
refactor: camlistore lru package moved location
2019-09-23 10:43:17 +00:00
Satyam Zode
e7e9e97943
Merge pull request #3606 from weaveworks/update-gopacket
...
Update google/gopacket library
2019-09-23 16:11:08 +05:30
Bryan Boreham
13af359bcf
refactor: eliminate report.ReadBinary() in favour of MakeFromBinary()
...
The signature of MakeFromFile changed to return a pointer for
consistency.
2019-09-23 10:01:43 +00:00
Akash Srivastava
a808eb2247
Merge pull request #3691 from weaveworks/kube-v1
...
Move to Kubernetes 'v1' APIs
2019-09-23 12:05:59 +05:30
Bryan Boreham
d375f3c07d
chore(example): update example Kubernetes app to apps/v1
2019-09-21 16:00:58 +00:00
Bryan Boreham
17c1aaa131
chore(probe): for Kubernetes 1.16 move to 'v1' APIs
...
Scope will no longer work with Kubernetes 1.8 and below.
For CronJob there is no 'v1' as yet, but we can remove the alpha
version.
2019-09-21 15:52:34 +00:00
Bryan Boreham
9208e08bf3
Change dns snooper timeout to avoid spinning in pcap
...
The previous code seems to be relying on a 64-bit to 32-bit conversion
working in a certain way; when gopacket was changed to cast the value
explicitly it starts returning immeditely from pcap.
2019-09-20 14:32:53 +00:00
Filip Barl
2a909f3976
Merge pull request #3690 from weaveworks/3685-update-ui-build-tag
...
Update CircleCI scope-ui-build tag
2019-09-20 13:32:17 +02:00
Filip Barl
652a9f9914
Update the scope-ui-build tag for the CircleCI build to the latest master image
2019-09-20 11:32:21 +02:00
Filip Barl
d1bb02176a
Merge pull request #3685 from weaveworks/js-updates
...
Update javascript libraries in various places
2019-09-20 11:23:49 +02:00
Filip Barl
56f2fac487
Update the scope-ui-build tag for the CircleCI build
2019-09-20 10:48:17 +02:00
Daniel Holbach
d3522986ea
update babel and jest bits - need to update node version too
2019-09-20 10:48:17 +02:00
Daniel Holbach
5eb67c54fc
update eslint things
...
keep eslint-config-airbnb version, newer version requires
changes in our code
2019-09-20 10:48:17 +02:00
Daniel Holbach
df0fc88d63
update babel bits
2019-09-20 10:48:17 +02:00
Daniel Holbach
e3dc53bd02
update stylelint components
2019-09-20 10:48:17 +02:00
Bryan Boreham
07d3dfd45c
Update google/gopacket library
...
To pick up a fix https://github.com/google/gopacket/pull/589 for Go 1.12
2019-09-20 07:51:50 +00:00
Bryan Boreham
abc7548033
Merge pull request #3689 from weaveworks/release-1.11
...
Release 1.11.6
2019-09-19 15:53:48 +01:00
Bryan Boreham
87504d9f7c
Release 1.11.6
v1.11.6
2019-09-19 13:27:42 +00:00
Akash Srivastava
4b6b12d2c8
Merge pull request #3688 from weaveworks/fix-testregdelete-flake
...
fix(test-flake): poll for result in TestRegistryDelete() to avoid race
2019-09-19 16:39:50 +05:30
Bryan Boreham
f675c87826
Merge pull request #3680 from weaveworks/remove-old-control-code
...
refactor: remove old unnecessary controls code
2019-09-19 09:32:19 +01:00
Bryan Boreham
49dfd98c94
fix(test-flake): poll for result in TestRegistryDelete() to avoid race
...
Remove the `runtime.GoSched()` that doesn't guarantee anything.
2019-09-18 21:32:44 +00:00
Bryan Boreham
71a359e1d7
Merge pull request #3679 from weaveworks/probe-unsafe-merge
...
perf(probe): reduce copying of nodes
2019-09-18 15:56:06 +01:00
Bryan Boreham
6ee9738581
Merge pull request #3686 from weaveworks/analyze-reports
...
feature(app): Add a debugging summary function, exposed via http
2019-09-18 15:54:50 +01:00
Bryan Boreham
20c378dce5
docs: Added admin/summary to the faq
2019-09-18 14:47:26 +00:00
Bryan Boreham
57918b0ac5
formatting
2019-09-18 14:43:49 +00:00