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: pull client functionality and CLI command #148

Merged
merged 14 commits into from
Nov 15, 2023
Merged

Commits on Sep 8, 2022

  1. Add pull client functionality and command

    This PR isolates the pull functionality that was removed from the
    previous PR (canonical#147) and introduces the following changes:
    
     * Use a destination `io.Writer` instead of a local file path or
       `io.Reader`.
     * Includes close to perfect coverage of the `pebble pull` command and
       client functionality.
    
    Feedback appreciated!
    anpep committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    f3933c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    34ac4e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Use compact JSON style

    anpep committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    9321e29 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    31db410 View commit details
    Browse the repository at this point in the history
  2. Minor improvements

    anpep committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    4d9e290 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    bd30367 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a5d051 View commit details
    Browse the repository at this point in the history
  3. pull: Use new CLI API.

    anpep committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    fb599ca View commit details
    Browse the repository at this point in the history
  4. Fix imports

    anpep committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b713bb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    318b4d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    e273f01 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    60cedac View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    c910022 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into pull

    anpep committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    675c19b View commit details
    Browse the repository at this point in the history