summaryrefslogtreecommitdiff
path: root/spec/controllers/projects_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* implements reset incoming email token on issues modal and account page,use-separate-token-for-incoming-emailtiagonbotelho2016-11-071-0/+27
| | | | reactivates all tests and writes more tests for it
* Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-0/+40
|
* fix broken repo 500 errors in UI and added relevant specsJames Lopez2016-09-291-0/+22
|
* Improve grammarKatarzyna Kobierska2016-09-131-1/+1
|
* Add #closed_without_source_project?Katarzyna Kobierska2016-09-131-3/+3
|
* Checks if deleting forked project closed all open merge requestsKatarzyna Kobierska2016-09-131-3/+5
|
* Before deleting project if forked unlink forkKatarzyna Kobierska2016-09-131-0/+17
|
* fixes part1 of files to start using active tensetiagonbotelho2016-08-091-5/+5
|
* Don't blow up in tree view on empty repoSean McGivern2016-07-181-0/+20
|
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-3/+0
|
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-5/+5
|
* Fixed issue with returning ref in commits JSONasync-refs-dropdownPhil Hughes2016-06-201-0/+20
| | | | Added tests to project controller
* Project#show on projects pending deletion will 404zj-race-condition-pending-deleteZeger-Jan van de Weg2016-05-281-0/+11
| | | | fixes #17508
* Use the right default notification settings for non membersissue_9013Felipe Artur2016-05-191-3/+4
|
* Let users set notification levels in projects which they are not membersFelipe Artur2016-05-171-1/+34
|
* Fix Error 500 after renaming a project pathStan Hu2016-04-051-0/+22
| | | | Closes #14885
* Remove unnecessary go-get test (superseded by middleware)Stan Hu2016-03-121-13/+0
|
* refactored migration and spec based on feedbackJames Lopez2016-02-041-2/+2
|
* refactor previous test and add validation to project modelJames Lopez2016-01-291-6/+3
|
* WIP - spec failure on .atom project URLJames Lopez2016-01-221-0/+11
|
* Fix 404 in redirection after removing a projectStan Hu2015-11-251-0/+16
| | | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9844 Closes #3559
* Only postgres does case sensitive comparesproject-path-case-sensitivityDouwe Maan2015-10-221-1/+1
|
* Don't load entire spec with MySQLDouwe Maan2015-10-211-8/+10
|
* Disable case sensitive spec for MySQL.Douwe Maan2015-10-211-0/+3
|
* Prefer project with exact path to differently cased one when both exist.Douwe Maan2015-10-201-6/+24
|
* Merge branch 'hanloong/gitlab-ce-remove-forks-from-projects-settings' into ↵Douwe Maan2015-10-191-0/+46
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add ability to remove the fork relationship from project settings ![Screen_Shot_2015-10-18_at_12.37.24](/uploads/676571642a4c90f7f286280d714599a3/Screen_Shot_2015-10-18_at_12.37.24.png) ![Screen_Shot_2015-10-18_at_12.37.28](/uploads/1a069ecfc4cd3b5438772a9c3f04b6fc/Screen_Shot_2015-10-18_at_12.37.28.png) Replaces !1579. Fixes #2578. See merge request !1636
| * Tweak wording.Douwe Maan2015-10-181-2/+2
| |
| * Made suggested content changes based on MR ReviewHan Loong Liauw2015-10-141-10/+16
| | | | | | | | | | Changed the authentication method for removing fork through API Reflected changes to new auth method in API specs
| * Adds ability to remove the forked relationshipHan Loong Liauw2015-10-131-0/+40
| | | | | | | | | | | | | | This was previously possible through the API but can now be done through the project#edit settings screen if the current user is the owner of the project. Update changelog
* | Make spec names more clearDouwe Maan2015-10-171-3/+6
| |
* | Merge branch 'master' into cristianbica/gitlab-ce-user-project-view-filesDouwe Maan2015-10-171-0/+14
|\ \ | |/
| * Fix indentationFrancesco Levorato2015-09-181-2/+2
| |
| * Redirect case sensitive project path to the normalized oneFrancesco Levorato2015-09-181-0/+14
| |
* | Allow users to select the Files view as default project viewCristian Bica2015-10-011-0/+25
|/
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-6/+10
|
* Render go-import meta tag for private repos.Douwe Maan2015-03-031-0/+16
|
* Merge branch 'master' into extend_markdown_uploadDouwe Maan2015-02-241-8/+14
|\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/views/projects/issues/_form.html.haml # app/views/projects/merge_requests/_form.html.haml # app/views/projects/merge_requests/_new_submit.html.haml # app/views/projects/milestones/_form.html.haml # app/views/projects/notes/_form.html.haml # app/views/projects/wikis/_form.html.haml # config/routes.rb # spec/controllers/projects_controller_spec.rb
| * Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-7/+14
| | | | | | | | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* | Refactor.Douwe Maan2015-02-171-44/+1
| |
* | Fix testsHannes Rosenögger2015-02-171-2/+2
| |
* | Generalize the image upload in markdownHannes Rosenögger2015-02-171-15/+21
|/ | | | | This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-5/+5
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Add star count, view logic, more tests.Ciro Santilli2014-07-171-3/+8
|
* Add project stars.Ciro Santilli2014-07-171-0/+14
|
* Need txt file in test.Marin Jankovski2014-05-261-0/+1
|
* Add image_service spec.Marin Jankovski2014-05-261-3/+0
|
* Make existing tests test something, return correct errors.Marin Jankovski2014-05-261-8/+9
|
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-0/+44