gitlab-org--gitlab-foss/features/steps/project
Izaak Alpert 3d7194f011 Merge Request on forked projects
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
2013-07-17 22:41:30 -04:00
..
comments_on_commit_diffs.rb
comments_on_commits.rb
create_project.rb
deploy_keys.rb Merge Request on forked projects 2013-07-17 22:41:30 -04:00
project.rb Refactor project creation. Added logout link to profile page 2013-01-17 17:35:57 +02:00
project_active_tab.rb Fixed sub navs spinach tests for project 2013-06-19 22:52:57 +03:00
project_browse_branches.rb Replace old hashes with new 1.9 ruby hashes (rebase) 2013-05-05 18:01:10 +04:00
project_browse_commits.rb fix tests. improve ui-box title 2013-07-13 20:53:46 +03:00
project_browse_files.rb Team features are green now 2013-02-21 12:27:52 +02:00
project_browse_git_repo.rb Team features are green now 2013-02-21 12:27:52 +02:00
project_browse_tags.rb
project_fork.rb Merge Request on forked projects 2013-07-17 22:41:30 -04:00
project_forked_merge_requests.rb Merge Request on forked projects 2013-07-17 22:41:30 -04:00
project_graph.rb Solve inconsistency between network graph & stat graphs 2013-06-11 09:54:01 +03:00
project_hooks.rb
project_issues.rb Replace old hashes with new 1.9 ruby hashes (rebase) 2013-05-05 18:01:10 +04:00
project_labels.rb
project_merge_requests.rb Merge Request on forked projects 2013-07-17 22:41:30 -04:00
project_milestones.rb Fixed tests. Fixed overrided scope. Better usability for milestone view 2013-06-17 11:57:37 +03:00
project_network_graph.rb Fixed network tests 2013-07-15 16:18:47 +03:00
project_search_code.rb changed Gitlab to GitLab 2013-05-19 02:13:39 -07:00
project_services.rb Hipchat service implementation 2013-05-24 21:42:21 +02:00
project_snippets.rb fix tests. improve ui-box title 2013-07-13 20:53:46 +03:00
project_team_management.rb Lets fix tests 2013-06-22 23:57:29 +03:00
project_wall.rb fix incorrectly moved spinach step 2013-03-19 17:53:21 +02:00
project_wiki.rb Replace old hashes with new 1.9 ruby hashes (rebase) 2013-05-05 18:01:10 +04:00
public_projects.rb Internally public projects 2013-05-02 00:06:59 -07:00