docbrown/spec/services/articles
Anna Buianova 6ef1968377
Made published_at immutable after an article has been published once (#18384)
* Don't change published_at for articles that have already been published (even if unpublished later)

* Removed unused code related to changing published_at

* Added specs for updating published_from_feed articles, fixed specs

* Removed old validation

* Added specs for article validation published_from_feed

* Added and reorganized specs for the Article model (setting published_at)

* Remove the commented code, added a spec

* Added specs for unpublishing

* Removed unused update_published_at from article attributes spec

* Fixed nullifying published_at seconds when republishing from rich editor
2022-08-30 11:32:06 +03:00
..
feeds Allow published_at to be within 15 minutes, not 15 hours (#18345) 2022-08-22 12:48:40 +03:00
attributes_spec.rb Made published_at immutable after an article has been published once (#18384) 2022-08-30 11:32:06 +03:00
builder_spec.rb Scheduling articles (#17939) 2022-07-07 17:32:49 +03:00
creator_spec.rb Scheduling articles (#17939) 2022-07-07 17:32:49 +03:00
destroyer_spec.rb Remove webhooks and related code (#15827) 2021-12-28 10:56:37 +07:00
enrich_image_attributes_spec.rb Stop disabling webmock in test, update vcr cassette to match test (#16832) 2022-03-09 08:03:24 -06:00
feeds_spec.rb Fixing blank home page for anonymous/visitor (#15665) 2021-12-03 08:32:02 -05:00
page_view_updater_spec.rb Ensuring we don't track views of author or unpublished (#16143) 2022-01-18 11:23:18 -05:00
suggest_spec.rb Fix app/services' ruby 2.7 kwargs warnings (#13177) 2021-04-01 18:40:50 -04:00
suggest_stickies_spec.rb Refactoring and documenting class (#15849) 2022-01-03 09:30:41 -05:00
unpublish_spec.rb Unpublish post service class + V1 API endpoint (#18031) 2022-07-08 09:08:55 -06:00
updater_spec.rb Made published_at immutable after an article has been published once (#18384) 2022-08-30 11:32:06 +03:00