gitlab.v4 package¶
Submodules¶
gitlab.v4.objects module¶
- class gitlab.v4.objects.Application(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ApplicationAppearance(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ApplicationAppearanceManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.mixins.UpdateMixin,gitlab.base.RESTManagerObject Creation
Object update
Optional attributes for object update:
titledescriptionlogoheader_logofaviconnew_project_guidelinesheader_messagefooter_messagemessage_background_colormessage_font_coloremail_header_and_footer_enabled
- gitlab: gitlab.client.Gitlab¶
- update(id=None, new_data=None, **kwargs)¶
Update an object on the server.
- Parameters
id – ID of the object to update (can be None if not required)
new_data – the update data for the object
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The new object data (not a RESTObject)
- Return type
dict
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the server cannot perform the request
- class gitlab.v4.objects.ApplicationManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
nameredirect_uriscopes
Optional attributes:
confidential
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ApplicationSettings(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ApplicationSettingsManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.mixins.UpdateMixin,gitlab.base.RESTManagerObject Creation
Object update
Optional attributes for object update:
iddefault_projects_limitsignup_enabledpassword_authentication_enabled_for_webgravatar_enabledsign_in_textcreated_atupdated_athome_page_urldefault_branch_protectionrestricted_visibility_levelsmax_attachment_sizesession_expire_delaydefault_project_visibilitydefault_snippet_visibilitydefault_group_visibilityoutbound_local_requests_whitelistdisabled_oauth_sign_in_sourcesdomain_whitelistdomain_blacklist_enableddomain_blacklistdomain_allowlistdomain_denylist_enableddomain_denylistexternal_authorization_service_enabledexternal_authorization_service_urlexternal_authorization_service_default_labelexternal_authorization_service_timeoutimport_sourcesuser_oauth_applicationsafter_sign_out_pathcontainer_registry_token_expire_delayrepository_storagesplantuml_enabledplantuml_urlterminal_max_session_timepolling_interval_multiplierrsa_key_restrictiondsa_key_restrictionecdsa_key_restrictioned25519_key_restrictionfirst_day_of_weekenforce_termstermsperformance_bar_allowed_group_idinstance_statistics_visibility_privateuser_show_add_ssh_key_messagefile_template_project_idlocal_markdown_versionasset_proxy_enabledasset_proxy_urlasset_proxy_whitelistasset_proxy_allowlistgeo_node_allowed_ipsallow_local_requests_from_hooks_and_servicesallow_local_requests_from_web_hooks_and_servicesallow_local_requests_from_system_hooks
- gitlab: gitlab.client.Gitlab¶
- update(id=None, new_data=None, **kwargs)¶
Update an object on the server.
- Parameters
id – ID of the object to update (can be None if not required)
new_data – the update data for the object
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The new object data (not a RESTObject)
- Return type
dict
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the server cannot perform the request
- class gitlab.v4.objects.AuditEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.AuditEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject listing filters
created_aftercreated_beforeentity_typeentity_id
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.BroadcastMessage(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.BroadcastMessageManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
message
Optional attributes:
starts_atends_atcolorfont
Object update
Optional attributes for object update:
messagestarts_atends_atcolorfont
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.CurrentUser(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.CurrentUserEmail(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.CurrentUserEmailManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
email
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.CurrentUserGPGKey(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.CurrentUserGPGKeyManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
key
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.CurrentUserKey(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.CurrentUserKeyManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
titlekey
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.CurrentUserManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.CurrentUserStatus(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.CurrentUserStatusManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.mixins.UpdateMixin,gitlab.base.RESTManagerObject Creation
Object update
Optional attributes for object update:
emojimessage
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.DeployKey(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.DeployKeyManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.DeployToken(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.DeployTokenManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Dockerfile(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.DockerfileManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Event(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.EventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
actiontarget_typebeforeaftersort
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Feature(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.FeatureManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- set(name, value, feature_group=None, user=None, group=None, project=None, **kwargs)¶
Create or update the object.
- Parameters
name (str) – The value to set for the object
value (bool/int) – The value to set for the object
feature_group (str) – A feature group name
user (str) – A GitLab username
group (str) – A GitLab group
project (str) – A GitLab project in form group/project
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabSetError – If an error occured
- Returns
The created/updated attribute
- Return type
obj
- class gitlab.v4.objects.GenericPackage(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GenericPackageManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.base.RESTManagerObject Creation
Object update
- download(package_name: str, package_version: str, file_name: str, streamed: bool = False, action: Optional[Callable] = None, chunk_size: int = 1024, **kwargs: Any) Optional[bytes]¶
Download a generic package.
- Parameters
package_name (str) – The package name.
package_version (str) – The package version.
file_name (str) – The name of the file in the registry
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for reatment
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the server failed to perform the request
- Returns
The package content if streamed is False, None otherwise
- Return type
str
- gitlab: gitlab.client.Gitlab¶
- upload(package_name: str, package_version: str, file_name: str, path: Union[str, pathlib.Path], **kwargs) gitlab.v4.objects.packages.GenericPackage¶
Upload a file as a generic package.
- Parameters
package_name (str) – The package name. Must follow generic package name regex rules
package_version (str) – The package version. Must follow semantic version regex rules
file_name (str) – The name of the file as uploaded in the registry
path (str) – The path to a local file to upload
- Raises
GitlabConnectionError – If the server cannot be reached
GitlabUploadError – If the file upload fails
GitlabUploadError – If
filepathcannot be read
- Returns
An object storing the metadata of the uploaded package.
- Return type
- class gitlab.v4.objects.GeoNode(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- repair(**kwargs)¶
Repair the OAuth authentication of the geo node.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabRepairError – If the server failed to perform the request
- status(**kwargs)¶
Get the status of the geo node.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the server failed to perform the request
- Returns
The status of the geo node
- Return type
dict
- class gitlab.v4.objects.GeoNodeManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Object update
Optional attributes for object update:
enabledurlfiles_max_capacityrepos_max_capacity
- current_failures(**kwargs)¶
Get the list of failures on the current geo node.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the server failed to perform the request
- Returns
The list of failures
- Return type
list
- gitlab: gitlab.client.Gitlab¶
- status(**kwargs)¶
Get the status of all the geo nodes.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the server failed to perform the request
- Returns
The status of all the geo nodes
- Return type
list
- class gitlab.v4.objects.Gitignore(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GitignoreManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Gitlabciyml(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GitlabciymlManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Group(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- add_ldap_group_link(cn, group_access, provider, **kwargs)¶
Add an LDAP group link.
- Parameters
cn (str) – CN of the LDAP group
group_access (int) – Minimum access level for members of the LDAP group
provider (str) – LDAP provider for the LDAP group
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- delete_ldap_group_link(cn, provider=None, **kwargs)¶
Delete an LDAP group link.
- Parameters
cn (str) – CN of the LDAP group
provider (str) – LDAP provider for the LDAP group
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server cannot perform the request
- ldap_sync(**kwargs)¶
Sync LDAP groups.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- manager: gitlab.base.RESTManager¶
- search(scope, search, **kwargs)¶
Search the group resources matching the provided string.’
- Parameters
scope (str) – Scope of the search
search (str) – Search string
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabSearchError – If the server failed to perform the request
- Returns
A list of dicts describing the resources found.
- Return type
Share the group with a group.
- Parameters
group_id (int) – ID of the group.
group_access (int) – Access level for the group.
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server failed to perform the request
- transfer_project(to_project_id, **kwargs)¶
Transfer a project to this group.
- Parameters
to_project_id (int) – ID of the project to transfer
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabTransferProjectError – If the project could not be transfered
Delete a shared group link within a group.
- Parameters
group_id (int) – ID of the group.
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server failed to perform the request
- class gitlab.v4.objects.GroupAccessRequest(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.AccessRequestMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupAccessRequestManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupAuditEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupAuditEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject listing filters
created_aftercreated_before
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupBadge(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupBadgeManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.BadgeRenderMixin,gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
link_urlimage_url
Object update
Optional attributes for object update:
link_urlimage_url
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupBillableMember(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupBillableMemberManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject listing filters
searchsort
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupBillableMemberMembership(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupBillableMemberMembershipManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupBoard(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupBoardList(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupBoardListManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
label_id
Object update
Mandatory attributes for object update:
position
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupBoardManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupCluster(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupClusterManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
nameplatform_kubernetes_attributes
Optional attributes:
domainenabledmanagedenvironment_scope
Object update
Optional attributes for object update:
namedomainmanagement_project_idplatform_kubernetes_attributesenvironment_scope
- create(data, **kwargs)¶
Create a new object.
- Parameters
data (dict) – Parameters to send to the server to create the resource
**kwargs – Extra options to send to the server (e.g. sudo or ‘ref_name’, ‘stage’, ‘name’, ‘all’)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- Returns
- A new instance of the manage object class build with
the data sent by the server
- Return type
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupCustomAttribute(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupCustomAttributeManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.SetMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupDeployToken(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupDeployTokenManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
namescopes
Optional attributes:
expires_atusername
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupDescendantGroup(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupDescendantGroupManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.v4.objects.groups.GroupSubgroupManagerThis manager inherits from GroupSubgroupManager as descendant groups share all attributes with subgroups, except the path and object class.
Object listing filters
skip_groupsall_availablesearchorder_bysortstatisticsownedwith_custom_attributesmin_access_level
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupEpic(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupEpicIssue(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- save(**kwargs)¶
Save the changes made to the object to the server.
The object is updated to match what the server returns.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the server cannot perform the request
- class gitlab.v4.objects.GroupEpicIssueManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
issue_id
Object update
Optional attributes for object update:
move_before_idmove_after_id
- create(data, **kwargs)¶
Create a new object.
- Parameters
data (dict) – Parameters to send to the server to create the resource
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- Returns
- A new instance of the manage object class build with
the data sent by the server
- Return type
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupEpicManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
author_idlabelsorder_bysortsearch
Object Creation
Mandatory attributes:
title
Optional attributes:
labelsdescriptionstart_dateend_date
Object update
Optional attributes for object update:
titlelabelsdescriptionstart_dateend_date
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupEpicResourceLabelEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupEpicResourceLabelEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupExport(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.DownloadMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupExportManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupHook(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupHookManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
url
Optional attributes:
push_eventsissues_eventsconfidential_issues_eventsmerge_requests_eventstag_push_eventsnote_eventsconfidential_note_eventsjob_eventspipeline_eventswiki_page_eventsdeployment_eventsreleases_eventssubgroup_eventsenable_ssl_verificationtoken
Object update
Mandatory attributes for object update:
url
Optional attributes for object update:
push_eventsissues_eventsconfidential_issues_eventsmerge_requests_eventstag_push_eventsnote_eventsconfidential_note_eventsjob_eventspipeline_eventswiki_page_eventsdeployment_eventsreleases_eventssubgroup_eventsenable_ssl_verificationtoken
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupImport(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupImportManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupIssue(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupIssueManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
statelabelsmilestoneorder_bysortiidsauthor_idassignee_idmy_reaction_emojisearchcreated_aftercreated_beforeupdated_afterupdated_before
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupIssuesStatistics(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.RefreshMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupIssuesStatisticsManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupLabel(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SubscribableMixin,gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- save(**kwargs)¶
Saves the changes made to the object to the server.
The object is updated to match what the server returns.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct.
GitlabUpdateError – If the server cannot perform the request.
- class gitlab.v4.objects.GroupLabelManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
namecolor
Optional attributes:
descriptionpriority
Object update
Mandatory attributes for object update:
name
Optional attributes for object update:
new_namecolordescriptionpriority
- delete(name, **kwargs)¶
Delete a Label on the server.
- Parameters
name – The name of the label
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server cannot perform the request
- gitlab: gitlab.client.Gitlab¶
- update(name, new_data=None, **kwargs)¶
Update a Label on the server.
- Parameters
name – The name of the label
**kwargs – Extra options to send to the server (e.g. sudo)
- class gitlab.v4.objects.GroupManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
skip_groupsall_availablesearchorder_bysortstatisticsownedwith_custom_attributesmin_access_leveltop_level_only
Object Creation
Mandatory attributes:
namepath
Optional attributes:
descriptionmembership_lockvisibilityshare_with_group_lockrequire_two_factor_authenticationtwo_factor_grace_periodproject_creation_levelauto_devops_enabledsubgroup_creation_levelemails_disabledavatarmentions_disabledlfs_enabledrequest_access_enabledparent_iddefault_branch_protectionshared_runners_minutes_limitextra_shared_runners_minutes_limit
Object update
Optional attributes for object update:
namepathdescriptionmembership_lockshare_with_group_lockvisibilityrequire_two_factor_authenticationtwo_factor_grace_periodproject_creation_levelauto_devops_enabledsubgroup_creation_levelemails_disabledavatarmentions_disabledlfs_enabledrequest_access_enableddefault_branch_protectionfile_template_project_idshared_runners_minutes_limitextra_shared_runners_minutes_limitprevent_forking_outside_groupshared_runners_setting
- gitlab: gitlab.client.Gitlab¶
- import_group(file, path, name, parent_id=None, **kwargs)¶
Import a group from an archive file.
- Parameters
file – Data or file object containing the group
path (str) – The path for the new group to be imported.
name (str) – The name for the new group.
parent_id (str) – ID of a parent group that the group will be imported into.
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabImportError – If the server failed to perform the request
- Returns
A representation of the import status.
- Return type
dict
- class gitlab.v4.objects.GroupMember(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupMemberAllManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupMemberManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.MemberAllMixin,gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
access_leveluser_id
Optional attributes:
expires_at
Object update
Mandatory attributes for object update:
access_level
Optional attributes for object update:
expires_at
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupMergeRequest(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupMergeRequestManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
stateorder_bysortmilestoneviewlabelscreated_aftercreated_beforeupdated_afterupdated_beforescopeauthor_idassignee_idapprover_idsapproved_by_idsmy_reaction_emojisource_branchtarget_branchsearchwip
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupMilestone(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- issues(**kwargs)¶
List issues related to this milestone.
- Parameters
all (bool) – If True, return all the items, without pagination
per_page (int) – Number of items to retrieve per request
page (int) – ID of the page to return (starts with page 1)
as_list (bool) – If set to False and no pagination option is defined, return a generator instead of a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the list could not be retrieved
- Returns
The list of issues
- Return type
- manager: gitlab.base.RESTManager¶
- merge_requests(**kwargs)¶
List the merge requests related to this milestone.
- Parameters
all (bool) – If True, return all the items, without pagination
per_page (int) – Number of items to retrieve per request
page (int) – ID of the page to return (starts with page 1)
as_list (bool) – If set to False and no pagination option is defined, return a generator instead of a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the list could not be retrieved
- Returns
The list of merge requests
- Return type
- class gitlab.v4.objects.GroupMilestoneManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
iidsstatesearch
Object Creation
Mandatory attributes:
title
Optional attributes:
descriptiondue_datestart_date
Object update
Optional attributes for object update:
titledescriptiondue_datestart_datestate_event
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupNotificationSettings(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.v4.objects.notification_settings.NotificationSettings- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupNotificationSettingsManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.v4.objects.notification_settings.NotificationSettingsManagerObject Creation
Object update
Optional attributes for object update:
levelnotification_emailnew_notenew_issuereopen_issueclose_issuereassign_issuenew_merge_requestreopen_merge_requestclose_merge_requestreassign_merge_requestmerge_merge_request
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupPackage(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupPackageManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
exclude_subgroupsorder_bysortpackage_typepackage_name
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupProject(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupProjectManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
archivedvisibilityorder_bysortsearchsimpleownedstarredwith_custom_attributesinclude_subgroupswith_issues_enabledwith_merge_requests_enabledwith_sharedmin_access_levelwith_security_reports
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupRunner(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupRunnerManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject listing filters
scopetag_list
Object Creation
Mandatory attributes:
runner_id
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupSubgroup(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupSubgroupManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
skip_groupsall_availablesearchorder_bysortstatisticsownedwith_custom_attributesmin_access_level
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupVariable(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupVariableManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
keyvalue
Optional attributes:
protectedvariable_typemasked
Object update
Mandatory attributes for object update:
keyvalue
Optional attributes for object update:
protectedvariable_typemasked
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.GroupWiki(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.GroupWikiManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
with_content
Object Creation
Mandatory attributes:
titlecontent
Optional attributes:
format
Object update
Optional attributes for object update:
titlecontentformat
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Hook(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.HookManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
url
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Issue(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.IssueManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject listing filters
statelabelsmilestonescopeauthor_idassignee_idmy_reaction_emojiiidsorder_bysortsearchcreated_aftercreated_beforeupdated_afterupdated_before
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.IssuesStatistics(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.RefreshMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.IssuesStatisticsManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Key(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.KeyManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetMixin,gitlab.base.RESTManagerObject Creation
Object update
- get(id=None, **kwargs)¶
Retrieve a single object.
- Parameters
id (int or str) – ID of the object to retrieve
lazy (bool) – If True, don’t request the server, but create a shallow object giving access to the managers. This is useful if you want to avoid useless calls to the API.
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The generated RESTObject.
- Return type
object
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the server cannot perform the request
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.LDAPGroup(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.LDAPGroupManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.base.RESTManagerObject listing filters
searchprovider
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- list(**kwargs)¶
Retrieve a list of objects.
- Parameters
all (bool) – If True, return all the items, without pagination
per_page (int) – Number of items to retrieve per request
page (int) – ID of the page to return (starts with page 1)
as_list (bool) – If set to False and no pagination option is defined, return a generator instead of a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The list of objects, or a generator if as_list is False
- Return type
list
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the server cannot perform the request
- class gitlab.v4.objects.License(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.LicenseManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject listing filters
popular
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.MergeRequest(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.MergeRequestManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
stateorder_bysortmilestoneviewlabelswith_labels_detailswith_merge_status_recheckcreated_aftercreated_beforeupdated_afterupdated_beforescopeauthor_idauthor_usernameassignee_idapprover_idsapproved_by_idsreviewer_idreviewer_usernamemy_reaction_emojisource_branchtarget_branchsearchinwipnotenvironmentdeployed_beforedeployed_after
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Namespace(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.NamespaceManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject listing filters
search
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.NotificationSettings(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.NotificationSettingsManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.mixins.UpdateMixin,gitlab.base.RESTManagerObject Creation
Object update
Optional attributes for object update:
levelnotification_emailnew_notenew_issuereopen_issueclose_issuereassign_issuenew_merge_requestreopen_merge_requestclose_merge_requestreassign_merge_requestmerge_merge_request
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.PagesDomain(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.PagesDomainManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.PersonalAccessToken(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.PersonalAccessTokenManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
user_id
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Project(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.RefreshMixin,gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.v4.objects.repositories.RepositoryMixin,gitlab.base.RESTObject- archive(**kwargs: Any) None¶
Archive a project.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server failed to perform the request
- artifact(ref_name: str, artifact_path: str, job: str, streamed: bool = False, action: Optional[Callable] = None, chunk_size: int = 1024, **kwargs: Any) Optional[bytes]¶
Download a single artifact file from a specific tag or branch from within the job’s artifacts archive.
- Parameters
ref_name (str) – Branch or tag name in repository. HEAD or SHA references are not supported.
artifact_path (str) – Path to a file inside the artifacts archive.
job (str) – The name of the job.
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for treatment
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the artifacts could not be retrieved
- Returns
The artifacts if streamed is False, None otherwise.
- Return type
str
- artifacts(ref_name: str, job: str, streamed: bool = False, action: Optional[Callable] = None, chunk_size: int = 1024, **kwargs: Any) Optional[bytes]¶
Get the job artifacts archive from a specific tag or branch.
- Parameters
ref_name (str) – Branch or tag name in repository. HEAD or SHA references
supported. (are not) –
artifact_path (str) – Path to a file inside the artifacts archive.
job (str) – The name of the job.
job_token (str) – Job token for multi-project pipeline triggers.
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for treatment
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the artifacts could not be retrieved
- Returns
The artifacts if streamed is False, None otherwise.
- Return type
str
- create_fork_relation(forked_from_id: int, **kwargs: Any) None¶
Create a forked from/to relation between existing projects.
- Parameters
forked_from_id (int) – The ID of the project that was forked from
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the relation could not be created
- delete_fork_relation(**kwargs: Any) None¶
Delete a forked relation between existing projects.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server failed to perform the request
- housekeeping(**kwargs: Any) None¶
Start the housekeeping task.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabHousekeepingError – If the server failed to perform the request
- languages(**kwargs: Any) Union[Dict[str, Any], requests.models.Response]¶
Get languages used in the project with percentage value.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the server failed to perform the request
- manager: gitlab.base.RESTManager¶
- mirror_pull(**kwargs: Any) None¶
Start the pull mirroring process for the project.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server failed to perform the request
- search(scope: str, search: str, **kwargs: Any) Union[gitlab.client.GitlabList, List[Dict[str, Any]]]¶
Search the project resources matching the provided string.’
- Parameters
scope (str) – Scope of the search
search (str) – Search string
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabSearchError – If the server failed to perform the request
- Returns
A list of dicts describing the resources found.
- Return type
Share the project with a group.
- Parameters
group_id (int) – ID of the group.
group_access (int) – Access level for the group.
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server failed to perform the request
- snapshot(wiki: bool = False, streamed: bool = False, action: Optional[Callable] = None, chunk_size: int = 1024, **kwargs: Any) Optional[bytes]¶
Return a snapshot of the repository.
- Parameters
wiki (bool) – If True return the wiki repository
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for treatment.
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the content could not be retrieved
- Returns
The uncompressed tar archive of the repository
- Return type
str
- star(**kwargs: Any) None¶
Star a project.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server failed to perform the request
- transfer_project(to_namespace: str, **kwargs: Any) None¶
Transfer a project to the given namespace ID
- Parameters
to_namespace (str) – ID or path of the namespace to transfer the
to (project) –
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabTransferProjectError – If the project could not be transfered
- trigger_pipeline(ref: str, token: str, variables: Optional[Dict[str, Any]] = None, **kwargs: Any) gitlab.v4.objects.pipelines.ProjectPipeline¶
Trigger a CI build.
See https://gitlab.com/help/ci/triggers/README.md#trigger-a-build
- Parameters
ref (str) – Commit to build; can be a branch name or a tag
token (str) – The trigger token
variables (dict) – Variables passed to the build script
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server failed to perform the request
- unarchive(**kwargs: Any) None¶
Unarchive a project.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server failed to perform the request
Delete a shared project link within a group.
- Parameters
group_id (int) – ID of the group.
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server failed to perform the request
- unstar(**kwargs: Any) None¶
Unstar a project.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server failed to perform the request
- upload(filename: str, filedata: Optional[bytes] = None, filepath: Optional[str] = None, **kwargs: Any) Dict[str, Any]¶
Upload the specified file into the project.
Note
Either
filedataorfilepathMUST be specified.- Parameters
filename (str) – The name of the file being uploaded
filedata (bytes) – The raw data of the file being uploaded
filepath (str) – The path to a local file to upload (optional)
- Raises
GitlabConnectionError – If the server cannot be reached
GitlabUploadError – If the file upload fails
GitlabUploadError – If
filedataandfilepathare not specifiedGitlabUploadError – If both
filedataandfilepathare specified
- Returns
- A
dictwith the keys: alt- The alternate text for the uploadurl- The direct url to the uploaded filemarkdown- Markdown for the uploaded file
- A
- Return type
dict
- class gitlab.v4.objects.ProjectAccessRequest(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.AccessRequestMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectAccessRequestManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectAdditionalStatistics(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.RefreshMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectAdditionalStatisticsManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectApproval(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectApprovalManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.mixins.UpdateMixin,gitlab.base.RESTManagerObject Creation
Object update
Optional attributes for object update:
approvals_before_mergereset_approvals_on_pushdisable_overriding_approvers_per_merge_requestmerge_requests_author_approvalmerge_requests_disable_committers_approval
- gitlab: gitlab.client.Gitlab¶
- set_approvers(approver_ids=None, approver_group_ids=None, **kwargs)¶
Change project-level allowed approvers and approver groups.
- Parameters
approver_ids (list) – User IDs that can approve MRs
approver_group_ids (list) – Group IDs whose members can approve MRs
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the server failed to perform the request
- class gitlab.v4.objects.ProjectApprovalRule(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectApprovalRuleManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
nameapprovals_required
Optional attributes:
user_idsgroup_idsprotected_branch_ids
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectAudit(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.v4.objects.audit_events.ProjectAuditEvent- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectAuditEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectAuditEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject listing filters
created_aftercreated_before
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectAuditManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.v4.objects.audit_events.ProjectAuditEventManagerObject listing filters
created_aftercreated_before
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectBadge(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectBadgeManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.BadgeRenderMixin,gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
link_urlimage_url
Object update
Optional attributes for object update:
link_urlimage_url
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectBoard(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectBoardList(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectBoardListManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
label_id
Object update
Mandatory attributes for object update:
position
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectBoardManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectBranch(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- protect(developers_can_push=False, developers_can_merge=False, **kwargs)¶
Protect the branch.
- Parameters
developers_can_push (bool) – Set to True if developers are allowed to push to the branch
developers_can_merge (bool) – Set to True if developers are allowed to merge to the branch
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabProtectError – If the branch could not be protected
- unprotect(**kwargs)¶
Unprotect the branch.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabProtectError – If the branch could not be unprotected
- class gitlab.v4.objects.ProjectBranchManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
branchref
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectCluster(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectClusterManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
nameplatform_kubernetes_attributes
Optional attributes:
domainenabledmanagedenvironment_scope
Object update
Optional attributes for object update:
namedomainmanagement_project_idplatform_kubernetes_attributesenvironment_scope
- create(data, **kwargs)¶
Create a new object.
- Parameters
data (dict) – Parameters to send to the server to create the resource
**kwargs – Extra options to send to the server (e.g. sudo or ‘ref_name’, ‘stage’, ‘name’, ‘all’)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- Returns
- A new instance of the manage object class build with
the data sent by the server
- Return type
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectCommit(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- cherry_pick(branch, **kwargs)¶
Cherry-pick a commit into a branch.
- Parameters
branch (str) – Name of target branch
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCherryPickError – If the cherry-pick could not be performed
- diff(**kwargs)¶
Generate the commit diff.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the diff could not be retrieved
- Returns
The changes done in this commit
- Return type
list
- manager: gitlab.base.RESTManager¶
- merge_requests(**kwargs)¶
List the merge requests related to the commit.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the references could not be retrieved
- Returns
The merge requests related to the commit.
- Return type
list
- refs(type='all', **kwargs)¶
List the references the commit is pushed to.
- Parameters
type (str) – The scope of references (‘branch’, ‘tag’ or ‘all’)
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the references could not be retrieved
- Returns
The references the commit is pushed to.
- Return type
list
- revert(branch, **kwargs)¶
Revert a commit on a given branch.
- Parameters
branch (str) – Name of target branch
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabRevertError – If the revert could not be performed
- Returns
The new commit data (not a RESTObject)
- Return type
dict
- signature(**kwargs)¶
Get the signature of the commit.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the signature could not be retrieved
- Returns
The commit’s signature data
- Return type
dict
- class gitlab.v4.objects.ProjectCommitComment(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectCommitCommentManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
note
Optional attributes:
pathlineline_type
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectCommitDiscussion(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectCommitDiscussionManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Optional attributes:
created_at
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectCommitDiscussionNote(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectCommitDiscussionNoteManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Optional attributes:
created_atposition
Object update
Mandatory attributes for object update:
body
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectCommitManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
branchcommit_messageactions
Optional attributes:
author_emailauthor_name
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectCommitStatus(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.RefreshMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectCommitStatusManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
state
Optional attributes:
descriptionnamecontextreftarget_urlcoverage
Object update
- create(data, **kwargs)¶
Create a new object.
- Parameters
data (dict) – Parameters to send to the server to create the resource
**kwargs – Extra options to send to the server (e.g. sudo or ‘ref_name’, ‘stage’, ‘name’, ‘all’)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- Returns
- A new instance of the manage object class build with
the data sent by the server
- Return type
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectCustomAttribute(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectCustomAttributeManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.SetMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectDeployToken(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectDeployTokenManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
namescopes
Optional attributes:
expires_atusername
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectDeployment(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectDeploymentManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.base.RESTManagerObject listing filters
order_bysortupdated_afterupdated_beforeenvironmentstatus
Object Creation
Mandatory attributes:
shareftagstatusenvironment
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectDeploymentMergeRequest(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.v4.objects.merge_requests.MergeRequest- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectDeploymentMergeRequestManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.v4.objects.merge_requests.MergeRequestManagerObject listing filters
stateorder_bysortmilestoneviewlabelswith_labels_detailswith_merge_status_recheckcreated_aftercreated_beforeupdated_afterupdated_beforescopeauthor_idauthor_usernameassignee_idapprover_idsapproved_by_idsreviewer_idreviewer_usernamemy_reaction_emojisource_branchtarget_branchsearchinwipnotenvironmentdeployed_beforedeployed_after
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectEnvironment(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- stop(**kwargs)¶
Stop the environment.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabStopError – If the operation failed
- class gitlab.v4.objects.ProjectEnvironmentManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Optional attributes:
external_url
Object update
Optional attributes for object update:
nameexternal_url
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.v4.objects.events.Event- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.v4.objects.events.EventManagerObject listing filters
actiontarget_typebeforeaftersort
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectExport(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.DownloadMixin,gitlab.mixins.RefreshMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectExportManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject Creation
Optional attributes:
description
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectFile(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- decode() bytes¶
Returns the decoded content of the file.
- Returns
the decoded content.
- Return type
(bytes)
- delete(branch, commit_message, **kwargs)¶
Delete the file from the server.
- Parameters
branch (str) – Branch from which the file will be removed
commit_message (str) – Commit message for the deletion
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server cannot perform the request
- manager: gitlab.base.RESTManager¶
- save(branch, commit_message, **kwargs)¶
Save the changes made to the file to the server.
The object is updated to match what the server returns.
- Parameters
branch (str) – Branch in which the file will be updated
commit_message (str) – Message to send with the commit
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the server cannot perform the request
- class gitlab.v4.objects.ProjectFileManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
file_pathbranchcontentcommit_message
Optional attributes:
encodingauthor_emailauthor_name
Object update
Mandatory attributes for object update:
file_pathbranchcontentcommit_message
Optional attributes for object update:
encodingauthor_emailauthor_name
- blame(file_path, ref, **kwargs)¶
Return the content of a file for a commit.
- Parameters
file_path (str) – Path of the file to retrieve
ref (str) – Name of the branch, tag or commit
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the server failed to perform the request
- Returns
a list of commits/lines matching the file
- Return type
list(blame)
- create(data, **kwargs)¶
Create a new object.
- Parameters
data (dict) – parameters to send to the server to create the resource
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
- a new instance of the managed object class built with
the data sent by the server
- Return type
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- delete(file_path, branch, commit_message, **kwargs)¶
Delete a file on the server.
- Parameters
file_path (str) – Path of the file to remove
branch (str) – Branch from which the file will be removed
commit_message (str) – Commit message for the deletion
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server cannot perform the request
- get(file_path, ref, **kwargs)¶
Retrieve a single file.
- Parameters
file_path (str) – Path of the file to retrieve
ref (str) – Name of the branch, tag or commit
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the file could not be retrieved
- Returns
The generated RESTObject
- Return type
object
- gitlab: gitlab.client.Gitlab¶
- raw(file_path, ref, streamed=False, action=None, chunk_size=1024, **kwargs)¶
Return the content of a file for a commit.
- Parameters
ref (str) – ID of the commit
filepath (str) – Path of the file to return
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for treatment
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the file could not be retrieved
- Returns
The file content
- Return type
str
- update(file_path, new_data=None, **kwargs)¶
Update an object on the server.
- Parameters
id – ID of the object to update (can be None if not required)
new_data – the update data for the object
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The new object data (not a RESTObject)
- Return type
dict
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the server cannot perform the request
- class gitlab.v4.objects.ProjectFork(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectForkManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CreateMixin,gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
archivedvisibilityorder_bysortsearchsimpleownedmembershipstarredstatisticswith_custom_attributeswith_issues_enabledwith_merge_requests_enabled
Object Creation
Optional attributes:
namespace
Object update
- create(data: Optional[Dict[str, Any]] = None, **kwargs: Any) gitlab.v4.objects.projects.ProjectFork¶
Creates a new object.
- Parameters
data (dict) – Parameters to send to the server to create the resource
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- Returns
- A new instance of the managed object class build with
the data sent by the server
- Return type
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectHook(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectHookManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
url
Optional attributes:
push_eventsissues_eventsconfidential_issues_eventsmerge_requests_eventstag_push_eventsnote_eventsjob_eventspipeline_eventswiki_page_eventsenable_ssl_verificationtoken
Object update
Mandatory attributes for object update:
url
Optional attributes for object update:
push_eventsissues_eventsconfidential_issues_eventsmerge_requests_eventstag_push_eventsnote_eventsjob_eventspipeline_eventswiki_eventsenable_ssl_verificationtoken
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectImport(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.RefreshMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectImportManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssue(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.UserAgentDetailMixin,gitlab.mixins.SubscribableMixin,gitlab.mixins.TodoMixin,gitlab.mixins.TimeTrackingMixin,gitlab.mixins.ParticipantsMixin,gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- closed_by(**kwargs)¶
List merge requests that will close the issue when merged.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetErrot – If the merge requests could not be retrieved
- Returns
The list of merge requests.
- Return type
list
- manager: gitlab.base.RESTManager¶
- move(to_project_id, **kwargs)¶
Move the issue to another project.
- Parameters
to_project_id (int) – ID of the target project
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the issue could not be moved
List merge requests related to the issue.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetErrot – If the merge requests could not be retrieved
- Returns
The list of merge requests.
- Return type
list
- class gitlab.v4.objects.ProjectIssueAwardEmoji(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssueAwardEmojiManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssueDiscussion(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssueDiscussionManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Optional attributes:
created_at
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssueDiscussionNote(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssueDiscussionNoteManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Optional attributes:
created_at
Object update
Mandatory attributes for object update:
body
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssueLink(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssueLinkManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
target_project_idtarget_issue_iid
Object update
- create(data, **kwargs)¶
Create a new object.
- Parameters
data (dict) – parameters to send to the server to create the resource
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The source and target issues
- Return type
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssueManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
iidsstatelabelsmilestonescopeauthor_idassignee_idmy_reaction_emojiorder_bysortsearchcreated_aftercreated_beforeupdated_afterupdated_before
Object Creation
Mandatory attributes:
title
Optional attributes:
descriptionconfidentialassignee_idsassignee_idmilestone_idlabelscreated_atdue_datemerge_request_to_resolve_discussions_ofdiscussion_to_resolve
Object update
Optional attributes for object update:
titledescriptionconfidentialassignee_idsassignee_idmilestone_idlabelsstate_eventupdated_atdue_datediscussion_locked
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssueNote(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssueNoteAwardEmoji(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssueNoteAwardEmojiManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssueNoteManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Optional attributes:
created_at
Object update
Mandatory attributes for object update:
body
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssueResourceLabelEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssueResourceLabelEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssueResourceMilestoneEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssueResourceMilestoneEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssueResourceStateEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssueResourceStateEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectIssuesStatistics(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.RefreshMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectIssuesStatisticsManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectJob(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.RefreshMixin,gitlab.base.RESTObject- artifact(path, streamed=False, action=None, chunk_size=1024, **kwargs)¶
Get a single artifact file from within the job’s artifacts archive.
- Parameters
path (str) – Path of the artifact
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for treatment
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the artifacts could not be retrieved
- Returns
The artifacts if streamed is False, None otherwise.
- Return type
str
- artifacts(streamed=False, action=None, chunk_size=1024, **kwargs)¶
Get the job artifacts.
- Parameters
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for treatment
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the artifacts could not be retrieved
- Returns
The artifacts if streamed is False, None otherwise.
- Return type
str
- cancel(**kwargs)¶
Cancel the job.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabJobCancelError – If the job could not be canceled
- delete_artifacts(**kwargs)¶
Delete artifacts of a job.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the request could not be performed
- erase(**kwargs)¶
Erase the job (remove job artifacts and trace).
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabJobEraseError – If the job could not be erased
- keep_artifacts(**kwargs)¶
Prevent artifacts from being deleted when expiration is set.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the request could not be performed
- manager: gitlab.base.RESTManager¶
- play(**kwargs)¶
Trigger a job explicitly.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabJobPlayError – If the job could not be triggered
- retry(**kwargs)¶
Retry the job.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabJobRetryError – If the job could not be retried
- trace(streamed=False, action=None, chunk_size=1024, **kwargs)¶
Get the job trace.
- Parameters
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for treatment
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the artifacts could not be retrieved
- Returns
The trace
- Return type
str
- class gitlab.v4.objects.ProjectJobManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectKey(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectKeyManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
titlekey
Optional attributes:
can_push
Object update
Optional attributes for object update:
titlecan_push
- enable(key_id, **kwargs)¶
Enable a deploy key for a project.
- Parameters
key_id (int) – The ID of the key to enable
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabProjectDeployKeyError – If the key could not be enabled
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectLabel(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SubscribableMixin,gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- save(**kwargs)¶
Saves the changes made to the object to the server.
The object is updated to match what the server returns.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct.
GitlabUpdateError – If the server cannot perform the request.
- class gitlab.v4.objects.ProjectLabelManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
namecolor
Optional attributes:
descriptionpriority
Object update
Mandatory attributes for object update:
name
Optional attributes for object update:
new_namecolordescriptionpriority
- delete(name, **kwargs)¶
Delete a Label on the server.
- Parameters
name – The name of the label
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server cannot perform the request
- gitlab: gitlab.client.Gitlab¶
- update(name, new_data=None, **kwargs)¶
Update a Label on the server.
- Parameters
name – The name of the label
**kwargs – Extra options to send to the server (e.g. sudo)
- class gitlab.v4.objects.ProjectManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
archivedid_afterid_beforelast_activity_afterlast_activity_beforemembershipmin_access_levelorder_byownedrepository_checksum_failedrepository_storagesearch_namespacessearchsimplesortstarredstatisticstopicvisibilitywiki_checksum_failedwith_custom_attributeswith_issues_enabledwith_merge_requests_enabledwith_programming_language
Object Creation
Optional attributes:
namepathallow_merge_on_skipped_pipelineanalytics_access_levelapprovals_before_mergeauto_cancel_pending_pipelinesauto_devops_deploy_strategyauto_devops_enabledautoclose_referenced_issuesavatarbuild_coverage_regexbuild_git_strategybuild_timeoutbuilds_access_levelci_config_pathcontainer_expiration_policy_attributescontainer_registry_enableddefault_branchdescriptionemails_disabledexternal_authorization_classification_labelforking_access_levelgroup_with_project_templates_idimport_urlinitialize_with_readmeissues_access_levelissues_enabledjobs_enabledlfs_enabledmerge_methodmerge_requests_access_levelmerge_requests_enabledmirror_trigger_buildsmirrornamespace_idoperations_access_levelonly_allow_merge_if_all_discussions_are_resolvedonly_allow_merge_if_pipeline_succeedspackages_enabledpages_access_levelrequirements_access_levelprinting_merge_request_link_enabledpublic_buildsremove_source_branch_after_mergerepository_access_levelrepository_storagerequest_access_enabledresolve_outdated_diff_discussionsshared_runners_enabledshow_default_award_emojissnippets_access_levelsnippets_enabledtag_listtemplate_nametemplate_project_iduse_custom_templatevisibilitywiki_access_levelwiki_enabled
Object update
Optional attributes for object update:
allow_merge_on_skipped_pipelineanalytics_access_levelapprovals_before_mergeauto_cancel_pending_pipelinesauto_devops_deploy_strategyauto_devops_enabledautoclose_referenced_issuesavatarbuild_coverage_regexbuild_git_strategybuild_timeoutbuilds_access_levelci_config_pathci_default_git_depthci_forward_deployment_enabledcontainer_expiration_policy_attributescontainer_registry_enableddefault_branchdescriptionemails_disabledexternal_authorization_classification_labelforking_access_levelimport_urlissues_access_levelissues_enabledjobs_enabledlfs_enabledmerge_methodmerge_requests_access_levelmerge_requests_enabledmirror_overwrites_diverged_branchesmirror_trigger_buildsmirror_user_idmirrornameoperations_access_levelonly_allow_merge_if_all_discussions_are_resolvedonly_allow_merge_if_pipeline_succeedsonly_mirror_protected_branchespackages_enabledpages_access_levelrequirements_access_levelrestrict_user_defined_variablespathpublic_buildsremove_source_branch_after_mergerepository_access_levelrepository_storagerequest_access_enabledresolve_outdated_diff_discussionsservice_desk_enabledshared_runners_enabledshow_default_award_emojissnippets_access_levelsnippets_enabledsuggestion_commit_messagetag_listvisibilitywiki_access_levelwiki_enabledissues_templatemerge_requests_template
- get(id: Union[str, int], lazy: bool = False, **kwargs: Any) gitlab.v4.objects.projects.Project¶
Retrieve a single object.
- Parameters
id (int or str) – ID of the object to retrieve
lazy (bool) – If True, don’t request the server, but create a shallow object giving access to the managers. This is useful if you want to avoid useless calls to the API.
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The generated RESTObject.
- Return type
object
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the server cannot perform the request
- gitlab: gitlab.client.Gitlab¶
- import_bitbucket_server(bitbucket_server_url: str, bitbucket_server_username: str, personal_access_token: str, bitbucket_server_project: str, bitbucket_server_repo: str, new_name: Optional[str] = None, target_namespace: Optional[str] = None, **kwargs: Any) Union[Dict[str, Any], requests.models.Response]¶
Import a project from BitBucket Server to Gitlab (schedule the import)
This method will return when an import operation has been safely queued, or an error has occurred. After triggering an import, check the
import_statusof the newly created project to detect when the import operation has completed.Note
This request may take longer than most other API requests. So this method will specify a 60 second default timeout if none is specified. A timeout can be specified via kwargs to override this functionality.
- Parameters
bitbucket_server_url (str) – Bitbucket Server URL
bitbucket_server_username (str) – Bitbucket Server Username
personal_access_token (str) – Bitbucket Server personal access token/password
bitbucket_server_project (str) – Bitbucket Project Key
bitbucket_server_repo (str) – Bitbucket Repository Name
new_name (str) – New repository name (Optional)
target_namespace (str) – Namespace to import repository into. Supports subgroups like /namespace/subgroup (Optional)
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the server failed to perform the request
- Returns
A representation of the import status.
- Return type
dict
Example:
gl = gitlab.Gitlab_from_config() print("Triggering import") result = gl.projects.import_bitbucket_server( bitbucket_server_url="https://some.server.url", bitbucket_server_username="some_bitbucket_user", personal_access_token="my_password_or_access_token", bitbucket_server_project="my_project", bitbucket_server_repo="my_repo", new_name="gl_project_name", target_namespace="gl_project_path" ) project = gl.projects.get(ret['id']) print("Waiting for import to complete") while project.import_status == u'started': time.sleep(1.0) project = gl.projects.get(project.id) print("BitBucket import complete")
- import_github(personal_access_token: str, repo_id: int, target_namespace: str, new_name: Optional[str] = None, **kwargs: Any) Union[Dict[str, Any], requests.models.Response]¶
Import a project from Github to Gitlab (schedule the import)
This method will return when an import operation has been safely queued, or an error has occurred. After triggering an import, check the
import_statusof the newly created project to detect when the import operation has completed.Note
This request may take longer than most other API requests. So this method will specify a 60 second default timeout if none is specified. A timeout can be specified via kwargs to override this functionality.
- Parameters
personal_access_token (str) – GitHub personal access token
repo_id (int) – Github repository ID
target_namespace (str) – Namespace to import repo into
new_name (str) – New repo name (Optional)
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the server failed to perform the request
- Returns
A representation of the import status.
- Return type
dict
Example:
gl = gitlab.Gitlab_from_config() print("Triggering import") result = gl.projects.import_github(ACCESS_TOKEN, 123456, "my-group/my-subgroup") project = gl.projects.get(ret['id']) print("Waiting for import to complete") while project.import_status == u'started': time.sleep(1.0) project = gl.projects.get(project.id) print("Github import complete")
- import_project(file: str, path: str, name: Optional[str] = None, namespace: Optional[str] = None, overwrite: bool = False, override_params: Optional[Dict[str, Any]] = None, **kwargs: Any) Union[Dict[str, Any], requests.models.Response]¶
Import a project from an archive file.
- Parameters
file – Data or file object containing the project
path (str) – Name and path for the new project
namespace (str) – The ID or path of the namespace that the project will be imported to
overwrite (bool) – If True overwrite an existing project with the same path
override_params (dict) – Set the specific settings for the project
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the server failed to perform the request
- Returns
A representation of the import status.
- Return type
dict
- class gitlab.v4.objects.ProjectMember(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMemberAllManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMemberManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.MemberAllMixin,gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
access_leveluser_id
Optional attributes:
expires_at
Object update
Mandatory attributes for object update:
access_level
Optional attributes for object update:
expires_at
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequest(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SubscribableMixin,gitlab.mixins.TodoMixin,gitlab.mixins.TimeTrackingMixin,gitlab.mixins.ParticipantsMixin,gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- approve(sha=None, **kwargs)¶
Approve the merge request.
- Parameters
sha (str) – Head SHA of MR
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabMRApprovalError – If the approval failed
- cancel_merge_when_pipeline_succeeds(**kwargs)¶
Cancel merge when the pipeline succeeds.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabMROnBuildSuccessError – If the server could not handle the request
- changes(**kwargs)¶
List the merge request changes.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the list could not be retrieved
- Returns
List of changes
- Return type
- closes_issues(**kwargs)¶
List issues that will close on merge.”
- Parameters
all (bool) – If True, return all the items, without pagination
per_page (int) – Number of items to retrieve per request
page (int) – ID of the page to return (starts with page 1)
as_list (bool) – If set to False and no pagination option is defined, return a generator instead of a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the list could not be retrieved
- Returns
List of issues
- Return type
- commits(**kwargs)¶
List the merge request commits.
- Parameters
all (bool) – If True, return all the items, without pagination
per_page (int) – Number of items to retrieve per request
page (int) – ID of the page to return (starts with page 1)
as_list (bool) – If set to False and no pagination option is defined, return a generator instead of a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the list could not be retrieved
- Returns
The list of commits
- Return type
- manager: gitlab.base.RESTManager¶
- merge(merge_commit_message=None, should_remove_source_branch=False, merge_when_pipeline_succeeds=False, **kwargs)¶
Accept the merge request.
- Parameters
merge_commit_message (bool) – Commit message
should_remove_source_branch (bool) – If True, removes the source branch
merge_when_pipeline_succeeds (bool) – Wait for the build to succeed, then merge
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabMRClosedError – If the merge failed
- merge_ref(**kwargs)¶
- Attempt to merge changes between source and target branches into
refs/merge-requests/:iid/merge.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabGetError – If cannot be merged
- rebase(**kwargs)¶
Attempt to rebase the source branch onto the target branch
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabMRRebaseError – If rebasing failed
- unapprove(**kwargs)¶
Unapprove the merge request.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabMRApprovalError – If the unapproval failed
- class gitlab.v4.objects.ProjectMergeRequestApproval(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestApprovalManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.mixins.UpdateMixin,gitlab.base.RESTManagerObject Creation
Object update
Mandatory attributes for object update:
approvals_required
- gitlab: gitlab.client.Gitlab¶
- set_approvers(approvals_required, approver_ids=None, approver_group_ids=None, approval_rule_name='name', **kwargs)¶
Change MR-level allowed approvers and approver groups.
- Parameters
approvals_required (integer) – The number of required approvals for this rule
approver_ids (list of integers) – User IDs that can approve MRs
approver_group_ids (list) – Group IDs whose members can approve MRs
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the server failed to perform the request
- class gitlab.v4.objects.ProjectMergeRequestApprovalRule(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- save(**kwargs)¶
Save the changes made to the object to the server.
The object is updated to match what the server returns.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the server cannot perform the request
- class gitlab.v4.objects.ProjectMergeRequestApprovalRuleManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject listing filters
namerule_type
Object Creation
Mandatory attributes:
idmerge_request_iidnameapprovals_required
Optional attributes:
approval_project_rule_iduser_idsgroup_ids
Object update
Mandatory attributes for object update:
idmerge_request_iidapproval_rule_idnameapprovals_required
Optional attributes for object update:
user_idsgroup_ids
- create(data, **kwargs)¶
Create a new object.
- Parameters
data (dict) – Parameters to send to the server to create the resource
**kwargs – Extra options to send to the server (e.g. sudo or ‘ref_name’, ‘stage’, ‘name’, ‘all’)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- Returns
- A new instance of the manage object class build with
the data sent by the server
- Return type
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestAwardEmoji(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestAwardEmojiManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestDiff(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestDiffManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestDiscussion(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestDiscussionManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Optional attributes:
created_atposition
Object update
Mandatory attributes for object update:
resolved
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestDiscussionNote(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestDiscussionNoteManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Optional attributes:
created_at
Object update
Mandatory attributes for object update:
body
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
stateorder_bysortmilestoneviewlabelscreated_aftercreated_beforeupdated_afterupdated_beforescopeiidsauthor_idassignee_idapprover_idsapproved_by_idsmy_reaction_emojisource_branchtarget_branchsearchwip
Object Creation
Mandatory attributes:
source_branchtarget_branchtitle
Optional attributes:
assignee_iddescriptiontarget_project_idlabelsmilestone_idremove_source_branchallow_maintainer_to_pushsquashreviewer_ids
Object update
Optional attributes for object update:
target_branchassignee_idtitledescriptionstate_eventlabelsmilestone_idremove_source_branchdiscussion_lockedallow_maintainer_to_pushsquashreviewer_ids
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestNote(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestNoteAwardEmoji(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestNoteAwardEmojiManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestNoteManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Object update
Mandatory attributes for object update:
body
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestPipeline(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestPipelineManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CreateMixin,gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestResourceLabelEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestResourceLabelEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestResourceMilestoneEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestResourceMilestoneEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMergeRequestResourceStateEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectMergeRequestResourceStateEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectMilestone(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- issues(**kwargs)¶
List issues related to this milestone.
- Parameters
all (bool) – If True, return all the items, without pagination
per_page (int) – Number of items to retrieve per request
page (int) – ID of the page to return (starts with page 1)
as_list (bool) – If set to False and no pagination option is defined, return a generator instead of a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the list could not be retrieved
- Returns
The list of issues
- Return type
- manager: gitlab.base.RESTManager¶
- merge_requests(**kwargs)¶
List the merge requests related to this milestone.
- Parameters
all (bool) – If True, return all the items, without pagination
per_page (int) – Number of items to retrieve per request
page (int) – ID of the page to return (starts with page 1)
as_list (bool) – If set to False and no pagination option is defined, return a generator instead of a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the list could not be retrieved
- Returns
The list of merge requests
- Return type
- class gitlab.v4.objects.ProjectMilestoneManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
iidsstatesearch
Object Creation
Mandatory attributes:
title
Optional attributes:
descriptiondue_datestart_datestate_event
Object update
Optional attributes for object update:
titledescriptiondue_datestart_datestate_event
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectNote(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectNoteManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectNotificationSettings(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.v4.objects.notification_settings.NotificationSettings- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectNotificationSettingsManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.v4.objects.notification_settings.NotificationSettingsManagerObject Creation
Object update
Optional attributes for object update:
levelnotification_emailnew_notenew_issuereopen_issueclose_issuereassign_issuenew_merge_requestreopen_merge_requestclose_merge_requestreassign_merge_requestmerge_merge_request
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPackage(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectPackageFile(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectPackageFileManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPackageManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.GetMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject listing filters
order_bysortpackage_typepackage_name
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPagesDomain(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectPagesDomainManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
domain
Optional attributes:
certificatekey
Object update
Optional attributes for object update:
certificatekey
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPipeline(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.RefreshMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- cancel(**kwargs)¶
Cancel the job.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabPipelineCancelError – If the request failed
- manager: gitlab.base.RESTManager¶
- retry(**kwargs)¶
Retry the job.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabPipelineRetryError – If the request failed
- class gitlab.v4.objects.ProjectPipelineBridge(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectPipelineBridgeManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
scope
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPipelineJob(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectPipelineJobManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
scopeinclude_retried
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPipelineManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject listing filters
scopestatusrefshayaml_errorsnameusernameorder_bysort
Object Creation
Mandatory attributes:
ref
Object update
- create(data, **kwargs)¶
Creates a new object.
- Parameters
data (dict) – Parameters to send to the server to create the resource
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server cannot perform the request
- Returns
- A new instance of the managed object class build with
the data sent by the server
- Return type
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPipelineSchedule(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- play(**kwargs)¶
Trigger a new scheduled pipeline, which runs immediately. The next scheduled run of this pipeline is not affected.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabPipelinePlayError – If the request failed
- take_ownership(**kwargs)¶
Update the owner of a pipeline schedule.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabOwnershipError – If the request failed
- class gitlab.v4.objects.ProjectPipelineScheduleManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
descriptionrefcron
Optional attributes:
cron_timezoneactive
Object update
Optional attributes for object update:
descriptionrefcroncron_timezoneactive
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPipelineScheduleVariable(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectPipelineScheduleVariableManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
keyvalue
Object update
Mandatory attributes for object update:
keyvalue
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPipelineTestReport(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectPipelineTestReportManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPipelineVariable(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectPipelineVariableManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectProtectedBranch(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectProtectedBranchManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Optional attributes:
push_access_levelmerge_access_levelunprotect_access_levelallowed_to_pushallowed_to_mergeallowed_to_unprotectcode_owner_approval_required
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectProtectedTag(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectProtectedTagManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Optional attributes:
create_access_level
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectPushRules(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectPushRulesManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Optional attributes:
deny_delete_tagmember_checkprevent_secretscommit_message_regexbranch_name_regexauthor_email_regexfile_name_regexmax_file_size
Object update
Optional attributes for object update:
deny_delete_tagmember_checkprevent_secretscommit_message_regexbranch_name_regexauthor_email_regexfile_name_regexmax_file_size
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectRegistryRepository(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectRegistryRepositoryManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.DeleteMixin,gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectRegistryTag(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectRegistryTagManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.DeleteMixin,gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject Creation
Object update
- delete_in_bulk(name_regex='.*', **kwargs)¶
Delete Tag in bulk
- Parameters
name_regex (string) – The regex of the name to delete. To delete all tags specify .*.
keep_n (integer) – The amount of latest tags of given name to keep.
name_regex_keep (string) – The regex of the name to keep. This value overrides any matches from name_regex.
older_than (string) – Tags to delete that are older than the given time, written in human readable form 1h, 1d, 1month.
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeleteError – If the server cannot perform the request
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectRelease(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectReleaseLink(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectReleaseLinkManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
nameurl
Optional attributes:
filepathlink_type
Object update
Optional attributes for object update:
nameurlfilepathlink_type
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectReleaseManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
tag_namedescription
Optional attributes:
namerefassets
Object update
Optional attributes for object update:
namedescriptionmilestonesreleased_at
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectRemoteMirror(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectRemoteMirrorManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
url
Optional attributes:
enabledonly_protected_branches
Object update
Optional attributes for object update:
enabledonly_protected_branches
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectRunner(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectRunnerManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject listing filters
scopetag_list
Object Creation
Mandatory attributes:
runner_id
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectService(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectServiceManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- available(**kwargs)¶
List the services known by python-gitlab.
- Returns
The list of service code names.
- Return type
list (str)
- get(id, **kwargs)¶
Retrieve a single object.
- Parameters
id (int or str) – ID of the object to retrieve
lazy (bool) – If True, don’t request the server, but create a shallow object giving access to the managers. This is useful if you want to avoid useless calls to the API.
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The generated RESTObject.
- Return type
object
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the server cannot perform the request
- gitlab: gitlab.client.Gitlab¶
- update(id=None, new_data=None, **kwargs)¶
Update an object on the server.
- Parameters
id – ID of the object to update (can be None if not required)
new_data – the update data for the object
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The new object data (not a RESTObject)
- Return type
dict
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUpdateError – If the server cannot perform the request
- class gitlab.v4.objects.ProjectSnippet(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.UserAgentDetailMixin,gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- content(streamed=False, action=None, chunk_size=1024, **kwargs)¶
Return the content of a snippet.
- Parameters
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for treatment.
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the content could not be retrieved
- Returns
The snippet content
- Return type
str
- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectSnippetAwardEmoji(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectSnippetAwardEmojiManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectSnippetDiscussion(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectSnippetDiscussionManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Optional attributes:
created_at
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectSnippetDiscussionNote(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectSnippetDiscussionNoteManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetMixin,gitlab.mixins.CreateMixin,gitlab.mixins.UpdateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Optional attributes:
created_at
Object update
Mandatory attributes for object update:
body
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectSnippetManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
titlefile_namecontentvisibility
Optional attributes:
description
Object update
Optional attributes for object update:
titlefile_namecontentvisibilitydescription
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectSnippetNote(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectSnippetNoteAwardEmoji(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectSnippetNoteAwardEmojiManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
name
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectSnippetNoteManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
body
Object update
Mandatory attributes for object update:
body
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectTag(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- set_release_description(description, **kwargs)¶
Set the release notes on the tag.
If the release doesn’t exist yet, it will be created. If it already exists, its description will be updated.
- Parameters
description (str) – Description of the release.
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabCreateError – If the server fails to create the release
GitlabUpdateError – If the server fails to update the release
- class gitlab.v4.objects.ProjectTagManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
tag_nameref
Optional attributes:
message
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectTrigger(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- take_ownership(**kwargs)¶
Update the owner of a trigger.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabOwnershipError – If the request failed
- class gitlab.v4.objects.ProjectTriggerManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
description
Object update
Mandatory attributes for object update:
description
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectUser(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectUserManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
searchskip_users
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectVariable(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectVariableManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
keyvalue
Optional attributes:
protectedvariable_typemaskedenvironment_scope
Object update
Mandatory attributes for object update:
keyvalue
Optional attributes for object update:
protectedvariable_typemaskedenvironment_scope
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.ProjectWiki(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.ProjectWikiManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
with_content
Object Creation
Mandatory attributes:
titlecontent
Optional attributes:
format
Object update
Optional attributes for object update:
titlecontentformat
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Runner(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.RunnerJob(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.RunnerJobManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject listing filters
status
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.RunnerManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
scopetag_list
Object Creation
Mandatory attributes:
token
Optional attributes:
descriptioninfoactivelockedrun_untaggedtag_listaccess_levelmaximum_timeout
Object update
Optional attributes for object update:
descriptionactivetag_listrun_untaggedlockedaccess_levelmaximum_timeout
- all(scope=None, **kwargs)¶
List all the runners.
- Parameters
scope (str) – The scope of runners to show, one of: specific, shared, active, paused, online
all (bool) – If True, return all the items, without pagination
per_page (int) – Number of items to retrieve per request
page (int) – ID of the page to return (starts with page 1)
as_list (bool) – If set to False and no pagination option is defined, return a generator instead of a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the server failed to perform the request
- Returns
a list of runners matching the scope.
- Return type
list(Runner)
- gitlab: gitlab.client.Gitlab¶
- verify(token, **kwargs)¶
Validates authentication credentials for a registered Runner.
- Parameters
token (str) – The runner’s authentication token
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabVerifyError – If the server failed to verify the token
- class gitlab.v4.objects.SidekiqManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.base.RESTManagerManager for the Sidekiq methods.
This manager doesn’t actually manage objects but provides helper fonction for the sidekiq metrics API.
Object Creation
Object update
- compound_metrics(**kwargs)¶
Return all available metrics and statistics.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the information couldn’t be retrieved
- Returns
All available Sidekiq metrics and statistics
- Return type
dict
- gitlab: gitlab.client.Gitlab¶
- job_stats(**kwargs)¶
Return statistics about the jobs performed.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the information couldn’t be retrieved
- Returns
Statistics about the Sidekiq jobs performed
- Return type
dict
- process_metrics(**kwargs)¶
Return the registred sidekiq workers.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the information couldn’t be retrieved
- Returns
Information about the register Sidekiq worker
- Return type
dict
- queue_metrics(**kwargs)¶
Return the registred queues information.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the information couldn’t be retrieved
- Returns
Information about the Sidekiq queues
- Return type
dict
- class gitlab.v4.objects.Snippet(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.UserAgentDetailMixin,gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- content(streamed=False, action=None, chunk_size=1024, **kwargs)¶
Return the content of a snippet.
- Parameters
streamed (bool) – If True the data will be processed by chunks of chunk_size and each chunk is passed to action for treatment.
action (callable) – Callable responsible of dealing with chunk of data
chunk_size (int) – Size of each chunk
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabGetError – If the content could not be retrieved
- Returns
The snippet content
- Return type
str
- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.SnippetManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
titlefile_namecontent
Optional attributes:
lifetimevisibility
Object update
Optional attributes for object update:
titlefile_namecontentvisibility
- gitlab: gitlab.client.Gitlab¶
- public(**kwargs)¶
List all the public snippets.
- Parameters
all (bool) – If True the returned object will be a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabListError – If the list could not be retrieved
- Returns
A generator for the snippets list
- Return type
- class gitlab.v4.objects.Todo(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- mark_as_done(**kwargs)¶
Mark the todo as done.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabTodoError – If the server failed to perform the request
- class gitlab.v4.objects.TodoManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject listing filters
actionauthor_idproject_idstatetype
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- mark_all_as_done(**kwargs)¶
Mark all the todos as done.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabTodoError – If the server failed to perform the request
- Returns
The number of todos maked done
- Return type
int
- class gitlab.v4.objects.User(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- activate(**kwargs)¶
Activate the user.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabActivateError – If the user could not be activated
- Returns
Whether the user status has been changed
- Return type
bool
- block(**kwargs)¶
Block the user.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabBlockError – If the user could not be blocked
- Returns
Whether the user status has been changed
- Return type
bool
- deactivate(**kwargs)¶
Deactivate the user.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabDeactivateError – If the user could not be deactivated
- Returns
Whether the user status has been changed
- Return type
bool
- follow(**kwargs)¶
Follow the user.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabFollowError – If the user could not be followed
- Returns
The new object data (not a RESTObject)
- Return type
dict
- manager: gitlab.base.RESTManager¶
- unblock(**kwargs)¶
Unblock the user.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUnblockError – If the user could not be unblocked
- Returns
Whether the user status has been changed
- Return type
bool
- unfollow(**kwargs)¶
Unfollow the user.
- Parameters
**kwargs – Extra options to send to the server (e.g. sudo)
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabUnfollowError – If the user could not be followed
- Returns
The new object data (not a RESTObject)
- Return type
dict
- class gitlab.v4.objects.UserActivities(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserActivitiesManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserCustomAttribute(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserCustomAttributeManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.SetMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserEmail(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserEmailManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
email
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserEvent(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.v4.objects.events.Event- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserEventManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.v4.objects.events.EventManagerObject listing filters
actiontarget_typebeforeaftersort
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserGPGKey(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserGPGKeyManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
key
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserIdentityProviderManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerManager for user identities.
This manager does not actually manage objects but enables functionality for deletion of user identities by provider.
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserImpersonationToken(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserImpersonationTokenManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.NoUpdateMixin,gitlab.base.RESTManagerObject listing filters
state
Object Creation
Mandatory attributes:
namescopes
Optional attributes:
expires_at
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserKey(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserKeyManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.mixins.DeleteMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
titlekey
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject listing filters
activeblockedusernameextern_uidproviderexternalsearchcustom_attributesstatustwo_factor
Object Creation
Optional attributes:
emailusernamenamepasswordreset_passwordskypelinkedintwitterprojects_limitextern_uidproviderbioadmincan_create_groupwebsite_urlskip_confirmationexternalorganizationlocationavatarpublic_emailprivate_profilecolor_scheme_idtheme_id
Object update
Mandatory attributes for object update:
emailusernamename
Optional attributes for object update:
passwordskypelinkedintwitterprojects_limitextern_uidproviderbioadmincan_create_groupwebsite_urlskip_reconfirmationexternalorganizationlocationavatarpublic_emailprivate_profilecolor_scheme_idtheme_id
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserMembership(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserMembershipManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.RetrieveMixin,gitlab.base.RESTManagerObject listing filters
type
Object Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.UserProject(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserProjectManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.ListMixin,gitlab.mixins.CreateMixin,gitlab.base.RESTManagerObject listing filters
archivedvisibilityorder_bysortsearchsimpleownedmembershipstarredstatisticswith_issues_enabledwith_merge_requests_enabledwith_custom_attributeswith_programming_languagewiki_checksum_failedrepository_checksum_failedmin_access_levelid_afterid_before
Object Creation
Mandatory attributes:
name
Optional attributes:
default_branchissues_enabledwall_enabledmerge_requests_enabledwiki_enabledsnippets_enabledpublicvisibilitydescriptionbuilds_enabledpublic_buildsimport_urlonly_allow_merge_if_build_succeeds
Object update
- gitlab: gitlab.client.Gitlab¶
- list(**kwargs)¶
Retrieve a list of objects.
- Parameters
all (bool) – If True, return all the items, without pagination
per_page (int) – Number of items to retrieve per request
page (int) – ID of the page to return (starts with page 1)
as_list (bool) – If set to False and no pagination option is defined, return a generator instead of a list
**kwargs – Extra options to send to the server (e.g. sudo)
- Returns
The list of objects, or a generator if as_list is False
- Return type
list
- Raises
GitlabAuthenticationError – If authentication is not correct
GitlabListError – If the server cannot perform the request
- class gitlab.v4.objects.UserStatus(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.UserStatusManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.GetWithoutIdMixin,gitlab.base.RESTManagerObject Creation
Object update
- gitlab: gitlab.client.Gitlab¶
- class gitlab.v4.objects.Variable(manager: gitlab.base.RESTManager, attrs: Dict[str, Any])¶
Bases:
gitlab.mixins.SaveMixin,gitlab.mixins.ObjectDeleteMixin,gitlab.base.RESTObject- manager: gitlab.base.RESTManager¶
- class gitlab.v4.objects.VariableManager(gl: gitlab.client.Gitlab, parent: Optional[gitlab.base.RESTObject] = None)¶
Bases:
gitlab.mixins.CRUDMixin,gitlab.base.RESTManagerObject Creation
Mandatory attributes:
keyvalue
Optional attributes:
protectedvariable_typemasked
Object update
Mandatory attributes for object update:
keyvalue
Optional attributes for object update:
protectedvariable_typemasked
- gitlab: gitlab.client.Gitlab¶