Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | fix(cli): write binary data to stdout buffer | Nejc Habjan | 2020-10-12 | 1 | -0/+2 |
| | | |||||
* | | chore(cli): remove python2 code | Nejc Habjan | 2020-10-12 | 1 | -5/+1 |
| | | |||||
* | | 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/+0 |
| | |||||
* | fix: wrong reconfirmation parameter when updating user's email | Dylann CORDEL | 2020-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | Since version 10.3 (and later), param to not send (re)confirmation when updating an user is `skip_reconfirmation` (and not `skip_confirmation`). See: * https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/15175?tab= * https://docs.gitlab.com/11.11/ee/api/users.html#user-modification * https://docs.gitlab.com/ee/api/users.html#user-modification | ||||
* | Merge pull request #1157 from Shkurupii/issue-1154 | Max Wittig | 2020-08-29 | 1 | -0/+24 |
|\ | | | | | Add support to resource milestone events | ||||
| * | chore: make latest black happy with existing code | Oleksii Shkurupii | 2020-08-29 | 1 | -5/+21 |
| | | |||||
| * | Merge branch 'master' into issue-1154 | Oleksii Shkurupii | 2020-08-27 | 2 | -3/+0 |
| |\ | |||||
| * | | feat: add support to resource milestone events | Oleksii Shkurupii | 2020-08-26 | 1 | -0/+24 |
| | | | | | | | | | | | | Fixes #1154 | ||||
* | | | Merge pull request #1159 from python-gitlab/feat/project-artifacts | Max Wittig | 2020-08-29 | 1 | -0/+34 |
|\ \ \ | | | | | | | | | Feat: Project job artifacts for latest successful pipeline | ||||
| * | | | feat(api): add endpoint for latest ref artifacts | Nejc Habjan | 2020-08-28 | 1 | -0/+34 |
| | | | | |||||
| * | | | chore: make latest black happy with existing code | Nejc Habjan | 2020-08-28 | 1 | -5/+21 |
| | |/ | |/| | |||||
* | | | feat(api): add support for Packages API | Nejc Habjan | 2020-08-29 | 1 | -0/+35 |
| | | | |||||
* | | | chore: make latest black happy with existing code | Nejc Habjan | 2020-08-29 | 1 | -5/+21 |
|/ / | |||||
* | | chore: remove remnants of python2 imports | Nejc Habjan | 2020-08-22 | 2 | -3/+0 |
|/ | |||||
* | feat: add share/unshare group with group | Mathieu Parent | 2020-07-23 | 1 | -0/+38 |
| | |||||
* | fix: add masked parameter for variables command | Sébastien GERVAIS | 2020-06-25 | 1 | -4/+4 |
| | |||||
* | fix(merge): parse arguments as query_data | Ferhat Aram | 2020-06-19 | 1 | -1/+1 |
| | |||||
* | feat: add group runners api | Max Wittig | 2020-05-16 | 1 | -1/+14 |
| | |||||
* | chore: bring commit signatures up to date with 12.10 | Nejc Habjan | 2020-04-22 | 1 | -2/+2 |
| | |||||
* | feat: add play command to project pipeline schedules | Christopher Zorn | 2020-04-20 | 1 | -0/+18 |
| | | | | | | | | fix: remove version from setup feat: add pipeline schedule play error exception docs: add documentation for pipeline schedule play | ||||
* | Merge pull request #1077 from Flor1an-dev/master | Nejc Habjan | 2020-04-18 | 1 | -0/+1 |
|\ | | | | | feat(api): added support in the GroupManager to upload Group avatars | ||||
| * | feat(api): added support in the GroupManager to upload Group avatars | Florian | 2020-04-17 | 1 | -0/+1 |
| | | |||||
* | | chore: remove old builds-email service | Nejc Habjan | 2020-04-17 | 1 | -1/+0 |
| | | |||||
* | | chore(services): update available service attributes | Max Wittig | 2020-04-16 | 1 | -26/+203 |
| | | |||||
* | | feat(services): add project service list API | Max Wittig | 2020-04-16 | 1 | -1/+1 |
|/ | | | | | Can be used to list available services It was introduced in GitLab 12.7 | ||||
* | fix(project): add missing project parametersfix/missing-project-attributes | Nejc Habjan | 2020-04-08 | 1 | -2/+58 |
| | |||||
* | Merge pull request #1059 from python-gitlab/fix/raise-from | Max Wittig | 2020-04-07 | 1 | -2/+2 |
|\ | | | | | chore: use raise..from for chained exceptions (#939) | ||||
| * | chore: use raise..from for chained exceptions (#939)fix/raise-from | Nejc Habjan | 2020-03-30 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1052 from machine424/deploy-tokens-support | Max Wittig | 2020-04-07 | 1 | -0/+39 |
|\ \ | | | | | | | feat(api): add support for Gitlab Deploy Token API | ||||
| * | | feat(api): add support for Gitlab Deploy Token API | ayoub mrini | 2020-04-06 | 1 | -0/+39 |
| |/ | |||||
* | | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrors | Nejc Habjan | 2020-04-07 | 1 | -0/+13 |
| | | |||||
* | | Merge pull request #1063 from python-gitlab/feat/group-import-export | Max Wittig | 2020-04-06 | 1 | -28/+51 |
|\ \ | | | | | | | Feat: support for group import/export API | ||||
| * | | chore: rename ExportMixin to DownloadMixinfeat/group-import-export | Nejc Habjan | 2020-04-05 | 1 | -2/+2 |
| | | | |||||
| * | | feat(api): add support for Group Import/Export API (#1037) | Nejc Habjan | 2020-04-05 | 1 | -0/+50 |
| | | |