CHANGES:
Added
Project.merge_requests
: add parameterwip
Project.merge_requests
: add parametertarget_branch
Project.merge_requests
: add parameterper_page
Gitlab
module now exposesMessage
exceptiongitlab.atd
: adduser
,duration
,queued_duration
,commit
,
pipeline
andartifacts
topipeline_job
. Makecreated_at
field mandatory (removenullable
).gitlab.atd
: addtag
,user
,duration
andqueued_duration
topipeline_job
. Makecreated_at
field mandatory (remove
nullable
).gitlab.atd
: addevent_action_type
typeUser.events
: add paging andafter
parameter. Return a stream
instead of single list of events.
Bug fixes
gitlab.atd
: addscheduler_failure
tofailure_reason
gitlab.atd
: adddata_integrity_failure
tofailure_reason
gitlab.atd
: makemerge_request.approvals_before_merge
integralgitlab.atd
: makemerge_request.sha
nullablegitlab.atd
: add failure reasons:api_failure
,
missing_dependency_failure
,runner_unsupported
,
stale_schedule
,archived_failure
,unmet_prerequisites
,
forward_deployment_failure
,user_blocked
,project_deleted
,
ci_quota_exceeded
,pipeline_loop_detected
,
no_matching_runner
,trace_size_exceeded
,builds_disabled
,
environment_creation_failure
,deployment_rejected
,
failed_outdated_deployment_job
,protected_environment_failure
,
insufficient_bridge_permissions
,
downstream_bridge_project_not_found
,invalid_bridge_trigger
,
upstream_bridge_project_not_found
,
insufficient_upstream_permissions
,
bridge_pipeline_is_child_pipeline
,
downstream_pipeline_creation_failed
,
secrets_provider_not_found
,
reached_max_descendant_pipelines_depth
,ip_restriction_failure
,
andreached_max_pipeline_hierarchy_size
- the
action
param ofEvents.all
takes anevent_action_type
,
not anevent_action
Added
Project.pipelines
: add parameterscope