Commit Graph

5255 Commits

Author SHA1 Message Date
Bryan Boreham
a32ebf2316 Add a check that the top-level UI is not empty 2018-11-23 13:50:19 +00:00
Satyam Zode
323720869f Merge pull request #3439 from weaveworks/fix-ui-build
UI Build: stop deleting static ui files when building external ui
2018-11-23 19:03:40 +05:30
Bryan Boreham
f157132622 UI Build: stop deleting static ui files when building external ui
This can cause an empty static UI if things build in an unfortunate
order.
2018-11-23 12:25:22 +00:00
Bryan Boreham
3cf50b4511 Merge pull request #3437 from weaveworks/release-1.10
Release 1.10
2018-11-22 13:47:18 +00:00
Bryan Boreham
dc15123093 Release 1.10 v1.10.0 2018-11-22 13:07:52 +00:00
Bryan Boreham
476ef275e6 Merge pull request #3298 from weaveworks/conntrack-netlink-upstream
Probe: use netlink to talk to conntrack
2018-11-20 11:14:56 +00:00
Bryan Boreham
2e7dff5bab Merge pull request #3432 from weaveworks/move-hideous-hack
Move "hideous hack" for Kubernetes service network from probe to app
2018-11-19 16:54:37 +00:00
Bryan Boreham
94dbee2124 Move "hideous hack" for Kubernetes service network from probe to app
This avoids side-effects from reporting Kubernetes from a
cluster-level probe, and removes a lie from the probe data.

Rather than do the work every time the probe sends a report, we do it
every time the app renders endpoints, which should be once per merged
report set.
2018-11-19 14:54:20 +00:00
Filip Barl
3ed393218d Merge pull request #3431 from weaveworks/bump-ui-components-to-0-15-2
Bump ui-components to v0.15.2
2018-11-15 15:40:05 +01:00
Filip Barl
9fda9b9315 Bump ui-components to v0.15.2. 2018-11-15 15:23:48 +01:00
Simon
a53b95f64a Merge pull request #3426 from weaveworks/upgrade-to-font-awesome-5-again
Upgrade to font-awesome 5
2018-11-15 10:15:29 +01:00
Simon Howe
0c6a91687e Don't have node_modules/font-awesome anymore 2018-11-14 18:05:02 +01:00
Simon Howe
cac3b2783e Upgrade to ui-cmp that has fa5 2018-11-14 16:43:20 +01:00
Bryan Boreham
c732fee433 Don't add closed connections to 'activeFlows' 2018-11-14 15:34:58 +00:00
Bryan Boreham
4457bef918 Update typetypetype/conntrack package
From revision 1ea26629 to 9d9dd841, to bring in a couple of bug fixes
and some performance improvements.
2018-11-14 15:34:58 +00:00
Bryan Boreham
95ce2cb1a8 Add build constraint on Linux-only features
Split Reporter into Linux and non-Linux parts, and stubbed it out for
non-Linux targets.
2018-11-14 15:34:58 +00:00
Bryan Boreham
01ef6a104d Eliminate connectionTrackerConfig struct 2018-11-14 15:34:58 +00:00
Bryan Boreham
e3d42676a3 Add back some parts of the original cli code 2018-11-14 15:34:58 +00:00
Bryan Boreham
71c59e87d1 Update comment 2018-11-14 15:34:58 +00:00
Bryan Boreham
f4dc368955 Don't buffer TIME_WAIT flows on conntrack start-up
When the probe first starts we should only be interested in active
connections, and if the loop re-starts it's probably because too many
connections are opening and closing to keep up with, so it's good to
drop any that are already closed then too.

Refactor the code so `handleFlow` is only called on events, and handle
the initial list of connections directly.
2018-11-14 15:34:58 +00:00
Bryan Boreham
c627802664 Refactor: remove some code that is now unnecessary
- don't need another wrapper round `conntrack.Connections()`
- logPipe() was only for the command-line conntrack
- nobody closes the `event` chan now, so no need to pre-check for quit
2018-11-14 15:34:58 +00:00
Bryan Boreham
a29e9fa27a Update to match upstream conntrack library 2018-11-14 15:34:57 +00:00
Bryan Boreham
5420692a39 Vendor github.com/typetypetype/conntrack 2018-11-14 15:34:57 +00:00
Bryan Boreham
b9405bcc4b Remove our own copy of the upstream library 2018-11-14 15:34:57 +00:00
Bryan Boreham
73f35fd6d9 Handle nat status from conntrack via netlink
Replacement for the --any-nat command-line parameter
2018-11-14 15:34:57 +00:00
Bryan Boreham
ed6a010330 Decode conntrack status from netlink 2018-11-14 15:34:57 +00:00
Bryan Boreham
3314e1f0c7 Move constants to headers.go to be more like upstream 2018-11-14 15:34:57 +00:00
Bryan Boreham
7a68b5bdb0 Use Nfgenmsg from unix package instead of declaring locally 2018-11-14 15:34:57 +00:00
Bryan Boreham
8b04ef7359 Move conntrack code out to client.go to match upstream 2018-11-14 15:34:57 +00:00
Joseph Glanville
ac63937df7 Switch to new conntrack library 2018-11-14 15:34:57 +00:00
Joseph Glanville
853196f6d1 Import conntrack library 2018-11-14 15:34:57 +00:00
Bryan Boreham
e55086a5d3 Merge pull request #3429 from weaveworks/ruby-version-236
Update Ruby version to 2.3.6, to match Weaveworks website
2018-11-14 15:34:43 +00:00
Simon Howe
1994050a38 Removes some mystery styling.
- I don't think the result will be aweful if its stil being used.
2018-11-14 15:10:03 +01:00
Bryan Boreham
d5bda52f70 Update Ruby version to 2.3.6, to match Weaveworks website
The version mismatch is causing errors on Netlify preview.
2018-11-14 11:07:09 +00:00
Bryan Boreham
4ac9d1f946 Merge pull request #3420 from weaveworks/add-maintainer-filip
Add Filip Barl as maintainer
2018-11-13 16:05:53 +00:00
Simon Howe
8a6cc7ed4d Switch over to <i> from <span> for icons
- to select in styles, as fa5 has other prefix classnames (far, fab,
  fas)
2018-11-13 12:51:47 +01:00
Simon Howe
d3a36cf873 Load up fa5 instead of 4
- Switch to fa5 icons and tweak font-sizes a bit
2018-11-13 12:51:31 +01:00
Simon
730d5e3b62 Merge pull request #3425 from weaveworks/revert-3422-upgrade-font-awesome-5
Revert "Upgrade to Font Awesome 5"
2018-11-12 11:36:24 +01:00
Simon
e78f8a8de4 Revert "Upgrade to Font Awesome 5" 2018-11-12 11:22:19 +01:00
Bryan Boreham
73de9c3f03 Merge pull request #3422 from weaveworks/upgrade-font-awesome-5
Upgrade to Font Awesome 5
2018-11-12 10:02:47 +00:00
Bryan Boreham
6356f5c118 Merge pull request #3392 from gotjosh/add-tests-to-probe-cri
Fix intention of support for fallback protocol and add tests for probe/cri/registry
2018-11-12 10:01:30 +00:00
Bryan Boreham
fb0359ccd9 Merge pull request #3424 from ScottBrenner/patch-1
Update introducing.md
2018-11-12 10:00:11 +00:00
Scott Brenner
5d71a9ff5b Update introducing.md
Grammar fix.
2018-11-09 16:15:48 -08:00
Scott Brenner
a9e2d37691 Update introducing.md
Typo fix.
2018-11-09 16:09:49 -08:00
Simon Howe
2cc58f5b00 Switch to fa5 icons and tweak font-sizes a bit 2018-11-09 14:59:53 +01:00
Bryan Boreham
aac7356e31 Merge pull request #3421 from weaveworks/eks-pause
Add EKS to paused container detection
2018-11-09 12:48:42 +00:00
Simon Howe
52fc460f8e Load up fa5 instead of 4 2018-11-09 13:41:37 +01:00
Stefan Prodan
717cb13a84 Add EKS to paused container detection
fix #3259
2018-11-09 13:48:11 +02:00
Bryan Boreham
2f71852297 Add Filip Barl as maintainer 2018-11-07 14:34:12 +00:00
Bryan Boreham
62d55596c6 Merge pull request #3393 from ycao56/basic-auth
Add http Basic Auth
2018-11-07 14:32:03 +00:00