Skip to content

add base repo resolution to archive#4654

Merged
vilmibm merged 6 commits intotrunkfrom
issue-4590
Nov 17, 2021
Merged

add base repo resolution to archive#4654
vilmibm merged 6 commits intotrunkfrom
issue-4590

Conversation

@meiji163
Copy link
Contributor

@meiji163 meiji163 commented Oct 31, 2021

Fixes #4590

  • base repo resolution with no argument
  • y/n confirmation prompt

@pxrth9 pxrth9 requested review from mislav and vilmibm November 1, 2021 22:42
@pxrth9 pxrth9 marked this pull request as ready for review November 1, 2021 22:42
@pxrth9 pxrth9 requested a review from a team as a code owner November 1, 2021 22:42
@meiji163
Copy link
Contributor Author

meiji163 commented Nov 2, 2021

I don't think we should make breaking changes (not accepting repo argument without -R). Any thought on this? @vilmibm @mislav

Copy link
Contributor

@samcoe samcoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work! I left a handful of comments, nothing major though.

},
{
name: "no argument",
name: "no arguments tty",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: "no arguments tty",
name: "no arguments no tty",

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also have the case where it is tty and there is not an error.

Copy link
Contributor

@samcoe samcoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work! Thanks for making the requested changes.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support base repo resolution in repo archive

4 participants