MeltanoLabs / MeltanoLabs/tap-gitlab
Get all commits and not just the ones on the main branch (default: master)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 12
- Forks
- 29
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no file or test. Start by finding the code that loads commits from GitLab and compare its request with the linked GitLab commits API documentation. Done means commits from branches beyond the default branch are extracted rather than only commits on the main branch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- gitlab, python
- Domain
- api, data
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100