Skip to content
Snippets Groups Projects
  1. Apr 28, 2022
  2. Apr 25, 2022
  3. Apr 22, 2022
  4. Apr 13, 2022
  5. Apr 01, 2022
  6. Mar 07, 2022
  7. Feb 16, 2022
  8. Feb 15, 2022
  9. Jan 21, 2022
    • Jeremy Jackson's avatar
      Add improved readme content for all new projects · e9241478
      Jeremy Jackson authored and Igor Drozdov's avatar Igor Drozdov committed
      This also introduces a new way to configure the readme template on new
      project creation which can be used by other services like the
      `Projects::CreateService`. It utilizes ERB for customizing the contents
      of the readme templates.
      
      Changelog: added
      e9241478
  10. Jan 20, 2022
  11. Nov 04, 2021
    • charlie ablett's avatar
      Rename confusing method for clarity · 3d69a322
      charlie ablett authored
      There's a method called `project_namespace` that has nothing
      to do with the model nor relationship that we've introduced.
      Renaming it to `project_parent` for clarity
      3d69a322
  12. Nov 03, 2021
  13. Oct 07, 2021
  14. Sep 06, 2021
  15. Aug 31, 2021
  16. Aug 09, 2021
  17. Aug 05, 2021
  18. Jul 28, 2021
    • Patrick Steinhardt's avatar
      Rename functions to set repository's full path · b0e2977c
      Patrick Steinhardt authored
      In order to make it easy for an admin to see which project a given
      repository belongs to with hashed storages, we always write the
      project path (e.g. "gitlab-com/gitlab") into the repo's gitconfig. This
      is done via `#write_repository_config()` and `#write_config()`, both of
      which only support writing this specific config entry.
      
      Rename both functions to make it clear that they only support writing
      the path. Direct access to the gitconfig is going away soon anyway, so
      these functions can never be extended to write additional config
      entries.
      b0e2977c
  19. Jul 21, 2021
    • Oghenerukevwe Kofi's avatar
      Remove service templates · 359813b6
      Oghenerukevwe Kofi authored
      Technical debt maintenance: Removes most of the code for the deprecated
      `service templates` feature. The code for the `PropagateServiceTemplateWorker`
      and its tests are untouched.
      
      Changelog: other
      359813b6
  20. Jul 01, 2021
  21. Jun 23, 2021
  22. Jun 21, 2021
  23. Jun 18, 2021
  24. Jun 10, 2021
  25. Jun 09, 2021
  26. Jun 08, 2021
  27. May 11, 2021
  28. May 03, 2021
    • Igor Drozdov's avatar
      Rename default_branch_or_master to default_branch_or_main · 4c9cae31
      Igor Drozdov authored
      Let's rename the method and return `main` when default branch
      is not set.
      
      In most cases it shouldn't change the product behavior, but
      in the cases when a project is empty `main` will be created
      by default instead of `master` if for some action a branch
      is required.
      4c9cae31
  29. Apr 26, 2021
  30. Apr 19, 2021
  31. Apr 06, 2021
  32. Feb 18, 2021
Loading