summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #1774 from python-gitlab/jlvillal/doc_artifactsNejc Habjan2021-12-251-0/+5
|\
| * chore: generate artifacts for the docs build in the CIjlvillal/doc_artifactsJohn L. Villalovos2021-12-221-0/+5
* | Merge pull request #1776 from python-gitlab/jlvillal/rebase_in_progressNejc Habjan2021-12-254-2/+15
|\ \ | |/ |/|
| * chore: add and document optional parameters for get MRjlvillal/rebase_in_progressJohn L. Villalovos2021-12-232-0/+13
| * docs: rename documentation files to match names of code filesJohn L. Villalovos2021-12-233-2/+2
|/
* feat(api): support file format for repository archiveMax Ludwig2021-12-213-4/+39
* Merge pull request #1766 from python-gitlab/jlvillal/leave_dotNejc Habjan2021-12-216-47/+20
|\
| * fix: stop encoding '.' to '%2E'jlvillal/leave_dotJohn L. Villalovos2021-12-206-47/+20
* | Merge pull request #1770 from python-gitlab/renovate/alessandrojcm-commitlint...Nejc Habjan2021-12-211-1/+1
|\ \
| * | chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook ...renovate/alessandrojcm-commitlint-pre-commit-hook-6.xRenovate Bot2021-12-201-1/+1
* | | Merge pull request #1753 from python-gitlab/renovate/mypy-0.xNejc Habjan2021-12-212-2/+2
|\ \ \
| * | | chore: remove '# type: ignore' for new mypy versionrenovate/mypy-0.xJohn L. Villalovos2021-12-201-1/+1
| * | | chore(deps): update dependency mypy to v0.920Renovate Bot2021-12-201-1/+1
| |/ /
* | | chore(deps): update pre-commit hook pycqa/flake8 to v4Renovate Bot2021-12-201-1/+1
* | | chore(deps): update pre-commit hook psf/black to v21Renovate Bot2021-12-201-1/+1
* | | chore(deps): update pre-commit hook pycqa/isort to v5.10.1Renovate Bot2021-12-201-1/+1
|/ /
* | chore(ci): enable renovate for pre-commitNejc Habjan2021-12-201-1/+2
|/
* Merge pull request #1765 from python-gitlab/jlvillal/unit_test_configNejc Habjan2021-12-201-2/+4
|\
| * chore: fix unit test if config file exists locallyjlvillal/unit_test_configJohn L. Villalovos2021-12-191-2/+4
* | docs(project): remove redundant encoding parameterShashwat Kumar2021-12-191-1/+0
|/
* Merge pull request #1757 from python-gitlab/jlvillal/gitignoreNejc Habjan2021-12-191-0/+1
|\
| * chore: add .env as a file that search tools should not ignorejlvillal/gitignoreJohn L. Villalovos2021-12-171-0/+1
* | chore(deps): update dependency sphinx to v4.3.2Renovate Bot2021-12-191-1/+1
|/
* chore(deps): update dependency types-requests to v2.26.2Renovate Bot2021-12-172-2/+2
* Merge pull request #1746 from python-gitlab/jlvillal/squash_optionNejc Habjan2021-12-142-0/+3
|\
| * feat: add support for `squash_option` in Projectsjlvillal/squash_optionJohn L. Villalovos2021-12-132-0/+3
|/
* Merge pull request #1743 from python-gitlab/feat/cli-without-config-fileNejc Habjan2021-12-136-116/+234
|\
| * feat(cli): do not require config file to run CLIfeat/cli-without-config-fileNejc Habjan2021-12-136-116/+234
* | Merge pull request #1742 from python-gitlab/jlvillal/py311_alphaNejc Habjan2021-12-131-0/+2
|\ \ | |/ |/|
| * chore: add Python 3.11 testingJohn L. Villalovos2021-12-121-0/+2
|/
* test(api): fix current user mail count in newer gitlabNejc 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 #1710 from python-gitlab/jlvillal/get_without_idNejc Habjan2021-12-1110-28/+169
|\
| * chore: add get() methods for GetWithoutIdMixin based classesjlvillal/get_without_idJohn L. Villalovos2021-12-0810-28/+169
* | 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