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: Repository methods for repo CLI and other features #5156

Merged
merged 4 commits into from
Oct 4, 2021

Commits on Oct 4, 2021

  1. Preparing RepositoryBackend classes

    * Added has_objects as new abstract and apted has_object
    * Added delete_objects as new abstract and adapted delete_object
    * Added list_objects method
    * While modifying the inherited classes I removed some of the docstrings
      since these should be anyways inherited from the parent class and were
      just adding visual noise and maintainance costs.
    ramirezfranciscof committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    3656a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2b5325 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f19f1e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2c64b1 View commit details
    Browse the repository at this point in the history