summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: bump version to 2.7.0chore/bump-to-2-7-0Max Wittig2021-04-231-1/+1
* 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
| |/ / / /
* | | | | Merge pull request #1399 from JohnVillalovos/jlvillal/fix_custom_actionMax Wittig2021-04-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix: argument type was not a tuple as expectedJohn L. Villalovos2021-04-181-1/+1
|/ / / /
* | | | Merge pull request #1364 from python-gitlab/feat/resource-state-eventsMax Wittig2021-04-186-0/+185
|\ \ \ \ | |_|/ / |/| | |
| * | | chore: fix typo in mr eventsfeat/resource-state-eventsNejc Habjan2021-04-181-4/+2
| * | | feat(objects): add support for resource state events APINejc Habjan2021-04-183-0/+30
| * | | test(objects): add tests for resource state eventsNejc Habjan2021-04-182-0/+115
| * | | docs(api): add examples for resource state eventsNejc Habjan2021-04-181-0/+42
|/ / /
* | | Merge pull request #1359 from klorenz/feat_token_lookupNejc Habjan2021-04-183-1/+132
|\ \ \
| * | | chore(config): allow simple commands without external scriptKay-Uwe (Kiwi) Lorenz2021-04-182-16/+67
| * | | chore: make lint happyKay-Uwe (Kiwi) Lorenz2021-03-071-1/+2
| * | | fix: handling config value in _get_values_from_helperKay-Uwe (Kiwi) Lorenz2021-03-071-2/+4
| * | | fix: update doc for token helperKay-Uwe (Kiwi) Lorenz2021-03-071-2/+3
| * | | fix: let the homedir be expanded in path of helperKay-Uwe (Kiwi) Lorenz2021-03-071-1/+2
| * | | chore: make lint happyKay-Uwe (Kiwi) Lorenz2021-03-071-6/+4
| * | | chore: make lint happyKay-Uwe (Kiwi) Lorenz2021-03-071-13/+22
| * | | fix: make secret helper more user friendlyKay-Uwe (Kiwi) Lorenz2021-03-073-21/+63
| * | | fix: linting issues and testKay-Uwe (Kiwi) Lorenz2021-03-061-0/+4
| * | | chore: add testKay-Uwe (Kiwi) Lorenz2021-03-061-0/+11
| * | | fix: better real life token lookup exampleKay-Uwe (Kiwi) Lorenz2021-03-061-1/+1
| * | | feat: option to add a helper to lookup tokenKay-Uwe (Kiwi) Lorenz2021-03-062-1/+12
* | | | Merge pull request #1375 from JohnVillalovos/jlvillal/update_uses_postNejc Habjan2021-04-172-2/+27
|\ \ \ \
| * | | | chore: remove usage of getattr()John L. Villalovos2021-03-152-2/+27
* | | | | Merge pull request #1366 from JohnVillalovos/jlvillal/create_attrsNejc Habjan2021-04-1745-286/+362
|\ \ \ \ \
| * | | | | chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-1745-286/+362
* | | | | | Merge pull request #1391 from python-gitlab/renovate/docker-compose-1.xNejc Habjan2021-04-171-1/+1
|\ \ \ \ \ \
| * | | | | | chore(deps): update dependency docker-compose to v1.29.1renovate/docker-compose-1.xRenovate Bot2021-04-141-1/+1