prometa.git.gitlab.hooks package
Submodules
prometa.git.gitlab.hooks.hook_manager module
Base class for each hook manager.
prometa.git.gitlab.hooks.software_heritage module
Software Heritage hook.
- class prometa.git.gitlab.hooks.software_heritage.SoftwareHeritageHookManager(gitlab_api)[source]
Bases:
HookManager
Hook to prompt Software Heritage to archive the project when it is updated.
Module contents
Manage project hooks on GitLab.
- class prometa.git.gitlab.hooks.GitLabHooksMixin[source]
Bases:
object
Mixin to handle hooks in GitLabApi class.