1. 10.04.2019 1 коммит
  2. 02.04.2019 1 коммит
    • Patrick Bajao's avatar
      Download a folder from repository
      · 6766a0a1
      Patrick Bajao создал
      Add `GetArchiveRequest` to git-archive params.
      
      Modifies `Git::Repository#archive_metadata` to append `path`
      to `ArchivePrefix` so it'll not hit the cache of repository archive
      when it already exists.
      6766a0a1
  3. 12.03.2019 1 коммит
  4. 06.03.2019 2 коммита
    • Andrew Newdigate's avatar
      Adds the Rubocop ReturnNil cop
      · 3288e1a8
      Andrew Newdigate создал
      This style change enforces `return if ...` instead of
      `return nil if ...` to save maintainers a few minor review points
      3288e1a8
    • Patrick Bajao's avatar
      Accept force option on commit via API
      · de5aef3b
      Patrick Bajao создал
      When `force` is set to `true` and `start_branch` is set, the
      branch will be ovewritten with the new commit based on the
      `HEAD` of the `start_branch`.
      
      This commit includes changes to update the `gitaly-proto` gem.
      de5aef3b
  5. 04.03.2019 1 коммит
  6. 01.03.2019 1 коммит
  7. 25.02.2019 1 коммит
    • Oswaldo Ferreira's avatar
      Support merge to ref for merge-commit and squash
      · 1ad69967
      Oswaldo Ferreira создал
      Adds the ground work for writing into
      the merge ref refs/merge-requests/:iid/merge the
      merge result between source and target branches of
      a MR, without further side-effects such as
      mailing, MR updates and target branch changes.
      1ad69967
  8. 07.02.2019 1 коммит
  9. 06.02.2019 2 коммита
  10. 11.01.2019 1 коммит
  11. 07.12.2018 1 коммит
    • Zeger-Jan van de Weg's avatar
      Allow public forks to be deduplicated
      · 896c0bdb
      Zeger-Jan van de Weg создал
      When a project is forked, the new repository used to be a deep copy of everything
      stored on disk by leveraging `git clone`. This works well, and makes isolation
      between repository easy. However, the clone is at the start 100% the same as the
      origin repository. And in the case of the objects in the object directory, this
      is almost always going to be a lot of duplication.
      
      Object Pools are a way to create a third repository that essentially only exists
      for its 'objects' subdirectory. This third repository's object directory will be
      set as alternate location for objects. This means that in the case an object is
      missing in the local repository, git will look in another location. This other
      location is the object pool repository.
      
      When Git performs garbage collection, it's smart enough to check the
      alternate location. When objects are duplicated, it will allow git to
      throw one copy away. This copy is on the local repository, where to pool
      remains as is.
      
      These pools have a...
      896c0bdb
  12. 26.11.2018 2 коммита
  13. 21.11.2018 1 коммит
  14. 20.11.2018 2 коммита
  15. 16.11.2018 1 коммит
  16. 14.11.2018 1 коммит
  17. 13.11.2018 1 коммит
    • gfyoung's avatar
      Enable even more frozen string in lib/gitlab
      · ebf98f27
      gfyoung создал
      Enables frozen string for the following:
      
      * lib/gitlab/fogbugz_import/**/*.rb
      * lib/gitlab/gfm/**/*.rb
      * lib/gitlab/git/**/*.rb
      * lib/gitlab/gitaly_client/**/*.rb
      * lib/gitlab/gitlab_import/**/*.rb
      * lib/gitlab/google_code_import/**/*.rb
      * lib/gitlab/gpg/**/*.rb
      * lib/gitlab/grape_logging/**/*.rb
      * lib/gitlab/graphql/**/*.rb
      * lib/gitlab/graphs/**/*.rb
      * lib/gitlab/hashed_storage/**/*.rb
      * lib/gitlab/health_checks/**/*.rb
      
      Partially address gitlab-org/gitlab-ce#47424.
      ebf98f27
  18. 07.11.2018 1 коммит
    • Francisco Javier López's avatar
      Add submodule update API endpoint
      · 28cbb2ac
      Francisco Javier López создал
      This new endpoint allow users to update a submodule's reference.
      
      The MR involves adding a new operation RPC operation in gitaly-proto
      (see gitlab-org/gitaly-proto!233) and change Gitaly to use this
      new version (see gitlab-org/gitaly!936).
      
      See gitlab-org/gitlab-ce!20949
      28cbb2ac
  19. 06.11.2018 1 коммит
  20. 30.10.2018 1 коммит
  21. 12.10.2018 1 коммит
  22. 10.10.2018 1 коммит
    • Zeger-Jan van de Weg's avatar
      Remove Git circuit breaker
      · 30b4ce94
      Zeger-Jan van de Weg создал
      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.
      30b4ce94
  23. 02.10.2018 1 коммит
    • Alejandro Rodríguez's avatar
      Remove Gitlab::Git::Repository#rugged and Gollum code
      · a99bf447
      Alejandro Rodríguez создал
      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
  24. 01.10.2018 1 коммит
  25. 19.09.2018 1 коммит
  26. 17.09.2018 2 коммита
  27. 12.09.2018 1 коммит
  28. 06.09.2018 1 коммит
  29. 16.08.2018 1 коммит
  30. 14.08.2018 1 коммит
  31. 09.08.2018 1 коммит
  32. 07.08.2018 1 коммит
  33. 31.07.2018 1 коммит
  34. 27.07.2018 1 коммит
  35. 24.07.2018 1 коммит