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.
- 19 May, 2016 1 commit
-
-
Tom Wilkie authored
c407250 Thingdoer e9749a53 Make scheduler aware of test parallelisation git-subtree-dir: tools git-subtree-split: c40725021f65889dbaad38bd91a581452a6a2b6f
-
- 21 Apr, 2016 1 commit
-
-
Tom Wilkie authored
* Remove individually vendored k8s.io/kubernetes/pkg/<foo> * Vendor the whole of vendor/k8s.io/kubernetes/pkg * Add k8s pod log control * Tag pods with host id and include them in the host topology as children. * adding a basic test for kubernetes.Reporter.GetLogs
-
- 12 Apr, 2016 2 commits
-
-
Paul Bellamy authored
-
Tom Wilkie authored
Fix a few bugs in the consul pipe router: - Don't share a pointer - Write nil to pipe when closing a bridge connection to ensure the connection shutdown. - Ensure we shutdown bridge connections correctly
-
- 10 Mar, 2016 1 commit
-
-
Alfonso Acosta authored
-
- 22 Feb, 2016 1 commit
-
-
Tom Wilkie authored
-
- 17 Feb, 2016 1 commit
-
-
Paul Bellamy authored
-
- 16 Feb, 2016 2 commits
-
-
Alfonso Acosta authored
To workaround https://github.com/ugorji/go/issues/141
-
Alfonso Acosta authored
* New encoding format: * Msgpack reports between probe<->app (smaller representation, faster to encode/decode). * Still use JSON between app<->UI (try to avoid making javascript deal with mspack). The app still suports publishing reports in both gob and JSON, not braking backwards compatibility. * Use compile-time generated marshallers/unmarshallers for higher performance. In order to be able to skip code-generation for certain types, I included https://github.com/2opremio/go-1/tree/master/codec/codecgen instead of upstream until https://github.com/ugorji/go/pull/139 is merged. * Encode/decode intermediate types using github.com/ugorji/go/codec.Selfer for higher performance and reducing garbage collection (no temporary buffers).
-
- 06 Jan, 2016 1 commit
-
-
Tom Wilkie authored
-
- 04 Jan, 2016 1 commit
-
-
Tom Wilkie authored
-
- 17 Dec, 2015 1 commit
-
-
Tom Wilkie authored
-
- 16 Dec, 2015 1 commit
-
-
Tom Wilkie authored
-
- 10 Dec, 2015 1 commit
-
-
Simon Howe authored
- term.js - Add eslintignore - Fix color and es2015 after rebase - Fix JS test, probably deleted during conflict resolution - Moves terminal close button to top-right of window - Consitent w/ details window. - Changes padding of details window close button so both close buttons are horizonally aligned. - Terminal resizes w/ browser window. - No longer can drag window around. - Add tiny big of padding between term and node-details. - Playing w/ terminal placement. This one's more drawer-like. - Send DELETE when we close a terminal window. - Dont lint or bable JS vendor files - Ignore ctags 'tags' files. - Adds popping out terminal out into a new browser window. - Simplify code as now we've just a single terminal window. - ESC is back to close the terminal, then the details panel. - Fixes bug w/ slow response to closing the details panel. - Moving away from "drawer-style" for terminal size and position to a simple window. - Just gotta handle the case for refreshing a popped out terminal. - Stop terminal text being auto-deselected. - window resizes will still deselect. - Adds state.connected to react.scu check. - Don't delete pipe when browser closes - To allow for nicer refresh flows - scope-app will time out pipe after a while. - Keep terminal-open/closed state in the url. - shouldComponentUpdate fix to prevent deselection of text has been rolled back so gotta come up w/ another way to handle that... - Fixes terminal text-selection again. - Make pipes work for non-raw terminals too. - Move document.title updating somewhere more sensible. - Pass rawTty prop along to all terminals. - Don't render react root into doc.body - Reconnect the websocket if we lose it. - First, slightly rough, attempt at displaying if pipe has been deleted - Refactor controlPipe structure in the AppStore/hash. - Merge controlPipeId, controlPipeRaw, controlPipeStatus into a single object. - Adds a status bar to the terminal window. - Error handling in popout working again. - Don't show terminal cursor when not connected. - Simplify controlPipe status and error handling. - Don't keep the status in the hash. - Use special new action receiveControlPipeFromParams rather than adding lots of branching to receiveControlPipe. - You can reload a terminal but it doesn't exist in history stack. - Pull out terminal into its own entry point! - Fixes prod webpack build - Fixes terminal-app websocket path when running on prod. - Fixes old terminals appearing when closing a terminal. - History hacking wasn't working, this is a little simpler.
-
- 09 Dec, 2015 2 commits
-
-
Tom Wilkie authored
-
Tom Wilkie authored
-
- 07 Dec, 2015 2 commits
-
-
Tom Wilkie authored
-
Paul Bellamy authored
- Add non-containerised build for UI. - Update README for new build steps.
-
- 30 Nov, 2015 1 commit
-
-
Tom Wilkie authored
-
- 11 Nov, 2015 1 commit
-
-
David Kaltschmidt authored
-
- 09 Nov, 2015 1 commit
-
-
Paul Bellamy authored
Also adds test for probe 'engine'
-
- 26 Oct, 2015 1 commit
-
-
Tom Wilkie authored
git-subtree-dir: tools git-subtree-split: 58c9a390
-
- 20 Oct, 2015 1 commit
-
-
Paul Bellamy authored
-
- 29 Sep, 2015 1 commit
-
-
Peter Bourgon authored
- Restructure main funcs for clean defer-stack-unwinds - Fix Docker container to handle signals properly - Introduce runsvinit for container init process - Integration test
-
- 14 Sep, 2015 1 commit
-
-
Tom Wilkie authored
-
- 10 Sep, 2015 2 commits
-
-
Peter Bourgon authored
-
Peter Bourgon authored
-
- 26 Aug, 2015 1 commit
-
-
Tom Wilkie authored
Gather container IP addresses from Docker and Weave, and apply them to nodes in the container topology.
-
- 29 Jun, 2015 1 commit
-
-
Peter Bourgon authored
-
- 16 Jun, 2015 1 commit
-
-
Peter Bourgon authored
-
- 05 Jun, 2015 2 commits
-
-
Tom Wilkie authored
-
Tom Wilkie authored
-
- 02 Jun, 2015 1 commit
-
-
Tom Wilkie authored
-
- 22 May, 2015 1 commit
-
-
Peter Bourgon authored
-
- 20 May, 2015 1 commit
-
-
David Kaltschmidt authored
- Add Dockerfile for js build image - Wire up dockerized-ui build to the makefile. - Removed unused dev tools from package.json/gulp
-
- 19 May, 2015 5 commits
-
-
Tom Wilkie authored
-
Peter Bourgon authored
-
Tom Wilkie authored
-
Peter Bourgon authored
-
Peter Bourgon authored
-