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

Add ability to add all of a users repos and update CLI with new features #2307

Merged
merged 4 commits into from Apr 10, 2023

Conversation

ABrain7710
Copy link
Contributor

@ABrain7710 ABrain7710 commented Apr 7, 2023

Description

  • You can now add all of a users repos at once instead of only being add orgs.
  • For example if I wanted to add all my public repos. I can now put ABrain7710 in the text box on the frontend, hit add, and all of my public repos will be added.
  • This also updates the CLI so it inserts the repo_type when adding repos
  • The regex that parses the repo url has been changed to allow periods anywhere in the repo name. At first I thought only certain extensions were allowed at the end of repo names, but after coming across a few weird ones. I came to the conclusion that they are allowed anywhere in the repo name when I was able to create a repo with the name a.b.c.d.e

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
@sgoggins sgoggins merged commit b76e305 into dev Apr 10, 2023
1 check passed
@ABrain7710 ABrain7710 deleted the get-user-repos branch April 13, 2023 22:23
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.

None yet

2 participants