summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* refactor code based on feedbackfix/import-export-performanceJames Lopez2017-09-061-3/+1
* fix spec failuresJames Lopez2017-09-061-1/+1
* small refactorJames Lopez2017-09-061-5/+5
* fix specsJames Lopez2017-09-051-6/+4
* refactor code a littleJames Lopez2017-09-051-3/+12
* fix export performance of CI buildsJames Lopez2017-09-052-3/+2
* started refactoring readerJames Lopez2017-09-051-1/+3
* some more refactoringJames Lopez2017-09-052-18/+5
* some more refactoringJames Lopez2017-09-051-17/+15
* enable AR caching, refactor tree hash loopJames Lopez2017-09-051-12/+27
* remove relation after used from the hash treeJames Lopez2017-09-051-6/+3
* more refactoringJames Lopez2017-09-051-3/+5
* some more performance refactoringJames Lopez2017-09-051-12/+33
* start improving memory use on I/EJames Lopez2017-09-051-3/+6
* Merge branch 'mr-index-page-performance' into 'master'Sean McGivern2017-09-051-0/+50
|\
| * Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+50
* | Merge branch 'move-operation-service-call-sites' into 'master'Sean McGivern2017-09-051-0/+43
|\ \
| * | Add Gitaly migration points for branch/tag create/deletemove-operation-service-call-sitesJacob Vosmaer2017-09-051-0/+43
| |/
* | drop backwards compatibility for valid_signatureAlexis Reigel2017-09-051-7/+1
* | use new #verification_statusAlexis Reigel2017-09-052-2/+7
* | only use symbols instead of enum hash accessorAlexis Reigel2017-09-051-7/+7
* | simplify if/else with guardsAlexis Reigel2017-09-051-7/+7
* | add verification_status: same_user_different_emailAlexis Reigel2017-09-051-0/+2
* | downcase gpg key's emailsAlexis Reigel2017-09-051-1/+1
* | match the committer's email against the gpg keyAlexis Reigel2017-09-051-3/+13
* | pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-11/+6
|/
* Merge branch 'feature/gb/kubernetes-only-pipeline-jobs' into 'master'Kamil Trzciński2017-09-042-0/+30
|\
| * Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-0425-83/+561
| |\
| * | Change CI/CD kubernetes policy keyword to `active`Grzegorz Bizon2017-09-011-1/+1
| * | Change kubernetes job policy allowed valuesGrzegorz Bizon2017-08-312-1/+9
| * | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-3127-51/+460
| |\ \
| * | | Check if kubernetes required before creating a jobGrzegorz Bizon2017-08-261-6/+5
| * | | Use new complex only/except policy internal schemeGrzegorz Bizon2017-08-261-0/+4
* | | | Merge branch 'move-git-operation-service' into 'master'Sean McGivern2017-09-042-0/+169
|\ \ \ \
| * | | | Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-012-0/+169
* | | | | Merge branch 'git-operation-service-to-git' into 'master'Sean McGivern2017-09-042-1/+105
|\ \ \ \ \ | |/ / / /
| * | | | Add Gitlab::Git::Repository#==Jacob Vosmaer2017-09-011-0/+4
| * | | | Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-312-1/+101
| | |/ / | |/| |
* | | | Merge branch 'bvl-only-require-po-parser-in-rake' into 'master'Douwe Maan2017-09-041-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Only require `simple_po_parser` in rake task that needs itbvl-only-require-po-parser-in-rakeBob Van Landuyt2017-09-041-2/+0
* | | | Merge branch 'feature/sm/33281-protected-runner-executes-jobs-on-protected-br...Kamil Trzciński2017-09-041-1/+8
|\ \ \ \
| * | | | Add the rest of specsShinya Maeda2017-09-031-5/+7
| * | | | Add spec. Fix runner setting page. It worked.Shinya Maeda2017-09-031-1/+1
| * | | | Update application code by the db schema changeShinya Maeda2017-09-031-1/+6
| |/ / /
* | | | Merge branch 'zj-sort-templates' into 'master'Kamil Trzciński2017-09-041-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Sort templates when fetching themZeger-Jan van de Weg2017-08-311-1/+5
* | | | Merge branch '17849-allow-admin-to-restrict-min-key-length-and-techno' into '...Robert Speicher2017-09-013-48/+80
|\ \ \ \
| * | | | Address review commentsNick Thomas2017-08-302-10/+7
| * | | | Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-31/+21
| * | | | Add settings for minimum key strength and allowed key typeNick Thomas2017-08-303-48/+93