Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
What - Updated GitLab integration to correct entity mappings for
group
,merge-request
,issues
, andprojects
. Adjusted blueprint identifiers and ensured alignment with GitLab API specifications to prevent sync failures.Why - Previous resync attempts were failing due to incorrect mappings and relation definitions, leading to failed tasks during the entity upsert process.
How - Refined the
port-app-config.yaml
file to update the entity mappings and relations. Tested resync processes to ensure that entities are created, updated, and deleted correctly.Type of change
Core testing checklist
Integration testing checklist
examples
folder in the integration directory.Preflight checklist
Screenshots
(Include screenshots here)
API Documentation
(Provide links to the GitLab API documentation used for this integration)