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.
- 02 Feb, 2018 2 commits
-
-
Roberto Bruggemann authored
-
Roberto Bruggemann authored
-
- 31 Jan, 2018 1 commit
-
-
Roberto Bruggemann authored
Moving `deletePipe()` in `componentWillUnmount()` ensures the pipe is deleted when: 1. the terminal is closed 2. the terminal is closed when closing the pod panel The pipe still does not get deleted when popping out the terminal.
-
- 30 Jan, 2018 3 commits
-
-
Roberto Bruggemann authored
Fetch cronjobs from 'batch/v1beta1'
-
Roberto Bruggemann authored
This applies if kubernetes' version is >= 1.8. Otherwise fetch cronjobs from 'batch/v2alpha1'.
-
Roberto Bruggemann authored
Upgraded from 99c19923, branch release-3.0. This required fetching or upgrading the following: * k8s.io/api to kubernetes-1.9.1 * k8s.io/apimachinery to kubernetes-1.9.1 * github.com/juju/ratelimit to 1.0.1 * github.com/spf13/pflag to 4c012f6d Also, update Scope's imports/function calls to be compatible with the new client.
-
- 29 Jan, 2018 1 commit
-
-
Matthias Radestock authored
vendor: bump tcptracer-bpf Fixes #2796
-
- 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
-