summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* test(cli): add more real class scenariosfix/parse-cli-objects-camelcaseNejc Habjan2021-03-071-0/+6
* fix(cli): fix parsing CLI objects to classnamesNejc Habjan2021-03-073-18/+49
* Merge pull request #1336 from em-/fix/quote-everythingNejc Habjan2021-03-072-3/+11
|\
| * fix: handle tags like debian/2%2.6-21 as identifiersEmanuele Aina2021-03-052-3/+11
* | chore: add type-hints for gitlab/mixins.pyJohn L. Villalovos2021-03-061-57/+313
* | Merge pull request #1353 from JohnVillalovos/jlvillal/mypy_baseNejc Habjan2021-03-061-0/+5
|\ \
| * | chore: add type hints to gitlab/base.py:RESTManagerJohn L. Villalovos2021-03-011-0/+5
| |/
* | Merge pull request #1350 from JohnVillalovos/jlvillal/isinstanceNejc Habjan2021-03-061-8/+15
|\ \ | |/ |/|
| * chore: put assert statements inside 'if TYPE_CHECKING:'John L. Villalovos2021-03-021-8/+15
* | chore: del 'import *' in gitlab/v4/objects/project_access_tokens.pyJohn L. Villalovos2021-03-011-2/+2
|/
* chore: disallow incomplete type defsJohn L. Villalovos2021-02-284-31/+41
* Merge pull request #1347 from python-gitlab/chore/split-repository-methodsMax Wittig2021-02-282-197/+208
|\
| * chore(api): move repository endpoints into separate modulechore/split-repository-methodsNejc Habjan2021-02-282-197/+208
* | Merge pull request #1343 from JohnVillalovos/jlvillal/mypy_testing_thingsNejc Habjan2021-02-281-4/+6
|\ \
| * | chore: add and fix some type-hints in gitlab/client.pyJohn L. Villalovos2021-02-271-4/+6
* | | Merge pull request #1345 from JohnVillalovos/jlvillal/mypy_base_fixesNejc Habjan2021-02-281-1/+7
|\ \ \ | |_|/ |/| |
| * | chore: add additional type-hints for gitlab/base.pyJohn L. Villalovos2021-02-271-1/+7
| |/
* | Merge pull request #1333 from python-gitlab/feat/user-follow-apiNejc Habjan2021-02-283-0/+138
|\ \ | |/ |/|
| * feat(users): add follow/unfollow APIfeat/user-follow-apiMax Wittig2021-02-273-0/+138
* | 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
* | | chore: remove import of gitlab.utils from __init__.pyJohn L. Villalovos2021-02-261-1/+0
* | | 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
* | | fix: remove duplicate class definitions in v4/objects/users.pyJohn L. Villalovos2021-02-251-12/+0
|/ /
* | 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
| |/ /
* | | 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
* | test: don't add duplicate fixtureMax Wittig2021-02-241-26/+0
* | feat(projects): add project access token apiMax Wittig2021-02-243-0/+159
|/
* fix: undefined name errorsJohn L. Villalovos2021-02-232-4/+8
* chore: remove unused function _construct_url()John L. Villalovos2021-02-231-18/+0
* 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-222-2/+2
* chore: remove usage of 'from ... import *' in client.pyJohn L. Villalovos2021-02-221-16/+16
* chore: explicitly import gitlab.v4.objects/cliJohn L. Villalovos2021-02-212-10/+29
* chore(objects): make Project refreshableNejc Habjan2021-02-211-1/+1
* feat(objects): add Release Links API supportNejc Habjan2021-02-216-14/+180
* Merge pull request #1308 from Sineaggi/add-project-audit-endpointNejc Habjan2021-02-203-0/+104
|\
| * chore(tests): remove unused URL segmentNejc Habjan2021-02-201-2/+2
| * feat: add project audit endpointClayton Walker2021-02-193-0/+104
* | refactor: move Gitlab and GitlabList to gitlab/client.pyJohn L. Villalovos2021-02-183-834/+860
|/
* feat: add personal access token APIfeat/personal-access-token-apiMax Wittig2021-02-174-0/+66