summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
| * chore: add type-hints to gitlab/v4/objects/repositories.pyJohn L. Villalovos2021-11-212-14/+48
| * chore: add type-hints to gitlab/v4/objects/pipelines.pyJohn L. Villalovos2021-11-212-7/+30
| * chore: add type-hints to gitlab/v4/objects/milestones.pyJohn L. Villalovos2021-11-212-5/+22
| * chore: add type-hints to gitlab/v4/objects/jobs.pyJohn L. Villalovos2021-11-212-15/+55
| * chore: add type-hints to gitlab/v4/objects/issues.pyJohn L. Villalovos2021-11-212-7/+33
| * chore: add type-hints to gitlab/v4/objects/geo_nodes.pyJohn L. Villalovos2021-11-212-8/+23
| * chore: add type-hints to gitlab/v4/objects/epics.pyJohn L. Villalovos2021-11-212-3/+16
| * chore: fix issue with adding type-hints to 'manager' attributeJohn L. Villalovos2021-11-211-0/+4
* | Merge pull request #1705 from python-gitlab/jlvillal/drop_py_36Nejc Habjan2021-11-234-6/+3
|\ \
| * | feat: remove support for Python 3.6, require 3.7 or higherJohn L. Villalovos2021-11-234-6/+3
* | | chore(deps): update dependency types-setuptools to v57.4.3Renovate Bot2021-11-232-2/+2
* | | chore(deps): update dependency black to v21Renovate Bot2021-11-221-1/+1
* | | Merge pull request #1693 from python-gitlab/jlvillay/mypy_test_metaNejc Habjan2021-11-234-6/+8
|\ \ \
| * | | chore: enable mypy for tests/meta/*jlvillay/mypy_test_metaJohn L. Villalovos2021-11-164-6/+8
* | | | chore: have renovate upgrade black version (#1700)John Villalovos2021-11-232-2/+11
| |/ / |/| |
* | | Merge pull request #1701 from python-gitlab/jlvillal/func_testNejc Habjan2021-11-221-0/+4
|\ \ \ | |_|/ |/| |
| * | chore: correct test_groups.py testjlvillal/func_testJohn L. Villalovos2021-11-191-0/+4
|/ /
* | Merge pull request #1696 from python-gitlab/jlvillal/mypy_merge_request_appro...Nejc Habjan2021-11-172-12/+35
|\ \ | |/ |/|
| * chore: add type-hints to gitlab/v4/objects/merge_request_approvals.pyjlvillal/mypy_merge_request_approvalsJohn L. Villalovos2021-11-162-12/+35
|/
* Merge pull request #1692 from python-gitlab/jlvillal/mypy_setupNejc Habjan2021-11-161-1/+0
|\
| * chore: check setup.py with mypyJohn L. Villalovos2021-11-161-1/+0
|/
* Merge pull request #1681 from python-gitlab/jlvillal/mypy_ensure_type_hintsNejc Habjan2021-11-1625-6/+437
|\
| * chore: ensure get() methods have correct type-hintsjlvillal/mypy_ensure_type_hintsJohn L. Villalovos2021-11-1521-4/+434
| * chore: create a 'tests/meta/' directory and put test_mro.py in itJohn L. Villalovos2021-11-154-2/+3
* | Merge pull request #1683 from python-gitlab/jlvillal/mypy_setupNejc Habjan2021-11-153-2/+7
|\ \ | |/
| * chore: add type-hints to setup.py and check with mypyjlvillal/mypy_setupJohn L. Villalovos2021-11-143-2/+7
|/
* Merge pull request #1691 from python-gitlab/jlvillal/mypy_snippetsNejc Habjan2021-11-142-5/+32
|\