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.
  1. 19 May, 2016 1 commit
  2. 21 Apr, 2016 1 commit
    • Tom Wilkie's avatar
      Add k8s pod log control (#1298) · 99204e1f
      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
      99204e1f
  3. 12 Apr, 2016 2 commits
  4. 10 Mar, 2016 1 commit
  5. 22 Feb, 2016 1 commit
  6. 17 Feb, 2016 1 commit
  7. 16 Feb, 2016 2 commits
  8. 06 Jan, 2016 1 commit
  9. 04 Jan, 2016 1 commit
  10. 17 Dec, 2015 1 commit
  11. 16 Dec, 2015 1 commit
  12. 10 Dec, 2015 1 commit
    • Simon Howe's avatar
      Terminal UI for pipes · 3b2af2ae
      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.
      3b2af2ae
  13. 09 Dec, 2015 2 commits
  14. 07 Dec, 2015 2 commits
  15. 30 Nov, 2015 1 commit
  16. 11 Nov, 2015 1 commit
  17. 09 Nov, 2015 1 commit
  18. 26 Oct, 2015 1 commit
  19. 20 Oct, 2015 1 commit
  20. 29 Sep, 2015 1 commit
    • Peter Bourgon's avatar
      probe, app: reliable shutdown · 36b743fe
      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
      36b743fe
  21. 14 Sep, 2015 1 commit
  22. 10 Sep, 2015 2 commits
  23. 26 Aug, 2015 1 commit
  24. 29 Jun, 2015 1 commit
  25. 16 Jun, 2015 1 commit
  26. 05 Jun, 2015 2 commits
  27. 02 Jun, 2015 1 commit
  28. 22 May, 2015 1 commit
  29. 20 May, 2015 1 commit
    • David Kaltschmidt's avatar
      Automated UI building · 4ca869d8
      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
      4ca869d8
  30. 19 May, 2015 5 commits