summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore(api): move repository endpoints into separate modulechore/split-repository-methodsNejc Habjan2021-02-282-197/+208
* Merge pull request #1333 from python-gitlab/feat/user-follow-apiNejc Habjan2021-02-284-0/+152
|\
| * feat(users): add follow/unfollow APIfeat/user-follow-apiMax Wittig2021-02-274-0/+152
* | Merge pull request #1339 from JohnVillalovos/jlvillal/mypy_client_pyMax Wittig2021-02-272-79/+141
|\ \
| * | chore: add type-hints to gitlab/client.pyJohn L. Villalovos2021-02-262-79/+141
* | | Merge pull request #1341 from JohnVillalovos/jlvillal/gitterNejc Habjan2021-02-271-0/+5
|\ \ \
| * | | docs: add information about the gitter communityJohn L. Villalovos2021-02-261-0/+5
|/ / /
* | | Merge pull request #1340 from JohnVillalovos/jlvillal/gitlab_initMax Wittig2021-02-261-1/+0
|\ \ \
| * | | chore: remove import of gitlab.utils from __init__.pyJohn L. Villalovos2021-02-261-1/+0
|/ / /
* | | Merge pull request #1338 from JohnVillalovos/jlvillal/mypy_baseNejc Habjan2021-02-261-3/+5
|\ \ \ | |/ / |/| |
| * | chore: improve type-hints for gitlab/base.pyJohn L. Villalovos2021-02-261-3/+5
|/ /
* | Merge pull request #1334 from JohnVillalovos/jlvillal/mypy_cliNejc Habjan2021-02-261-8/+11
|\ \
| * | chore: add type-hints to gitlab/cli.pyJohn L. Villalovos2021-02-251-8/+11
* | | Merge pull request #1337 from python-gitlab/renovate/docker-compose-1.xMax Wittig2021-02-261-1/+1
|\ \ \
| * | | chore(deps): update dependency docker-compose to v1.28.5Renovate Bot2021-02-261-1/+1
|/ / /
* | | Merge pull request #1335 from JohnVillalovos/jlvillal/remove_dup_classesNejc Habjan2021-02-261-12/+0
|\ \ \ | |/ / |/| |
| * | fix: remove duplicate class definitions in v4/objects/users.pyJohn L. Villalovos2021-02-251-12/+0
|/ /
* | Merge pull request #1328 from python-gitlab/renovate/wagoid-commitlint-github...Max Wittig2021-02-251-1/+1
|\ \
| * | chore(deps): update wagoid/commitlint-github-action action to v3Renovate Bot2021-02-241-1/+1
| |/
* | Merge pull request #1329 from JohnVillalovos/jlvillal/mypy_constMax Wittig2021-02-251-30/+30
|\ \
| * | chore: add type-hints to gitlab/const.pyJohn L. Villalovos2021-02-251-30/+30
* | | Merge pull request #1330 from JohnVillalovos/jlvillal/mypy_utilsMax Wittig2021-02-251-6/+14
|\ \ \
| * | | chore: add type hints to gitlab/utils.pyJohn L. Villalovos2021-02-251-6/+14
| |/ /
* | | Merge pull request #1331 from JohnVillalovos/jlvillal/mypy_configMax Wittig2021-02-251-4/+7
|\ \ \
| * | | chore: add type-hints to gitlab/config.pyJohn L. Villalovos2021-02-251-4/+7
| |/ /
* | | Merge pull request #1332 from JohnVillalovos/jlvillal/fix_variableNejc Habjan2021-02-251-1/+1
|\ \ \ | |/ / |/| |
| * | fix: wrong variable nameJohn L. Villalovos2021-02-251-1/+1
|/ /
* | Merge pull request #1319 from JohnVillalovos/jlvillal/import_starNejc Habjan2021-02-2557-114/+244
|\ \ | |/ |/|
| * chore: remove usage of 'from ... import *'John L. Villalovos2021-02-2357-114/+244
* | Merge pull request #1327 from python-gitlab/feat/project-access-token-apiNejc Habjan2021-02-244-0/+167
|\ \
| * | test: don't add duplicate fixtureMax Wittig2021-02-241-26/+0
| * | feat(projects): add project access token apiMax Wittig2021-02-244-0/+193
* | | Merge pull request #1325 from JohnVillalovos/jlvillal/pep8Max Wittig2021-02-241-1/+5
|\ \ \ | |/ / |/| |
| * | fix: tox pep8 target, so that it can runJohn L. Villalovos2021-02-231-1/+5
| |/
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.1-ce.0Renovate Bot2021-02-241-1/+1
|/
* Merge pull request #1322 from JohnVillalovos/jlvillal/missing_varsNejc Habjan2021-02-242-4/+8
|\
| * fix: undefined name errorsJohn L. Villalovos2021-02-232-4/+8
|/
* Merge pull request #1321 from JohnVillalovos/jlvillal/remove_cruftNejc Habjan2021-02-231-18/+0
|\
| * chore: remove unused function _construct_url()John L. Villalovos2021-02-231-18/+0
|/
* Merge pull request #1299 from JohnVillalovos/mypyNejc Habjan2021-02-237-32/+55
|\
| * chore: add type hints to gitlab/base.pyJohn L. Villalovos2021-02-221-29/+34
| * feat: add an initial mypy test to tox.iniJohn L. Villalovos2021-02-226-3/+21
|/
* Merge pull request #1318 from JohnVillalovos/jlvillal/testingNejc Habjan2021-02-221-16/+16
|\
| * chore: remove usage of 'from ... import *' in client.pyJohn L. Villalovos2021-02-221-16/+16
|/
* Merge pull request #1310 from JohnVillalovos/jlvillal/v4_onlyNejc Habjan2021-02-222-10/+29
|\
| * chore: explicitly import gitlab.v4.objects/cliJohn L. Villalovos2021-02-212-10/+29
* | chore(deps): update gitlab/gitlab-ce docker tag to v13.9.0-ce.0Renovate Bot2021-02-221-1/+1
|/
* Merge pull request #1316 from JohnVillalovos/jlvillal/test_waitNejc Habjan2021-02-212-3/+10
|\
| * fix: extend wait timeout for test_delete_user()John L. Villalovos2021-02-212-3/+10
|/
* Merge pull request #1314 from python-gitlab/feat/release-linksMax Wittig2021-02-2112-83/+329
|\