Skip to content

Expose a way to retrieve the entire list of revisions via the core.Driver package #63

Description

@ncatelli

Currently, the State method on the driver ONLY returns the head of the revisions list. We should also look for a way to expose the entirety of the revisions list. This can be achieved either by:

  • Adding an optional count parameter to the state method to retrieve n number of previous revisions up to and including the entire history. Possibly with a negative value returning the whole history
  • A new method on the Driver interface for returning the entire history.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions