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

Drop dumps #311

Merged
merged 2 commits into from
Aug 3, 2022
Merged

Drop dumps #311

merged 2 commits into from
Aug 3, 2022

Conversation

brunoocasali
Copy link
Member

  • Remove Dump type.
  • Remove Client#getDumpStatus method.
  • Make Client#createDump to return a Result instead of Dump.

@brunoocasali brunoocasali added the enhancement New feature or request label Aug 2, 2022
@brunoocasali brunoocasali requested a review from bidoubiwa August 2, 2022 17:05
Comment on lines +19 to +20
{ "taskUid": 278, "indexUid": null, "status": "enqueued", "type": "dumpCreation", "enqueuedAt": "2022-07-21T21:43:12.419917471Z" }
"""
Copy link
Contributor

Choose a reason for hiding this comment

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

Do you prefer this compact formating ?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, I'm evaluating the best way to maintain this kind of test, but I'm 100% sure the type of format will not impact the ability to read the tests. Btw in multiple cases, these data didn't make any difference in the result :|

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, I think it is more readable when it is in multiple lines but you decide!

Copy link
Contributor

@bidoubiwa bidoubiwa left a comment

Choose a reason for hiding this comment

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

LGTM 🔥

Base automatically changed from add-task-info to bump-meilisearch-v0.28.0 August 3, 2022 13:45
@brunoocasali brunoocasali merged commit af347ab into bump-meilisearch-v0.28.0 Aug 3, 2022
@brunoocasali brunoocasali deleted the drop-dumps branch August 3, 2022 13:46
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.

2 participants