MeltanoLabs / tap-gitlab

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

Projects are not synced when group path and project paths are provided #37

Closed pnadolny13 closed 2 years ago

pnadolny13 commented 2 years ago

In GitLab by @DouweM on Jun 14, 2020, 15:00

This check assumes that the values in projects are project IDs instead of project paths. The syncing mechanism for projects actually supports both, but because of this line, it's never getting called if a path rather than an ID is provided.

This was reported by Nehil Jain on Slack. Thanks Nehil!

pnadolny13 commented 2 years ago

In GitLab by @DouweM on Jun 14, 2020, 15:21

mentioned in merge request !25

pnadolny13 commented 2 years ago

In GitLab by @DouweM on Jun 14, 2020, 15:22

mentioned in commit cc92284d2f3a79cd636f4cc20560a0e7c55c8fd5

pnadolny13 commented 2 years ago

In GitLab by @DouweM on Jun 14, 2020, 15:22

closed via merge request !25