summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
|\ \ \ | |_|/ |/| |
| * | fix(files): do not url-encode file paths twiceNejc Habjan2021-04-263-2/+50
|/ /
* | Merge pull request #1408 from python-gitlab/chore/bump-to-2-7-0v2.7.0Nejc Habjan2021-04-251-1/+1
|\ \
| * | chore: bump version to 2.7.0chore/bump-to-2-7-0Max Wittig2021-04-231-1/+1
| |/
* | Merge pull request #1411 from JohnVillalovos/jlvillal/list_filtersMax Wittig2021-04-252-7/+6
|\ \
| * | chore: make ListMixin._list_filters always presentJohn L. Villalovos2021-04-242-7/+6
| |/
* | Merge pull request #1410 from JohnVillalovos/jlvillal/short_print_attrMax Wittig2021-04-252-1/+2
|\ \
| * | chore: make RESTObject._short_print_attrs always presentJohn L. Villalovos2021-04-242-1/+2
| |/
* | Merge pull request #1414 from python-gitlab/chore/remove-noisy-deprecation-wa...Max Wittig2021-04-251-18/+0
|\ \ | |/ |/|
| * chore(objects): remove noisy deprecation warning for audit eventschore/remove-noisy-deprecation-warningNejc Habjan2021-04-251-18/+0
|/
* Merge pull request #1392 from bbatliner/patch-1Max Wittig2021-04-231-10/+18
|\
| * fix: only append kwargs as query parametersBrendan Batliner2021-04-071-10/+15
| * fix: only add query_parameters to GitlabList onceBrendan Batliner2021-04-071-0/+3
* | Merge pull request #1406 from python-gitlab/renovate/docker-gitlab-gitlab-ce-...Max Wittig2021-04-231-1/+1
|\ \
| * | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.1-ce.0Renovate Bot2021-04-231-1/+1
|/ /
* | Merge pull request #1405 from JohnVillalovos/jlvillal/returns_bytesMax Wittig2021-04-231-2/+2
|\ \
| * | fix: correct ProjectFile.decode() documentationJohn L. Villalovos2021-04-221-2/+2
* | | Merge pull request #1397 from JohnVillalovos/jlvillal/flake8Max Wittig2021-04-2333-157/+149
|\ \ \
| * | | chore: fix F841 errors reported by flake8John L. Villalovos2021-04-186-15/+15
| * | | chore: fix F401 errors reported by flake8John L. Villalovos2021-04-1824-101/+93
| * | | chore: fix E711 error reported by flake8John L. Villalovos2021-04-182-7/+7
| * | | chore: fix E712 errors reported by flake8John L. Villalovos2021-04-184-14/+14
| * | | chore: fix E741/E742 errors reported by flake8John L. Villalovos2021-04-183-20/+20
* | | | Merge pull request #1404 from DylannCordel/fix-upd-user-bool-data-and-avatarMax Wittig2021-04-231-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: update user's bool data and avatarDylann Cordel2021-04-221-0/+6
* | | | chore(deps): update gitlab/gitlab-ce docker tag to v13.11.0-ce.0Renovate Bot2021-04-221-1/+1
|/ / /
* | | Merge pull request #1383 from spyoungtech/dirfixNejc Habjan2021-04-212-1/+5
|\ \ \
| * | | test(object): add test for __dir__ duplicatesSpencer Phillip Young2021-04-211-0/+4
| * | | fix(types): prevent __dir__ from producing duplicatesSpencer Young2021-03-231-1/+1
* | | | Merge pull request #1400 from JohnVillalovos/jlvillal/sanitizeMax Wittig2021-04-202-28/+0
|\ \ \ \
| * | | | chore: remove unused function sanitize_parameters()John L. Villalovos2021-04-182-28/+0
* | | | | Merge pull request #1398 from JohnVillalovos/jlvillal/mypy_mixinsMax Wittig2021-04-201-24/+26
|\ \ \ \ \
| * | | | | fix: correct some type-hints in gitlab/mixins.pyJohn L. Villalovos2021-04-181-24/+26
| |/ / / /