summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
black-in-toxchore: add a tox job to run blackGauvain Pocentek5 years
bufferoverflow-patch-1docs: change travis-ci badge to githubactionsRoger Meier3 years
chore/automate-releaseschore(ci): automate releasesNejc Habjan3 years
chore/automatic-deploychore: release tags to PyPI automaticallyMax Wittig5 years
chore/bump-to-2-5-0chore: bump python-gitlab to 2.5.0Max Wittig4 years
chore/bump-to-2-7-0chore: bump version to 2.7.0Max Wittig3 years
chore/ci-fixed-black-versionchore(ci): use fixed black versionMax Wittig4 years
chore/ci-github-actionstest: update lint.ymlMax Wittig4 years
chore/ci-publishchore(ci): fix gitlab PyPI publishMax Wittig5 years
chore/ci-rebuild-imagechore(ci): rebuild test image, when something changedMax Wittig5 years
chore/ci-reliable-systemchore(ci): use reliable ci systemMax Wittig5 years
chore/code-review-doctor-findingschore: use dataclass for RequiredOptionalNejc Habjan2 years
chore/codecov-travisdocs(readme): add codecov badge for masterNejc Habjan4 years
chore/codecov-wait-for-all-jobschore(ci): wait for all coverage jobs before posting commentNejc Habjan3 years
chore/deduplicate-pr-jobschore(ci): deduplicate PR jobsNejc Habjan3 years
chore/docs-edit-on-masterchore(docs): always edit the file directly on masterMax Wittig4 years
chore/enable-gitlab-ci-buildschore(ci): add automatic GitLab image pushesMax Wittig5 years
chore/fix-ci-travischore(ci): fix travis testsMax Wittig5 years
chore/fix-mypy-pre-commitchore: define root dir in mypy, not toxNejc Habjan3 years
chore/fix-travis-againfix: fix testsMax Wittig5 years
chore/group-manager-attributesfix(objects): correct group objectsMax Wittig4 years
chore/latest-docker-imagechore(ci): update latest docker image for every tagMax Wittig5 years
chore/master-to-mainchore: rename `master` branch to `main`Nejc Habjan3 years
chore/move-back-to-travischore: move checks back to travisMax Wittig5 years
chore/pre-commit-configchore(env): add pre-commit and commit-msg hooksNejc Habjan4 years
chore/python3-9test: ignore failing test for nowMax Wittig3 years
chore/readthedocs-ymlchore(ci): add .readthedocs.ymlNejc Habjan4 years
chore/remove-issuesstatisticsrefactor(objects): remove deprecated project.issuesstatisticsNejc Habjan3 years
chore/remove-members-allrefactor(objects): remove deprecated members.all() methodNejc Habjan3 years
chore/remove-noisy-deprecation-warningchore(objects): remove noisy deprecation warning for audit eventsNejc Habjan3 years
chore/remove-tag-release-apirefactor(objects): remove deprecated tag release APINejc Habjan3 years
chore/signature-gpg-x509chore(test): remove outdated token testNejc Habjan4 years
chore/sphinx-annotationschore: deduplicate type annotations in docsNejc Habjan2 years
chore/split-repository-methodschore(api): move repository endpoints into separate moduleNejc Habjan3 years
chore/take-ownershipdocs(pipelines): document take_ownership methodNejc Habjan3 years
chore/test-3-9chore(ci): test 3.9 and nightly python versionsMax Wittig4 years
chore/version-requirementschore: enforce python version requirementsMax Wittig4 years
choree/1-13-0chore: bump version to 1.13.0Max Wittig5 years
ci-output-optiondocs(cli): add PyYAML requirement noticeMax Wittig6 years
delete-pipeline-exampleAdd a pipeline deletion exampleGauvain Pocentek5 years
docs/admin-project-ownerdocs(issues): add admin, project owner hintMax Wittig4 years
docs/cleanup-historychore: clean up install docsNejc Habjan3 years
docs/cli-reference-pagedocs(cli): add auto-generated CLI referenceNejc Habjan4 years
docs/commit-messagedocs(readme): provide commit message guidelinesMax Wittig5 years
docs/file-deletion-docsdocs(projects): fix file deletion docsVeLKerr4 years
docs/furo-cleanupdocs: switch to Furo and refresh introduction pagesNejc Habjan2 years
docs/gitlab-pagesdocs: build docs on GitLab pagesMax Wittig5 years
docs/group-projects-list-clidocs(cli): add examples for group-project listNejc Habjan4 years
docs/groups-fix-typodocs(groups): fix typoMax Wittig5 years
docs/lower-level-apidocs(api): describe use of lower-level methodsNejc Habjan2 years
docs/project-typodocs(projects): fix typo in code sampleMax Wittig5 years
docs/projects-correct-forkdocs(projects): correct fork docsMax Wittig4 years
docs/readme-code-formatdocs(readme): add more info about commitlint, code-formatMax Wittig5 years
docs/readme-gitlab-runner-testdocs(readme): also add hint to delete gitlab-runner-testMax Wittig4 years
docs/readme-test-docsdocs(readme): update test docsMax Wittig4 years
docs/sphinx-annotationsdocs: use annotations for return typesNejc Habjan2 years
docs/update-authorsdocs: update authorsMax Wittig4 years
feat/all-audit-eventsfeat(objects): add support for group audit events APINejc Habjan3 years
feat/all-keyset-paginationdocs(pagination): clear up pagination docsMax Wittig4 years
feat/appearancefeat: add appearance APIMax Wittig4 years
feat/available-serviceschore: fix typo in docstringNejc Habjan4 years
feat/cli-without-config-filefeat(cli): do not require config file to run CLINejc Habjan2 years
feat/count[WIP] feat(api): Implement a count() methodGauvain Pocentek5 years
feat/create-delete-tokenfeat(objects): support Create and Revoke personal access token APINejc Habjan3 years
feat/decode-to-stringfeat(files): allow decoding project files directly to stringNejc Habjan17 months
feat/default-urlchore(api): handle all falsy values in urlNejc Habjan3 years
feat/delete-package-filesfeat(objects): support delete package files APINejc Habjan3 years
feat/delete-user-identitiesfeat(api): add support for user identity provider deletionNejc Habjan4 years
feat/deployment-createfeat: add deployment creationMax Wittig5 years
feat/docker-slimfeat(docker): provide a Debian-based slim imageNejc Habjan2 years
feat/generate-changelog-apichore(api): turn changelog into its own managerNejc Habjan3 years
feat/graphqlfeat: add basic GraphQL support (wip)Nejc Habjan17 months
feat/group-import-exportchore: rename ExportMixin to DownloadMixinNejc Habjan4 years
feat/group-runnerstest(runners): add all runners unit testsMax Wittig4 years
feat/instance-variables-apichore(test): use pathlib for pathsNejc Habjan4 years
feat/job-artifacts-managerfeat(objects): add a complete job artifacts managerNejc Habjan21 months
feat/keyset-paginationfeat: add global order_by option to ease paginationMax Wittig4 years
feat/logging-mask-tokensfeat(client): mask tokens by default when loggingNejc Habjan21 months
feat/merge-cli-env-file-configfeat(cli): allow options from args and environment variablesNejc Habjan2 years
feat/mr-pipeline-managerchore(api): make class names consistent in MR resourcesNejc Habjan3 years
feat/multipart-uploadsfeat: support multipart uploadsMax Wittig3 years
feat/oauth2-resource-password-flowfeat(client): replace basic auth with OAuth ROPC flowNejc Habjan15 months
feat/override-user-agentdocs: add docs and examples for custom user agentNejc Habjan3 years
feat/packages-apidocs(packages): add examples for Packages API and cli usageNejc Habjan4 years
feat/personal-access-token-apifeat: add personal access token APIMax Wittig3 years
feat/project-artifactschore: update tools dir for latest black versionNejc Habjan4 years
feat/project-clustersfeat: add project cluster apiMax Wittig4 years
feat/project-remote-mirrorsfeat(api): add support for remote mirrors API (#1056)Nejc Habjan4 years
feat/python-gitlab-agentfeat: send python-gitlab version as user-agentMax Wittig5 years
feat/related_mrfeat: add support for issue.related_merge_requestsGauvain Pocentek5 years
feat/resource-state-eventschore: fix typo in mr eventsNejc Habjan3 years
feat/retry-transient-errors-globalfeat: add retry_transient_errors global optionMax Wittig3 years
feat/single-issue-apifeat(issues): add missing get verb to IssueManagerNejc Habjan3 years
feat/starred-projectsfeat(objects): list starred projects of a userNejc Habjan3 years
feat/status-apifeat(user): add status apiMax Wittig5 years
feat/topicstest(api): fix current user mail count in newer gitlabNejc Habjan2 years
feat/update_boardfeat: add support for board updateGauvain Pocentek5 years
feat/update_submoduletest(submodules): correct test methodMax Wittig5 years
feat/user-follow-apifeat(users): add follow/unfollow APIMax Wittig3 years
feat/version-bumpfeat: bump version to 1.9.0Max Wittig5 years
feature/589/member_all[feature] Add support for members all() methodGauvain Pocentek5 years
fix/596/maintainer_wanted[README] Remove the "maintainer(s) wanted" noticeGauvain Pocentek6 years
fix/611/resource_label_eventAdd support to resource label eventsGauvain Pocentek5 years
fix/628/doc_typo[docs] Fix typo in custom attributes exampleGauvain Pocentek5 years
fix/633/milestone_filter[docs] Fix the milestone filetring doc (iid -> iids)Gauvain Pocentek5 years
fix/672fix(api): make reset_time_estimate() work againGauvain Pocentek5 years
fix/683/raw_downloadfix(api): Don't try to parse raw downloadsGauvain Pocentek5 years
fix/699fix(api): Make *MemberManager.all() return a list of objectsGauvain Pocentek5 years
fix/744/delete_artifactsfeat: implement artifacts deletionGauvain Pocentek5 years
fix/779fix: convert # to %23 in URLsGauvain Pocentek5 years
fix/all-pages-consumes-all-paramfix(api): add all_pages param to allow passing `all` to APINejc Habjan3 years
fix/as_listtest: test that all is ignored, when as_list=FalseMax Wittig4 years
fix/cli-access-tokens-reposfix(objects): make resource access tokens and repos available in CLINejc Habjan2 years
fix/cli-binary-datatest(cli): add test for job artifacts downloadNejc Habjan4 years
fix/cli-manager-custom-methodsfix(cli): allow custom methods in managersNejc Habjan2 years
fix/cli-project-list-argsfix(cli): add missing args for project listsNejc Habjan4 years
fix/config-missingchore: fix styleMax Wittig6 years
fix/delete-attrfix(base): really refresh objectMax Wittig4 years
fix/dockerfix(docker): use docker image with current sourcesMax Wittig6 years
fix/docs-package-in-wheelfix(build): do not include docs in wheel packageNejc Habjan3 years
fix/duplicate-codefix(config): fix duplicate codeMax Wittig4 years
fix/flaky-testtest(users): force 10 seconds sleep to improve reliabilityMax Wittig4 years
fix/group-transfer-project-argfix(objects): rename confusing `to_project_id` argumentNejc Habjan3 years
fix/help-usagefix(cli): print help and usage without config fileMax Wittig6 years
fix/listattribute-get-api-splits-stringfix(types): do not split single value string in ListAttributeNejc Habjan4 years
fix/markdown-rendererchore: correctly render markdownMax Wittig4 years
fix/missing-list-attributesfix(objects): allow lists for filters for in all objectsNejc Habjan3 years
fix/missing-project-attributesfix(project): add missing project parametersNejc Habjan4 years
fix/mr-merge-arbitrary-argumentsfix(merge_requests): add missing parameters for merge()Nejc Habjan2 years
fix/non-authfix: fix not working without authMax Wittig5 years
fix/parse-cli-objects-camelcasetest(cli): add more real class scenariosNejc Habjan3 years
fix/persist-attributes-on-savefix(base): allow persisting attributes when updating objectNejc Habjan3 years
fix/public-jobs-attributefix(objects): add public_jobs attribute to projectsNejc Habjan3 years
fix/python-testsfix: use python2 compatible syntax for superMax Wittig5 years
fix/raise-fromchore: use raise..from for chained exceptions (#939)Nejc Habjan4 years
fix/runner-access-levelfix(api): add missing runner access_level paramNejc Habjan4 years
fix/set-approversfix(projects): correct copy-paste errorMax Wittig4 years
fix/tests-in-wheeltest(build): add smoke tests for sdist & wheel packageNejc Habjan3 years
fix/todo-docsdocs(todos): fix todo docsMax Wittig5 years
fix/travis-testsfix: fix testsMax Wittig5 years
fix/wrong-rebasefix: re-add merge request pipelinesMax Wittig5 years
issue-122Add support for build artifacts and traceGauvain Pocentek8 years
issue/209Make GroupProject inherit from ProjectGauvain Pocentek7 years
issue/595[docs] Add an example of pipeline schedule vars listingGauvain Pocentek6 years
jlvillal/all_objectsfix: members: use new *All objects for *AllManager managersJohn L. Villalovos2 years
jlvillal/archivewip: testing...John L. Villalovos2 years
jlvillal/arraysfix: use the [] after key names for array variablesJohn L. Villalovos2 years
jlvillal/attribute_helpchore: attempt to be more informative for missing attributesJohn L. Villalovos2 years
jlvillal/auth_token_typechore: add authentication type to GitlabAuthenticationErrorJohn L. Villalovos2 years
jlvillal/bump_ee_versionchore: move to GitLab 15.6.8-ee.0John L. Villalovos15 months
jlvillal/catch_warningschore(tests): use method `projects.transfer()`John L. Villalovos2 years
jlvillal/cli_testchore: fix functional test failure if config presentJohn L. Villalovos2 years
jlvillal/const_explicitdocs: update docs to use gitlab.const for constantsJohn L. Villalovos2 years
jlvillal/create_configtest(ci): create a dummy ~/.python-gitlab.cfg fileJohn L. Villalovos21 months
jlvillal/dead_masterClose-out `master` branchJohn L. Villalovos2 years
jlvillal/debuggingwip: debugging...John L. Villalovos2 years
jlvillal/devel_docsdocs: add the start of a contributor's guideJohn L. Villalovos2 years
jlvillal/doc_artifactschore: generate artifacts for the docs build in the CIJohn L. Villalovos2 years
jlvillal/docker_composechore: update version in docker-compose.ymlJohn L. Villalovos2 years
jlvillal/dot_branchchore: add test case to show branch name with period worksJohn L. Villalovos2 years
jlvillal/drop_py_36feat: remove support for Python 3.6, require 3.7 or higherJohn L. Villalovos2 years
jlvillal/encoded_idchore: replace usage of utils._url_encode() with utils.EncodedId()John L. Villalovos2 years
jlvillal/encoded_id_altfix: use url-encoded ID in all paths ALTERNATE METHODJohn L. Villalovos2 years
jlvillal/epic_saveWIP: TestingJohn L. Villalovos2 years
jlvillal/find_non_dictchore: correct type-hints for `ban()` and `unban()`John L. Villalovos21 months
jlvillal/fix_urlfix: broken URL for FAQ about attribute-error-listJohn L. Villalovos2 years
jlvillal/func_testchore: correct test_groups.py testJohn L. Villalovos2 years
jlvillal/get_without_idchore: add get() methods for GetWithoutIdMixin based classesJohn L. Villalovos2 years
jlvillal/gitignorechore: add .env as a file that search tools should not ignoreJohn L. Villalovos2 years
jlvillal/gitlab-eechore: enable using GitLab EE in functional testsJohn L. Villalovos2 years
jlvillal/http_requestchore: make `Gitlab.http_request()` a private methodJohn L. Villalovos2 years
jlvillal/kwargs_decoratorwip: start of a decorator to warn about non-keyword arg usageJohn L. Villalovos22 months
jlvillal/lazy_servicefix(api): services: add missing `lazy` parameterJohn L. Villalovos2 years
jlvillal/leave_dotfix: stop encoding '.' to '%2E'John L. Villalovos2 years
jlvillal/list_apichore: fix type-hints for ProjectCommit methodsJohn L. Villalovos2 years
jlvillal/loggingchore: add bare-minimum logging supportJohn L. Villalovos14 months
jlvillal/logging-mask-tokensfeat(client): mask tokens by default when loggingNejc Habjan21 months
jlvillal/merge_requests_apidocs: add links to the GitLab API docsJohn L. Villalovos2 years
jlvillal/missing_commachore: fix missing commaJohn L. Villalovos2 years
jlvillal/mypy_commitschore: add type hints for gitlab/v4/objects/commits.pyJohn L. Villalovos2 years
jlvillal/mypy_ensure_type_hintschore: ensure get() methods have correct type-hintsJohn L. Villalovos2 years
jlvillal/mypy_epicschore: add type-hints to gitlab/v4/objects/files.pyJohn L. Villalovos2 years
jlvillal/mypy_groupschore: add type-hints to gitlab/v4/objects/groups.pyJohn L. Villalovos2 years
jlvillal/mypy_merge_request_approvalschore: add type-hints to gitlab/v4/objects/merge_request_approvals.pyJohn L. Villalovos2 years
jlvillal/mypy_merge_requestschore: add type-hints to gitlab/v4/objects/merge_requests.pyJohn L. Villalovos2 years
jlvillal/mypy_setupchore: add type-hints to setup.py and check with mypyJohn L. Villalovos2 years
jlvillal/mypy_small_files_1chore: enforce type-hints on most files in gitlab/v4/objects/John L. Villalovos2 years
jlvillal/mypy_snippetschore: add type-hints to gitlab/v4/objects/snippets.pyJohn L. Villalovos2 years
jlvillal/mypy_strictWIP: work on enable mypy 'strict' modeJohn L. Villalovos2 years
jlvillal/mypy_strict_two_stepschore: enable 'warn_redundant_casts' for mypyJohn L. Villalovos2 years
jlvillal/objects_importedtest: add a meta test to make sure that v4/objects/ files are importedJohn L. Villalovos2 years
jlvillal/paginationfix: handle situation where GitLab does not return valuesJohn L. Villalovos2 years
jlvillal/parent_attrsfix: cli: url-encode path components of the URLJohn L. Villalovos2 years
jlvillal/passwordtest: use GITLAB_TAG=15.8.1-ee.0John L. Villalovos15 months
jlvillal/pip_buildWIP: DO NOT MERGEJohn L. Villalovos15 months
jlvillal/pprintchore: add `pprint()` and `pformat()` methods to RESTObjectJohn L. Villalovos2 years
jlvillal/project_groupsfeat: add support for `projects.groups.list()`John L. Villalovos2 years
jlvillal/put_post_rawchore: correct type-hints for http_put/http_postJohn L. Villalovos2 years
jlvillal/py311_alphachore: add Python 3.11 testingJohn L. Villalovos2 years
jlvillal/pylintchore: run pre-commit on changes to the config fileJohn L. Villalovos2 years
jlvillal/pytest_script_launch_modechore: remove pytest-console-scripts specific configJohn L. Villalovos2 years
jlvillal/rebase_in_progresschore: add and document optional parameters for get MRJohn L. Villalovos2 years
jlvillal/reduce_meta_testschore: remove duplicate/no-op tests from meta/test_ensure_type_hintsJohn L. Villalovos2 years
jlvillal/relative_importschore: convert to using relative importsJohn L. Villalovos2 years
jlvillal/remove_replacechore: remove custom URL encodingJohn L. Villalovos2 years
jlvillal/renovate_blackfix: have renovate upgrade black versionJohn L. Villalovos2 years
jlvillal/repository_func_testschore: skip a functional test if not using >= py3.9John L. Villalovos2 years
jlvillal/reset_gitlabchore: make reset_gitlab() betterJohn L. Villalovos2 years
jlvillal/return_savechore(api): return result from `SaveMixin.save()`John L. Villalovos2 years
jlvillal/rm_httmocktest: convert usage of `match_querystring` to `match`John L. Villalovos2 years
jlvillal/sidekiqchore: fixtures: after delete() wait to verify deletedJohn L. Villalovos2 years
jlvillal/split_rawwip: testing some ideasJohn L. Villalovos2 years
jlvillal/squash_optionfeat: add support for `squash_option` in ProjectsJohn L. Villalovos2 years
jlvillal/stalechore: add a stale workflowJohn L. Villalovos2 years
jlvillal/test_1425chore: add functional test of mergerequest.get()John L. Villalovos2 years
jlvillal/testingwip: testingJohn L. Villalovos20 months
jlvillal/unit_test_configchore: fix unit test if config file exists locallyJohn L. Villalovos2 years
jlvillal/version_in_keyerrorchore: add the version of python-gitlab to GitlabErrorJohn L. Villalovos22 months
jlvillal/version_mvchore: rename `gitlab/__version__.py` -> `gitlab/_version.py`John L. Villalovos2 years
jlvillal/windowschore: add running unit tests on windows/macosJohn L. Villalovos2 years
jlvillal/wipwip: testing...John L. Villalovos2 years
jlvillay/mypy_test_metachore: enable mypy for tests/meta/*John L. Villalovos2 years
mainchore(deps): update dependency requests-toolbelt to v1renovate[bot]12 months
masterMerge pull request #1723 from python-gitlab/jlvillal/dead_masterNejc Habjan2 years
no-more-v3docs: remove v3 supportGauvain Pocentek5 years
no-param-conflictsfix(api): avoid parameter conflicts with python and gitlabGauvain Pocentek5 years
oauthAdd support for OAuth2 authenticationGauvain Pocentek8 years
project-variable-updatefix(cli): fix update value for key not workingnateatkins5 years
rebase-mrfeat: add mr rebase methodJeroen Schutrup5 years
refactor/blackrefactor: format everything blackMax Wittig5 years
refactor/cleanup-upgradechore: bump to 2.0.0Max Wittig4 years
refactor/consts-in-const-modulerefactor(objects): remove deprecated constants defined in objectsNejc Habjan3 years
refactor/decouple-cli-from-custom-argsrefactor: decouple CLI from custom method argumentsNejc Habjan23 months
refactor/excpetion_msgImprove error message handling in exceptionsGauvain Pocentek5 years
refactor/f-stringsrefactor: use f-strings for string formattingNejc Habjan3 years
refactor/named-placeholdersrefactor: use new-style formatting for named placeholdersNejc Habjan2 years
refactor/python-build-pep621refactor(build): build project using PEP 621Nejc Habjan21 months
refactor/remove-deprecated-branch-protectrefactor(objects): remove deprecated branch protect methodsNejc Habjan3 years
refactor/rename-variablerefactor: rename MASTER_ACCESSMax Wittig6 years
refactor/response-content-backendrefactor: move response_content into backend codeNejc Habjan14 months
refactor/retry-after-header-429refactor: use correct retry-after headerMax Wittig3 years
refactor/split-functional-testschore: apply suggestionsNejc Habjan4 years
refactor/split-objectsrefactor(api): explicitly export classes for star importsNejc Habjan3 years
refactor/split-unit-testsrefactor: rewrite unit tests for objects with responsesNejc Habjan4 years
refactor/structure-objectschore: another tryMax Wittig4 years
release-1.7.0Prepare the 1.7.0 releaseGauvain Pocentek5 years
renovate/alessandrojcm-commitlint-pre-commit-hook-4.xchore(deps): update precommit hook alessandrojcm/commitlint-pre-commit-hook t...Renovate Bot3 years
renovate/alessandrojcm-commitlint-pre-commit-hook-6.xchore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook ...Renovate Bot2 years
renovate/all-minor-patchchore(deps): update all non-major dependenciesrenovate[bot]12 months
renovate/argcomplete-2.xchore(deps): update dependency argcomplete to v2Renovate Bot2 years
renovate/codecov-codecov-action-2.xchore(deps): update codecov/codecov-action action to v2Renovate Bot3 years
renovate/docker-compose-1.xchore(deps): update dependency docker-compose to v1.29.1Renovate Bot3 years
renovate/docker-gitlab-gitlab-ce-13.xchore(deps): update gitlab/gitlab-ce docker tag to v13.11.3-ce.0Renovate Bot3 years
renovate/docker-python-3.xchore(deps): update python docker tag to v3.9Renovate Bot4 years
renovate/flake8-4.xchore(deps): update dependency flake8 to v4Renovate Bot3 years
renovate/gitlabchore(deps): update gitlab/gitlab-ee docker tag to v15.11.4-ee.0renovate[bot]12 months
renovate/hacking-0.xchore(deps): update dependency hacking to >=0.9.2,<0.14Renovate Bot4 years
renovate/hacking-3.xchore(deps): update dependency hacking to v3Renovate Bot4 years
renovate/isort-5.xchore(deps): update dependency isort to v5.10.1Renovate Bot2 years
renovate/mypy-0.xchore: remove '# type: ignore' for new mypy versionJohn L. Villalovos2 years
renovate/myst-parser-1.xchore(deps): update dependency myst-parser to v1renovate[bot]12 months
renovate/pin-dependencieschore(deps): pin dependenciesRenovate Bot4 years
renovate/requests-2.xchore(deps): update dependency requests to v2.25.1Renovate Bot3 years
renovate/requests-toolbelt-1.xchore(deps): update dependency requests-toolbelt to v1renovate[bot]12 months
renovate/sphinx-3.xchore(deps): update dependency sphinx to v3.5.4Renovate Bot3 years
renovate/sphinx-4.xchore(deps): update dependency sphinx to v4.3.2Renovate Bot2 years
renovate/types-pyyaml-5.xchore(deps): update dependency types-pyyaml to v5.4.6Renovate Bot3 years
renovate/types-requests-2.xchore(deps): update dependency types-requests to v2.25.6Renovate Bot3 years
renovate/typing-dependencieschore(deps): update dependency types-requests to v2.26.2Renovate Bot2 years
revert-760-custom_cli_actions_fixRevert "Custom cli actions fix"Max Wittig5 years
rework_apiMake the project services work in v4Gauvain Pocentek7 years
stable/1.4ChangeLog: fix linkGauvain Pocentek6 years
test/cleanup-envchore: use helper fixtures for test directoriesNejc Habjan4 years
test/cli-coveragetest(cli): improve basic CLI coverageNejc Habjan2 years
test/drop-httmocktest: drop httmock dependency in test_gitlab.pyNejc Habjan2 years
test/gitlab-coveragetest(gitlab): increase base and utils coverageNejc Habjan2 years
test/lazy-get-mixinstest(functional): check mixin behavior with lazy objectsNejc Habjan2 years
test/missing-pagination-headerstest: reproduce missing pagination headers in testsNejc Habjan2 years
test/py-fun-testtest: re-enabled py_func_v4 testMax Wittig5 years
test/pytest-cli-teststest(cli): convert shell tests to pytest test casesNejc Habjan4 years
test/todo-testsWIPMax Wittig5 years
test/todo-unit-testtest(func): disable commit testMax Wittig5 years
travisUse python 2 on travis for nowGauvain Pocentek6 years
travis-dockerupdate travis configGauvain Pocentek8 years
trigger_token_exampledocs: Add an example of trigger token usageGauvain Pocentek5 years
update/docker-imageUse the pythongitlab/test-python-gitlab docker image for testsGauvain Pocentek6 years
v4_support[v4] User: drop the manager filtersGauvain Pocentek7 years
 
TagDownloadAuthorAge
v3.14.0gitlab-3.14.0.tar.gz  github-actions13 months
v3.13.0gitlab-3.13.0.tar.gz  github-actions15 months
v3.12.0gitlab-3.12.0.tar.gz  github-actions17 months
v3.11.0gitlab-3.11.0.tar.gz  github-actions18 months
v3.10.0gitlab-3.10.0.tar.gz  github-actions19 months
v3.9.0gitlab-3.9.0.tar.gz  github-actions20 months
v3.8.1gitlab-3.8.1.tar.gz  github-actions21 months
v3.8.0gitlab-3.8.0.tar.gz  github-actions21 months
v3.7.0gitlab-3.7.0.tar.gz  github-actions21 months
v3.6.0gitlab-3.6.0.tar.gz  github-actions22 months
v3.5.0gitlab-3.5.0.tar.gz  github-actions23 months
v3.4.0gitlab-3.4.0.tar.gz  github-actions2 years
v3.3.0gitlab-3.3.0.tar.gz  github-actions2 years
v3.2.0gitlab-3.2.0.tar.gz  github-actions2 years
v3.1.1gitlab-3.1.1.tar.gz  github-actions2 years
v3.1.0gitlab-3.1.0.tar.gz  github-actions2 years
v3.0.0gitlab-3.0.0.tar.gz  github-actions2 years
v2.10.1gitlab-2.10.1.tar.gz  github-actions3 years
v2.10.0gitlab-2.10.0.tar.gz  github-actions3 years
v2.9.0gitlab-2.9.0.tar.gz  github-actions3 years
v2.8.0gitlab-2.8.0.tar.gz  github-actions3 years
v2.7.1gitlab-2.7.1.tar.gz  Max Wittig3 years
v2.7.0gitlab-2.7.0.tar.gz  Nejc Habjan3 years
v2.6.0gitlab-2.6.0.tar.gz  Nejc Habjan3 years
v2.5.0gitlab-2.5.0.tar.gz  Nejc Habjan4 years
v2.4.0gitlab-2.4.0.tar.gz  Max Wittig4 years
v2.3.1gitlab-2.3.1.tar.gz  Roger Meier4 years
v2.3.0gitlab-2.3.0.tar.gz  Max Wittig4 years
v2.2.0gitlab-2.2.0.tar.gz  Max Wittig4 years
v2.1.2gitlab-2.1.2.tar.gz  Max Wittig4 years
v2.1.1gitlab-2.1.1.tar.gz  Max Wittig4 years
v2.1.0gitlab-2.1.0.tar.gz  Max Wittig4 years
v2.0.1gitlab-2.0.1.tar.gz  Max Wittig4 years
v2.0.0gitlab-2.0.0.tar.gz  Roger Meier4 years
v1.15.0gitlab-1.15.0.tar.gz  Max Wittig4 years
v1.14.0gitlab-1.14.0.tar.gz  Max Wittig4 years
v1.13.0gitlab-1.13.0.tar.gz  Max Wittig5 years
v1.12.1gitlab-1.12.1.tar.gz  Max Wittig5 years
v1.12.0gitlab-1.12.0.tar.gz  Max Wittig5 years
v1.11.0gitlab-1.11.0.tar.gz  Max Wittig5 years
v1.10.0gitlab-1.10.0.tar.gz  Max Wittig5 years
1.9.0gitlab-1.9.0.tar.gz  Gauvain Pocentek5 years
1.8.0gitlab-1.8.0.tar.gz  Max Wittig5 years
1.7.0gitlab-1.7.0.tar.gz  Max Wittig5 years
1.6.0gitlab-1.6.0.tar.gz  Gauvain Pocentek6 years
1.5.1gitlab-1.5.1.tar.gz  Gauvain Pocentek6 years
1.5.0gitlab-1.5.0.tar.gz  Gauvain Pocentek6 years
1.4.0gitlab-1.4.0.tar.gz  Gauvain Pocentek6 years
1.3.0gitlab-1.3.0.tar.gz  Gauvain Pocentek6 years
1.2.0gitlab-1.2.0.tar.gz  Gauvain Pocentek6 years
1.1.0gitlab-1.1.0.tar.gz  Gauvain Pocentek7 years
1.0.2gitlab-1.0.2.tar.gz  Gauvain Pocentek7 years
1.0.1gitlab-1.0.1.tar.gz  Gauvain Pocentek7 years
1.0.0gitlab-1.0.0.tar.gz  Gauvain Pocentek7 years
0.21.2gitlab-0.21.2.tar.gz  Gauvain Pocentek7 years
0.21.1gitlab-0.21.1.tar.gz  Gauvain Pocentek7 years
0.21gitlab-0.21.tar.gz  Gauvain Pocentek7 years
0.20gitlab-0.20.tar.gz  Gauvain Pocentek7 years
0.19gitlab-0.19.tar.gz  Gauvain Pocentek7 years
0.18gitlab-0.18.tar.gz  Gauvain Pocentek7 years
0.17gitlab-0.17.tar.gz  Gauvain Pocentek7 years
0.16gitlab-0.16.tar.gz  Gauvain Pocentek8 years
0.15.1gitlab-0.15.1.tar.gz  Gauvain Pocentek8 years
0.15gitlab-0.15.tar.gz  Gauvain Pocentek8 years
0.14gitlab-0.14.tar.gz  Gauvain Pocentek8 years
0.13gitlab-0.13.tar.gz  Gauvain Pocentek8 years
0.12.2gitlab-0.12.2.tar.gz  Gauvain Pocentek8 years
0.12.1gitlab-0.12.1.tar.gz  Gauvain Pocentek8 years
0.12gitlab-0.12.tar.gz  Gauvain Pocentek8 years
0.11.1gitlab-0.11.1.tar.gz  Gauvain Pocentek8 years
0.11gitlab-0.11.tar.gz  Gauvain Pocentek8 years
0.10gitlab-0.10.tar.gz  Gauvain Pocentek8 years
0.9.2gitlab-0.9.2.tar.gz  Gauvain Pocentek9 years
0.9.1gitlab-0.9.1.tar.gz  Gauvain Pocentek9 years
0.9gitlab-0.9.tar.gz  Gauvain Pocentek9 years
0.8gitlab-0.8.tar.gz  Gauvain Pocentek10 years
0.7gitlab-0.7.tar.gz  Gauvain Pocentek10 years
0.6gitlab-0.6.tar.gz  Gauvain Pocentek10 years
0.5gitlab-0.5.tar.gz  Gauvain Pocentek10 years
0.4gitlab-0.4.tar.gz  Gauvain Pocentek11 years
0.3gitlab-0.3.tar.gz  Gauvain Pocentek11 years
0.2gitlab-0.2.tar.gz  Gauvain Pocentek11 years
0.1gitlab-0.1.tar.gz  Gauvain Pocentek11 years