Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(issues): add missing get verb to IssueManagerfeat/single-issue-api | Nejc Habjan | 2021-02-06 | 2 | -3/+22 |
| | |||||
* | feat: import from bitbucket server | Dan Fuchs | 2021-02-04 | 2 | -3/+129 |
| | | | | | | | | | | | | | 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 | ||||
* | docs: add docs and examples for custom user agentfeat/override-user-agent | Nejc Habjan | 2021-01-31 | 1 | -0/+1 |
| | |||||
* | test(api,cli): add tests for custom user agent | Nejc Habjan | 2021-01-31 | 2 | -2/+46 |
| | |||||
* | feat(api,cli): make user agent configurable | Nejc Habjan | 2021-01-31 | 4 | -8/+34 |
| | |||||
* | feat: support multipart uploadsfeat/multipart-uploads | Max Wittig | 2021-01-28 | 2 | -9/+11 |
| | |||||
* | Merge pull request #1250 from JacobHenner/feature/add-minimal-access | Nejc Habjan | 2021-01-25 | 1 | -0/+1 |
|\ | | | | | feat: Add MINIMAL_ACCESS constant | ||||
| * | feat: add MINIMAL_ACCESS constant | Jacob Henner | 2020-12-15 | 1 | -0/+1 |
| | | | | | | | | | | | | A "minimal access" access level was [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220203) in GitLab 13.5. | ||||
* | | 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 | 2 | -8/+383 |
|\ | | | | | | | | | 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 | 2 | -2/+296 |
| | | |||||
| * | feat: adds support for project merge request approval rules (#1199) | Peter B. Robinson | 2020-09-30 | 1 | -8/+89 |
| | | |||||
* | | fix(base): really refresh objectfix/delete-attr | Max Wittig | 2020-10-12 | 2 | -1/+8 |
| | | | | | | | | | | | | This fixes and error, where deleted attributes would not show up Fixes #1155 | ||||
* | | 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 #1209 from python-gitlab/docs/cli-reference-page | Max Wittig | 2020-10-12 | 1 | -0/+14 |
|\ \ | | | | | | | docs(cli): add auto-generated CLI reference | ||||
| * | | docs(cli): add auto-generated CLI referencedocs/cli-reference-page | Nejc Habjan | 2020-10-11 | 1 | -0/+14 |
| | | | |||||
* | | | Merge pull request #1131 from valentingregoire/master | Max Wittig | 2020-10-12 | 1 | -0/+17 |
|\ \ \ | |/ / |/| | | feat: added constants for search API | ||||
| * | | chore: simplified search scope constants | Valentin Grégoire | 2020-09-29 | 1 | -32/+11 |
| | | | |||||
| * | | chore: added docs for search scopes constants | Valentin Grégoire | 2020-09-16 | 1 | -0/+1 |
| | | | |||||
| * | | chore: added constants for search API | Valentin Grégoire | 2020-07-07 | 1 | -0/+37 |
| | | | |||||
* | | | Merge pull request #1203 from intostern/feat/bridge | Max Wittig | 2020-10-08 | 2 | -0/+123 |
|\ \ \ | | | | | | | | | Added support for pipeline bridges | ||||
| * | | | feat: unit tests added | Alex Zirka | 2020-10-08 | 1 | -0/+111 |
| | | | | |||||
| * | | | 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 |
|/ / | |||||
* | | Merge pull request #1180 from Shkurupii/add-unittests-for-project-badges | Nejc Habjan | 2020-09-10 | 1 | -0/+210 |
|\ \ | | | | | | | test: add unit tests for badges API | ||||
| * | | test: add unit tests for badges API | Oleksii Shkurupii | 2020-09-07 | 1 | -0/+210 |
| | | | |||||
* | | | 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 | 2 | -0/+29 |
|/ / / | |||||
* | | | test: add unit tests for resource label events API | Oleksii Shkurupii | 2020-09-04 | 1 | -0/+105 |
|/ / | |||||
* | | chore: bump python-gitlab to 2.5.0chore/bump-to-2-5-0 | Max Wittig | 2020-09-01 | 1 | -1/+1 |
| | | |||||
* | | test(api): add tests for variables API | Nejc Habjan | 2020-08-31 | 1 | -0/+193 |
| | | |||||
* | | feat(api): add support for instance variables | Nejc Habjan | 2020-08-31 | 3 | -24/+52 |
| | | |||||
* | | 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 | 2 | -0/+97 |
|\ \ | | | | | | | Add support to resource milestone events | ||||
| * | | chore: make latest black happy with existing code | Oleksii Shkurupii | 2020-08-29 | 3 | -9/+37 |
| | | | |||||
| * | | test: add unit tests for resource milestone events API | Oleksii Shkurupii | 2020-08-28 | 1 | -0/+73 |
| | | | | | | | | | | | | Fixes #1154 | ||||
| * | | Merge branch 'master' into issue-1154 | Oleksii Shkurupii | 2020-08-27 | 42 | -2617/+2778 |
| |\ \ | |||||
| * | | | 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 | 2 | -0/+65 |
|\ \ \ \ | | | | | | | | | | | Feat: Project job artifacts for latest successful pipeline | ||||
| * | | | | chore: remove unnecessary import | Nejc Habjan | 2020-08-28 | 1 | -2/+0 |
| | | | | | |||||
| * | | | | feat(api): add endpoint for latest ref artifacts | Nejc Habjan | 2020-08-28 | 2 | -0/+67 |
| | | | | | |||||
| * | | | | chore: make latest black happy with existing code | Nejc Habjan | 2020-08-28 | 3 | -9/+37 |
| | |/ / | |/| | | |||||
* | | | | test(packages): add tests for Packages API | Nejc Habjan | 2020-08-29 | 2 | -0/+124 |
| | | | | |||||
* | | | | 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 | 3 | -9/+37 |
|/ / / |