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

[FEAT] Add support for multiple Git services #483

Merged
merged 5 commits into from
Nov 15, 2024

Conversation

SquirrelDeveloper
Copy link
Collaborator

Added support for GitHub, GitLab, Bitbucket, and Azure Repos in various modules. This includes updates to the schema, configuration options, UI forms, and helper functions to handle the different services. Additionally, ensured error handling and logging for these integrations.

Added support for GitHub, GitLab, Bitbucket, and Azure Repos in various modules. This includes updates to the schema, configuration options, UI forms, and helper functions to handle the different services. Additionally, ensured error handling and logging for these integrations.
@SquirrelDeveloper SquirrelDeveloper added the enhancement New feature or request label Nov 15, 2024
@SquirrelDeveloper SquirrelDeveloper added this to the V0.1.23 milestone Nov 15, 2024
SquirrelDeveloper and others added 4 commits November 15, 2024 16:53
This change modifies the PlaybooksRepository model to make the gitService field optional. The updates include changing the type definition and schema requirements to accommodate use cases where gitService is not provided.
Changed the type of selectedRecord from Partial<API.LocalRepository> to Partial<API.LocalPlaybooksRepository>. This update ensures correct type alignment and avoids potential type mismatches in the DirectoryExclusionForm component.
@SquirrelDeveloper SquirrelDeveloper merged commit d3eb8f5 into master Nov 15, 2024
9 checks passed
@SquirrelDeveloper SquirrelDeveloper deleted the feat-add-repo-supports branch November 15, 2024 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

1 participant