Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix/gb/handle-max-pages-artifacts-size-correctly' into 'master' | Kamil Trzciński | 2017-07-26 | 1 | -0/+72 |
|\ | |||||
| * | Fix rubocop offense in update pages service specs | Grzegorz Bizon | 2017-07-25 | 1 | -1/+1 |
| * | Handle maximum pages artifacts size correctly | Grzegorz Bizon | 2017-07-25 | 1 | -0/+72 |
* | | Merge branch '29289-project-destroy-clean-up-after-failure' into 'master' | Sean McGivern | 2017-07-26 | 1 | -7/+67 |
|\ \ | |||||
| * | | Move exception handling to execute | Tiago Botelho | 2017-07-26 | 1 | -20/+17 |
| * | | Handle errors while a project is being deleted asynchronously. | Timothy Andrew | 2017-07-20 | 1 | -0/+63 |
* | | | Merge branch '30634-protected-pipeline' into 'master' | Kamil Trzciński | 2017-07-25 | 6 | -28/+239 |
|\ \ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-07-20 | 5 | -13/+71 |
| |\ \ \ | |||||
| * | | | | Use struct instead of hash | Lin Jen-Shin | 2017-07-20 | 1 | -12/+12 |
| * | | | | Use hash to return multiple objects | Lin Jen-Shin | 2017-07-20 | 1 | -13/+13 |
| * | | | | Instead of adding master, stub_not_protect_default_branch | Lin Jen-Shin | 2017-07-18 | 3 | -4/+12 |
| * | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-07-18 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-07-17 | 16 | -69/+256 |
| |\ \ \ \ \ | |||||
| * | | | | | | Merge allowed_to_create? into CreatePipelineService | Lin Jen-Shin | 2017-07-05 | 1 | -0/+100 |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-07-05 | 3 | -21/+92 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Update tests due to permission changes | Lin Jen-Shin | 2017-07-04 | 4 | -18/+10 |
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-07-04 | 4 | -36/+41 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-06-29 | 54 | -243/+638 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Still allow legacy triggers, feedback: | Lin Jen-Shin | 2017-06-06 | 1 | -3/+3 |
| * | | | | | | | | | Try to report why it's failing and fix tests | Lin Jen-Shin | 2017-06-06 | 1 | -6/+6 |
| * | | | | | | | | | Disallow legacy trigger without a owner | Lin Jen-Shin | 2017-06-06 | 1 | -0/+13 |
| * | | | | | | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipeline | Lin Jen-Shin | 2017-06-06 | 1 | -5/+3 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Don't check permission, only protected ref if no user | Lin Jen-Shin | 2017-06-06 | 1 | -2/+55 |
| * | | | | | | | | | | Forbid creating pipeline if it's protected and | Lin Jen-Shin | 2017-06-05 | 1 | -1/+46 |
* | | | | | | | | | | | Merge branch 'archytaus/gitlab-ce-26372-duplicate-issue-slash-command' into '... | Rémy Coutable | 2017-07-25 | 4 | -0/+200 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
| * | | | | | | | | | | Move duplicate issue management to a servicearchytaus/gitlab-ce-26372-duplicate-issue-slash-command | Sean McGivern | 2017-07-21 | 4 | -44/+123 |
| * | | | | | | | | | | Changes based on MR feedback. | Ryan Scott | 2017-07-20 | 2 | -48/+52 |
| * | | | | | | | | | | Added slash command to close an issue as a duplicate. Closes #26372 | Ryan Scott | 2017-07-20 | 3 | -0/+117 |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch '33097-issue-tracker' into 'master' | Sean McGivern | 2017-07-24 | 3 | -16/+52 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Support both internal and external issue trackers | Jarka Kadlecova | 2017-07-24 | 3 | -16/+52 |
* | | | | | | | | | | | Fix editing project with container images present | Grzegorz Bizon | 2017-07-24 | 1 | -1/+8 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Wrong data type when testing webhooks | Alexander Randa | 2017-07-20 | 4 | -17/+273 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master' | Kamil Trzciński | 2017-07-20 | 2 | -0/+43 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | Fix CI/CD job auto-retry specsfeature/gb/auto-retry-failed-ci-job | Grzegorz Bizon | 2017-07-20 | 1 | -2/+2 |
| * | | | | | | | | Add specs for pipeline process with auto-retries | Grzegorz Bizon | 2017-07-17 | 1 | -0/+29 |
| * | | | | | | | | Add specs seeding jobs with auto-retries configured | Grzegorz Bizon | 2017-07-17 | 1 | -0/+14 |
| | |_|_|_|_|/ / | |/| | | | | | | |||||
* | | | | | | | | Merge branch '34930-fix-edited-by' into 'master' | Sean McGivern | 2017-07-19 | 1 | -8/+23 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Use Ghost user when edited_by, merged_by deleted34930-fix-edited-by | Jarka Kadlecova | 2017-07-19 | 1 | -8/+23 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'bjk/pipelines_created_total' into 'master' | Grzegorz Bizon | 2017-07-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Update piplines created metric namebjk/pipelines_created_total | Ben Kochie | 2017-07-19 | 1 | -1/+1 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'bvl-free-system-namespace' into 'master' | Sean McGivern | 2017-07-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Update specs for new upload path | Bob Van Landuyt | 2017-07-18 | 1 | -2/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Incorporate Gitaly's Commits#between RPC | Alejandro Rodríguez | 2017-07-18 | 1 | -2/+2 |
|/ / / / / / / | |||||
* | | | | | | | Cache Note#notable for commits and fix testsrequest-store-wrap | Lin Jen-Shin | 2017-07-18 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Adds specs for renaming a project with container images | Grzegorz Bizon | 2017-07-14 | 1 | -0/+15 |
* | | | | | | Add specs for changing default branch in a project | Grzegorz Bizon | 2017-07-14 | 1 | -9/+25 |
* | | | | | | Recover from renaming project that has container images | Grzegorz Bizon | 2017-07-13 | 1 | -2/+3 |
* | | | | | | Repair Regression caused by - !11573 | Paul Charlton | 2017-07-11 | 1 | -0/+51 |
* | | | | | | Support multiple Redis instances based on queue type | Paul Charlton | 2017-07-11 | 7 | -60/+13 |
* | | | | | | Fix milestones destroy servicefix_milestone_destroy_service | Felipe Artur | 2017-07-10 | 1 | -0/+51 |