gitlab-org--gitlab-foss/spec/models
Dmitriy Zaporozhets a5d23ae3c8 Fix MR commenting system when new commits pushed
This conmmit fixes wierd behaviour when you see wrong comments about new
commits in merge requests.

Short explanation of a bug:
When you push new commits to project we updated `project.merge_requests`
with comment about push. But `project.merge_requests` includes also
merge requests from forks to origin project. So when you push to master
branch it commented on all merge requests from forks to origin where
source_branch was `master`
2014-09-23 14:20:21 +03:00
..
concerns Remove author_id_of_changes from spec 2014-03-25 14:02:55 +02:00
assembla_service_spec.rb Serialize services properties 2014-09-10 09:56:39 -05:00
broadcast_message_spec.rb Re-annotate models 2014-04-09 15:05:03 +03:00
commit_spec.rb Fix commit specs 2014-08-01 18:06:28 +03:00
deploy_key_spec.rb Re-annotate models 2014-04-09 15:05:03 +03:00
deploy_keys_project_spec.rb Re-annotate models 2014-04-09 15:05:03 +03:00
event_spec.rb Fix project deletion and tests 2014-06-17 23:49:17 +03:00
flowdock_service_spec.rb Serialize services properties 2014-09-10 09:56:39 -05:00
forked_project_link_spec.rb Re-annotate models 2014-04-09 15:05:03 +03:00
gemnasium_service_spec.rb Serialize services properties 2014-09-10 09:56:39 -05:00
gitlab_ci_service_spec.rb Serialize services properties 2014-09-10 09:56:39 -05:00
group_member_spec.rb Replace project_access attribute with access_level in specs and API 2014-09-15 11:36:50 +03:00
group_spec.rb Replace old references of users_project & users_group 2014-09-14 19:51:54 +03:00
issue_spec.rb Remove mass assgnment specs 2014-06-26 23:57:55 +03:00
key_spec.rb Remove mass assgnment specs 2014-06-26 23:57:55 +03:00
label_link_spec.rb Annotate models 2014-08-25 12:25:02 +03:00
label_spec.rb Annotate models 2014-08-25 12:25:02 +03:00
members_spec.rb Huge replace of old users_project and users_group references 2014-09-14 19:32:51 +03:00
merge_request_spec.rb Annotate models 2014-08-25 12:25:02 +03:00
milestone_spec.rb Remove mass assgnment specs 2014-06-26 23:57:55 +03:00
namespace_spec.rb Remove mass assgnment specs 2014-06-26 23:57:55 +03:00
note_spec.rb Replace project_access attribute with access_level in specs and API 2014-09-15 11:36:50 +03:00
project_hook_spec.rb Re-annotate models 2014-04-09 15:05:03 +03:00
project_member_spec.rb Replace old references of users_project & users_group 2014-09-14 19:51:54 +03:00
project_security_spec.rb Replace project_access attribute with access_level in specs and API 2014-09-15 11:36:50 +03:00
project_snippet_spec.rb Remove mass assgnment specs 2014-06-26 23:57:55 +03:00
project_spec.rb Fix MR commenting system when new commits pushed 2014-09-23 14:20:21 +03:00
project_team_spec.rb Fix permission issue with highest access level for group 2014-06-20 12:54:03 +03:00
project_wiki_spec.rb Fix tests 2014-08-07 20:46:17 +03:00
protected_branch_spec.rb Remove mass assgnment specs 2014-06-26 23:57:55 +03:00
service_hook_spec.rb Re-annotate models 2014-04-09 15:05:03 +03:00
service_spec.rb Serialize services properties 2014-09-10 09:56:39 -05:00
slack_message_spec.rb Improved Slack integration with message attachments. 2014-04-06 11:57:48 +02:00
slack_service_spec.rb Serialize services properties 2014-09-10 09:56:39 -05:00
snippet_spec.rb Remove mass assgnment specs 2014-06-26 23:57:55 +03:00
system_hook_spec.rb Huge replace of old users_project and users_group references 2014-09-14 19:32:51 +03:00
user_spec.rb Replace old references of users_project & users_group 2014-09-14 19:51:54 +03:00
web_hook_spec.rb Remove mass assgnment specs 2014-06-26 23:57:55 +03:00
wiki_page_spec.rb Recreate tmp/tests on each test run 2014-07-31 19:24:53 +03:00