Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
    • Eugenia Grieff's avatar
      Add service to transfer group milestones · 7a3234c6
      Eugenia Grieff authored
      - Add new service that transfers milestones
      from a group to a project
      - Include new service in Projects transfer service
      - Include FromUnion module in Milestone model
      to use in transfer service
      - Add specs for new milestones service
      - Add specs for transferring milestones in
      project transfer service
      7a3234c6
  2. May 17, 2019
  3. Apr 11, 2019
  4. Mar 20, 2019
  5. Feb 06, 2019
  6. Dec 21, 2018
  7. Dec 04, 2018
    • Thong Kuah's avatar
      Rename to CreateOrUpdateServiceAccountService · ba2d8a3f
      Thong Kuah authored
      This reflects how we now create or update
      ba2d8a3f
    • Thong Kuah's avatar
      Create k8s namespace for project in group clusters · d54791e0
      Thong Kuah authored
      AFAIK the only relevant place is Projects::CreateService, this gets
      called when user creates a new project, forks a new project and does
      those things via the api.
      
      Also create k8s namespace for new group hierarchy
      when transferring project between groups
      
      Uses new Refresh service to create k8s namespaces
      
      - Ensure we use Cluster#cluster_project
      
      If a project has multiple clusters (EE), using Project#cluster_project
      is not guaranteed to return the cluster_project for this cluster. So
      switch to using Cluster#cluster_project - at this stage a cluster can
      only have 1 cluster_project.
      
      Also, remove rescue so that sidekiq can retry
      d54791e0
  8. Nov 01, 2018
  9. Oct 02, 2018
    • Alejandro Rodríguez's avatar
      Remove Gitlab::Git::Repository#rugged and Gollum code · a99bf447
      Alejandro Rodríguez authored
      Cleanup code, and refactor tests that still use Rugged. After this, there should
      be no Rugged code that access the instance's repositories on non-test
      environments. There is still some rugged code for other tasks like the
      repository import task, but since it doesn't access any repository storage path
      it can stay.
      a99bf447
  10. Aug 30, 2018
  11. Aug 29, 2018
  12. Jul 25, 2018
  13. Jul 11, 2018
  14. Jun 05, 2018
  15. Apr 25, 2018
  16. Apr 06, 2018
  17. Mar 21, 2018
  18. Mar 14, 2018
    • Zeger-Jan van de Weg's avatar
      Change Gitlab::Shell#add_namespace to #create_namespace · 77f0906e
      Zeger-Jan van de Weg authored
      Prior to this change, this method was called add_namespace, which broke
      the CRUD convention and made it harder to grep for what I was looking
      for. Given the change was a find and replace kind of fix, this was
      changed without opening an issue and on another feature branch.
      
      If more dynamic calls are made to add_namespace, these could've been
      missed which might lead to incorrect bahaviour. However, going through
      the commit log it seems thats not the case.
      Unverified
      77f0906e
  19. Feb 07, 2018
  20. Jan 11, 2018
  21. Jan 05, 2018
  22. Jan 03, 2018
  23. Nov 17, 2017
  24. Sep 29, 2017
  25. Aug 25, 2017
  26. Aug 01, 2017
  27. Jul 31, 2017
  28. Jul 27, 2017
  29. Jun 29, 2017
  30. Jun 21, 2017
  31. Jun 20, 2017
  32. Jun 14, 2017
  33. May 22, 2017
  34. Apr 03, 2017
  35. Mar 28, 2017
  36. Mar 24, 2017
Loading