gitlab-org--gitlab-foss/spec/models
Dmitriy Zaporozhets 1a1e42ad31 Merge branch 'rs-system-note' into 'master'
Add SystemNoteService class

The Note model was basically two models crammed together - one handling user-created notes
(i.e., comments on things) and one handling system-created notes (i.e., references).
This splits out the system-specific stuff to a new SystemNoteService class.

See merge request !595
2015-05-12 10:45:42 +00:00
..
concerns Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
hooks Added X-GitLab-Event header for web hooks 2015-05-08 16:49:03 +03:00
members Re-annotate models 2015-05-03 13:38:27 -07:00
project_services fix gitlab CI links 2015-05-05 14:02:31 +03:00
application_setting_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
broadcast_message_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
commit_range_spec.rb Rename `CommitRange#inclusive?` to `#exclude_start?` 2015-04-25 14:58:49 -04:00
commit_spec.rb No longer needed to pass project argument to commit methods. 2015-04-24 12:29:36 +02:00
deploy_key_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
deploy_keys_project_spec.rb Allow admin to create public deploy keys that are accessible to any project. 2015-04-03 12:23:20 +02:00
event_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
external_wiki_service_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
forked_project_link_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
group_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
issue_spec.rb Correct usage of `subject` in specs 2015-04-16 16:30:16 -04:00
key_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
label_link_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
label_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
member_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
merge_request_spec.rb Don't allow a merge request to be merged when its title starts with "WIP". 2015-04-30 15:46:36 +02:00
milestone_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
namespace_spec.rb Move files for moved namespaces. 2015-03-31 09:30:34 +02:00
note_spec.rb Simplify Note model specs 2015-05-11 00:01:16 -04:00
project_security_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
project_snippet_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
project_spec.rb Improve/add specs for `Project#get_issue` and `#issue_exists?` 2015-05-01 13:29:36 -04:00
project_team_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
project_wiki_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
protected_branch_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
repository_spec.rb Refactor repository specs 2015-03-22 11:01:45 -07:00
service_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
snippet_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
user_spec.rb Re-annotate User model 2015-05-09 17:32:24 -04:00
wiki_page_spec.rb Fix dots in Wiki slug causing errors 2015-03-21 18:33:51 -07:00