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: support --format for oras pull #1293

Merged
merged 58 commits into from
Apr 7, 2024
Merged

Commits on Mar 13, 2024

  1. refactor: use handler in oras pull command

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c89e678 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. refactor: remove option update for pull

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b7b76de View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. add meta output

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e08a5a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. add e2e test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1f6c55e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into format-pull

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    29bf5f1 View commit details
    Browse the repository at this point in the history
  3. add test for tracked target

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    ba7120e View commit details
    Browse the repository at this point in the history
  4. fix race

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8e28e99 View commit details
    Browse the repository at this point in the history
  5. add json test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    49f9ad9 View commit details
    Browse the repository at this point in the history
  6. add coverage

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    7f130a4 View commit details
    Browse the repository at this point in the history
  7. add comment

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d8b87d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. resolve comment

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2b8b8bb View commit details
    Browse the repository at this point in the history
  2. change to io.Closer

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    63d664b View commit details
    Browse the repository at this point in the history
  3. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a83297b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c2c148 View commit details
    Browse the repository at this point in the history
  5. resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cd5c4a4 View commit details
    Browse the repository at this point in the history
  6. bug fix

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8f8f9a4 View commit details
    Browse the repository at this point in the history
  7. add printer handle output

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    07d4a8e View commit details
    Browse the repository at this point in the history
  8. refactor printer

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a879b17 View commit details
    Browse the repository at this point in the history
  9. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    eeabec7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. move outputable to view

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    61e0241 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge remote-tracking branch 'upstream/main' into format-pull

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b82375f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    6a3d9df View commit details
    Browse the repository at this point in the history
  2. use new printer

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5f398fe View commit details
    Browse the repository at this point in the history
  3. align status output

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a8289aa View commit details
    Browse the repository at this point in the history
  4. doc clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c10a161 View commit details
    Browse the repository at this point in the history
  5. revert changes

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    a3f5f02 View commit details
    Browse the repository at this point in the history
  6. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    d839760 View commit details
    Browse the repository at this point in the history
  7. remove unused fields

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cd93b0e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    67d17a7 View commit details
    Browse the repository at this point in the history
  2. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d62f9b0 View commit details
    Browse the repository at this point in the history
  3. refactor

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6cfd9bb View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/main' into format-pull

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6b22b08 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    625c61b View commit details
    Browse the repository at this point in the history
  2. add used descriptor

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2b52250 View commit details
    Browse the repository at this point in the history
  3. resolve comment

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    47eea86 View commit details
    Browse the repository at this point in the history
  4. resolve comment

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    17df57b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. resolve comment

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bdbf73d View commit details
    Browse the repository at this point in the history
  2. bug fix

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7a21bdc View commit details
    Browse the repository at this point in the history
  3. return error for OnFilePulled

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    da5fa03 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. resolve comment

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a20c600 View commit details
    Browse the repository at this point in the history
  2. resolve commment

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    f20d61b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4791db View commit details
    Browse the repository at this point in the history
  4. e2e: cover invalid abs path

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    54cfd51 View commit details
    Browse the repository at this point in the history
  5. add e2e coverage

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ea80183 View commit details
    Browse the repository at this point in the history
  6. increase coverage

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7b59561 View commit details
    Browse the repository at this point in the history
  7. add e2e test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    6bf012f View commit details
    Browse the repository at this point in the history
  8. add e2e

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8e32d5e View commit details
    Browse the repository at this point in the history
  9. revert attach change

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    98c7faf View commit details
    Browse the repository at this point in the history
  10. exclude abs path

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a1b0026 View commit details
    Browse the repository at this point in the history
  11. refactor stop tracked target

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7079ffa View commit details
    Browse the repository at this point in the history
  12. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a38b975 View commit details
    Browse the repository at this point in the history
  13. code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    7def480 View commit details
    Browse the repository at this point in the history
  14. add stop track function

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3a9aa4f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c801bb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    71fee7a View commit details
    Browse the repository at this point in the history
  17. fix lint

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    bfe910f View commit details
    Browse the repository at this point in the history
  18. fix lint

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1b32187 View commit details
    Browse the repository at this point in the history
  19. fix lint

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    1e11eb4 View commit details
    Browse the repository at this point in the history