summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test(api): fix current user mail count in newer gitlabfeat/topicsNejc Habjan2021-12-111-2/+2
* chore(api): temporarily remove topic delete endpointNejc Habjan2021-12-115-33/+3
* chore: fix renovate setup for gitlab docker imageNejc Habjan2021-12-111-1/+1
* feat(api): add support for Topics APINejc Habjan2021-12-119-1/+222
* Merge pull request #1733 from simonisateur/fix-package-file-deleteNejc Habjan2021-12-103-3/+36
|\
| * feat: add delete on package_file objectSimon Hébert-Deschamps2021-12-093-3/+36
|/
* Merge pull request #1736 from python-gitlab/jlvillal/workflowNejc Habjan2021-12-084-0/+24
|\
| * chore: github workflow: cancel prior running jobs on new pushJohn L. Villalovos2021-12-074-0/+24
|/
* Merge pull request #1726 from python-gitlab/jlvillal/windowsNejc Habjan2021-12-082-13/+23
|\
| * chore: add running unit tests on windows/macosJohn L. Villalovos2021-12-072-13/+23
* | Merge pull request #1738 from python-gitlab/jlvillal/pylint_fixesNejc Habjan2021-12-082-29/+20
|\ \ | |/ |/|
| * chore: fix pylint error "expression-not-assigned"John L. Villalovos2021-12-072-29/+20
|/
* Merge pull request #1729 from python-gitlab/jlvillal/pylintNejc Habjan2021-12-088-21/+130
|\
| * chore: set pre-commit mypy args to empty listJohn L. Villalovos2021-12-071-0/+1
| * chore: run pre-commit on changes to the config fileJohn L. Villalovos2021-12-071-0/+32
| * chore: add initial pylint checkJohn L. Villalovos2021-12-077-21/+97
|/
* Merge pull request #1727 from python-gitlab/jlvillal/mypy_strict_two_stepsNejc Habjan2021-12-072-2/+18
|\
| * chore: enable 'warn_redundant_casts' for mypyjlvillal/mypy_strict_two_stepsJohn L. Villalovos2021-12-052-2/+2
| * chore: enable subset of the 'mypy --strict' options that workJohn L. Villalovos2021-12-051-1/+17
|/
* chore(deps): update dependency black to v21.12b0Renovate Bot2021-12-051-1/+1
* Merge pull request #1709 from python-gitlab/docs/sphinx-annotationsNejc Habjan2021-12-0133-387/+382
|\
| * docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-0126-101/+99
| * chore(docs): link to main, not masterNejc Habjan2021-11-281-1/+1
| * chore(docs): use builtin autodoc hintsNejc Habjan2021-11-282-2/+2
| * docs: only use type annotations for documentationNejc Habjan2021-11-2826-287/+282
| * chore(docs): load autodoc-typehints moduleNejc Habjan2021-11-282-0/+2
* | Merge pull request #1702 from python-gitlab/jlvillal/attribute_helpNejc Habjan2021-12-014-5/+71
|\ \
| * | chore: attempt to be more informative for missing attributesjlvillal/attribute_helpJohn L. Villalovos2021-11-304-5/+71
| |/
* | Merge pull request #1694 from python-gitlab/jlvillal/const_explicitNejc Habjan2021-12-0114-73/+140
|\ \ | |/ |/|
| * docs: update docs to use gitlab.const for constantsjlvillal/const_explicitJohn L. Villalovos2021-11-307-50/+50
| * chore: use constants from gitlab.const moduleJohn L. Villalovos2021-11-305-12/+13
| * refactor: deprecate accessing constants from top-level namespaceJohn L. Villalovos2021-11-303-17/+83
|/
* Merge pull request #1721 from python-gitlab/test/cli-coverageNejc Habjan2021-11-2815-34/+104
|\
| * chore(tests): apply review suggestionsNejc Habjan2021-11-282-4/+4
| * test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-2715-33/+103
* | chore(deps): update dependency sphinx to v4.3.1Renovate Bot2021-11-271-1/+1
* | Merge pull request #1714 from python-gitlab/jlvillal/pytest_script_launch_modeNejc Habjan2021-11-271-4/+1
|\ \ | |/ |/|
| * chore: remove pytest-console-scripts specific configJohn L. Villalovos2021-11-271-4/+1
|/
* Merge pull request #1712 from StingRayZA/EpicnotesNejc Habjan2021-11-273-2/+96
|\
| * feat(api): add support for epic notesRaimund Hook2021-11-253-2/+96
* | Merge pull request #1718 from python-gitlab/jlvillal/project_groupsNejc Habjan2021-11-273-0/+42
|\ \
| * | feat: add support for `projects.groups.list()`jlvillal/project_groupsJohn L. Villalovos2021-11-263-0/+42
|/ /
* | chore(deps): update typing dependenciesRenovate Bot2021-11-262-4/+4
|/
* Merge pull request #1707 from python-gitlab/jlvillal/reduce_meta_testsNejc Habjan2021-11-242-22/+7
|\
| * chore: remove duplicate/no-op tests from meta/test_ensure_type_hintsJohn L. Villalovos2021-11-242-22/+7
|/
* Merge pull request #1695 from python-gitlab/jlvillal/mypy_epicsNejc Habjan2021-11-2313-90/+353
|\
| * chore: add type-hints to gitlab/v4/objects/files.pyjlvillal/mypy_epicsJohn L. Villalovos2021-11-212-13/+58
| * chore: add type-hints to gitlab/v4/objects/labels.pyJohn L. Villalovos2021-11-212-7/+37
| * chore: add type-hints to gitlab/v4/objects/sidekiq.pyJohn L. Villalovos2021-11-212-5/+12
| * chore: add type-hints to gitlab/v4/objects/services.pyJohn L. Villalovos2021-11-212-6/+15