-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for values comparision #559
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AlekSi
requested review from
w84thesun and
seeforschauer
and removed request for
a team
May 4, 2022 19:49
Codecov Report
@@ Coverage Diff @@
## main #559 +/- ##
=======================================
Coverage 60.92% 60.92%
=======================================
Files 121 121
Lines 6651 6651
=======================================
Hits 4052 4052
Misses 2087 2087
Partials 512 512
Flags with carried forward coverage won't be shown. Click here to find out more. |
seeforschauer
approved these changes
May 5, 2022
w84thesun
approved these changes
May 5, 2022
ribaraka
approved these changes
May 5, 2022
AlekSi
added a commit
to AlekSi/FerretDB
that referenced
this pull request
May 18, 2022
* Add tests for `sort` and `find` parameters type (FerretDB#544) Refs #164. * Prepare v0.2.0 release * Bump go.mongodb.org/mongo-driver from 1.9.0 to 1.9.1 in /integration (FerretDB#555) Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/mongodb/mongo-go-driver/releases) - [Commits](mongodb/mongo-go-driver@v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: go.mongodb.org/mongo-driver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add missing `//nolint` (FerretDB#556) * Set the handler to use via a command-line flag and remove debug handlers from interface (FerretDB#534) Closes FerretDB#455. * Add tests for `RemoveByPath` (FerretDB#549) Closes FerretDB#479. * Add `altMessage` to `AssertEqualError` (FerretDB#550) * Add documentation for values comparision (FerretDB#559) Refs FerretDB#457. * Add `debug` and `panic` msg handlers to `Command` map (FerretDB#561) Refs FerretDB#455. * Add `RemoveByPath` for `Array` and `CompositeTypeInterface` (FerretDB#560) Closes FerretDB#479. * Bump docker/login-action from 1 to 2 (FerretDB#565) Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add conform CI workflow, improve docs (FerretDB#566) Co-authored-by: Dmitry <dmitry.eremenko@ferretdb.io> Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@ferretdb.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Refs #457.