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.
- 26 Jan, 2018 1 commit
-
-
Iago López Galeiras authored
This includes: * an eBPF object built with a newer kernel (4.14) * an increased threshold for guessing offsets, which is necessary for the eBPF tracer to work on Google's Container-Optimized OS (used by GKE)
-
- 23 Jan, 2018 5 commits
-
-
Roberto Bruggemann authored
Release 1.7.1
-
Matthias Radestock authored
Update install instructions to use weave namespace
-
Marcus Cobden authored
-
Roberto Bruggemann authored
-
Roberto Bruggemann authored
-
- 22 Jan, 2018 10 commits
-
-
Filip Barl authored
Remove default values from URL state hash
-
Filip Barl authored
-
Filip Barl authored
-
Filip Barl authored
Correctly handle Time Travel resuming in Monitor
-
Roland Schilter authored
* client: Fix uptime sort in table view Duration dataType for table columns is now sorted as numeric value. Default sorting is kept as ascending and text is left-aligned, unlike numbers. * Make non-second unit show up in tests
-
Roberto Bruggemann authored
Check if k8s resources are supported in `runReflectorUntil`
-
Filip Barl authored
-
Filip Barl authored
Change pausedAt format from moment() back to ISO string
-
Roberto Bruggemann authored
`isResourceSupported` checks whether a kubernetes resource is supported by the api server. This ensures that, if the probe is unable to communicate with the api server, the call is retried until a true/false response. If `isResourceSupported` returns false, `ListAndWatch` is not called and `runReflectorUntil` just exits.
-
Filip Barl authored
-
- 19 Jan, 2018 4 commits
-
-
Filip Barl authored
-
Roberto Bruggemann authored
logReadCloser: ensure EOF after `Close()`
-
Roberto Bruggemann authored
Adding the !EOF check to the loop condition ensures not reading from closed channels.
-
Roberto Bruggemann authored
This change makes the underlying reader set their corresponding `eof` slot to true on termination. This make the overall logReadCloser converge to EOF in case of errors of the underlying readers, therefore prevent spinning on read. `bufio.Reader.ReadBytes` may not return io.EOF when `Close()` closes the underlying reader. For instance, closing logReadCloser from the Scope App makes `bufio.Reader.ReadBytes` produce the following error: `http2: response body closed`.
-
- 17 Jan, 2018 5 commits
-
-
Roberto Bruggemann authored
Release 1.7.0
-
Filip Barl authored
Stop page router on App unmount
-
Filip Barl authored
-
Roberto Bruggemann authored
-
Roberto Bruggemann authored
-
- 16 Jan, 2018 1 commit
-
-
Roberto Bruggemann authored
Set a timeout to Terminal animation
-
- 15 Jan, 2018 2 commits
-
-
Roberto Bruggemann authored
If the animation has no effect, `onTransitionEnd`'s handler is not be called. Since `onTransitionEnd`'s handler controls whether the terminal is shown or not (by passing `connect=true` as a Terminal prop), set the `animated` variable to true after a timeout. Please see: * https://stackoverflow.com/questions/2087510/callback-on-css-transition/11354026#11354026 * https://github.com/scttnlsn/backbone.viewkit/issues/4 * https://forums.xamarin.com/discussion/58456/why-isnt-my-transitionlistener-getting-called
-
Roberto Bruggemann authored
Stop fetching ReplicaSets and ReplicationControllers
-
- 11 Jan, 2018 1 commit
-
-
Roberto Bruggemann authored
The function now only takes Deployments into account.
-
- 10 Jan, 2018 4 commits
-
-
Filip Barl authored
Bump ui-components to v0.4.18
-
Matthias Radestock authored
refactor: extract common code in endpoint mapping
-
Filip Barl authored
-
Matthias Radestock authored
-
- 09 Jan, 2018 1 commit
-
-
Roberto Bruggemann authored
Reading pod logs returns all container logs
-
- 08 Jan, 2018 3 commits
-
-
Roberto Bruggemann authored
'updateKubeFilters` returns early if there are no namespaces
-
Roberto Bruggemann authored
Replace them with sync.WaitGroup.
-
Roberto Bruggemann authored
This change makes sure an empty `APITopologyOptionGroup` struct is not created for namespaces, if there are no namespaces to report.
-
- 07 Jan, 2018 1 commit
-
-
Matthias Radestock authored
This isn't quite as neat as we'd want to make it, because two of the three call sites still require a closure, but it's still an improvement. Note that every instance of MapEndpoints only ever maps to one topology, which, furthermore, is a core report topology. Hence we can just parameterise MapEndpoints with that topology, and then the map functions can return just the node ids.
-
- 05 Jan, 2018 2 commits
-
-
bianca cheng costanzo authored
Simplifying backgrounds to match lightgray in service-ui and ui-compo…
-
Bianca Cheng Costanzo authored
-