summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix(api): add all_pages param to allow passing `all` to APIfix/all-pages-consumes-all-paramNejc Habjan2021-05-158-60/+133
* Merge pull request #1376 from Shkurupii/feat-get-inherited-membersNejc Habjan2021-05-147-62/+97
|\
| * feat: add feature to get inherited member for project/groupOleksii Shkurupii2021-05-077-62/+97
* | Merge pull request #1455 from python-gitlab/renovate/gitlab-gitlab-ce-13.xNejc Habjan2021-05-141-1/+1
|\ \
| * | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.4-ce.0Renovate Bot2021-05-141-1/+1
|/ /
* | Merge pull request #1451 from python-gitlab/renovate/docker-compose-1.xMax Wittig2021-05-111-1/+1
|\ \
| * | chore(deps): update dependency docker-compose to v1.29.2Renovate Bot2021-05-101-1/+1
* | | Merge pull request #1427 from python-gitlab/chore/automate-releasesMax Wittig2021-05-104-15/+47
|\ \ \ | |/ / |/| |
| * | chore(ci): automate releasesNejc Habjan2021-05-034-15/+47
* | | Merge pull request #1448 from python-gitlab/docs/local-object-attributesMax Wittig2021-05-072-0/+25
|\ \ \
| * | | docs(api): add behavior in local attributes when updating objectsNejc Habjan2021-05-062-0/+25
| |/ /
* | | Merge pull request #1449 from python-gitlab/chore/ignore-typing-coverageJohn Villalovos2021-05-061-0/+6
|\ \ \ | |_|/ |/| |
| * | chore(ci): ignore debug and type_checking in coverageNejc Habjan2021-05-071-0/+6
|/ /
* | Merge pull request #1440 from python-gitlab/test/functional-test-coverageJohn Villalovos2021-05-063-3/+30
|\ \
| * | style: clean up test run configNejc Habjan2021-05-011-6/+7
| * | test(functional): start tracking functional test coverageNejc Habjan2021-05-013-2/+28
* | | Merge pull request #1420 from python-gitlab/fix/missing-list-attributesJohn Villalovos2021-05-0611-12/+66
|\ \ \ | |_|/ |/| |
| * | test(functional): add test for skip_groups list filterNejc Habjan2021-05-061-0/+4
| * | fix(objects): allow lists for filters for in all objectsfix/missing-list-attributesNejc Habjan2021-04-2710-12/+62
* | | Merge pull request #1444 from python-gitlab/fix/return-retry-cancel-outputMax Wittig2021-05-024-4/+196
|\ \ \
| * | | fix(objects): return server data in cancel/retry methodsNejc Habjan2021-05-024-4/+196
* | | | Merge pull request #1409 from JohnVillalovos/jlvillal/untyped_defsNejc Habjan2021-05-018-53/+78
|\ \ \ \ | |/ / / |/| | |
| * | | chore: mypy: Disallow untyped definitionsJohn L. Villalovos2021-04-278-53/+78
| |/ /
* | | Merge pull request #1442 from python-gitlab/chore/fix-readthedocsJohn Villalovos2021-05-011-2/+1
|\ \ \
| * | | chore(docs): fix import order for readthedocs buildNejc Habjan2021-05-011-2/+1
|/ / /
* | | Merge pull request #1441 from python-gitlab/docs/no-manpages-warningsJohn Villalovos2021-05-0110-12/+19
|\ \ \
| * | | docs: fail on warnings during sphinx buildNejc Habjan2021-05-0110-12/+19
|/ / /
* | | Merge pull request #1438 from python-gitlab/fix/missing-group-attributesJohn Villalovos2021-05-011-0/+9
|\ \ \ | |_|/ |/| |
| * | fix(objects): add missing group attributesNejc Habjan2021-05-011-0/+9
* | | Merge pull request #1434 from python-gitlab/renovate/docker-gitlab-gitlab-ce-...Nejc Habjan2021-05-011-1/+1
|\ \ \
| * | | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.3-ce.0renovate/docker-gitlab-gitlab-ce-13.xRenovate Bot2021-04-301-1/+1
| |/ /
* | | Merge pull request #1437 from daniellanner/feat/api-code-owner-approvalNejc Habjan2021-05-011-0/+1
|\ \ \ | |/ / |/| |
| * | feat: add code owner approval as attributeDaniel Lanner2021-04-301-0/+1
|/ /
* | Merge pull request #1433 from JohnVillalovos/jlvillal/blackMax Wittig2021-04-301-1/+1
|\ \
| * | chore: have black run at the top-levelJohn L. Villalovos2021-04-301-1/+1
|/ /
* | Merge pull request #1429 from JohnVillalovos/jlvillal/flake8Max Wittig2021-04-3012-27/+22
|\ \
| * | chore: have flake8 check the entire projectJohn L. Villalovos2021-04-3012-27/+22
|/ /
* | Merge pull request #1421 from JohnVillalovos/jlvillal/typed_gitlabNejc Habjan2021-04-282-0/+1
|\ \
| * | feat: indicate that we are a typed packageJohn L. Villalovos2021-04-272-0/+1
| |/
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.2-ce.0Renovate Bot2021-04-281-1/+1
|/
* Merge pull request #1413 from JohnVillalovos/jlvillal/1407Nejc Habjan2021-04-272-2/+6
|\
| * fix: iids not working as a list in projects.issues.list()John L. Villalovos2021-04-272-2/+6
|/
* Merge pull request #1352 from JohnVillalovos/jlvillal/fix_mroNejc Habjan2021-04-276-5/+127
|\
| * chore: remove commented-out printNejc Habjan2021-04-271-1/+0
| * fix: add a check to ensure the MRO is correctJohn L. Villalovos2021-04-246-5/+128
* | Merge pull request #1415 from JohnVillalovos/jlvillal/list_attribute_intNejc Habjan2021-04-272-1/+6
|\ \
| * | feat: add support for lists of integers to ListAttributeJohn L. Villalovos2021-04-252-1/+6
* | | Merge pull request #1412 from JohnVillalovos/jlvillal/optional_get_attrsNejc Habjan2021-04-262-7/+6
|\ \ \
| * | | chore: make Get.*Mixin._optional_get_attrs always presentJohn L. Villalovos2021-04-242-7/+7
| | |/ | |/|
* | | Merge pull request #1418 from python-gitlab/fix/urlencode-file-pathsv2.7.1Max Wittig2021-04-263-2/+50
|\ \ \ | |_|/ |/| |