summaryrefslogtreecommitdiff
path: root/spec/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dm-more-namespace-full-path' into 'master' Sean McGivern2017-02-2432-237/+237
|\
| * Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-2332-237/+237
* | Merge branch 'create_branch_repo_less' into 'master' Robert Speicher2017-02-231-1/+38
|\ \ | |/ |/|
| * Fixes after reviewcreate_branch_repo_lessValery Sizov2017-02-231-8/+2
| * Create master branch first if project is repository-lessValery Sizov2017-02-231-1/+44
* | Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-3/+3
* | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-239-60/+60
* | Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* | Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-1/+2
* | Prefer leading style for Style/DotPositionDouwe Maan2017-02-239-60/+60
* | Enable Style/DotPositionDouwe Maan2017-02-231-3/+3
* | Adds missing tests for all status accepted in scopeFilipa Lacerda2017-02-231-6/+9
* | Merge branch 'master' into 26900-pipelines-tabs26900-pipelines-tabsFilipa Lacerda2017-02-234-48/+422
|\ \ | |/
| * Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-212-23/+274
| * Merge branch 'dm-fix-editing-files-on-forks-quick' into 'master' Robert Speicher2017-02-201-25/+40
| |\
| | * Don't use potentially slow ForkService in specdm-fix-editing-files-on-forks-quickDouwe Maan2017-02-201-4/+6
| | * Fix issue where files on a fork could not be editedDouwe Maan2017-02-171-19/+32
| * | Merge branch '21240_snippets_line_ending' into 'master' Sean McGivern2017-02-201-0/+33
| |\ \
| | * | Download snippets with LF line-endings by defaultJarka Kadlecova2017-02-201-0/+33
| * | | Merge branch 'use-update-runner-service' into 'master' Kamil Trzciński2017-02-171-0/+75
| |\ \ \
| | * | | Use expect { }.to change { }use-update-runner-serviceLin Jen-Shin2017-02-151-9/+9
| | * | | Add some tests for admin/project runners pageLin Jen-Shin2017-02-151-0/+75
| | | |/ | | |/|
* | | | Adds Pending and Finished tabs to pipelines pageFilipa Lacerda2017-02-161-1/+3
|/ / /
* | | Merge branch 'paginate-environments-bundle' into 'master' Fatih Acet2017-02-161-9/+56
|\ \ \
| * \ \ Merge branch 'fe-paginated-environments-api' into 'paginate-environments-bund...paginate-environments-bundleFilipa Lacerda2017-02-161-9/+56
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'master' into fe-paginated-environments-apiFilipa Lacerda2017-02-121-54/+10
| | |\ \
| | * | | Add support for environment scopes in controllerGrzegorz Bizon2017-02-091-11/+48
| | * | | Enable grouping and pagination in environmnets APIGrzegorz Bizon2017-02-091-8/+18
| | | |/ | | |/|
* | | | Fix error in MR widget after /merge slash commandJarka Kadlecova2017-02-161-3/+3
|/ / /
* | | Merge branch 'issue_25900_2' into 'master' Sean McGivern2017-02-132-0/+6
|\ \ \ | |_|/ |/| |
| * | Gather issuable metadata to avoid n+ queries on index viewissue_25900_2Felipe Artur2017-02-092-0/+6
| |/
* | Don't perform Devise trackable updates on blocked User recordsrs-warden-blocked-usersRobert Speicher2017-02-101-54/+10
|/
* Merge branch 'fix/gb/invalid-new-merge-request-api' into 'master' Fatih Acet2017-02-071-1/+7
|\
| * Fix merge request controller specs for new actionfix/gb/invalid-new-merge-request-apiGrzegorz Bizon2017-02-071-1/+7
* | Merge branch '21518_recaptcha_spam_issues' into 'master'Sean McGivern2017-02-071-16/+73
|\ \ | |/ |/|
| * Use reCaptcha when an issue identified as spamJarka Kadlecova2017-02-071-16/+73
* | Merge branch '26165-combine-runners-and-variables-and-triggers-and-ci-cd-pipe...Kamil Trzciński2017-02-072-0/+79
|\ \
| * | Fixed variables_controller_spec.rb test26165-combine-runners-and-variables-and-triggers-and-ci-cd-pipelines-settings-pagesJose Ivan Vargas2017-02-061-2/+1
| * | Improved code styling on the variables_controller_specJose Ivan Vargas2017-02-061-7/+11
| * | Added tests for the variables controller #update actionJose Ivan Vargas2017-02-061-1/+26
| * | Added a variable_controller_spec test to test for flash messages on the #crea...Jose Ivan Vargas2017-02-062-0/+31
| * | Fixed tests, renamed files and methodsJose Ivan Vargas2017-02-061-1/+1
| * | Removed options from the gear button in the projects and consolidated into oneJose Ivan Vargas2017-02-061-0/+20
* | | Merge branch 'fe-commit-mr-pipelines' into 'master' Fatih Acet2017-02-061-19/+24
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into fe-commit-mr-pipelinesFilipa Lacerda2017-02-032-27/+51
| |\ \ | | |/
| * | Add time ago auto-update to the 2 newest tablesFilipa Lacerda2017-02-031-8/+1
| * | Add basic specs for new merge requests pipelines APIGrzegorz Bizon2017-02-031-11/+23
* | | Merge branch 'master' into 'jej-pages-to-ce'jej-pages-to-ceJames Edwards-Jones2017-02-062-27/+51
|\ \ \ | | |/ | |/|
| * | Reuse endpoint to list issues for a list instead of create a new oneDouglas Barbosa Alexandre2017-02-031-26/+50
| * | Fix spec for Projects::Boards::ListsControllerDouglas Barbosa Alexandre2017-02-031-1/+1
| |/