Commit Graph

5407 Commits

Author SHA1 Message Date
Satyam Zode
d8d4dd4a77 Add Akash as Weave Scope Maintainer
Considering the contributions as well as active participation in the Weave Scope community by *Akash Srivastava*  aka @qiell, we should recognise him as a maintainer for the Weave Scope.  Thanks for all the work @qiell.
2019-06-18 18:57:58 +05:30
Bryan Boreham
c2e83ab939 Merge pull request #3632 from weaveworks/release-1.11
Release 1.11.2
2019-06-12 11:25:58 +01:00
Bryan Boreham
5c88c05fe2 typo 2019-06-12 10:25:06 +00:00
Bryan Boreham
ca946f9322 docs: Release 1.11.2 v1.11.2 2019-06-11 13:26:25 +00:00
Bryan Boreham
4045a5c02d Merge pull request #3633 from weaveworks/security-updates
Security updates to JavaScript dependencies
2019-06-11 14:19:22 +01:00
Daniel Holbach
8602915f6c update to run stylelint on 'client/app/scripts' 2019-06-07 13:32:49 +02:00
Daniel Holbach
cd61f9b85a Breaking change in stylelint 10.0.0, use --allow-empty-input
c.f. https://github.com/stylelint/stylelint/releases/tag/10.0.0
2019-06-07 12:00:10 +02:00
Daniel Holbach
97fe7e3fe0 downgraded eslint-config-airbnb again as it'd require some code changes on our end 2019-06-07 11:32:20 +02:00
Daniel Holbach
ae5b0e868f upgrade a bunch of dependencies for sshpk 2019-06-07 11:11:58 +02:00
Daniel Holbach
fdf21be15b upgrade a bunch of dependencies for js-yaml, not all old versions purged from yarn.lock 2019-06-07 11:08:32 +02:00
Bryan Boreham
954e86e7ff Merge pull request #3627 from weaveworks/buffered-docker-events
fix(probe): Use a buffered chan to reduce the chance of losing events
2019-06-05 17:05:16 +01:00
Bryan Boreham
380dd8357f fix(probe): Use a buffered chan to reduce the chance of losing events
Event notifications from Docker will be dropped if not collected
quickly enough; using a buffered chan reduces the chance of this
happening.
2019-06-05 10:36:38 +00:00
Bryan Boreham
7cf5712c89 docs: Release 1.11.1
Signed-off-by: Bryan Boreham <bryan@weave.works>
v1.11.1
2019-05-29 09:05:18 +00:00
Bryan Boreham
c97d8b6da8 Merge pull request #3623 from weaveworks/always-delete-containers
Always delete container info when we get a 'destroy' event
2019-05-27 16:34:38 +01:00
Filip Barl
7491f22bc2 Merge pull request #3621 from weaveworks/3619-encourage-first-time-contributions
Update docs to encourage first time contributions
2019-05-27 11:50:34 +02:00
Bryan Boreham
7a93c73343 Always delete container info when we get a 'destroy' event
Previously it would only delete if Docker said the container didn't
exist, which is a race between Docker sending the event and Docker
removing the info from its own records.

Extract a couple of functions to make the action clearer.
2019-05-24 16:31:42 +00:00
Filip Barl
55baf9d047 Updated README.md to encourage contributions. 2019-05-24 17:42:34 +02:00
Filip Barl
87757c392b Add a badge to README.md pointing at good first issues. 2019-05-24 17:15:14 +02:00
Filip Barl
ba80693f67 Merge pull request #3620 from weaveworks/3618-contribute-to-frontend
Add docs on how to contribute to frontend code
2019-05-24 16:39:18 +02:00
Filip Barl
6ee09dfb6f Add docs on how to contribute to frontend code. 2019-05-24 15:51:22 +02:00
Filip Barl
e69491fa89 Merge pull request #3617 from weaveworks/3611-fix-contrast-mode-in-url
Fixed contrast mode in the URL
2019-05-23 17:14:02 +02:00
Filip Barl
765d9a06ac Fixed contrast mode in the URL. 2019-05-23 16:22:46 +02:00
Daniel Holbach
f8c7196cef Merge pull request #3613 from dholbach/update-image-versions
update scope images to 1.11.0
2019-05-21 16:32:14 +02:00
Daniel Holbach
6f0f8a2c6a update scope images to 1.11.0
Signed-off-by: Daniel Holbach <daniel@weave.works>
2019-05-21 16:26:20 +02:00
Filip Barl
27a49b0c41 Merge pull request #3610 from weaveworks/release-1.11
Release 1.11.0
2019-05-21 16:14:56 +02:00
Filip Barl
7cb3daac3c Updated version reference in docs. v1.11.0 2019-05-20 18:11:41 +02:00
Filip Barl
491a623d15 Updated CHANGELOG with release 1.11.0 notes. 2019-05-20 18:02:46 +02:00
Satyam Zode
392862a83f Merge pull request #3609 from weaveworks/k8s-job-support
Add Kubernetes Job support to Weave Scope
2019-05-20 20:02:24 +05:30
Satyam Zode
3e41793152 Add get verb to the batch apigroup in cluster role
Signed-off-by: Satyam Zode <satyamzode@gmail.com>
2019-05-20 19:44:04 +05:30
Satyam Zode
6c4b01dcd9 Change shape of K8s Job to dottedtriangle
Signed-off-by: Satyam Zode <satyamzode@gmail.com>
2019-05-20 16:55:48 +05:30
Satyam Zode
6b758564d2 Upgrade the weaveworks ui-components to 0.20.0
- Include shape for dottedtriangle

Signed-off-by: Satyam Zode <satyamzode@gmail.com>
2019-05-20 16:55:24 +05:30
Satyam Zode
36361d6b7d Add Kubernetes Job support to Weave Scope
This covers:
- Implementation of the job resource in probe
- Reporter changes for the job
- Add Describe Control to the job
- Pass job object to the kube controller renderer

ToDo:
- Need to decide the shape for the Job.

Signed-off-by: Satyam Zode <satyamzode@gmail.com>
2019-05-19 02:36:45 +05:30
Filip Barl
cdc33855d4 Merge pull request #3589 from openebs/feature/kubectl-describe
Add describe control to all k8s resources
2019-05-17 13:37:15 +02:00
Akash Srivastava
5a53ca350e Update rank of DeletePod control from 1 to 3
Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>
2019-05-17 15:59:08 +05:30
Bryan Boreham
1e2206963a Merge pull request #3599 from weaveworks/per-tenant-metrics
Add metrics for report size and count per tenant
2019-05-15 13:44:42 +01:00
Bryan Boreham
870b52eec0 Review feedback: metric description 2019-05-15 12:43:22 +00:00
Bryan Boreham
474ada4ae9 Merge pull request #3598 from weaveworks/readbinary-span
Add OpenTracing span for report.ReadBinary()
2019-05-15 13:08:04 +01:00
Bryan Boreham
711aa66bd5 Add OpenTracing span for report.ReadBinary()
So we can see the timing and size in Jaeger.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2019-05-10 15:34:53 +00:00
Bryan Boreham
4c74f8b1cf Add metrics for report size and count per tenant
In a multitenant system it is useful to be able to drill into which
tenants have the most or biggest reports.

Signed-off-by: Bryan Boreham <bryan@weave.works>
2019-05-10 14:49:57 +00:00
Bryan Boreham
72882835d5 Merge pull request #3566 from tiriplicamihai/fix-dns-snooper-multiple-cnames
Fix dnssnooper probe for multiple CNAMEs.
2019-05-07 16:04:18 +01:00
tiriplicamihai
0b4e26ed77 Fix formatting. 2019-04-30 19:24:23 +03:00
tiriplicamihai
92d3c1d5e9 Fix test data. 2019-04-30 19:09:02 +03:00
tiriplicamihai
1fbe648e82 Add newline. 2019-04-30 18:41:16 +03:00
tiriplicamihai
364a7423a5 Add tests for dns snooper. 2019-04-30 18:38:07 +03:00
Daniel Holbach
f03f41eedf Merge pull request #3596 from weaveworks/remove-materialize-css-dep
Remove materialize-css JS dep
2019-04-15 09:06:29 +02:00
Satyam Zode
8a9fc2b05a Merge pull request #3595 from weaveworks/3594-update-k8s-example-permissions
Update examples/k8s RBAC permissions
2019-04-15 10:37:35 +05:30
Simon
9e4e8d3478 Merge pull request #3593 from leavest/wheel-event
Fix bug 56+ chrome can't prevent default wheel events.
2019-04-12 09:13:33 +02:00
Filip Barl
9e7730bbc7 Remove materialize-css JS dep. 2019-04-11 16:12:15 +02:00
Filip Barl
7e39c0458d Update examples/k8s RBAC permissions. 2019-04-11 15:59:31 +02:00
leavest
16c53a7526 https://www.chromestatus.com/features/6662647093133312
Fix bug where 56+ chrome can't prevent default wheel events.

Fixes #3592
2019-04-09 17:26:24 +08:00