summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/repository.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch '24704-download-repository-path' into 'master'"revert-24704-download-repository-pathPatrick Bajao2019-04-111-4/+3
* Download a folder from repositoryPatrick Bajao2019-04-021-3/+4
* Backport Gitaly dynamic timeouts from EEYorick Peterse2019-03-121-2/+2
* Merge branch 'sh-rugged-commit-is-ancestor' into 'master'Douwe Maan2019-03-071-1/+1
|\
| * Bring back Rugged implementation of CommitIsAncestorStan Hu2019-03-041-1/+1
* | Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
* | Accept force option on commit via APIPatrick Bajao2019-03-061-2/+5
|/
* Bring back Rugged implementation of find_commitStan Hu2019-03-011-0/+1
* Support merge to ref for merge-commit and squashOswaldo Ferreira2019-02-251-0/+6
* Add client support for count diverging commitsJohn Cai2019-02-061-0/+7
* Rename gl_project_name -> gl_project_pathsh-log-project-name-with-gitalyStan Hu2019-02-051-4/+4
* Send project name with Gitaly repository requestsStan Hu2019-02-051-3/+4
* Validate bundle files before unpacking themNick Thomas2019-01-101-0/+5
* Allow public forks to be deduplicatedZeger-Jan van de Weg2018-12-071-0/+7
* Don't specify `shell` for Gitaly write-refBob Van Landuyt2018-11-261-2/+2
* Treat Repository instances with the same disk path as the same hash keydm-batch-loader-keyDouwe Maan2018-11-261-1/+7
* Merge branch 'revert-fd6e3781' into 'master'Sean McGivern2018-11-221-6/+0
|\
| * Revert "Merge branch 'revert-e2aa2177' into 'master'"Zeger-Jan van de Weg2018-11-201-6/+0
* | Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
|/
* Revert "Merge branch 'zj-improve-gitaly-pb' into 'master'"revert-e2aa2177Sean McGivern2018-11-201-0/+6
* Show what RPC is called in the performance barZeger-Jan van de Weg2018-11-161-6/+0
* Merge branch 'frozen-string-lib-gitlab-even-more' into 'master'Stan Hu2018-11-151-0/+2
|\
| * Enable even more frozen string in lib/gitlabrepo-forks/gitlab-ce-frozen-string-lib-gitlab-even-moregfyoung2018-11-131-0/+2
* | Avoid Gitaly RPC errors when fetching diff statsosw-fallback-on-blank-refsOswaldo Ferreira2018-11-141-1/+9
|/
* Add submodule update API endpointFrancisco Javier López2018-11-071-0/+14
* Stop Repository#fetch_remote from using Gitlab::ShellNick Thomas2018-11-061-0/+20
* Move Repository#wrapped_gitaly_errors into concernBob Van Landuyt2018-10-301-17/+4
* Allow getting the merge base of multiple revisionsBob Van Landuyt2018-10-121-2/+2
* Remove Git circuit breakerZeger-Jan van de Weg2018-10-101-4/+0
* Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez2018-10-021-39/+0
* Removes N+1 gitaly rpc call to fetch the last commit for pathTiago Botelho2018-10-011-0/+6
* Use standalone diff stats RPC on every comparison viewOswaldo Ferreira2018-09-191-1/+1
* Merge branch '51564-fix-commit-email-usage' into 'master'Douwe Maan2018-09-181-4/+0
|\
| * Remove Gitlab::Git::Repository#user_to_committerNick Thomas2018-09-171-4/+0
* | Merge branch 'osw-gitaly-diff-stats-client' into 'master'Douwe Maan2018-09-171-0/+10
|\ \ | |/ |/|
| * Add Gitaly diff stats RPC clientOswaldo Ferreira2018-09-171-0/+10
* | Remove Rugged and shell code from Gitlab::GitAlejandro Rodríguez2018-09-121-207/+2
|/
* Add Gitlab::Git::Repository#find_remote_root_refDouglas Barbosa Alexandre2018-09-061-0/+8
* Remove feature flags for UserUpdateBranchZeger-Jan van de Weg2018-08-161-8/+2
* Remove feature gate for ListNewCommitsZeger-Jan van de Weg2018-08-141-11/+2
* Backport of gitlab-org/gitlab-ee!6848Rubén Dávila2018-08-081-1/+1
* Backport some changes from gitlab-org/gitlab-ee!6767Rubén Dávila2018-08-071-0/+11
* Refactor gitlab:import:repos task to remove direct disk accessAlejandro Rodríguez2018-07-311-13/+0
* More Gitaly cleanup: fetch_ref, allow disk access blocksJacob Vosmaer (GitLab)2018-07-271-24/+6
* Make repository cleanup mandatoryZeger-Jan van de Weg2018-07-241-4/+2
* Annotate Gitlab::Git::Repository#fetch_refJacob Vosmaer (GitLab)2018-07-241-0/+4
* Remove unused rugged code that is currently on GitalyAlejandro Rodríguez2018-07-201-8/+0
* Merge branch 'zj-gitaly-migrate-old-migrations' into 'master'Sean McGivern2018-07-201-1/+0
|\
| * MigrateProcessCommitWorkerJobs to use GitalyZeger-Jan van de Weg2018-07-191-1/+0
* | Migrate add_remote, remove_remote, fetch_internal_remote to gitalyAlejandro Rodríguez2018-07-191-57/+6
|/