summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects
Commit message (Collapse)AuthorAgeFilesLines
* refactor(api): explicitly export classes for star importsrefactor/split-objectsNejc Habjan2021-02-0754-9/+525
|
* refactor(v4): split objects and managers per API resourceNejc Habjan2021-02-0754-5850/+6167
|
* feat(issues): add missing get verb to IssueManagerfeat/single-issue-apiNejc Habjan2021-02-061-1/+1
|
* feat: import from bitbucket serverDan Fuchs2021-02-041-3/+91
| | | | | | | | | | | | | I'd like to use this libary to automate importing Bitbucket Server repositories into GitLab. There is a [GitLab API endpoint](https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server) to do this, but it is not exposed through this library. * Add an `import_bitbucket_server` method to the `ProjectManager`. This method calls this GitLab API endpoint: https://docs.gitlab.com/ee/api/import.html#import-repository-from-bitbucket-server * Modify `import_gitlab` method docstring for python3 compatibility * Add a skipped stub test for the existing `import_github` method
* feat: support multipart uploadsfeat/multipart-uploadsMax Wittig2021-01-281-3/+3
|
* fix(api): use RetrieveMixin for ProjectLabelManagerMarvin Scholz2021-01-101-1/+1
| | | | | Allows to get a single label from a project, which was missing before even though the GitLab API has the ability to.
* Merge pull request #1200 from ↵Max Wittig2020-10-291-8/+89
|\ | | | | | | | | robinson96/feature/project_merge_request_approval_rules Feature/project merge request approval rules
| * test: add test_project_merge_request_approvals.pyPeter B. Robinson2020-10-141-2/+2
| |
| * feat: adds support for project merge request approval rules (#1199)Peter B. Robinson2020-09-301-8/+89
| |
* | Merge pull request #1203 from intostern/feat/bridgeMax Wittig2020-10-081-0/+12
|\ \ | | | | | | Added support for pipeline bridges
| * | feat: added support for pipeline bridgesAlex Zirka2020-10-071-0/+12
| |/
* | fix(cli): add missing args for project listsfix/cli-project-list-argsNejc Habjan2020-10-081-7/+17
|/
* fix(api): add missing runner access_level paramfix/runner-access-levelNejc Habjan2020-09-101-0/+1
|
* Merge pull request #1182 from jlpospisil/allow-mr-search-by-wipNejc Habjan2020-09-091-0/+3
|\ | | | | Added MR wip filter param
| * feat(api): added wip filter param for merge requestsJosh Pospisil2020-09-091-0/+1
| |
| * feat(api): added wip filter param for merge requestsJosh Pospisil2020-09-081-0/+2
| |
* | feat(api): add support for user identity provider deletionfeat/delete-user-identitiesNejc Habjan2020-09-071-0/+12
|/
* feat(api): add support for instance variablesNejc Habjan2020-08-312-24/+51
|
* refactor: turn objects module into a packageNejc Habjan2020-08-311-0/+5691