Skip to content

Commit

Permalink
Remove Moped support
Browse files Browse the repository at this point in the history
We've decided to not support Moped anymore as it's been 7 years without
mainteinance, and the it's not the official Ruby Mongo driver anymore.
  • Loading branch information
luismiramirez committed Apr 11, 2022
1 parent 5befd18 commit 56ec42a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 205 deletions.
6 changes: 6 additions & 0 deletions .changesets/remove-moped-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: "patch"
type: "remove"
---

Remove Moped support as it is no longer the official Ruby Mongo driver and it's been unmaintained for 7 years.
86 changes: 0 additions & 86 deletions lib/appsignal/event_formatter/moped/query_formatter.rb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let(:klass) { Appsignal::EventFormatter::ElasticSearch::SearchFormatter }
let(:formatter) { klass.new }

it "should register query.moped" do
it "should register search.elasticsearch" do
expect(
Appsignal::EventFormatter.registered?("search.elasticsearch", klass)
).to be_truthy
Expand Down
118 changes: 0 additions & 118 deletions spec/lib/appsignal/event_formatter/moped/query_formatter_spec.rb

This file was deleted.

0 comments on commit 56ec42a

Please sign in to comment.