summaryrefslogtreecommitdiff
path: root/lib/gitlab/git
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gitaly-fsck-mandatory' into 'master'Douwe Maan2018-03-081-16/+2
|\
| * Make 'git fsck' mandatorygitaly-fsck-mandatoryKim "BKC" Carlbäcker2018-03-081-16/+2
* | Remove duplicate method definitionsJacob Vosmaer2018-03-081-18/+0
|/
* Merge branch 'fix/reduce-number-of-find-commit-for-log-tree' into 'master'Robert Speicher2018-03-071-4/+4
|\
| * Reduce number of FindCommit calls from RefsController#logs_treefix/reduce-number-of-find-commit-for-log-treeAhmad Sherif2018-03-061-4/+4
* | Move OperationService#UserRemoveBranchZeger-Jan van de Weg2018-03-071-1/+1
* | Move OperationService#UserCreateBranchZeger-Jan van de Weg2018-03-071-1/+1
* | Move CommitService#Languages to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
* | Move RefService#CreateBranch to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
* | Move RefService#DeleteBranch to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
* | Move OperationService#UserRevert to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
* | Move OperationService#UserAddTag to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
* | Move CommitService::CommitPatch to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
* | Move Repository#HasLocalBranches to OPT_OUTZeger-Jan van de Weg2018-03-071-1/+1
* | Merge branch 'sh-make-prune-optional-in-git-fetch' into 'master'43962-add-wip-to-merge-requests-titles-by-default43958-include-adding-a-specific-runner-to-another-project-from-the-admin-area-to-docsNick Thomas2018-03-071-2/+3
|\ \ | |/ |/|
| * Make --prune a configurable parameter in fetching a git remotesh-make-prune-optional-in-git-fetchStan Hu2018-03-061-2/+3
* | Merge branch '40187-project-branch-dashboard-with-active-stale-branches' into...Rémy Coutable2018-03-061-0/+14
|\ \ | |/ |/|
| * Add overview of branches and a filter for active/stale branchesTakuya Noguchi2018-03-061-0/+14
* | Merge branch 'gitaly-lfs-changes' into 'master'Douwe Maan2018-03-051-3/+23
|\ \
| * | Incorporate Gitaly's RPCs for Gitlab::Git::LfsChangesgitaly-lfs-changesAlejandro Rodríguez2018-03-021-3/+23
* | | Merge branch 'feature/add-support-for-all-option-in-count-find-commits' into ...Douwe Maan2018-03-051-4/+2
|\ \ \
| * | | Add support for :all option to {count,find}_commitsfeature/add-support-for-all-option-in-count-find-commitsAhmad Sherif2018-03-021-4/+2
| |/ /
* | | Fix n+1 issue by not reloading fully loaded blobsAlejandro Rodríguez2018-03-051-5/+9
|/ /
* | Merge branch 'feature/fetch-commit-signs-from-gitaly-in-batch' into 'master'Sean McGivern2018-03-021-0/+39
|\ \
| * | Fetch commit signatures from Gitaly in batchesfeature/fetch-commit-signs-from-gitaly-in-batchAhmad Sherif2018-03-011-0/+39
* | | Merge branch 'zj-licensee-key' into 'master'43548-update-language-about-usage-ping-in-admin-settings-and-docsSean McGivern2018-03-011-0/+15
|\ \ \
| * | | Client implementation for Licensee#keyZeger-Jan van de Weg2018-03-011-0/+15
| |/ /
* | | Merge branch '42434-allow-commits-endpoint-to-work-over-all-commits' into 'ma...Douwe Maan2018-03-011-12/+32
|\ \ \ | |/ / |/| |
| * | Add specs42434-allow-commits-endpoint-to-work-over-all-commitsTiago Botelho2018-03-011-10/+15
| * | API method /projects/:id/repository/commits now works over every commitTiago Botelho2018-02-231-9/+24
* | | Re-enable the remaning Wiki Gitaly-EndpointsKim Carlbäcker2018-02-281-3/+2
| |/ |/|
* | Merge branch 'feature/migrate-recursive-tree-entries-fetching' into 'master'Robert Speicher2018-02-261-4/+19
|\ \
| * | Migrate recursive tree entries fetching to GitalyAhmad Sherif2018-02-261-4/+19
| |/
* | Suppress whitespace warnings in squash error messagessuppress-squash-warningsSean McGivern2018-02-261-1/+1
|/
* Merge branch 'fix-squash-with-renamed-files' into 'master'Grzegorz Bizon2018-02-221-1/+1
|\
| * Fix squash with renamed filesfix-squash-with-renamed-filesSean McGivern2018-02-191-1/+1
* | Merge branch 'zj-branch-contains-git-message' into 'master'Douwe Maan2018-02-221-10/+16
|\ \
| * | Handle branch and tag names which are commit idsZeger-Jan van de Weg2018-02-211-10/+16
| |/
* | Merge branch 'ce-gitaly-squash-in-progress' into 'master'Grzegorz Bizon2018-02-221-1/+7
|\ \ | |/ |/|
| * Incorporate Gitaly's RepositoryService.IsSquashInProgress RPCce-gitaly-squash-in-progressAlejandro Rodríguez2018-02-211-1/+7
* | Merge branch '32564-fix-double-system-closing-notes' into 'master'Sean McGivern2018-02-191-1/+1
|\ \
| * | Convert Gitaly commit parent IDs to array as early as possibleSean McGivern2018-02-191-10/+1
| * | applying feedback32564-fix-double-system-closing-notesMicaël Bergeron2018-02-161-1/+2
| * | fix specsMicaël Bergeron2018-02-161-0/+8
* | | Fix squash rebase not working when diff contained encoded datash-fix-squash-rebase-utf8-dataStan Hu2018-02-181-0/+1
|/ /
* | Remove allow_n_plus_1 from Git::Repository#branches_filterAhmad Sherif2018-02-081-11/+8
|/
* Migrate Git::Blob.batch to GitalyAhmad Sherif2018-02-081-5/+1
* Removing gitaly flagsFrancisco Javier López2018-02-071-4/+2
* Merge branch 'zj-refs-hash' into 'master'Sean McGivern2018-02-072-24/+21
|\
| * Don't use rugged in Repository#refs_hashZeger-Jan van de Weg2018-02-072-24/+21