tap-gitlab icon indicating copy to clipboard operation
tap-gitlab copied to clipboard

Results 20 tap-gitlab issues
Sort by recently updated
recently updated
newest added

This PR adds support for Gitlab Merge Request to the tap.

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

cla-missing

Fixed pager to work with commits API. The commits API does not have an `X-Total-Pages` or `X-Total` property in the header. This prevents the pager from functioning properly. https://gitlab.com/gitlab-org/gitlab/-/issues/264375

I installed `tap-gitlab` and tried to run it but got this error: ``` ModuleNotFoundError: No module named 'pytz' ``` I installed `pytz` separately using `pip`, and it worked. I'm new...

Added support for recursively iterate through subgroups, eliminating the tedious task of listing all subgroups for large organisation # Description of change Added the capability to recurse to sub-groups instead...

Hi, should I use https://github.com/singer-io/tap-gitlab or https://gitlab.com/meltano/tap-gitlab ? If I look commit history, I think that https://gitlab.com/meltano/tap-gitlab is more up to date that https://github.com/singer-io/tap-gitlab Suggestion: - can you add in...

When using https://gitlab.com/api/v3, I got the error "API V3 is no longer supported. Use API V4 instead.". So I used https://gitlab.com/api/v4 instead and it successfully worked. Please update README.md with...

# Description of change (write a short description or paste a link to JIRA) # Manual QA steps - # Risks - # Rollback steps - revert this branch

It looks like with gitlab api v13.9, weight has moved on to be a premium feature. However, there are people who are premium subscribers. Can this tap support an optional...

Hi, I am currently using Stitchdata for Gitlab integration. After a few days of running smoothly, I suddenly got this error message: 'NoneType' object has no attribute 'split'. And the...