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.
- 23 Mar, 2017 4 commits
-
-
Bryan Boreham authored
This avoids a runtime type lookup, so goes a little faster. Also having less recursion makes it easier to interpret profiles.
-
Bryan Boreham authored
-
Alfonso Acosta authored
integration test: disable flaky test 311
-
Alban Crequy authored
Temporarily disable the test. See https://github.com/weaveworks/scope/issues/2379
-
- 22 Mar, 2017 12 commits
-
-
Jordan Pellizzari authored
Add job to trigger service-ui build
-
jpellizzari authored
-
Paul Bellamy authored
-
Jordan Pellizzari authored
Clear client polling and nodes state on dismount
-
Filip Barl authored
Fix help panel fields max height
-
Paul Bellamy authored
Fluent Billing Emitter
-
Filip Barl authored
Hide 'Save canvas as SVG' button in Table View
-
Filip Barl authored
-
Filip Barl authored
Use yarn package manager
-
Paul Bellamy authored
-
Alfonso Acosta authored
endpoint/ebpf: implement stop
-
Michael Schubert authored
-
- 21 Mar, 2017 12 commits
-
-
jpellizzari authored
-
jpellizzari authored
-
Alfonso Acosta authored
Improve error reporting when invoking weave script
-
Alfonso Acosta authored
-
Michael Schubert authored
Since d60874ac `connectionTracker` can fallback when the `EbpfTracker` died. Hence we only have to stop the `tracer` in `stop()`. This commit is also a fixup for d60874ac where we do a gentle fallback but never actually stop the tracer to stop polling.
-
Alfonso Acosta authored
integration tests: list containers for debugging
-
Alfonso Acosta authored
-
Bryan Boreham authored
Remove LatestMap, to reduce memory allocation
-
Alfonso Acosta authored
Fallback to proc when ebpf timestamps are wrong
-
jpellizzari authored
-
Jordan Pellizzari authored
Changed --dry-run command to execute after OSX setup
-
jpellizzari authored
-
- 20 Mar, 2017 5 commits
-
-
Filip Barl authored
-
Bryan Boreham authored
Structs like StringLatestMap now use ps.Map directly, which saves a memory allocation for LatestEntry.Value to point to. The values in the ps.Map are now pointers, which saves a memory allocation indirecting a value type to an interface{}
-
Bryan Boreham authored
-
Jordan Pellizzari authored
Fix for inaccurate bidrectional edges on edge hover
-
Jordan Pellizzari authored
-
- 17 Mar, 2017 7 commits
-
-
Mike Lang authored
Revert "Merge pull request #2285 from weaveworks/mike/k8s-ns-in-container-view"
-
jpellizzari authored
-
Jordan Pellizzari authored
-
Michael Schubert authored
-
Alban Crequy authored
And when endpoints_have_ebpf() fails to find all endpoints with eBPF, print an example of endpoint.
-
Michael Schubert authored
.. and avoid nil pointer dereference. It can happen that `getWalkedProcPid` is called before the first `performWalk` finished.
-