Skip to content

Gitlab repo sync ETL handler #466

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

Merged
merged 3 commits into from
Jul 5, 2024
Merged

Gitlab repo sync ETL handler #466

merged 3 commits into from
Jul 5, 2024

Conversation

adnanhashmi09
Copy link
Contributor

Linked Issue(s)

Closes #465

Proposed changes

This pr introduces a GitlabETLHandler service which exposes methods used by the sync layer to sync gitlab data. This includes repos data, prs_data and revert prs data used for incident mapping. The code has been tested through unit tests and manually running the sync after creating a OrgRepo data entry in the database manually.

Copy link
Contributor

@samad-yar-khan samad-yar-khan left a comment

Choose a reason for hiding this comment

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

LGTM !

@adnanhashmi09 adnanhashmi09 merged commit b58d594 into main Jul 5, 2024
3 checks passed
@adnanhashmi09 adnanhashmi09 deleted the gitlab-repo-sync branch July 5, 2024 06:22
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this could have been in Gitlab handler itself

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.

Create Gitlab sync ETL Handler to sync repos, incidents and prs data
3 participants