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

Various actions using file history on server (server-side) #33

Closed
2 tasks done
namseonu opened this issue Oct 19, 2023 · 0 comments
Closed
2 tasks done

Various actions using file history on server (server-side) #33

namseonu opened this issue Oct 19, 2023 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@namseonu
Copy link
Member

namseonu commented Oct 19, 2023

Is your feature request related to a problem? Please describe.
Not related to any problems, only for implementation of new features.

Describe the solution you'd like
Using the file history stored in badger database, the quic-s server can do actions like the below:

  • Show the file's history information
  • Download the file to a user-defined directory (except to .quics directory)
  • (Cancelled) Rollback to a certain version of the file using the history

Overall the actions above are executed by commands implemented using Cobra library.

@namseonu namseonu added the feature New feature or request label Oct 19, 2023
@namseonu namseonu added this to the Else utilities milestone Oct 19, 2023
@namseonu namseonu self-assigned this Oct 19, 2023
namseonu added a commit to namseonu/oss-quics-server that referenced this issue Oct 21, 2023
…t yet)

- implement 'download the file to a user-defined directory'
- hold the rollback feature because of requirements review

resolved: quic-s#33
namseonu added a commit to namseonu/oss-quics-server that referenced this issue Oct 21, 2023
- the target path should not be in .quics directory

resolved: quic-s#33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Development

No branches or pull requests

1 participant