summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(api): return result from `SaveMixin.save()`jlvillal/return_saveJohn L. Villalovos2022-01-131-4/+7
* Merge pull request #1831 from python-gitlab/chore/ignore-coverageNejc Habjan2022-01-131-1/+1
|\
| * chore: ignore intermediate coverage artifactsNejc Habjan2022-01-131-1/+1
|/
* Merge pull request #1819 from python-gitlab/jlvillal/encoded_idNejc Habjan2022-01-1326-134/+267
|\
| * chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-139-113/+28
| * chore: add EncodedId string class to use to hold URL-encoded pathsJohn L. Villalovos2022-01-139-11/+180
| * fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-1319-92/+141
* | Merge pull request #1827 from python-gitlab/jlvillal/all_objectsNejc Habjan2022-01-132-6/+44
|\ \
| * | fix(members): use new *All objects for *AllManager managersJohn L. Villalovos2022-01-132-6/+44
* | | fix(cli): add missing list filters for environmentsNejc Habjan2022-01-131-0/+1
| |/ |/|
* | Merge pull request #1829 from python-gitlab/jlvillal/lazy_serviceNejc Habjan2022-01-132-1/+20
|\ \ | |/ |/|
| * fix(api): services: add missing `lazy` parameterjlvillal/lazy_serviceJohn L. Villalovos2022-01-132-1/+20
|/
* Merge pull request #1823 from python-gitlab/jlvillal/fix_urlNejc Habjan2022-01-091-1/+1
|\
| * fix: broken URL for FAQ about attribute-error-listJohn L. Villalovos2022-01-091-1/+1
|/
* feat: add support for Group Access Token APIFabio Huser2022-01-095-0/+167
* docs: update project access token API reference linkFabio Huser2022-01-092-2/+2
* Merge pull request #1812 from python-gitlab/jlvillal/pprintNejc Habjan2022-01-093-0/+53
|\
| * chore: add `pprint()` and `pformat()` methods to RESTObjectJohn L. Villalovos2022-01-083-0/+53
* | Merge pull request #1786 from python-gitlab/jlvillal/loggingNejc Habjan2022-01-094-18/+55
|\ \
| * | chore: add logging to `tests/functional/conftest.py`John L. Villalovos2022-01-084-18/+55
* | | Merge pull request #1816 from python-gitlab/jlvillal/remove_replaceNejc Habjan2022-01-098-22/+50
|\ \ \ | |/ / |/| |
| * | fix: remove custom URL encodingJohn L. Villalovos2022-01-088-22/+50
|/ /
* | Merge pull request #1818 from python-gitlab/jlvillal/merge_request_merge_defa...Nejc Habjan2022-01-092-5/+7
|\ \
| * | fix: remove default arguments for mergerequests.merge()John L. Villalovos2022-01-082-5/+7
|/ /
* | Merge pull request #1790 from python-gitlab/jlvillal/parent_attrsNejc Habjan2022-01-084-18/+71
|\ \
| * | fix(cli): url-encode path components of the URLJohn L. Villalovos2022-01-084-13/+67
| * | chore: fix functional test failure if config presentJohn L. Villalovos2022-01-081-5/+4
* | | docs(cli): make examples more easily navigable by generating TOCNejc Habjan2022-01-081-0/+27
* | | chore(docs): use admonitions consistentlyNejc Habjan2022-01-082-3/+3
|/ /
* | Merge pull request #1809 from python-gitlab/jlvillal/list_apiNejc Habjan2022-01-081-8/+11
|\ \
| * | fix: change to `http_list` for some ProjectCommit methodsJohn L. Villalovos2022-01-081-8/+11
* | | Merge pull request #1813 from derekschrock/missing-distNejc Habjan2022-01-081-1/+1
|\ \ \
| * | | chore(dist): add docs *.md files to sdistDerek Schrock2022-01-071-1/+1
| | |/ | |/|
* | | Merge pull request #1814 from python-gitlab/jlvillal/missing_commaNejc Habjan2022-01-081-1/+2
|\ \ \ | |/ / |/| |
| * | chore: fix missing commajlvillal/missing_commaJohn L. Villalovos2022-01-071-1/+2
|/ /
* | Merge pull request #1789 from python-gitlab/jlvillal/staleNejc Habjan2022-01-071-0/+40
|\ \
| * | chore: add a stale workflowjlvillal/staleJohn L. Villalovos2022-01-061-0/+40
|/ /
* | Merge pull request #1803 from python-gitlab/jlvillal/test_1425Nejc Habjan2022-01-061-0/+16
|\ \ | |/ |/|
| * chore: add functional test of mergerequest.get()jlvillal/test_1425John L. Villalovos2022-01-031-0/+16
* | chore: add temporary banner for v3Nejc Habjan2022-01-051-1/+4
* | chore: release v3.0.0v3.0.0github-actions2022-01-052-1/+68
* | docs: switch to Furo and refresh introduction pagesNejc Habjan2022-01-048-269/+216
* | Merge pull request #1804 from mlegner/patch-1Nejc Habjan2022-01-041-1/+1
|\ \ | |/ |/|
| * chore: fix typo in MR documentationMarkus Legner2022-01-041-1/+1
|/
* chore(deps): update dependency argcomplete to v2Renovate Bot2022-01-033-3/+3
* chore(deps): update dependency requests to v2.27.0Renovate Bot2022-01-032-2/+2
* Merge pull request #1800 from python-gitlab/jlvillal/dot_branchNejc Habjan2022-01-041-0/+17
|\
| * chore: add test case to show branch name with period worksjlvillal/dot_branchJohn L. Villalovos2022-01-031-0/+17
* | chore(deps): update typing dependenciesRenovate Bot2022-01-032-4/+4
* | Merge pull request #1799 from python-gitlab/renovate/mypy-0.xNejc Habjan2022-01-041-1/+1
|\ \ | |/ |/|