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

Patch DB CLI to Include GitLab Logic #2719

Merged
merged 4 commits into from
Feb 27, 2024
Merged

Patch DB CLI to Include GitLab Logic #2719

merged 4 commits into from
Feb 27, 2024

Conversation

IsaacMilarky
Copy link
Contributor

Description
Allow GitLab repositories to be added to augur via the old cli interface that uses csv files. Also patches a bug in the CLI that used deprecated syntax to add a repo group.

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Isaac Milarsky <[email protected]>
Signed-off-by: Isaac Milarsky <[email protected]>
@@ -66,7 +66,6 @@ def add_repos(filename):

print(
f"Inserting repo with Git URL `{repo_data['url']}` into repo group {repo_data['repo_group_id']}")
controller.add_cli_repo(repo_data)
Copy link
Contributor

Choose a reason for hiding this comment

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

It appears that controller.add_cli_repo has been removed

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh that was a typo when I was removing a test print statement before making the PR. My bad

Signed-off-by: Isaac Milarsky <[email protected]>
@ABrain7710 ABrain7710 self-requested a review February 27, 2024 00:08
@ABrain7710 ABrain7710 merged commit eec445b into dev Feb 27, 2024
5 checks passed
@IsaacMilarky IsaacMilarky deleted the gitlab-cli-patch branch March 13, 2024 18:36
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.

2 participants