This project is mirrored from https://gitee.com/NQL886/scope.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 20 Jul, 2020 1 commit
-
-
dependabot[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 11 Jun, 2020 7 commits
-
-
Bryan Boreham authored
billing: cope with spy-interval set longer than publish-interval
-
Bryan Boreham authored
improvement: stop rendering if Context is cancelled
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
Typically this means the http caller has closed the connection, so no point responding to them. Also check at the point we send a response back, and log to OpenTracing.
-
Bryan Boreham authored
fix (integration tests): replace localhost with 127.0.0.1
-
Bryan Boreham authored
-
- 09 Jun, 2020 1 commit
-
-
Daniel Holbach authored
Update to most recent weaveworks/ui-components
-
- 08 Jun, 2020 2 commits
-
-
Daniel Holbach authored
As this would have deleted some headers in ./vendor/github.com/iovisor/gobpf/elf I also ran git diff vendor/github.com/iovisor/gobpf/ | patch -p0 -R
-
Daniel Holbach authored
-
- 26 May, 2020 1 commit
-
-
Bryan Boreham authored
multitenant query: don't drop topologies so much
-
- 25 May, 2020 2 commits
-
-
Bryan Boreham authored
Where a report has been merged from several probes, give it a higher limit before dropping topologies. We will already have applied the limit on each single-probe report as it came in, except for historical ones.
-
Bryan Boreham authored
Missed earlier.
-
- 20 May, 2020 3 commits
-
-
Bryan Boreham authored
Update tools: Go 1.4.2 and JS kind-of 6.0.3
-
Bryan Boreham authored
Fixed example for PodSecurityPolicy inside examples/k8s/psp.yaml
-
knrt10 authored
PodSecurityPolicy (in the extensions/v1beta1 API group) Migrated to use the policy/v1beta1 API, available since v1.10. Existing persisted data can be retrieved/updated via the policy/v1beta1 API. Signed-off-by:
knrt10 <tripathi.kautilya@gmail.com>
-
- 19 May, 2020 5 commits
-
-
Bryan Boreham authored
multitenant: scan container command-lines as well as process
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
-
Bryan Boreham authored
-
- 18 May, 2020 4 commits
-
-
Bryan Boreham authored
Release 1.13.1
-
Bryan Boreham authored
-
Bryan Boreham authored
Don't quote RELEASE_ARGS which may contain two arguments
-
Bryan Boreham authored
Removed kubelet port flag. Node name now always need from env/flag
-
- 10 May, 2020 2 commits
-
-
Bryan Boreham authored
-
Bryan Boreham authored
We should have done this anyway, but I haven't noticed the error previously. Possibly Go 1.14 is more aggressive about exiting when some goroutines are still active.
-
- 07 May, 2020 3 commits
-
-
Bryan Boreham authored
We got a warning about a vulnerability in 6.0.2
-
Bryan Boreham authored
-
Bryan Boreham authored
Stop pipe operations after EOF
-
- 06 May, 2020 2 commits
-
-
Bryan Boreham authored
This comes back when an operation like Kubernetes Describe finishes; hide it so we don't print as an error.
-
Bryan Boreham authored
Previously we were treating EOF on the reader as no-error, meaning that operations like Kubernetes Describe would retry endlessly when finished.
-
- 17 Apr, 2020 1 commit
-
-
Bryan Boreham authored
Upgrade reports before merging in multitenant collector
-
- 16 Apr, 2020 2 commits
-
-
Bryan Boreham authored
In case they came from an older or an overload probe.
-
Bryan Boreham authored
Need to modify DropTopologiesOver() to report what it dropped, and plumb through the userid so the metric can show who has a problem.
-
- 15 Apr, 2020 2 commits
-
-
Bryan Boreham authored
Multitenant: merge incoming reports in collector
-
Bryan Boreham authored
-
- 13 Apr, 2020 2 commits
-
-
Bryan Boreham authored
Writes to DynamoDB and S3 can be done in parallel, which will reduce the overall flush time.
-
Bryan Boreham authored
-