Skip to content
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

[Integration][GitLab] Fix few bugs #223

Merged
merged 8 commits into from
Nov 7, 2023
Merged

Conversation

Tankilevitch
Copy link
Contributor

@Tankilevitch Tankilevitch commented Nov 7, 2023

Description

  • Fixed a bug of not finding merge requests on hook event
  • Fixed a bug of sending binary data when file:// is configured in port.yml
  • Fixed a bug of type validation that caused skipping merge requests on resync

Type of change

Please leave one option from the following and delete the rest:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Non-breaking change (fix of existing functionality that will not change current behavior)
  • Documentation (added/updated documentation)

@Tankilevitch Tankilevitch changed the title Port fix gitlab exporter [Integration][GitLab] Fix few bugs Nov 7, 2023
Copy link
Collaborator

@yairsimantov20 yairsimantov20 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌊 left few comments

Project,
]
],
[Any],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you open a task on me to fix this typing?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure this is the correct typing though.

The paging shouldn't care what the validation function it gets; Each validation function should define whatever parameters it wants, Shouldn't it?

integrations/gitlab/CHANGELOG.md Outdated Show resolved Hide resolved
integrations/gitlab/CHANGELOG.md Outdated Show resolved Hide resolved
Project,
]
],
[Any],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm pretty sure this is the correct typing though.

The paging shouldn't care what the validation function it gets; Each validation function should define whatever parameters it wants, Shouldn't it?

@Tankilevitch Tankilevitch merged commit 0550392 into main Nov 7, 2023
3 checks passed
@Tankilevitch Tankilevitch deleted the PORT-fix-gitlab-exporter branch November 7, 2023 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants