docbrown/spec/system
Kirk Haines ed74f2f245
Abstract DatadogStatsClient to ForemStatsClient (#12304)
* This change abstracts the DatadogStatsClient into a ForemStatsClient.
The purpose of this abstraction is to set the foundation for a subsequent PR that will allow one to use New Relic for recording Forem stats, instead of Datadog, if there is a New Relic configuration found.
This specific change creates an abstraction layer that can be built upon, without changing any actual default behavior. All specs still pass.

* Use delegate instead of explicit methods.

* Delegate instead of explicit methods.

* Fix the error.

* Refactor according to the suggestions in the comments.

* Ooops.  Stats work better when all of the code is committed.

* Removing the alias of count to increment since that was done in error.
2021-01-27 11:25:44 -05:00
..
admin Add sorting feature to /admin/tags (#12249) 2021-01-13 17:03:17 -05:00
articles Fix accidental publishing of draft articles (#12288) 2021-01-22 08:47:16 +07:00
authentication Abstract DatadogStatsClient to ForemStatsClient (#12304) 2021-01-27 11:25:44 -05:00
collections Fix Bug: Series index page showing series with 0 articles -#9658 (#11227) 2020-11-03 09:10:46 +01:00
comments Show comment posting errors (#12184) 2021-01-08 14:29:01 -06:00
dashboards Update all followed tag with one click (#11454) 2021-01-05 16:15:37 +01:00
homepage Replace collective_noun with community_name (#11846) [deploy] 2020-12-28 09:34:17 -07:00
notifications Notifications redesign (#11084) 2020-10-29 20:38:17 +01:00
onboardings Use faster JS selection methods (#11409) 2020-11-16 17:35:50 +01:00
organization Organizations profile header redesign (#10258) 2020-09-10 12:42:36 +02:00
podcasts Comments UI update (#11283) 2020-11-18 18:21:19 -05:00
search Don't display '0 reactions' on article feed (#12425) 2021-01-27 11:13:10 -05:00
user Add Crayons classes to the "Destroy your account" page (#12346) 2021-01-26 16:28:37 +01:00
videos Replace collective_noun with community_name (#11846) [deploy] 2020-12-28 09:34:17 -07:00
banned_user_interactions_spec.rb Replace ban/banned with suspend/suspended in user facing text (#5816) [deploy] 2020-02-10 10:12:53 -05:00
feedback_message_spec.rb Report a Message in Connect (#12229) 2021-01-19 12:07:47 -05:00
link_for_tags_in_posts_in_notifications_spec.rb Add Sign in with Apple (#11934) 2020-12-18 10:22:33 -06:00
user_logs_in_with_password_spec.rb Enable paranoid mode for Devise (#11995) 2020-12-22 13:47:28 +07:00
user_uses_the_editor_spec.rb Logo on /new (#11701) 2020-12-03 08:55:40 +01:00
user_views_a_reading_list_spec.rb Remove Percy (#8915) 2020-06-25 11:19:58 -07:00
user_visits_a_comments_page_spec.rb Comments UI update (#11283) 2020-11-18 18:21:19 -05:00