Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor code based on feedbackfix/import-export-performance | James Lopez | 2017-09-06 | 1 | -3/+1 |
| | |||||
* | fix spec failures | James Lopez | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | small refactor | James Lopez | 2017-09-06 | 1 | -5/+5 |
| | |||||
* | fix specs | James Lopez | 2017-09-05 | 1 | -6/+4 |
| | |||||
* | refactor code a little | James Lopez | 2017-09-05 | 1 | -3/+12 |
| | |||||
* | fix export performance of CI builds | James Lopez | 2017-09-05 | 2 | -3/+2 |
| | |||||
* | started refactoring reader | James Lopez | 2017-09-05 | 1 | -1/+3 |
| | |||||
* | some more refactoring | James Lopez | 2017-09-05 | 2 | -18/+5 |
| | |||||
* | some more refactoring | James Lopez | 2017-09-05 | 1 | -17/+15 |
| | |||||
* | enable AR caching, refactor tree hash loop | James Lopez | 2017-09-05 | 1 | -12/+27 |
| | |||||
* | remove relation after used from the hash tree | James Lopez | 2017-09-05 | 1 | -6/+3 |
| | |||||
* | more refactoring | James Lopez | 2017-09-05 | 1 | -3/+5 |
| | |||||
* | some more performance refactoring | James Lopez | 2017-09-05 | 1 | -12/+33 |
| | |||||
* | start improving memory use on I/E | James Lopez | 2017-09-05 | 1 | -3/+6 |
| | |||||
* | Merge branch 'mr-index-page-performance' into 'master' | Sean McGivern | 2017-09-05 | 1 | -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-performance | Yorick Peterse | 2017-09-05 | 1 | -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 a | DJ Mountney | 2017-09-05 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'move-operation-service-call-sites' into 'master' | Sean McGivern | 2017-09-05 | 1 | -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-sites | Jacob Vosmaer | 2017-09-05 | 1 | -0/+43 |
| | | | |||||
* | | | Merge branch 'feature/gpg-verification-status' into 'master' | Douwe Maan | 2017-09-05 | 3 | -16/+22 |
|\ \ \ | | | | | | | | | | | | | | | | | GPG signature must match the committer in order to be verified See merge request !13771 | ||||
| * | | | drop backwards compatibility for valid_signature | Alexis Reigel | 2017-09-05 | 1 | -7/+1 |
| | | | | |||||
| * | | | use new #verification_status | Alexis Reigel | 2017-09-05 | 2 | -2/+7 |
| | | | | |||||
| * | | | only use symbols instead of enum hash accessor | Alexis Reigel | 2017-09-05 | 1 | -7/+7 |
| | | | | |||||
| * | | | simplify if/else with guards | Alexis Reigel | 2017-09-05 | 1 | -7/+7 |
| | | | | |||||
| * | | | add verification_status: same_user_different_email | Alexis Reigel | 2017-09-05 | 1 | -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 emails | Alexis Reigel | 2017-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | this is necessary for email comparisons | ||||
| * | | | match the committer's email against the gpg key | Alexis Reigel | 2017-09-05 | 1 | -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 again | Alexis Reigel | 2017-09-05 | 1 | -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 McGivern | 2017-09-05 | 1 | -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 request | blackst0ne | 2017-09-05 | 1 | -10/+15 |
| | | | | |||||
* | | | | Merge branch 'issue-api-my-reaction' into 'master' | Sean McGivern | 2017-09-05 | 2 | -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 API | Hiroyuki Sato | 2017-09-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | Add my_reaction_emoji param to /issues API | Hiroyuki Sato | 2017-09-05 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'feature/sm/34518-extend-api-pipeline-schedule-variable-new' ↵ | Kamil Trzciński | 2017-09-05 | 2 | -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-new | Shinya Maeda | 2017-09-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Improve def pipeline_schedule with authrozation code | Shinya Maeda | 2017-09-04 | 1 | -16/+13 |
| | | | | |||||
| * | | | Improve by zj nice catches | Shinya Maeda | 2017-09-04 | 2 | -25/+14 |
| | | | | |||||
| * | | | Finish spec | Shinya Maeda | 2017-09-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add spec (Halfway) | Shinya Maeda | 2017-09-04 | 2 | -54/+51 |
| | | | | |||||
| * | | | Extend API: Pipeline Schedule Variable | Shinya Maeda | 2017-09-04 | 2 | -1/+72 |
| | | | | |||||
* | | | | Merge branch ↵ | Kamil Trzciński | 2017-09-05 | 1 | -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-triggerrequest | Shinya Maeda | 2017-09-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | Revert iunnecessary change(gitaly) | Shinya Maeda | 2017-09-04 | 1 | -2/+1 |
| | | | | |||||
| * | | | Move trigger_variables to presenter | Shinya Maeda | 2017-09-04 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fix trigger_request.variables | Shinya Maeda | 2017-09-04 | 1 | -4/+2 |
| | | | | |||||
| * | | | Fix spec | Shinya Maeda | 2017-09-04 | 1 | -2/+3 |
| | | | | |||||
| * | | | Revert autheticate! in Trigger API | Shinya Maeda | 2017-09-04 | 2 | -8/+8 |
| | | | | |||||
| * | | | Remove CreateTriggerRequestService and forbit to save variables on ↵ | Shinya Maeda | 2017-09-04 | 2 | -16/+23 |
| |/ / | | | | | | | | | | Ci::TriggerRequest | ||||
* | | | Merge branch 'feature/sm/37239-implement-failure_reason-on-ci_builds' into ↵ | Kamil Trzciński | 2017-09-05 | 2 | -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_builds | Shinya Maeda | 2017-09-05 | 1 | -2/+1 |
| | | | |