Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Feb 21, 2020
  3. Feb 15, 2020
  4. Feb 14, 2020
  5. Feb 13, 2020
  6. Dec 10, 2019
  7. Nov 01, 2019
  8. Oct 18, 2019
  9. Oct 14, 2019
  10. Oct 03, 2019
  11. Sep 13, 2019
  12. Sep 05, 2019
  13. Jul 02, 2019
  14. Jun 12, 2019
  15. Jun 06, 2019
    • Krasimir Angelov's avatar
      Add project level git depth setting · ad9ae16d
      Krasimir Angelov authored and Fabio Pitino's avatar Fabio Pitino committed
      Introduce default_git_depth in project's CI/CD settings and set it to
      50. Use it if there is no GIT_DEPTH variable specified. Apply this
      default only to newly created projects and keep it nil for old ones
      in order to not break pipelines that rely on non-shallow clones.
      
      default_git_depth can be updated from CI/CD Settings in the UI, must be
      either nil or integer between 0 and 1000 (incl).
      
      Inherit default_git_depth from the origin project when forking projects.
      
      MR pipelines are run on a MR ref (refs/merge-requests/:iid/merge) and it
      contains unique commit (i.e. merge commit) which doesn't exist in the
      other branch/tags refs. We need to add it cause otherwise it may break
      pipelines for old projects that have already enabled Pipelines for merge
      results and have git depth 0.
      
      Document new default_git_depth project CI/CD setting
      ad9ae16d
  16. May 07, 2019
  17. Apr 26, 2019
  18. Apr 24, 2019
  19. Mar 27, 2019
  20. Mar 08, 2019
  21. Mar 01, 2019
    • Reuben Pereira's avatar
      Refactor model and spec · 43e713eb
      Reuben Pereira authored
      - Move some specs into contexts
      - Let get_slugs method take a parameter and return a specific slug.
      - Add rescues when using Addressable::URI.
      43e713eb
  22. Jan 31, 2019
  23. Jan 15, 2019
  24. Jan 07, 2019
  25. Jan 06, 2019
  26. Dec 15, 2018
  27. Dec 06, 2018
  28. Oct 30, 2018
  29. Oct 05, 2018
  30. 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
  31. Sep 26, 2018
    • gfyoung's avatar
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung authored
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  32. Sep 11, 2018
  33. Sep 03, 2018
  34. Jul 04, 2018
  35. Jun 26, 2018
  36. Jun 06, 2018
  37. May 17, 2018
  38. May 16, 2018
  39. May 07, 2018
Loading