summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(files): allow decoding project files directly to stringfeat/decode-to-stringNejc Habjan2022-11-263-6/+27
* chore: validate httpx package is not installed by defaultLiora Milbaum2022-11-234-1/+50
* feat: add support for SAML group links (#2367)Abhishek Singh2022-11-224-1/+164
* fix(cli): Enable debug before doing authEmanuele Aina2022-11-211-3/+2
* chore(deps): update all non-major dependenciesrenovate[bot]2022-11-211-2/+2
* test(api): fix flaky test `test_cancel_merge_when_pipeline_succeeds`John L. Villalovos2022-11-211-0/+1
* docs: Use the term "log file" for getting a job log fileJohn L. Villalovos2022-11-181-1/+1
* feat(groups): add LDAP link manager and deprecate old API endpointsNejc Habjan2022-11-174-31/+112
* refactor: explicitly use ProjectSecureFileNejc Habjan2022-11-174-13/+15
* feat(groups): add support for listing ldap_group_links (#2371)Ray2022-11-162-0/+44
* chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v34.24.0renovate[bot]2022-11-141-1/+1
* docs(groups): describe GitLab.com group creation limitationNejc Habjan2022-11-101-0/+6
* feat: implement secure files APIBen Brown2022-11-106-0/+221
* chore: correct website for pylintJohn L. Villalovos2022-11-101-1/+1
* feat(ci): Re-Run Tests on PR Comment workflowLiora Milbaum2022-11-092-0/+27
* docs(api): pushrules remove saying `None` is returned when not foundJohn L. Villalovos2022-11-082-2/+2
* chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v34.20.0renovate[bot]2022-11-071-1/+1
* feat(api): add support for getting a project's pull mirror detailsJohn L. Villalovos2022-11-043-0/+54
* fix(cli): expose missing mr_default_target_self project attributeRomain Dartigues2022-11-031-0/+1
* feat(api): add support for remote project import from AWS S3 (#2357)Abhishek Singh2022-11-024-4/+141
* feat(api): add support for remote project import (#2348)Abhishek Singh2022-11-014-0/+99
* Merge pull request #2347 from Shreya-7/issue-2264-add-application-statisticsNejc Habjan2022-11-017-1/+111
|\
| * feat(api): add application statisticsShreya2022-11-017-1/+111
|/
* fix: use POST method and return dict in `cancel_merge_when_pipeline_succeeds(...John Villalovos2022-10-314-9/+47
* Merge pull request #2351 from python-gitlab/renovate/all-minor-patchNejc Habjan2022-10-313-4/+4
|\
| * chore(deps): update all non-major dependenciesrenovate[bot]2022-10-313-4/+4
|/
* Merge pull request #2352 from python-gitlab/renovate/maxbrunet-pre-commit-ren...Nejc Habjan2022-10-311-1/+1
|\
| * chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v34renovate[bot]2022-10-311-1/+1
|/
* chore: release v3.11.0v3.11.0github-actions2022-10-282-1/+21
* chore: add responses to pre-commit depsNejc Habjan2022-10-271-0/+1
* docs(advanced): add hint on type narrowingNejc Habjan2022-10-271-0/+20
* chore: add basic type checks to functional/api testsNejc Habjan2022-10-275-6/+7
* chore: add basic typing to functional testsNejc Habjan2022-10-274-7/+11
* chore: narrow type hints for license APINejc Habjan2022-10-271-1/+1
* chore: add basic type checks to meta testsNejc Habjan2022-10-272-6/+8
* chore: add basic typing to smoke testsNejc Habjan2022-10-274-24/+10
* chore: add basic typing to test rootNejc Habjan2022-10-273-7/+11
* Merge pull request #2345 from python-gitlab/jlvillal/enable_debugNejc Habjan2022-10-271-0/+6
|\
| * docs: add minimal docs about the `enable_debug()` methodJohn L. Villalovos2022-10-271-0/+6
|/
* Merge pull request #2343 from python-gitlab/feat/python-3-11Max Wittig2022-10-266-14/+15
|\
| * feat(build): officially support Python 3.11Nejc Habjan2022-10-266-14/+15
|/
* Merge pull request #2341 from python-gitlab/renovate/maxbrunet-pre-commit-ren...Nejc Habjan2022-10-241-1/+1
|\
| * chore(deps): update pre-commit hook maxbrunet/pre-commit-renovate to v33renovate[bot]2022-10-241-1/+1
|/
* chore(deps): update all non-major dependenciesrenovate[bot]2022-10-233-4/+4
* Merge pull request #2320 from lmilbaum/refactoringNejc Habjan2022-10-202-7/+10
|\
| * refactor: pre-commit trigger from toxLiora Milbaum2022-10-192-7/+10
|/
* Merge pull request #2333 from python-gitlab/jlvillal/remove_approvers_endpointNejc Habjan2022-10-193-37/+1
|\
| * chore: add `not-callable` to pylint ignore listJohn L. Villalovos2022-10-191-0/+1
| * fix: remove `project.approvals.set_approvals()` methodJohn L. Villalovos2022-10-192-37/+0
|/
* Merge pull request #2332 from python-gitlab/jlvillal/fix_testNejc Habjan2022-10-191-4/+9
|\