summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #1537 from antti-mikael/feat/registry-deleteinbulk-keepregexNejc Habjan2021-06-301-7/+9
|\ | | | | feat(api): add `name_regex_keep` attribute in `delete_in_bulk()`
| * feat(api): add `name_regex_keep` attribute in `delete_in_bulk()`Antti Tanhuanpää2021-06-291-7/+9
|/
* chore: release v2.9.0v2.9.0github-actions2021-06-282-1/+14
|
* Merge pull request #1533 from sugonyak/add-group-hooksNejc Habjan2021-06-276-31/+293
|\ | | | | feat(api): add group hooks
| * chore: skip EE test case in functional testsNejc Habjan2021-06-271-0/+1
| |
| * feat(api): add group hooksIvan Sugonyak2021-06-266-31/+292
| |
* | Merge pull request #1522 from PPaques/1521-releases-editNejc Habjan2021-06-265-7/+60
|\ \ | | | | | | Support Release Update API
| * | test(releases): integration for release PUTPierre Paques2021-06-261-0/+9
| | |
| * | test(releases): add unit-tests for release updatePierre Paques2021-06-261-0/+39
| | |
| * | docs(tags): remove deprecated functionsPierre Paques2021-06-261-4/+0
| | |
| * | docs(release): add update examplePierre Paques2021-06-261-0/+6
| | |
| * | feat(release): allow to update releasePierre Paques2021-06-261-3/+6
|/ / | | | | | | Release API now supports PUT.
* | Merge pull request #1396 from spyoungtech/merge_request_reviewersNejc Habjan2021-06-261-0/+2
|\ \ | |/ |/| feat(api): add support for creating/editing reviewers in project MRs
| * feat(api): remove responsibility for API inconsistencies for MR reviewersSpencer Phillip Young2021-06-161-16/+0
| |
| * feat(api): add support for creating/editing reviewers in project merge requestsSpencer Young2021-05-311-0/+18
| |
* | Merge pull request #1528 from python-gitlab/renovate/types-requests-2.xNejc Habjan2021-06-231-1/+1
|\ \ | | | | | | chore(deps): update dependency types-requests to v2
| * | chore(deps): update dependency types-requests to v2Renovate Bot2021-06-211-1/+1
| | |
* | | chore(deps): update dependency mypy to v0.910Renovate Bot2021-06-221-1/+1
|/ /
* | chore(deps): update precommit hook pycqa/isort to v5.9.1Renovate Bot2021-06-211-1/+1
| |
* | chore(deps): update dependency isort to v5.9.1Renovate Bot2021-06-211-1/+1
| |
* | chore(deps): update dependency types-requests to v0.1.13Renovate Bot2021-06-201-1/+1
| |
* | chore(deps): update dependency types-requests to v0.1.12Renovate Bot2021-06-181-1/+1
| |
* | chore(deps): update dependency types-pyyaml to v5Renovate Bot2021-06-181-1/+1
| |
* | docs: make Gitlab class usable for intersphinxNejc Habjan2021-06-144-21/+72
| |
* | Merge pull request #1323 from python-gitlab/feat/mr-pipeline-managerJohn Villalovos2021-06-145-24/+134
|\ \ | | | | | | feat(api): add merge request pipeline manager and deprecate mr.pipelines() method
| * | feat(api): add MR pipeline manager in favor of pipelines() methodNejc Habjan2021-06-135-24/+134
| | |
* | | chore(deps): update dependency types-pyyaml to v0.1.9Renovate Bot2021-06-141-1/+1
|/ /
* | Merge pull request #1513 from python-gitlab/renovate/types-pyyaml-0.xNejc Habjan2021-06-131-1/+1
|\ \ | | | | | | chore(deps): update dependency types-pyyaml to v0.1.8
| * | chore(deps): update dependency types-pyyaml to v0.1.8Renovate Bot2021-06-131-1/+1
|/ /
* | Merge pull request #1514 from python-gitlab/renovate/types-requests-0.xNejc Habjan2021-06-131-1/+1
|\ \ | | | | | | chore(deps): update dependency types-requests to v0.1.11
| * | chore(deps): update dependency types-requests to v0.1.11Renovate Bot2021-06-131-1/+1
| | |
* | | Merge pull request #1504 from python-gitlab/renovate/mypy-0.xNejc Habjan2021-06-131-1/+1
|\ \ \ | |/ / |/| | chore(deps): update dependency mypy to v0.902
| * | chore(deps): update dependency mypy to v0.902Renovate Bot2021-06-131-1/+1
|/ /
* | Merge pull request #1505 from JohnVillalovos/jlvillal/mypy-depsNejc Habjan2021-06-131-0/+2
|\ \ | | | | | | chore: add new required type packages for mypy
| * | chore: add new required type packages for mypyJohn L. Villalovos2021-06-081-0/+2
| | | | | | | | | | | | | | | New version of mypy flagged errors for missing types. Install the recommended type-* packages that resolve the issues.
* | | Merge pull request #1511 from JohnVillalovos/jlvillal/testing-type-hintsNejc Habjan2021-06-132-50/+115
|\ \ \ | | | | | | | | chore: add type-hints to gitlab/v4/objects/projects.py
| * | | chore: add type-hints to gitlab/v4/objects/projects.pyJohn L. Villalovos2021-06-122-50/+115
|/ / / | | | | | | | | | Adding type-hints to gitlab/v4/objects/projects.py
* | | chore: release v2.8.0v2.8.0github-actions2021-06-102-1/+37
| | |
* | | Merge pull request #1487 from JohnVillalovos/jlvillal/check_attrsNejc Habjan2021-06-102-0/+12
|\ \ \ | | | | | | | | fix: catch invalid type used to initialize RESTObject
| * | | fix: catch invalid type used to initialize RESTObjectJohn L. Villalovos2021-06-102-0/+12
|/ / / | | | | | | | | | | | | | | | | | | | | | Sometimes we have errors where we don't get a dictionary passed to RESTObject.__init__() method. This breaks things but in confusing ways. Check in the __init__() method and raise an exception if it occurs.
* | | Merge pull request #1489 from python-gitlab/chore/release-action-gh-tokenNejc Habjan2021-06-091-1/+2
|\ \ \ | | | | | | | | chore(ci): use PAT for release workflow
| * | | chore(ci): use admin PAT for release workflowNejc Habjan2021-06-011-1/+2
| | | |
* | | | fix: functional project service test (#1500)John Villalovos2021-06-093-3/+8
| | | | | | | | | | | | chore: fix functional project service test
* | | | Merge pull request #1499 from JohnVillalovos/jlvillal/projects_attrsMax Wittig2021-06-091-81/+99
|\ \ \ \ | |_|/ / |/| | | chore: sync create and update attributes for Projects
| * | | chore: sync create and update attributes for ProjectsJohn L. Villalovos2021-06-031-81/+99
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sync the create attributes with: https://docs.gitlab.com/ee/api/projects.html#create-project Sync the update attributes with documentation at: https://docs.gitlab.com/ee/api/projects.html#edit-project As a note the ordering of the attributes was done to match the ordering of the attributes in the documentation. Closes: #1497
* | | Merge pull request #1490 from benjamb/benbrown/keysNejc Habjan2021-06-037-0/+153
|\ \ \ | | | | | | | | feat: add keys endpoint
| * | | feat: add keys endpointBen Brown2021-06-037-0/+153
|/ / /
* | | feat(objects): add support for Group wikis (#1484)Simon Pamies2021-06-034-4/+55
| | | | | | | | | feat(objects): add support for Group wikis
* | | chore: add missing linters to pre-commit and pin versionsNejc Habjan2021-06-023-4/+15
|/ /
* | Merge pull request #1478 from benjamb/benbrown/keep-containersNejc Habjan2021-06-017-12/+52
|\ \ | | | | | | Optionally keep containers after running integration tests