Skip to content
Snippets Groups Projects
  1. Apr 11, 2019
  2. Apr 05, 2019
  3. Apr 02, 2019
    • Patrick Bajao's avatar
      Download a folder from repository · 6766a0a1
      Patrick Bajao authored
      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
  4. Mar 19, 2019
    • Stan Hu's avatar
      Bump Rugged to 0.28.0 · 30caec32
      Stan Hu authored
      This version bump makes things consistent between Gitaly and
      fixes a significant number of bugs:
      https://github.com/libgit2/libgit2/releases
      
      This also decreases disk space of Omnibus builds by ~30 MB.
      
      There is also a workaround for
      https://github.com/libgit2/rugged/issues/785. If Gitaly or another
      process changes .gitconfig while Rugged has the file loaded,
      Rugged::Repository#each_key will report stale values unless a lookup is
      done first.
      
      This bug only manifests in a spec because we are using both Gitaly and
      Rugged at the same time there, and we normally don't use Rugged in the
      CE/EE code in this way.
      30caec32
  5. Mar 01, 2019
    • John Cai's avatar
      Removing old code path for search_files_by_content · 87adc799
      John Cai authored
      In 11.8, we added a fix for the SearchFilesByContent RPC in gitaly to
      send back the response in chunks. However, we kept in the old code path
      for backwards compatibility. Now that the change is fully deployed, we
      can remove that old codepath.
      87adc799
  6. Feb 27, 2019
  7. Feb 25, 2019
    • Oswaldo Ferreir's avatar
      Support merge to ref for merge-commit and squash · 1ad69967
      Oswaldo Ferreir authored
      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. Feb 11, 2019
  9. Feb 07, 2019
  10. Feb 06, 2019
  11. Jan 10, 2019
  12. Nov 26, 2018
  13. Nov 14, 2018
  14. Nov 06, 2018
  15. Oct 30, 2018
  16. 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
  17. Sep 19, 2018
  18. Sep 17, 2018
  19. Sep 13, 2018
  20. Sep 12, 2018
  21. Sep 07, 2018
  22. Sep 06, 2018
  23. Aug 18, 2018
  24. Jul 31, 2018
  25. Jul 19, 2018
  26. Jul 18, 2018
  27. Jul 16, 2018
  28. Jul 12, 2018
  29. Jul 09, 2018
  30. Jul 06, 2018
  31. Jul 03, 2018
  32. Jun 28, 2018
  33. Jun 25, 2018
  34. Jun 21, 2018
Loading