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

Release 0.76.3: Fixes GitLab URL nesting Issue #2930

Merged
merged 9 commits into from
Oct 15, 2024
Merged

Release 0.76.3: Fixes GitLab URL nesting Issue #2930

merged 9 commits into from
Oct 15, 2024

Conversation

sgoggins
Copy link
Member

Description

  • Fixes GitLab infinite URL Depth issue.

@sgoggins sgoggins added the bug-fix Fixes a bug label Oct 15, 2024
@@ -143,7 +143,7 @@ def non_repo_domain_tasks(self):
enabled_tasks = []

if not RUNNING_DOCKER and machine_learning_phase.__name__ in enabled_phase_names:
#enabled_tasks.extend(machine_learning_phase())
enabled_tasks.extend(machine_learning_phase())

Choose a reason for hiding this comment

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

[pylint] reported by reviewdog 🐶
E1120: No value for argument 'repo_git' in function call (no-value-for-parameter)

@@ -143,7 +143,7 @@
enabled_tasks = []

if not RUNNING_DOCKER and machine_learning_phase.__name__ in enabled_phase_names:
#enabled_tasks.extend(machine_learning_phase())
enabled_tasks.extend(machine_learning_phase())

Choose a reason for hiding this comment

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

[pylint] reported by reviewdog 🐶
E1120: No value for argument 'full_collection' in function call (no-value-for-parameter)

Signed-off-by: Sean P. Goggins <[email protected]>
Copy link
Member Author

@sgoggins sgoggins left a comment

Choose a reason for hiding this comment

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

LGTM

@sgoggins sgoggins merged commit 6a6dbff into main Oct 15, 2024
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix Fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants