Skip to content
Snippets Groups Projects
  1. Feb 25, 2020
  2. Feb 18, 2020
  3. Feb 10, 2020
  4. Jan 14, 2020
  5. Jan 13, 2020
  6. Jan 08, 2020
  7. Dec 20, 2019
  8. Oct 10, 2019
  9. Oct 07, 2019
  10. Sep 26, 2019
  11. Sep 16, 2019
  12. Jul 18, 2019
    • Qingyu Zhao's avatar
      Add profile mode to extend request profiling · 10e51ac5
      Qingyu Zhao authored
      Extend the support for "X-Profile-Token: <token>" to have an additional
      header that defines type of profile we are looking for, like:
        X-Profile-Mode: execution
        X-Profile-Mode: memory
      10e51ac5
  13. Jun 19, 2019
  14. May 29, 2019
  15. May 16, 2019
    • vshushlin's avatar
      Add Let's Encrypt client · 3c33724e
      vshushlin authored and Nick Thomas's avatar Nick Thomas committed
      Part of adding Let's Encrypt certificates for pages domains
      
      Add acme-client gem
      
      Client is being initialized by private key stored in secrets.yml
      Let's Encrypt account is being created lazily.
      If it's already created, Acme::Client just gets account_kid by
      calling new_account method
      
      Make Let's Encrypt client an instance
      Wrap order and challenge classes
      3c33724e
  16. May 06, 2019
  17. Feb 27, 2019
  18. Oct 26, 2018
  19. Oct 10, 2018
    • Zeger-Jan van de Weg's avatar
      Remove Git circuit breaker · 30b4ce94
      Zeger-Jan van de Weg authored
      Was introduced in the time that GitLab still used NFS, which is not
      required anymore in most cases. By removing this, the API it calls will
      return empty responses. This interface has to be removed in the next
      major release, expected to be 12.0.
      Unverified
      30b4ce94
  20. Oct 04, 2018
    • Tomasz Maczukin's avatar
      Simplify runner registration token resetting · 42af2295
      Tomasz Maczukin authored
      This icommit adds several changes related to the same topic
      - resetting a Runner registration token:
      
      1. On Project settings page it adds a button for resetting the
         registration token and it removes the Runner token field
         that was confusing all GitLab users.
      
      2. On Group settings page it adds the same button for resetting
         the registration token.
      
      3. On Admin Runners settings page it moves the button to the same
         place as in Project and Group settings and it changes slightly
         the page layout to make it more similar to Group and Project
         setting pages.
      
      4. It refactorizes a little the partial that prints runner
         registration description. Thanks to this Project, Group
         and Admin settings of the Runner are re-using the same
         code to generate the button.
      
      5. Updates the translations of changed text.
      Unverified
      42af2295
  21. Sep 05, 2018
  22. Sep 04, 2018
  23. Aug 28, 2018
  24. Aug 24, 2018
  25. Jul 27, 2018
  26. Jul 26, 2018
  27. Jul 23, 2018
  28. Jun 05, 2018
  29. Jan 31, 2018
    • Takuya Noguchi's avatar
      Enable RuboCop Style/RegexpLiteral · 2b6307f6
      Takuya Noguchi authored
      2b6307f6
    • Zeger-Jan van de Weg's avatar
      Gitaly Server info for admin panel · 94a3dbca
      Zeger-Jan van de Weg authored
      Implements the client side for gitlab-org/gitaly#819. Which is a server
      info command. This checks the server version and git binairy version on
      the server.
      
      A small UI was added for administrators, so they can check the status of
      the Gitaly server. This is done for each storage the monolith knows.
      
      Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That
      MR removed the Git version too, but didn't replace it with anything.
      Unverified
      94a3dbca
  30. Dec 04, 2017
  31. Aug 04, 2017
  32. Jun 02, 2017
  33. Jun 01, 2017
  34. May 25, 2017
    • Alexander Randa's avatar
      Implement web hooks logging · 330789c2
      Alexander Randa authored
      * implemented logging of project and system web hooks
      * implemented UI for user area (project hooks)
      * implemented UI for admin area (system hooks)
      * implemented retry of logged webhook
      * NOT imeplemented log remover
      330789c2
  35. May 24, 2017
  36. May 17, 2017
Loading