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

Use copy options in push and pull commands #400

Merged
merged 75 commits into from
Jun 21, 2022

Commits on May 16, 2022

  1. Fix login bug for empty ca file

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 16, 2022
    Configuration menu
    Copy the full SHA
    acca895 View commit details
    Browse the repository at this point in the history
  2. Move user options to dedicated package

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 16, 2022
    Configuration menu
    Copy the full SHA
    8cc26cc View commit details
    Browse the repository at this point in the history
  3. Code clean

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

Commits on May 17, 2022

  1. Refactoring

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 17, 2022
    Configuration menu
    Copy the full SHA
    d2937ae View commit details
    Browse the repository at this point in the history
  2. Generalize process of applying cobra flags

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c9db85d View commit details
    Browse the repository at this point in the history
  3. Move option package into cmd

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

Commits on May 18, 2022

  1. Resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 18, 2022
    Configuration menu
    Copy the full SHA
    cbf7f98 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 May 18, 2022
    Configuration menu
    Copy the full SHA
    a2ea274 View commit details
    Browse the repository at this point in the history
  3. Code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 18, 2022
    Configuration menu
    Copy the full SHA
    4d419b9 View commit details
    Browse the repository at this point in the history
  4. Add document

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 18, 2022
    Configuration menu
    Copy the full SHA
    f18f6ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9097e7 View commit details
    Browse the repository at this point in the history
  6. Refactor flag applier

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

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 18, 2022
    Configuration menu
    Copy the full SHA
    ee278d7 View commit details
    Browse the repository at this point in the history
  8. Nit: add space after license

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 18, 2022
    Configuration menu
    Copy the full SHA
    60d81aa View commit details
    Browse the repository at this point in the history
  9. Refactor

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

Commits on May 19, 2022

  1. Refactor

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 19, 2022
    Configuration menu
    Copy the full SHA
    535fef7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin_src/main' into pull-v2

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

Commits on May 23, 2022

  1. Add push and pull

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 23, 2022
    Configuration menu
    Copy the full SHA
    1dc506b 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 May 23, 2022
    Configuration menu
    Copy the full SHA
    54dff81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda804b View commit details
    Browse the repository at this point in the history
  4. Undo pull changes

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 23, 2022
    Configuration menu
    Copy the full SHA
    8433307 View commit details
    Browse the repository at this point in the history
  5. Go module tidy

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 23, 2022
    Configuration menu
    Copy the full SHA
    88c3ecd 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 May 23, 2022
    Configuration menu
    Copy the full SHA
    8d949af View commit details
    Browse the repository at this point in the history
  7. Revamp pull

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 23, 2022
    Configuration menu
    Copy the full SHA
    f25799f View commit details
    Browse the repository at this point in the history
  8. Add reading password

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 23, 2022
    Configuration menu
    Copy the full SHA
    64cfab0 View commit details
    Browse the repository at this point in the history
  9. Add doc comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 23, 2022
    Configuration menu
    Copy the full SHA
    6668987 View commit details
    Browse the repository at this point in the history
  10. Nit

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

Commits on May 24, 2022

  1. Resolve comments

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

Commits on May 25, 2022

  1. Update comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a365049 View commit details
    Browse the repository at this point in the history
  2. Make push options private

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 25, 2022
    Configuration menu
    Copy the full SHA
    dd400a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d41c2ad View commit details
    Browse the repository at this point in the history
  4. Add pull status tracking

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

Commits on May 26, 2022

  1. Add manifest config option

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 26, 2022
    Configuration menu
    Copy the full SHA
    1cf4faa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin_src/main' into pull-v2

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 26, 2022
    Configuration menu
    Copy the full SHA
    6dbc942 View commit details
    Browse the repository at this point in the history
  3. Code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 26, 2022
    Configuration menu
    Copy the full SHA
    c199c3d View commit details
    Browse the repository at this point in the history
  4. Remove unused files

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 26, 2022
    Configuration menu
    Copy the full SHA
    cea9c67 View commit details
    Browse the repository at this point in the history
  5. Update dependency

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

Commits on May 27, 2022

  1. Resolve comments

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 27, 2022
    Configuration menu
    Copy the full SHA
    53f5f87 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 28, 2022
    Configuration menu
    Copy the full SHA
    8e61623 View commit details
    Browse the repository at this point in the history
  2. Use plain text for localhost

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 28, 2022
    Configuration menu
    Copy the full SHA
    3f424de View commit details
    Browse the repository at this point in the history
  3. Cache while pulling

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 28, 2022
    Configuration menu
    Copy the full SHA
    4956d79 View commit details
    Browse the repository at this point in the history
  4. And empty pull detection

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 28, 2022
    Configuration menu
    Copy the full SHA
    1a88e5e View commit details
    Browse the repository at this point in the history
  5. Code clean

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 28, 2022
    Configuration menu
    Copy the full SHA
    1a9fa1c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'pull-v2' of https://github.com/qweeah/oras into pull-v2

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed May 28, 2022
    Configuration menu
    Copy the full SHA
    14bf126 View commit details
    Browse the repository at this point in the history
  7. Code clean

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

Commits on May 30, 2022

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

Commits on May 31, 2022

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

Commits on Jun 1, 2022

  1. Add plain http flag check for regsitry

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    16f2623 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary else

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

Commits on Jun 2, 2022

  1. Change pull cache

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    9d196fd 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 Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8901ac9 View commit details
    Browse the repository at this point in the history
  3. Bug fix

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    c4ea9d5 View commit details
    Browse the repository at this point in the history
  4. Add unit test

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    9c06b08 View commit details
    Browse the repository at this point in the history
  5. Add doc

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    afea181 View commit details
    Browse the repository at this point in the history
  6. Use copy options in push

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    6876351 View commit details
    Browse the repository at this point in the history
  7. Adjust formatting

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    6908d59 View commit details
    Browse the repository at this point in the history
  8. Update go mod

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

Commits on Jun 3, 2022

  1. Update go mod

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    46afaa8 View commit details
    Browse the repository at this point in the history
  2. Rename package

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 3, 2022
    Configuration menu
    Copy the full SHA
    0bc93f4 View commit details
    Browse the repository at this point in the history
  3. Update status tracking for push

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

Commits on Jun 4, 2022

  1. Switch to branch with cache option

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    d2eef33 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pull-v2' into copy-options

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    8f0c8bd View commit details
    Browse the repository at this point in the history
  3. Add pull

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

Commits on Jun 5, 2022

  1. Refactor caching

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

Commits on Jun 6, 2022

  1. Add exists

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    effd6a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7006bec View commit details
    Browse the repository at this point in the history
  3. Add copy options for pulling

    Signed-off-by: Billy Zha <jinzha1@microsoft.com>
    qweeah committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    8c75a27 View commit details
    Browse the repository at this point in the history
  4. Change go mod

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

Commits on Jun 15, 2022

  1. Use copy options

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

Commits on Jun 16, 2022

  1. Code clean

    Signed-off-by: Billy Zha <qweeah@gmail.com>
    qweeah committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    97df960 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Resolve comments

    Signed-off-by: Billy Zha <qweeah@gmail.com>
    qweeah committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a766609 View commit details
    Browse the repository at this point in the history
  2. Code clean

    Signed-off-by: Billy Zha <qweeah@gmail.com>
    qweeah committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    360024a View commit details
    Browse the repository at this point in the history
  3. Remove config manifest

    Signed-off-by: Billy Zha <qweeah@gmail.com>
    qweeah committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    786e584 View commit details
    Browse the repository at this point in the history
  4. Code clean

    Signed-off-by: Billy Zha <qweeah@gmail.com>
    qweeah committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a2143fb View commit details
    Browse the repository at this point in the history
  5. Resolve comments

    Signed-off-by: Billy Zha <qweeah@gmail.com>
    qweeah committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    7f572d6 View commit details
    Browse the repository at this point in the history