summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '19937-fix-wrong-build-elapsed-time' into 'master' Kamil Trzciński2016-07-191-14/+11
|\
| * Fix build duration when build is not finished yet19937-fix-wrong-build-elapsed-timeRémy Coutable2016-07-181-14/+11
* | Merge branch 'rs-issue-19878' into 'master' Douwe Maan2016-07-191-7/+16
|\ \
| * | Ensure Owners are included in the scope for authorized_projectsRobert Speicher2016-07-191-7/+16
* | | Merge branch '19847-running-icon' into 'master' Jacob Schatz2016-07-191-2/+8
|\ \ \ | |/ / |/| |
| * | Fix ci_status_helper_spec to look for new SVGsAnnabel Dunstone2016-07-191-2/+8
* | | Fix help page paths to make sure shortcuts and the UI help page work.fix-help-pathsConnor Shea2016-07-192-5/+11
* | | Merge branch 'rename-repo-files' into 'master' Douwe Maan2016-07-191-0/+30
|\ \ \
| * | | fixes commit_file test on repository_spectiagonbotelho2016-07-191-5/+5
| * | | Merge branch 'master' into rename-repo-filestiagonbotelho2016-07-1917-161/+420
| |\ \ \
| * | | | fixes rubocop issues and implements create_commit testtiagonbotelho2016-07-181-2/+18
| * | | | Merge branch 'master' into rename-repo-filestiagonbotelho2016-07-1893-1176/+2043
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | adds test for update_file methodtiagonbotelho2016-07-181-0/+14
* | | | | Merge branch 'allow-deploy-key-to-download-public-projects' into 'master' Rémy Coutable2016-07-191-11/+61
|\ \ \ \ \
| * | | | | Allow to pull code with deploy key from public projectsallow-deploy-key-to-download-public-projectsKamil Trzcinski2016-07-191-11/+61
| | |_|/ / | |/| | |
* | | | | Merge branch 'fix/import-export-project-avatar' into 'master' Rémy Coutable2016-07-192-0/+52
|\ \ \ \ \
| * | | | | fix specJames Lopez2016-07-191-1/+1
| * | | | | squashed - added avatar saver/restorer and specsfix/import-export-project-avatarJames Lopez2016-07-192-0/+52
* | | | | | Move when tests before to make it no conflict with manual-actionsKamil Trzcinski2016-07-191-9/+27
* | | | | | Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-193-10/+107
* | | | | | Merge branch 'manual-actions' into 'master' Rémy Coutable2016-07-197-2/+203
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Use `humanize`Kamil Trzcinski2016-07-181-4/+4
| * | | | | Remove unused create_pipeline_service_spec.rbKamil Trzcinski2016-07-181-213/+0
| * | | | | Make manual actions to work with master codeKamil Trzcinski2016-07-181-0/+62
| * | | | | Use `capitalize` instead of `titleize` for manual actionsKamil Trzcinski2016-07-182-6/+6
| * | | | | Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-187-1/+353
| * | | | | Add implementation of manual actionsKamil Trzcinski2016-07-181-1/+1
* | | | | | Merge branch 'api-delete-todos' into 'master' Rémy Coutable2016-07-191-2/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Return the number of marked todosapi-delete-todosRobert Schilling2016-07-191-2/+1
* | | | | | Merge branch 'api-dev-can-push' into 'master' Rémy Coutable2016-07-192-2/+108
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | API: Expose 'developers_can_merge' for branchesRobert Schilling2016-07-191-5/+35
| * | | | | API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-192-2/+78
* | | | | | Squashed - fix encoding issuefix/import-export-encodingJames Lopez2016-07-193-11/+23
|/ / / / /
* | | | | Merge branch 'caironoleto/gitlab-ce-cn-issue-19747'Douwe Maan2016-07-181-0/+38
|\ \ \ \ \
| * | | | | Allow bulk (un)subscription from issues in issue indexCairo Noleto2016-07-141-0/+38
* | | | | | Merge branch 'issue_13343' into 'master' Robert Speicher2016-07-181-0/+38
|\ \ \ \ \ \
| * | | | | | Allow build email service to be testedissue_13343Felipe Artur2016-07-151-0/+38
* | | | | | | Merge branch '19820-safer-diffs' into 'master' Douwe Maan2016-07-184-4/+80
|\ \ \ \ \ \ \
| * | | | | | | Collapsed diffs lines/size don't accumulate to overflow diffs.19820-safer-diffsPaco Guzman2016-07-184-4/+80
* | | | | | | | Merge branch '19420-render-only-commit-title' into 'master' 19889-shortcuts-modal-is-brokenDouwe Maan2016-07-181-2/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | add modification to commit title testubudzisz2016-07-181-9/+13
| * | | | | | | | modify view test to commit titleubudzisz2016-07-181-1/+0
| * | | | | | | | add test to viewubudzisz2016-07-181-0/+1
| * | | | | | | | modify view test to commit titleubudzisz2016-07-181-10/+5
| * | | | | | | | add test to viewubudzisz2016-07-181-9/+16
| * | | | | | | | repair rubocop testubudzisz2016-07-181-1/+1
| * | | | | | | | add git-commit-title-method into pipeline model and modify viewubudzisz2016-07-181-0/+9
* | | | | | | | | Merge branch 'undo-revert-of-4892' into 'master' 19396-api-allow-admin-owner-to-set-timestamp-when-changing-issue-stateRémy Coutable2016-07-187-144/+224
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-187-144/+224
* | | | | | | | | Merge branch '19928-nomethoderror-undefined-method-id-for-nil-nilclass' into ...Rémy Coutable2016-07-181-0/+20
|\ \ \ \ \ \ \ \ \