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: add copyCmd() #432

Merged
merged 18 commits into from
Jul 8, 2022
Merged

feat: add copyCmd() #432

merged 18 commits into from
Jul 8, 2022

Commits on Jul 1, 2022

  1. feat: add copyCmd()

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    f70c52e View commit details
    Browse the repository at this point in the history
  2. fix: update copyOptions

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    057199f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. feat: modify Option.remote

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ada6051 View commit details
    Browse the repository at this point in the history
  2. fix: rm test file hi.txt

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    bba8f35 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. fix: update copyCmd help msg

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b7f2608 View commit details
    Browse the repository at this point in the history
  2. fix: add license at copy.go

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    52d55e0 View commit details
    Browse the repository at this point in the history
  3. fix: modify copyCmd help msg

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f6bb72c View commit details
    Browse the repository at this point in the history
  4. fix: rename Mark, BlockPassStdin; add description to their state set …

    …funcs
    
    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d4d94e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. feat: update Option.remote flag prefix; feat: update remote.go set st…

    …ate func description; feat: update copyCmd help info; feat: put copy & extendCopy func params into one line
    
    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    df670d4 View commit details
    Browse the repository at this point in the history
  2. feat: print more details via copyoption; fix: apply cmd.Flags -v, -d

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    95e1f04 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fix: deal with merge conflict

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    283ddca View commit details
    Browse the repository at this point in the history
  2. feat: add copyCmd to main.go; feat: rename orasCopyOptions;

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    16cb414 View commit details
    Browse the repository at this point in the history
  3. feat: return error if copy src has no tag or digest specified

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    166f36d View commit details
    Browse the repository at this point in the history
  4. feat: rename srcRef, dstRef -> orasSrcRef, orasDstRef

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    bcabb15 View commit details
    Browse the repository at this point in the history
  5. feat: no dst tag continue cp with no-tag; fix: update comment

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    836ee37 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. fix: Applyflag()

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    5dd4a22 View commit details
    Browse the repository at this point in the history
  2. feat: optimize the remote.go; refactor: update AddCommand

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    14b2323 View commit details
    Browse the repository at this point in the history
  3. refactor: copyCmd()

    Signed-off-by: Juncheng Zhu <junczhu@microsoft.com>
    junczhu committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    bcd6563 View commit details
    Browse the repository at this point in the history