summaryrefslogtreecommitdiff
path: root/spec/features/projects_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* rempves tests for "you have master access" textimproved-leave-projectJacob Schatz2016-01-041-1/+0
|
* adds proper `it` for multi line. adds `find` with correct id for button.Jacob Schatz2015-12-281-3/+3
|
* fixes tests failingJacob Schatz2015-12-281-1/+4
|
* Fix and test leave project displayDrew Blessing2015-12-211-0/+14
|
* Fix spechanloong/gitlab-ce-remove-forks-from-projects-settingsDouwe Maan2015-10-181-1/+1
|
* Made suggested content changes based on MR ReviewHan Loong Liauw2015-10-141-3/+3
| | | | | 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-4/+25
| | | | | | | 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
* Allow removing of project without confirmation when JavaScript is disabledStan Hu2015-10-071-1/+1
| | | | Closes #2485
* Fix specDouwe Maan2015-08-061-2/+2
|
* Add `feature` tag to feature specsRobert Speicher2015-07-061-1/+1
| | | | | Not to be confused with the RSpec `type: :feature` tag, this tag is used by the `spec:feature` Rake task for filtering/grouping specs.
* Merge branch 'repo-remove'Dmitriy Zaporozhets2015-06-031-7/+0
|\ | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/projects_spec.rb
| * Fix tests and increase delay time before remove repositoryDmitriy Zaporozhets2015-06-031-9/+0
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Add feature specs for Project and Group description renderingRobert Speicher2015-06-021-12/+44
|/
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
| | | | | | 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.
* Fix testsDmitriy Zaporozhets2014-10-281-9/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'api-project-delete' of https://gitlab.com/mr-vinn/gitlab-ce ↵Dmitriy Zaporozhets2014-10-281-0/+9
|\ | | | | | | | | | | | | | | | | into mr-vinn/gitlab-ce-api-project-delete Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/projects_spec.rb
| * Add option to keep repo on project deleteVinnie Okada2014-10-071-1/+6
| | | | | | | | | | | | | | | | | | Update the project API controller to use `Projects::DestroyService` instead of calling `Project#destroy` directly. Also add an optional parameter, `:keep_repo`, that allows a project to be deleted without deleting the repository, wiki, and satellite from disk.
* | Improve project remove specDmitriy Zaporozhets2014-10-081-2/+6
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove rails observers from applicationDmitriy Zaporozhets2014-06-171-2/+0
|
* Split feature tests out to different build jobJeroen van Baarsen2014-04-131-1/+1
|
* Merge Request on forked projectsIzaak Alpert2013-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The good: - You can do a merge request for a forked commit and it will merge properly (i.e. it does work). - Push events take into account merge requests on forked projects - Tests around merge_actions now present, spinach, and other rspec tests - Satellites now clean themselves up rather then recreate The questionable: - Events only know about target projects - Project's merge requests only hold on to MR's where they are the target - All operations performed in the satellite The bad: - Duplication between project's repositories and satellites (e.g. commits_between) (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos) Fixes: Make test repos/satellites only create when needed -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap) -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually -fixed remote removal -How to merge renders properly -Update emails to show project/branches -Edit MR doesn't set target branch -Fix some failures on editing/creating merge requests, added a test -Added back a test around merge request observer -Clean up project_transfer_spec, Remove duplicate enable/disable observers -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well -Signifant speed ups for tests -Update formatting ordering in notes_on_merge_requests -Remove wiki schema update Fixes for search/search results -Search results was using by_project for a list of projects, updated this to use in_projects -updated search results to reference the correct (target) project -udpated search results to print both sides of the merge request Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
* Specs refactoring to reduce test time. Disabled observers by default for specsDmitriy Zaporozhets2013-04-101-0/+1
|
* Fix spec errors.Sato Hiroyuki2013-03-191-1/+1
|
* move capybara scenarios to spec/featuresDmitriy Zaporozhets2013-02-211-0/+17