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 a GitLab manifest provider #163

Merged
merged 5 commits into from
Dec 6, 2024
Merged

Add a GitLab manifest provider #163

merged 5 commits into from
Dec 6, 2024

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Oct 16, 2021

Needs testing and authentication support

@cottsay cottsay self-assigned this Oct 16, 2021
@cottsay
Copy link
Member Author

cottsay commented Mar 7, 2022

@mikepurvis, are you still interested in GitLab support here? Any chance you can give me a hand in testing this and updating it to work with on-prem URLs?

@mikepurvis
Copy link
Contributor

@cottsay Sorry I missed this tag. I no longer needed this as we implement our own asyncio version of this kind of thing, see:

https://github.com/clearpathrobotics/colcon-distro/blob/main/colcon_distro/download.py#L139-L155

But hopefully it can be useful to someone else.

@cottsay
Copy link
Member Author

cottsay commented Nov 26, 2024

I've updated this PR to support self-hosted GitLab based on a host beginning with gitlab., and also support private repositories using the GITLAB_PRIVATE_TOKEN environment variable.

Ready for review.

@cottsay cottsay marked this pull request as ready for review November 26, 2024 19:58
Copy link
Contributor

@nuclearsandwich nuclearsandwich left a comment

Choose a reason for hiding this comment

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

One question and one suggestion that possibly simplifies things. Thanks for getting this one across the finish line.

src/rosdistro/manifest_provider/gitlab.py Outdated Show resolved Hide resolved
src/rosdistro/manifest_provider/gitlab.py Outdated Show resolved Hide resolved
cottsay and others added 2 commits November 27, 2024 21:57
@cottsay cottsay merged commit 83b8a7e into master Dec 6, 2024
18 checks passed
@cottsay cottsay deleted the cottsay/gitlab branch December 6, 2024 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants