Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(users): add follow/unfollow APIfeat/user-follow-api | Max Wittig | 2021-02-27 | 1 | -0/+80 |
| | |||||
* | test: don't add duplicate fixture | Max Wittig | 2021-02-24 | 1 | -26/+0 |
| | | | Co-authored-by: Nejc Habjan <hab.nejc@gmail.com> | ||||
* | feat(projects): add project access token api | Max Wittig | 2021-02-24 | 1 | -0/+139 |
| | |||||
* | feat(objects): add Release Links API support | Nejc Habjan | 2021-02-21 | 2 | -0/+141 |
| | |||||
* | Merge pull request #1308 from Sineaggi/add-project-audit-endpoint | Nejc Habjan | 2021-02-20 | 1 | -0/+79 |
|\ | | | | | feat: add project audit endpoint | ||||
| * | chore(tests): remove unused URL segment | Nejc Habjan | 2021-02-20 | 1 | -2/+2 |
| | | |||||
| * | feat: add project audit endpoint | Clayton Walker | 2021-02-19 | 1 | -0/+79 |
| | | |||||
* | | refactor: move Gitlab and GitlabList to gitlab/client.py | John L. Villalovos | 2021-02-18 | 1 | -0/+1 |
|/ | | | | | | | | Move the classes Gitlab and GitlabList from gitlab/__init__.py to the newly created gitlab/client.py file. Update one test case that was depending on requests being defined in gitlab/__init__.py | ||||
* | feat: add personal access token APIfeat/personal-access-token-api | Max Wittig | 2021-02-17 | 1 | -0/+46 |
| | | | | See: https://docs.gitlab.com/ee/api/personal_access_tokens.html | ||||
* | feat(issues): add missing get verb to IssueManagerfeat/single-issue-api | Nejc Habjan | 2021-02-06 | 1 | -2/+21 |
| | |||||
* | feat: import from bitbucket server | Dan Fuchs | 2021-02-04 | 1 | -0/+38 |
| | | | | | | | | | | | | | 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 | ||||
* | test(api,cli): add tests for custom user agent | Nejc Habjan | 2021-01-31 | 2 | -2/+46 |
| | |||||
* | Merge pull request #1200 from ↵ | Max Wittig | 2020-10-29 | 1 | -0/+294 |
|\ | | | | | | | | | 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 | -0/+294 |
| | | |||||
* | | fix(base): really refresh objectfix/delete-attr | Max Wittig | 2020-10-12 | 1 | -0/+7 |
| | | | | | | | | | | | | This fixes and error, where deleted attributes would not show up Fixes #1155 | ||||
* | | feat: unit tests added | Alex Zirka | 2020-10-08 | 1 | -0/+111 |
|/ | |||||
* | 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 |
| | | |||||
* | | feat(api): add support for user identity provider deletionfeat/delete-user-identities | Nejc Habjan | 2020-09-07 | 1 | -0/+17 |
| | | |||||
* | | test: add unit tests for resource label events API | Oleksii Shkurupii | 2020-09-04 | 1 | -0/+105 |
|/ | |||||
* | test(api): add tests for variables API | Nejc Habjan | 2020-08-31 | 1 | -0/+193 |
| | |||||
* | Merge pull request #1157 from Shkurupii/issue-1154 | Max Wittig | 2020-08-29 | 1 | -0/+73 |
|\ | | | | | Add support to resource milestone events | ||||
| * | chore: make latest black happy with existing code | Oleksii Shkurupii | 2020-08-29 | 2 | -4/+16 |
| | | |||||
| * | test: add unit tests for resource milestone events API | Oleksii Shkurupii | 2020-08-28 | 1 | -0/+73 |
| | | | | | | | | Fixes #1154 | ||||
* | | Merge pull request #1159 from python-gitlab/feat/project-artifacts | Max Wittig | 2020-08-29 | 1 | -0/+31 |
|\ \ | | | | | | | 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 | 1 | -0/+33 |
| | | | |||||
| * | | chore: make latest black happy with existing code | Nejc Habjan | 2020-08-28 | 2 | -4/+16 |
| |/ | |||||
* | | test(packages): add tests for Packages API | Nejc Habjan | 2020-08-29 | 2 | -0/+124 |
| | | |||||
* | | chore: make latest black happy with existing code | Nejc Habjan | 2020-08-29 | 2 | -4/+16 |
|/ | |||||
* | refactor: rewrite unit tests for objects with responsesrefactor/split-unit-tests | Nejc Habjan | 2020-08-23 | 24 | -940/+900 |
| | |||||
* | refactor: split unit tests by GitLab API resources | Nejc Habjan | 2020-08-22 | 32 | -2438/+2636 |
| | |||||
* | chore: run unittest2pytest on all unit tests | Nejc Habjan | 2020-08-22 | 12 | -439/+446 |
| | |||||
* | test(runners): add all runners unit testsfeat/group-runners | Max Wittig | 2020-05-16 | 2 | -0/+289 |
| | |||||
* | ci: lint fixes | Christopher Zorn | 2020-04-21 | 1 | -14/+18 |
| | |||||
* | ci: add a test for creating and triggering pipeline schedule | Christopher Zorn | 2020-04-21 | 1 | -0/+61 |
| | |||||
* | Merge pull request #1075 from python-gitlab/feat/available-services | Nejc Habjan | 2020-04-17 | 1 | -1/+125 |
|\ | | | | | feat(services): add project service list API | ||||
| * | chore: fix typo in docstringfeat/available-services | Nejc Habjan | 2020-04-17 | 1 | -1/+1 |
| | | |||||
| * | feat(services): add project service list API | Max Wittig | 2020-04-16 | 1 | -1/+125 |
| | | | | | | | | | | Can be used to list available services It was introduced in GitLab 12.7 | ||||
* | | feat: allow an environment variable to specify config location | Jeremy Cline | 2020-04-16 | 1 | -0/+11 |
|/ | | | | | | | | It can be useful (especially in scripts) to specify a configuration location via an environment variable. If the "PYTHON_GITLAB_CFG" environment variable is defined, treat its value as the path to a configuration file and include it in the set of default configuration locations. | ||||
* | Merge pull request #1059 from python-gitlab/fix/raise-from | Max Wittig | 2020-04-07 | 1 | -0/+19 |
|\ | | | | | 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 | -0/+19 |
| | | |||||
* | | Merge pull request #1052 from machine424/deploy-tokens-support | Max Wittig | 2020-04-07 | 1 | -0/+34 |
|\ \ | | | | | | | 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/+34 |
| |/ | |||||
* | | feat(api): add support for remote mirrors API (#1056)feat/project-remote-mirrors | Nejc Habjan | 2020-04-07 | 1 | -0/+94 |
| | | |||||
* | | test(api): add tests for group export/import API | Nejc Habjan | 2020-04-05 | 5 | -46/+139 |
| | | |||||
* | | test(types): reproduce get_for_api splitting strings (#1057) | Nejc Habjan | 2020-03-28 | 1 | -1/+9 |
|/ | |||||
* | feat: add support for commit GPG signature API | Nejc Habjan | 2020-03-22 | 1 | -0/+27 |
| | |||||
* | test: create separate module for commit tests | Nejc Habjan | 2020-03-22 | 2 | -44/+79 |
| | |||||
* | test: move mocks to top of module | Nejc Habjan | 2020-03-18 | 1 | -100/+102 |
| |