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 'ref' field for gitlab_project_repository table #70

Open
dvaneson opened this issue May 16, 2024 · 1 comment
Open

Add 'ref' field for gitlab_project_repository table #70

dvaneson opened this issue May 16, 2024 · 1 comment

Comments

@dvaneson
Copy link
Contributor

I'd like to be able to specify the branch to use for the gitlab_project_repository table, as right now it can only ever get the file tree from the default branch from a repository.

I see in the Gitlab API Wrapper library that there is a Ref option that can be used with the ListTree API call: https://github.com/xanzy/go-gitlab/blob/main/repositories.go#L54

@graza-io
Copy link
Contributor

Thanks, this will be in v0.7.0 - may take some time as I want to get dependencies updated also and the GitLab SDK has a few changes that require some attention ;)

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

No branches or pull requests

2 participants