summaryrefslogtreecommitdiff
path: root/lib
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
* | Do not require the simple_po_parser in the gettext rake task when in aDJ Mountney2017-09-051-1/+2
* | 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
* | | Merge branch 'feature/gpg-verification-status' into 'master'Douwe Maan2017-09-053-16/+22
|\ \ \
| * | | 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 'api_branches_head' into 'master'Sean McGivern2017-09-051-10/+15
|\ \ \ \ | |/ / / |/| | |
| * | | Add branch existence check to the APIv4 branches via HEAD requestblackst0ne2017-09-051-10/+15
* | | | Merge branch 'issue-api-my-reaction' into 'master'Sean McGivern2017-09-052-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Add my_reaction_emoji param to /merge_requests APIHiroyuki Sato2017-09-051-0/+1
| * | | Add my_reaction_emoji param to /issues APIHiroyuki Sato2017-09-051-0/+1
* | | | Merge branch 'feature/sm/34518-extend-api-pipeline-schedule-variable-new' int...Kamil Trzciński2017-09-052-17/+71
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix security breachingfeature/sm/34518-extend-api-pipeline-schedule-variable-newShinya Maeda2017-09-041-1/+1
| * | | Improve def pipeline_schedule with authrozation codeShinya Maeda2017-09-041-16/+13
| * | | Improve by zj nice catchesShinya Maeda2017-09-042-25/+14
| * | | Finish specShinya Maeda2017-09-041-1/+1
| * | | Add spec (Halfway)Shinya Maeda2017-09-042-54/+51
| * | | Extend API: Pipeline Schedule VariableShinya Maeda2017-09-042-1/+72
* | | | Merge branch 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-p...Kamil Trzciński2017-09-051-13/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use pipeline.trigger_requests.lastfix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequestShinya Maeda2017-09-051-1/+1
| * | | Revert iunnecessary change(gitaly)Shinya Maeda2017-09-041-2/+1
| * | | Move trigger_variables to presenterShinya Maeda2017-09-041-1/+2
| * | | Fix trigger_request.variablesShinya Maeda2017-09-041-4/+2
| * | | Fix specShinya Maeda2017-09-041-2/+3
| * | | Revert autheticate! in Trigger APIShinya Maeda2017-09-042-8/+8
| * | | Remove CreateTriggerRequestService and forbit to save variables on Ci::Trigge...Shinya Maeda2017-09-042-16/+23
| |/ /
* | | Merge branch 'feature/sm/37239-implement-failure_reason-on-ci_builds' into 'm...Kamil Trzciński2017-09-052-2/+4
|\ \ \
| * | | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-2/+1