Skip to content
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 2 commits into from
May 5, 2022
Merged

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented May 4, 2022

Refs #457.

@AlekSi AlekSi added the code/chore Code maintenance improvements label May 4, 2022
@AlekSi AlekSi added this to the v0.2.1 milestone May 4, 2022
@AlekSi AlekSi requested review from ribaraka and a team May 4, 2022 19:49
@AlekSi AlekSi self-assigned this May 4, 2022
@AlekSi AlekSi requested review from w84thesun and seeforschauer and removed request for a team May 4, 2022 19:49
@codecov
Copy link

codecov bot commented May 4, 2022

Codecov Report

Merging #559 (9b9fdbe) into main (1191d9b) will not change coverage.
The diff coverage is 85.71%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #559   +/-   ##
=======================================
  Coverage   60.92%   60.92%           
=======================================
  Files         121      121           
  Lines        6651     6651           
=======================================
  Hits         4052     4052           
  Misses       2087     2087           
  Partials      512      512           
Impacted Files Coverage Δ
internal/handlers/common/match.go 48.27% <ø> (ø)
internal/util/testutil/equal.go 57.39% <ø> (ø)
internal/types/compare.go 92.35% <85.71%> (ø)
Flag Coverage Δ
FerretDB 54.51% <85.71%> (ø)
MongoDB 6.70% <0.00%> (ø)
integration 54.59% <85.71%> (ø)
unit 26.86% <0.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@AlekSi AlekSi merged commit 900bac6 into FerretDB:main May 5, 2022
@AlekSi AlekSi deleted the compare-docs branch May 5, 2022 09:25
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
Labels
code/chore Code maintenance improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants