We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update theses modifications to keep a functional coherence:
Auth Service
integrations
/integrations
/scm_integrations
API
scm_repo_link
auth_integration_id
auth_integration_uuid
Add a missed method for the SCMType constant:
SCMType
func (t SCMType) Str() string { return string(t) }
And rename all Scm... to SCM...
Scm...
SCM...
The text was updated successfully, but these errors were encountered:
brandon-welsch
Successfully merging a pull request may close this issue.
Update theses modifications to keep a functional coherence:
Auth Service
has a new updated route forintegrations
:/integrations
->/scm_integrations
API
has renamed a field inscm_repo_link
:auth_integration_id
->auth_integration_uuid
Add a missed method for the
SCMType
constant:And rename all
Scm...
toSCM...
The text was updated successfully, but these errors were encountered: