fix: preserve the order of the keys #194
Annotations
10 errors and 7 warnings
test/mongo/repo_test.exs#L218
test count/3 returns the count of documents for the given filter (Mongo.RepoTest)
|
test/mongo/repo_test.exs#L341
test update/1 updates a document (Mongo.RepoTest)
|
test/mongo/repo_test.exs#L111
test get_by/3 returns nil if the document is not found (Mongo.RepoTest)
|
test/mongo/repo_test.exs#L97
test get_by/3 returns a single document for the given filter (Mongo.RepoTest)
|
test/mongo/repo_test.exs#L401
test insert_or_update/1 updates a document if it does already exist (Mongo.RepoTest)
|
test/mongo/repo_test.exs#L190
test stream/3 returns an empty stream when there are no documents (Mongo.RepoTest)
|
test/mongo/repo_test.exs#L303
test fetch_by/3 returns a single document for the given filter (Mongo.RepoTest)
|
test/mongo/repo_test.exs#L117
test all/3 returns all documents for the given collection (Mongo.RepoTest)
|
test/mongo/repo_test.exs#L212
test aggregate/3 returns an empty list if the aggregation pipeline does not have any results (Mongo.RepoTest)
|
test/mongo/repo_test.exs#L84
test get/3 returns a single document for the given bson id (Mongo.RepoTest)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lib/mongo/messages.ex#L104
undefined module attribute @decode_module, please remove access to @decode_module or explicitly set it before access
|
lib/mongo/messages.ex#L123
undefined module attribute @decode_module, please remove access to @decode_module or explicitly set it before access
|
lib/mongo/messages.ex#L136
undefined module attribute @decode_module, please remove access to @decode_module or explicitly set it before access
|
lib/mongo/messages.ex#L50
module attribute @decoder_module was set but never used
|
lib/mongo/messages.ex#L123
nil.document/1 is undefined (module nil is not available or is yet to be defined)
|
test/mongo/topology_test.exs#L17
Mongo.ReadPreference.primary/1 is undefined or private
|
The logs for this run have expired and are no longer available.
Loading