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 |
| | |||||
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.8.3-ce.0 | Renovate Bot | 2021-02-05 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1283 from fajpunk/import_bitbucket | Nejc Habjan | 2021-02-05 | 2 | -3/+129 |
|\ | | | | | feat: import from bitbucket server | ||||
| * | 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 | ||||
* | | Merge pull request #1244 from ↵ | Nejc Habjan | 2021-02-04 | 1 | -2/+2 |
|\ \ | | | | | | | | | | | | | python-gitlab/renovate/alessandrojcm-commitlint-pre-commit-hook-4.x chore(deps): update precommit hook alessandrojcm/commitlint-pre-commit-hook to v4 | ||||
| * | | chore(deps): update precommit hook alessandrojcm/commitlint-pre-commit-hook ↵ | Renovate Bot | 2021-02-04 | 1 | -2/+2 |
|/ / | | | | | | | to v4 | ||||
* | | Merge pull request #1281 from ↵ | Nejc Habjan | 2021-02-04 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x chore(deps): update gitlab/gitlab-ce docker tag to v13.8.2-ce.0 | ||||
| * | | chore(deps): update gitlab/gitlab-ce docker tag to v13.8.2-ce.0 | Renovate Bot | 2021-02-04 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1225 from python-gitlab/renovate/sphinx-3.x | Nejc Habjan | 2021-02-04 | 1 | -1/+1 |
|\ \ | |/ |/| | chore(deps): update dependency sphinx to v3.4.3 | ||||
| * | chore(deps): update dependency sphinx to v3.4.3 | Renovate Bot | 2021-02-04 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1277 from python-gitlab/feat/override-user-agent | Max Wittig | 2021-02-01 | 9 | -11/+88 |
|\ | | | | | feat(api,cli): make user agent configurable | ||||
| * | docs: add docs and examples for custom user agentfeat/override-user-agent | Nejc Habjan | 2021-01-31 | 3 | -0/+7 |
| | | |||||
| * | 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 | 5 | -9/+35 |
| | | |||||
* | | Merge pull request #1276 from python-gitlab/bufferoverflow-patch-1 | Nejc Habjan | 2021-01-31 | 1 | -2/+2 |
|\ \ | |/ |/| | docs: switch from travis-ci.org to GitHub Actions | ||||
| * | docs: change travis-ci badge to githubactionsbufferoverflow-patch-1 | Roger Meier | 2021-01-31 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1273 from python-gitlab/chore/python3-9v2.6.0 | Nejc Habjan | 2021-01-29 | 5 | -5/+9 |
|\ | | | | | chore: offically support and test 3.9 | ||||
| * | test: ignore failing test for now | Max Wittig | 2021-01-29 | 1 | -0/+1 |
| | | |||||
| * | chore: offically support and test 3.9 | Max Wittig | 2021-01-29 | 4 | -5/+8 |
| | | |||||
* | | Merge pull request #1230 from manuel-91/patch-1 | Max Wittig | 2021-01-29 | 1 | -1/+1 |
|\ \ | | | | | | | cli-usage readme: fixed term | ||||
| * | | docs(cli-usage): fixed term | manuel-91 | 2021-01-29 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1238 from atombrella/install_version_doc | Max Wittig | 2021-01-29 | 1 | -1/+1 |
|\ \ | | | | | | | Updated supported Python versions in install doc | ||||
| * | | docs(readme): update supported Python versions | Mads Jensen | 2021-01-29 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1255 from bittner/docs/fix-external-links-tokens | Max Wittig | 2021-01-29 | 1 | -6/+7 |
|\ \ \ | | | | | | | | | Use inline anonymous references for external links | ||||
| * | | | docs(cli): use inline anonymous references for external links | Peter Bittner | 2020-12-17 | 1 | -6/+7 |
| |/ / | | | | | | | | | | | | | | | | There doesn't seem to be an obvious way to use an alias for identical text labels that link to different targets. With inline links we can work around this shortcoming. Until we know better. | ||||
* | | | Merge pull request #1251 from hchouraria/patch-1 | Max Wittig | 2021-01-29 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | docs(groups): add example for creating subgroups | ||||
| * | | | docs(groups): add example for creating subgroups | hchouraria | 2020-12-13 | 1 | -0/+4 |
| |/ / | |||||
* | | | Merge pull request #1272 from python-gitlab/renovate/pin-dependencies | Max Wittig | 2021-01-29 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | chore(deps): pin dependency requests-toolbelt to ==0.9.1 | ||||
| * | | chore(deps): pin dependency requests-toolbelt to ==0.9.1 | Renovate Bot | 2021-01-29 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1233 from python-gitlab/renovate/requests-2.x | Max Wittig | 2021-01-29 | 1 | -1/+1 |
|\ \ | | | | | | | chore(deps): update dependency requests to v2.25.1 | ||||
| * | | chore(deps): update dependency requests to v2.25.1 | Renovate Bot | 2021-01-29 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1243 from ↵ | Max Wittig | 2021-01-29 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | python-gitlab/renovate/docker-gitlab-gitlab-ce-13.x chore(deps): update gitlab/gitlab-ce docker tag to v13.8.1-ce.0 | ||||
| * | | chore(deps): update gitlab/gitlab-ce docker tag to v13.8.1-ce.0 | Renovate Bot | 2021-01-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1252 from python-gitlab/feat/multipart-uploads | Nejc Habjan | 2021-01-29 | 4 | -10/+13 |
|\ \ \ | |/ / |/| | | feat: support multipart uploads | ||||
| * | | feat: support multipart uploadsfeat/multipart-uploads | Max Wittig | 2021-01-28 | 4 | -10/+13 |
|/ / | |||||
* | | Merge pull request #1269 from nejch/fix/test-env | Max Wittig | 2021-01-28 | 7 | -109/+135 |
|\ \ | | | | | | | chore(ci): bring test environment back to life | ||||
| * | | chore(ci): add coverage and docs jobs | Nejc Habjan | 2021-01-27 | 2 | -0/+62 |
| | | | |||||
| * | | chore(ci): force colors in pytest runs | Nejc Habjan | 2021-01-27 | 2 | -0/+6 |
| | | | |||||
| * | | chore(ci): pin docker-compose install for tests | Nejc Habjan | 2021-01-27 | 1 | -0/+1 |
| | | | | | | | | | | | | This ensures python-dotenv with expected behavior for .env processing | ||||
| * | | chore(ci): pin os version | Nejc Habjan | 2021-01-27 | 1 | -2/+2 |
| | | | |||||
| * | | chore(ci): fix typo in matrix | Nejc Habjan | 2021-01-26 | 1 | -1/+1 |
| | | | |||||
| * | | chore(ci): fix copy/paste oopsie | Nejc Habjan | 2021-01-26 | 1 | -2/+2 |
| | | | |||||
| * | | chore(ci): add pytest PR annotations | Nejc Habjan | 2021-01-26 | 1 | -2/+2 |
| | | | |||||
| * | | chore(ci): replace travis with Actions | Nejc Habjan | 2021-01-26 | 3 | -108/+65 |
| | | | |||||
| * | | chore: move .env into docker-compose dir | Nejc Habjan | 2021-01-25 | 2 | -1/+1 |
|/ / | |||||
* | | 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. | ||||
* | | Merge pull request #1263 from ePirat/epirat-fix-get-label | Nejc Habjan | 2021-01-25 | 2 | -3/+6 |
|\ \ | |/ |/| | fix(api): add missing GetMixin to ProjectLabelManager | ||||
| * | feat(tests): test label getter | Marvin Scholz | 2021-01-10 | 1 | -2/+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. |