mastodon/spec/fabricators
Eugen Rochko 5abdc77c80 Add conversation model, <ostatus:conversation /> (#3016)
* Add <ostatus:conversation /> tag to Atom input/output

Only uses ref attribute (not href) because href would be
the alternate link that's always included also.

Creates new conversation for every non-reply status. Carries
over conversation for every reply. Keeps remote URIs verbatim,
generates local URIs on the fly like the rest of them.

* Fix conversation migration

* More spec coverage for status before_create

* Prevent n+1 query when generating Atom with the new conversations

* Improve code style

* Remove redundant local variable
2017-05-12 19:09:21 +02:00
..
account_fabricator.rb Refresh webfinger (#1323) 2017-04-15 03:16:05 +02:00
application_fabricator.rb
block_fabricator.rb
conversation_fabricator.rb Add conversation model, <ostatus:conversation /> (#3016) 2017-05-12 19:09:21 +02:00
domain_block_fabricator.rb
favourite_fabricator.rb Delete records in smaller transaction (#2802) 2017-05-04 23:44:39 +02:00
follow_fabricator.rb
follow_request_fabricator.rb
import_fabricator.rb
media_attachment_fabricator.rb
mention_fabricator.rb
mute_fabricator.rb More status specs (#2564) 2017-04-28 15:10:41 +02:00
notification_fabricator.rb Fixes slow query in notifications api (#2851) 2017-05-06 21:55:40 +02:00
preview_card_fabricator.rb
report_fabricator.rb
status_fabricator.rb
subscription_fabricator.rb
tag_fabricator.rb
user_fabricator.rb
web_setting_fabricator.rb