Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(api): explicitly export classes for star importsrefactor/split-objects | Nejc Habjan | 2021-02-07 | 54 | -9/+525 |
| | |||||
* | refactor(v4): split objects and managers per API resource | Nejc Habjan | 2021-02-07 | 54 | -5850/+6167 |
| | |||||
* | feat(issues): add missing get verb to IssueManagerfeat/single-issue-api | Nejc Habjan | 2021-02-06 | 1 | -1/+1 |
| | |||||
* | feat: import from bitbucket server | Dan Fuchs | 2021-02-04 | 1 | -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-uploads | Max Wittig | 2021-01-28 | 1 | -3/+3 |
| | |||||
* | fix(api): use RetrieveMixin for ProjectLabelManager | Marvin Scholz | 2021-01-10 | 1 | -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 Wittig | 2020-10-29 | 1 | -8/+89 |
|\ | | | | | | | | | robinson96/feature/project_merge_request_approval_rules Feature/project merge request approval rules | ||||
| * | test: add test_project_merge_request_approvals.py | Peter B. Robinson | 2020-10-14 | 1 | -2/+2 |
| | | |||||
| * | feat: adds support for project merge request approval rules (#1199) | Peter B. Robinson | 2020-09-30 | 1 | -8/+89 |
| | | |||||
* | | Merge pull request #1203 from intostern/feat/bridge | Max Wittig | 2020-10-08 | 1 | -0/+12 |
|\ \ | | | | | | | Added support for pipeline bridges | ||||
| * | | feat: added support for pipeline bridges | Alex Zirka | 2020-10-07 | 1 | -0/+12 |
| |/ | |||||
* | | fix(cli): add missing args for project listsfix/cli-project-list-args | Nejc Habjan | 2020-10-08 | 1 | -7/+17 |
|/ | |||||
* | fix(api): add missing runner access_level paramfix/runner-access-level | Nejc Habjan | 2020-09-10 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1182 from jlpospisil/allow-mr-search-by-wip | Nejc Habjan | 2020-09-09 | 1 | -0/+3 |
|\ | | | | | Added MR wip filter param | ||||
| * | feat(api): added wip filter param for merge requests | Josh Pospisil | 2020-09-09 | 1 | -0/+1 |
| | | |||||
| * | feat(api): added wip filter param for merge requests | Josh Pospisil | 2020-09-08 | 1 | -0/+2 |
| | | |||||
* | | feat(api): add support for user identity provider deletionfeat/delete-user-identities | Nejc Habjan | 2020-09-07 | 1 | -0/+12 |
|/ | |||||
* | feat(api): add support for instance variables | Nejc Habjan | 2020-08-31 | 2 | -24/+51 |
| | |||||
* | refactor: turn objects module into a package | Nejc Habjan | 2020-08-31 | 1 | -0/+5691 |