summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Migrate Gitlab::Git::Repository#find_branch to GitalyAhmad Sherif2017-09-052-7/+25
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'api-gpg-key-management' into 'master'Sean McGivern2017-09-052-0/+154
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Add GPG key management Closes #36926 See merge request !13828
| * | | | | | | | API: Add GPG key management for adminsRobert Schilling2017-09-051-0/+80
| | | | | | | | |
| * | | | | | | | API: Add GPG key managementRobert Schilling2017-09-052-0/+74
| | | | | | | | |
* | | | | | | | | Merge branch 'fuzzy-issue-search' into 'master'Sean McGivern2017-09-051-0/+23
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fuzzy search issues / merge requests Closes #26835, #29994, and #20362 See merge request !13780
| * | | | | | | | Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-0/+23
| | | | | | | | |
* | | | | | | | | Merge branch 'mr-index-page-performance' into 'master'Sean McGivern2017-09-051-0/+50
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-use issue/MR counts for the pagination system Closes #27168 See merge request !13805
| * | | | | | | | | Re-use issue/MR counts for the pagination systemmr-index-page-performanceYorick Peterse2017-09-051-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the issue and MR index pages so the pagination system re-uses the output of the COUNT(*) query used to calculate the number of rows per state (opened, closed, etc). This removes the need for an additional COUNT(*) on both pages.
* | | | | | | | | | 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/delete See merge request !13993
| * | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GPG signature must match the committer in order to be verified See merge request !13771
| * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is used to make a difference between a committer email that belongs to user, where the user used a different email for the gpg key. this means that the user is the same, but a different, unverified email is used for the signature.
| * | | | | | | | | | downcase gpg key's emailsAlexis Reigel2017-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is necessary for email comparisons
| * | | | | | | | | | match the committer's email against the gpg keyAlexis Reigel2017-09-051-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the updated verification of a gpg signature requires the committer's email to also match the user's and the key's emails.
| * | | | | | | | | | pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-11/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we need the commit object for the updated verification that also checks the committer's email to match the gpg key and user's emails.
* | | | | | | | | | | Merge branch 'api_branches_head' into 'master'Sean McGivern2017-09-051-10/+15
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add branch existence check to the APIv4 branches via HEAD request Closes #37159 See merge request !13979
| * | | | | | | | | | 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 /issues and /merge_requests API See merge request !14016
| * | | | | | | | | | 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' ↵Kamil Trzciński2017-09-052-17/+71
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Extend API: Pipeline Schedule Variable Closes #34518 See merge request !13653
| * | | | | | | | | | 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 ↵Kamil Trzciński2017-09-051-13/+19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-persist-variables-on-ci-triggerrequest' into 'master' Removes `CreateTriggerRequestService` and add a blocker to prevent saving variables on `Ci::TriggerRequest` Closes #35650 See merge request !13792
| * | | | | | | | | | 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 ↵Shinya Maeda2017-09-042-16/+23
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci::TriggerRequest
* | | | | | | | | | Merge branch 'feature/sm/37239-implement-failure_reason-on-ci_builds' into ↵Kamil Trzciński2017-09-052-2/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Implement `failure_reason` on `ci_builds` Closes #37239 See merge request !13937
| * | | | | | | | | | Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-2/+1
| | | | | | | | | | |
| * | | | | | | | | | Use unknown_failure for runnerShinya Maeda2017-09-051-5/+2
| | | | | | | | | | |
| * | | | | | | | | | - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix spec
| * | | | | | | | | | Fix enum listsShinya Maeda2017-09-052-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Fix enum wordingShinya Maeda2017-09-051-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-052-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch '37204-deprecate-git-user-manual-ssh-config' into 'master'Douwe Maan2017-09-052-0/+70
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate custom SSH client configuration for the git user Closes #37204 See merge request !13930
| * | | | | | | | | Add a system check for the git user's custom SSH configurationNick Thomas2017-09-042-0/+70
| | | | | | | | | |
* | | | | | | | | | Merge branch 'feature/gb/kubernetes-only-pipeline-jobs' into 'master'Kamil Trzciński2017-09-043-20/+59
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check if Kubernetes is required when creating pipeline jobs Closes #34785 See merge request !13849