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 method for creating a snapshot #508

Merged
merged 6 commits into from Jan 17, 2024

Conversation

andre-m-dev
Copy link
Contributor

@andre-m-dev andre-m-dev commented Dec 25, 2023

Pull Request

Related issue

Fixes 504

What does this PR do?

  • Add a method to create a snapshot

PR checklist

Please check if your PR fulfills the following requirements:

  • Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • Have you read the contributing guidelines?
  • Have you made sure that the title is accurate and descriptive of the changes?

Copy link

codecov bot commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (40f80cb) 99.62% compared to head (ec514a3) 99.63%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #508   +/-   ##
=======================================
  Coverage   99.62%   99.63%           
=======================================
  Files           9        9           
  Lines         540      542    +2     
=======================================
+ Hits          538      540    +2     
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@curquiza curquiza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @andre-m-dev
LGTM but I let one of the maintainers (@ellnix or @brunoocasali) review and merge it

@curquiza curquiza added the enhancement New feature or request label Dec 26, 2023
Copy link
Member

@brunoocasali brunoocasali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Thanks for the PR I just left some comments :)

spec/meilisearch/client/snapshots_spec.rb Show resolved Hide resolved
spec/meilisearch/client/snapshots_spec.rb Outdated Show resolved Hide resolved
andre-m-dev and others added 2 commits January 10, 2024 20:12
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
@ellnix ellnix changed the title Method for creating a snapshot Add method for creating a snapshot Jan 17, 2024
Copy link
Collaborator

@ellnix ellnix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for the contribution @andre-m-dev

bors merge

meili-bors bot added a commit that referenced this pull request Jan 17, 2024
508: Add method for creating a snapshot r=ellnix a=andre-m-dev

# Pull Request

## Related issue
Fixes [504](#504)

## What does this PR do?
- Add a method to create a snapshot

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?


Co-authored-by: Andre <>
Co-authored-by: André <1729839+andre-m-dev@users.noreply.github.com>
Copy link
Contributor

meili-bors bot commented Jan 17, 2024

This PR was included in a batch that successfully built, but then failed to merge into main. It will not be retried.

Additional information:

{"message":"1 review requesting changes and 1 approving review by reviewers with write access.","documentation_url":"https://docs.github.com/articles/about-protected-branches"}

@ellnix
Copy link
Collaborator

ellnix commented Jan 17, 2024

Unfortunately it looks like we have to wait for @brunoocasali to confirm that his requested changes were addressed, I will leave merging to him.

@curquiza
Copy link
Member

curquiza commented Jan 17, 2024

Really weird, you are supposed to have the right to merge.

And you also have the right to bors merge, I've just checked

My bad, it's not about this -> it's because @brunoocasali asked for changes so we need him to approve again

@curquiza
Copy link
Member

@ellnix if the contributor made what Bruno asked for you can

  • dismiss the request of change here
Capture d’écran 2024-01-17 à 14 17 15
  • merge

@ellnix
Copy link
Collaborator

ellnix commented Jan 17, 2024

@ellnix if the contributor made what Bruno asked for you can

* dismiss the request of change here

* merge

I didn't think that could be an option. Will do right away.

@ellnix ellnix dismissed brunoocasali’s stale review January 17, 2024 13:57

Changes have been implemented

@ellnix
Copy link
Collaborator

ellnix commented Jan 17, 2024

bors merge

Copy link
Contributor

meili-bors bot commented Jan 17, 2024

@meili-bors meili-bors bot merged commit 5adacb7 into meilisearch:main Jan 17, 2024
9 checks passed
@andre-m-dev andre-m-dev deleted the add-snapshots branch January 17, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v1.5] Add a new method for creating snapshots
4 participants