-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Source GitLab: Accept api_url with or without scheme #21373
Source GitLab: Accept api_url with or without scheme #21373
Conversation
@yevhenii-ldv @ykurochkin @juweins could you please take a look at this? related to #21143 and #21372 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Took some time for me to come back to this issue! Your adjustments LGTM and are reasonable. Thank you @pgollangi
* WIP * WIP * wip * more fixes * fix test * remove some more styled components and improve memoization * review comment
…byte into feat/source-gitlab-api-url
@juweins thanks for the review. I see my pipelines are failing, thus merge is blocked. Any clue on this? https://github.com/airbytehq/airbyte/actions/runs/4017449728/jobs/6901816873 |
…byte into feat/source-gitlab-api-url
|
/test connector=connectors/source-gitlab
Build FailedTest summary info:
|
/test connector=connectors/source-gitlab
Build FailedTest summary info:
|
/test connector=connectors/source-gitlab
Build PassedTest summary info:
|
/publish connector=connectors/source-gitlab
if you have connectors that successfully published but failed definition generation, follow step 4 here |
@archangelic would you mind approve again. Github tests were failing on my branch. Latest changes from main merged to my feature branch. |
* feat: source-gitlab accept api_url w/ or w/o scheme * 🪟🔧 Refactor ConnectorsView (airbytehq#21531) * WIP * WIP * wip * more fixes * fix test * remove some more styled components and improve memoization * review comment * feat: source-gitlab accept api_url w/ or w/o scheme * Revert allowedHosts missing value checks (airbytehq#21923) * bump versions * update expected records * auto-bump connector version --------- Co-authored-by: Joe Reuter <joe@airbyte.io> Co-authored-by: Evan Tahler <evan@airbyte.io> Co-authored-by: Mal Hancock <mallory@archangelic.space> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Make source-gitlab to accept
api_url
s with or without scheme, also accepts the URL with API endpoint included init. Currently gitlab source ONLY accept urls without scheme.Also fixed issues with running unit tests (missing dependency) see #21372
Fixes #21143 and #21372
User Impact
This change will not break any of the existing GitLab configuration, but starts accepting gitlab urls without HTTP or HTTPs schemes.
Pre-merge Checklist
Expand the relevant checklist and delete the others.
Updating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereTests
Unit
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.