Skip to content
Snippets Groups Projects
  1. Mar 13, 2017
  2. Mar 10, 2017
  3. Mar 06, 2017
  4. Mar 02, 2017
  5. Mar 01, 2017
  6. Dec 08, 2016
    • Nick Thomas's avatar
      Handle environments/:id/terminal.ws · fe16eae3
      Nick Thomas authored
      A GitLab environment may expose a terminal connection for out-of-band access.
      Workhorse is responsible for providing a websocket connection to the terminal
      if present.
      
      It authenticates the user and retrieves connection details from GitLab using
      the environments/:id/terminal.ws/authorize endpoint, and sets up a proxy to
      the terminal provider, converting from the remote's subprotocol to a common
      format.
      
      Authentication is periodically re-done, and the connection will be broken if
      it fails, or if the connection details change in any way.
      fe16eae3
  7. Nov 02, 2016
  8. Oct 04, 2016
  9. Sep 12, 2016
  10. Sep 09, 2016
  11. Aug 29, 2016
  12. Aug 25, 2016
  13. Jun 27, 2016
  14. Jun 15, 2016
  15. Apr 29, 2016
  16. Feb 18, 2016
  17. Feb 01, 2016
  18. Jan 13, 2016
  19. Jan 08, 2016
  20. Jan 06, 2016
  21. Dec 17, 2015
  22. Dec 16, 2015
  23. Oct 26, 2015
  24. Oct 17, 2015
  25. Oct 04, 2015
    • Jacob Vosmaer's avatar
      Get repo path from auth backend · ae9a94ea
      Jacob Vosmaer authored
      This is a breaking API change. Instead of parsing repo path from the request
      in gitlab-git-http-server, we now expect the auth backend to tell us the full
      path to the repository. This change is needed to handle API download requests.
      ae9a94ea
  26. Sep 07, 2015
  27. Aug 23, 2015
  28. Aug 01, 2015
  29. Jul 29, 2015
  30. Jul 28, 2015
  31. Jul 27, 2015
Loading