MeltanoLabs / tap-gitlab

Singer.io Tap for extracting data from Gitlab's API
GNU Affero General Public License v3.0
11 stars 29 forks source link

Get all commits and not just the ones on the main branch (default: master) #61

Open ninomllr opened 2 years ago

ninomllr commented 2 years ago

When loading the commits the tap-gitlab only loads commits that are already on the main branch of a repository. All others are not loaded. I think this could be solved with the all flag? https://docs.gitlab.com/ee/api/commits.html

aaronsteers commented 2 years ago

@ninomllr - This makes sense to me. Do you feel this would be something you could contribute in a PR?

cc @pnadolny13, @tayloramurphy

ninomllr commented 2 years ago

@aaronsteers see here: https://github.com/MeltanoLabs/tap-gitlab/pull/63