summaryrefslogtreecommitdiff
path: root/spec/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'zj-pipeline-json-performance' into 'master'Kamil Trzciński2017-05-211-5/+33
|\
| * Improve pipeline size for query limit testzj-pipeline-json-performanceZ.J. van de Weg2017-05-171-5/+33
* | Merge branch 'fix-json-endpoint-redirection' into 'master'Douwe Maan2017-05-191-0/+26
|\ \
| * | Bugfix: don't redirect to JSON endpoints after sign inRuben Davila2017-05-191-0/+26
* | | Merge branch '32536-mr-widget-performance-improvements' into 'master'Fatih Acet2017-05-191-0/+12
|\ \ \
| * | | Make sure fixture creation does not affect query count test32536-mr-widget-performance-improvementsOswaldo Ferreira2017-05-191-1/+4
| * | | Drop merge_check endpoint and use only MR show insteadOswaldo Ferreira2017-05-181-0/+9
| |/ /
* | | Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-0/+70
|/ /
* | Merge branch 'fix-conflict-resolution-with-corrupt-repos' into 'master' Douwe Maan2017-05-121-2/+8
|\ \
| * | Fix conflict resolution from corrupted upstreamfix-conflict-resolution-with-corrupt-reposSean McGivern2017-05-121-2/+8
| |/
* | Respond with 404 when metrics are not enabled or deployment_metrics is not im...Pawel Chojnacki2017-05-121-21/+50
|/
* Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-091-2/+6
|\
| * Fix specs 2Felipe Artur2017-05-081-1/+4
| * Fix SpecsFelipe Artur2017-05-081-1/+2
* | Merge request widget redesignFatih Acet2017-05-094-158/+270
|/
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+87
* Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ...Kamil Trzciński2017-05-061-1/+1
|\
| * Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-057-12/+422
| |\
| * | Improve code style related to protected actionsGrzegorz Bizon2017-05-031-3/+1
| * | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-032-0/+83
| |\ \
| * | | Fix builds controller spec related to protected actionsGrzegorz Bizon2017-05-021-0/+2
* | | | Real time pipeline show actionZeger-Jan van de Weg2017-05-061-0/+31
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ...Valery Sizov2017-05-055-11/+394
|\ \ \ \
| * | | | Add specs for new pipeline action for JSON format30237-pipelines-actions-make-2-requestsGrzegorz Bizon2017-05-051-0/+36
| | |_|/ | |/| |
| * | | Merge branch 'deploy-keys-load-async' into 'master' Filipa Lacerda2017-05-041-0/+66
| |\ \ \
| | * \ \ Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-044-12/+165
| | |\ \ \
| | * \ \ \ Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-035-0/+137
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-04-281-12/+354
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/29667-deploy-keys' into deploy-keys-load...Jacob Schatz2017-04-271-0/+66
| | |\ \ \ \ \ \
| | | * | | | | | Project deploy keys json end pointJarka Kadlecova2017-03-241-0/+66
| * | | | | | | | Merge branch 'dm-artifact-blob-viewer' into 'master' Sean McGivern2017-05-041-0/+188
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+188
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch '30529-remove-pages-tab-if-pages-isn-t-enabled' into 'master' Rémy Coutable2017-05-042-11/+104
| |\ \ \ \ \ \ \
| | * | | | | | | Disable navigation to Pages config if Pages is disabledMark Fletcher2017-05-042-11/+104
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-043-6/+6
|/ / / / / / /
* | | | | | | Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-042-1/+61
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'async-milestone-tabs' into 'master' Jacob Schatz2017-05-031-0/+3
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fixed failing specsPhil Hughes2017-04-261-2/+0
| * | | | | Added controller specsPhil Hughes2017-04-261-0/+5
* | | | | | Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-021-0/+42
|\ \ \ \ \ \
| * | | | | | Cleanup deploymentsd controller spec and use schema validation to test the ou...Pawel Chojnacki2017-04-241-9/+4
| * | | | | | Merge remote-tracking branch 'upstream/master' into 26914-add_deploy_history_...Pawel Chojnacki2017-04-2014-52/+390
| |\ \ \ \ \ \
| * | | | | | | Fix unreversible migration, and small rubocop warningsPawel Chojnacki2017-03-281-2/+2
| * | | | | | | Optionally filter by deployment timePawel Chojnacki2017-03-281-1/+1
| * | | | | | | Use DeploymentSerializer to create deployment jsonPawel Chojnacki2017-03-281-5/+2
| * | | | | | | Add endpoint that returns a list of deployments that happened within last 8.h...Pawel Chojnacki2017-03-281-0/+50
* | | | | | | | Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-021-0/+41
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch 'enable-spec-file-name-cop' into 'master' Robert Speicher2017-04-282-0/+51
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-262-0/+51
| | |_|/ / / | |/| | | |
* | | | | | Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-281-12/+354
| |_|_|/ / |/| | | |