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

feat(cmd): snapshots command (backport #2825) #2828

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Nov 8, 2023

This is an automatic backport of pull request #2825 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

Closes #2824

## Testing

I verified the snapshots command was added

```shell
$ ./build/celestia-appd snapshots
Manage local snapshots

Usage:
  celestia-appd snapshots [command]

Available Commands:
  delete      Delete a local snapshot
  dump        Dump the snapshot as portable archive format
  export      Export app state to snapshot store
  list        List local snapshots
  load        Load a snapshot archive file (.tar.gz) into snapshot store
  restore     Restore app state from local snapshot

Flags:
  -h, --help   help for snapshots

```

(cherry picked from commit 7d28fc0)
@github-actions github-actions bot added the bot item was created by a bot label Nov 8, 2023
@celestia-bot celestia-bot requested a review from a team November 8, 2023 14:22
@codecov-commenter
Copy link

Codecov Report

Merging #2828 (fdca574) into v1.x (46128a8) will not change coverage.
Report is 3 commits behind head on v1.x.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             v1.x    #2828   +/-   ##
=======================================
  Coverage   20.20%   20.20%           
=======================================
  Files         139      139           
  Lines       16237    16237           
=======================================
  Hits         3280     3280           
  Misses      12649    12649           
  Partials      308      308           
Files Coverage Δ
x/blob/keeper/keeper.go 80.00% <100.00%> (ø)

@rootulp rootulp enabled auto-merge (squash) November 8, 2023 14:47
@rootulp rootulp merged commit 2799ace into v1.x Nov 8, 2023
26 checks passed
@rootulp rootulp deleted the mergify/bp/v1.x/pr-2825 branch November 8, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot item was created by a bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants