Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: gitlab-branch-source-plugin, gitlab-plugin
-
Labels:
-
Similar Issues:
-
Sprint:GSoC 2019. Coding Phase 1
Description
In Gitea Plugin, the webhooks management is related to the credentials. Initially the configuration was made like that but in some case user might not require setting up webhooks. Or the in simple words, it is better to keep them uncorrelated. Although a check during `manage webhooks` is required if the credentials are supplied.
Made both credentials and managehooks field independent of each other. Will later add credentials check during web hooks selection.