summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/rugged_impl
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eeGitLab Bot2022-01-181-0/+3
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-4/+39
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+5
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-271-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-251-6/+16
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-0/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-271-1/+1
* Add Rugged calls to performance barStan Hu2019-07-235-8/+14
* Add Rugged calls and duration to API and Rails logsStan Hu2019-07-181-1/+12
* Wrap rugged calls with access disk blockjc-wrap-rugged-calls-with-disk-accessJohn Cai2019-07-165-6/+12
* Use Rugged if we detect storage is NFS and we can access the diskjc-detect-nfs-for-ruggedJohn Cai2019-07-055-6/+27
* API: Fix recursive flag not working with Rugged get_tree_entries flagStan Hu2019-05-201-0/+2
* Bring back Rugged implementation of ListCommitsByOidStan Hu2019-04-172-1/+21
* Avoid excessive recursive calls with Rugged TreeEntriessh-fix-rugged-tree-entriesStan Hu2019-03-311-8/+12
* Add back Rugged support for retrieving a commit tree entryStan Hu2019-03-082-1/+25
* Merge branch 'sh-rugged-get-tree-entry' into 'master'Sean McGivern2019-03-071-0/+106
|\
| * Fix return nil Rubocop offensesStan Hu2019-03-071-3/+3
| * Bring back Rugged implementation of TreeEntryStan Hu2019-03-071-0/+106
* | Remove unnecessary return statements in tree.rbStan Hu2019-03-071-2/+2
|/
* Remove old code in TreeHelper#flatten_treeStan Hu2019-03-071-3/+5
* Bring back Rugged implementation of GetTreeEntriesStan Hu2019-03-072-0/+108
* Bring back Rugged implementation of CommitIsAncestorStan Hu2019-03-041-1/+26
* Bring back Rugged implementation of find_commitStan Hu2019-03-013-0/+133