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

Allow usage without state dir #3703

Merged
merged 2 commits into from Nov 13, 2023
Merged

Allow usage without state dir #3703

merged 2 commits into from Nov 13, 2023

Conversation

AlekSi
Copy link
Member

@AlekSi AlekSi commented Nov 13, 2023

Description

Closes #3699.

Readiness checklist

  • I added/updated unit tests (and they pass).
  • I added/updated integration/compatibility tests (and they pass).
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Milestone (Next), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@mergify mergify bot assigned AlekSi Nov 13, 2023
@AlekSi AlekSi added the code/chore Code maintenance improvements label Nov 13, 2023
@AlekSi AlekSi added this to the Next milestone Nov 13, 2023
Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Merging #3703 (8cf88dc) into main (3b937b1) will increase coverage by 44.32%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #3703       +/-   ##
===========================================
+ Coverage   31.89%   76.21%   +44.32%     
===========================================
  Files         323      323               
  Lines       23029    23029               
===========================================
+ Hits         7344    17552    +10208     
+ Misses      15012     4437    -10575     
- Partials      673     1040      +367     

see 183 files with indirect coverage changes

Flag Coverage Δ
filter-true 72.24% <ø> (+65.90%) ⬆️
hana-1 ?
integration 72.24% <ø> (+65.90%) ⬆️
mongodb-1 5.47% <ø> (ø)
postgresql-1 52.43% <ø> (∅)
postgresql-2 51.63% <ø> (∅)
postgresql-3 50.69% <ø> (∅)
sort-false 72.24% <ø> (+65.90%) ⬆️
sqlite-1 51.78% <ø> (∅)
sqlite-2 50.86% <ø> (∅)
sqlite-3 49.90% <ø> (∅)
unit 30.08% <ø> (ø)

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

@AlekSi AlekSi marked this pull request as ready for review November 13, 2023 17:22
@AlekSi AlekSi requested review from ptrfarkas and a team as code owners November 13, 2023 17:22
@AlekSi AlekSi merged commit db7342a into FerretDB:main Nov 13, 2023
27 of 32 checks passed
@AlekSi AlekSi deleted the no-state branch November 13, 2023 17:30
yonarw pushed a commit to yonarw/FerretDB that referenced this pull request Nov 16, 2023
@AlekSi AlekSi added code/enhancement Some user-visible feature could work better and removed code/chore Code maintenance improvements labels Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/enhancement Some user-visible feature could work better
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Allow usage without state dir
1 participant