Dmitry Kochnev
Dmitry Kochnev
**Describe the bug** with config.yml ``` projects_and_groups: "group/project": branches: develop: allowed_to_push: - user_id: 1 - user_id: 2 - user_id: 3 ``` If `user_id: 3` was removed from gitlab, we will...
**Describe the bug** For the following config ``` "project_group/*": merge_requests_approval_rules: any: name: "Any approver in project" approvals_required: 0 rule_type: any_approver enforce: true project_settings: default_branch: main branches: main: protected: true push_access_level:...
**Describe the bug** Plugin fails to starts when using @webhook annotation. Error message is: (PipelineNotifier is the name of a plugin) ``` Error: PipelineNotifier failed to activate: PipelineNotifier failed to...
**Feature request:** Check on dry-run (noop) that project is shared with groups which are used within project configurations (including possible hiearchy in configuration, etc). **Context:** GitLabForm version is 4.1.3 Project...
**What:** We would like to have `STOP_AT` parameter to specify which project should be processed as last (all the rest are skipped). **Current behaviour:** Only start-from is supported which is...