gitlab-org--gitlab-foss/lib/api
Izaak Alpert 489fa5d726 MR on Fork multiple fixes
-Disable observers post test run
-Allow db:seed_fu RAILS_ENV=test to be run more than once without error
-fix diffs_in_between, was passing in the default_options for grit, but grit in this case doesn't take options, fixed the test to actually fail if the incorrect diffs are returned
-make notes/commits render against proper project
-MR discussion file links should reference note's project
-Added tests for commit links on edit merge request
-fixes edit issues (canceling an edited mr, updating an edited mr)
-updates tests with checks for source code updates
-still forked_merge_requests.feature (project_forked_merge_requests) test not passing (commented out -- "stable" not being set)

MR API: error on bad target_project

-If the target project id is specified and it is not the same as the project the request is being made on (the source), and the it isn't a fork of that project, error out, otherwise use it as the target
-Fixes some busted (but hidden) test cases

Conflicts:
	app/views/merge_requests/show/_diffs.html.haml
	spec/features/notes_on_merge_requests_spec.rb

Change-Id: I20e595c156d0e8a63048baaead7be6330c738a05
2013-07-17 22:42:51 -04:00
..
api.rb Remove all team resources except models. Move models to deprecated directory 2013-06-18 21:22:34 +03:00
deploy_keys.rb Split Project api on several parts: deploy_keys, hooks, snippets etc 2013-06-06 12:37:51 +03:00
entities.rb enhance project creation apis to allow setting of public attribute 2013-07-12 12:10:42 -04:00
groups.rb Refactor API classes. So api classes like Gitlab::Issues become API::Issues 2013-05-14 15:33:31 +03:00
helpers.rb Additon of apis for fork administration. 2013-07-08 17:34:00 -04:00
internal.rb Refactor API classes. So api classes like Gitlab::Issues become API::Issues 2013-05-14 15:33:31 +03:00
issues.rb cattr_accessor is not threadsafe! 2013-06-11 18:15:18 +03:00
merge_requests.rb MR on Fork multiple fixes 2013-07-17 22:42:51 -04:00
milestones.rb Fix milestone api docs: invalid param for close 2013-06-06 12:32:05 +03:00
notes.rb Refactor API classes. So api classes like Gitlab::Issues become API::Issues 2013-05-14 15:33:31 +03:00
project_hooks.rb Split Project api on several parts: deploy_keys, hooks, snippets etc 2013-06-06 12:37:51 +03:00
project_snippets.rb Fix snippet raw content being escaped 2013-06-06 16:10:24 +03:00
projects.rb enhance project creation apis to allow setting of public attribute 2013-07-12 12:10:42 -04:00
repositories.rb API: implement retrieve of repository tree 2013-06-06 18:01:03 +03:00
session.rb Add LDAP support to /api/session 2013-07-16 11:28:19 +03:00
system_hooks.rb Refactor API classes. So api classes like Gitlab::Issues become API::Issues 2013-05-14 15:33:31 +03:00
users.rb Refactor API classes. So api classes like Gitlab::Issues become API::Issues 2013-05-14 15:33:31 +03:00