summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1838 from python-gitlab/jlvillal/version_mvNejc Habjan2022-01-153-2/+2
|\
| * chore: rename `gitlab/__version__.py` -> `gitlab/_version.py`jlvillal/version_mvJohn L. Villalovos2022-01-153-2/+2
* | chore: create return type-hints for `get_id()` & `encoded_id`John L. Villalovos2022-01-143-3/+6
|/
* chore: release v3.1.0v3.1.0github-actions2022-01-141-1/+1
* chore(groups): use encoded_id for group pathNejc Habjan2022-01-131-1/+1
* feat: add support for Groups API method `transfer()`Christian Sattler2022-01-132-1/+27
* chore(objects): use `self.encoded_id` where applicableJohn L. Villalovos2022-01-132-7/+7
* Merge pull request #1835 from python-gitlab/jlvillal/id_to_encodedidNejc Habjan2022-01-142-3/+3
|\
| * chore(objects): use `self.encoded_id` where could be a stringJohn L. Villalovos2022-01-132-3/+3
* | chore(projects): fix typing for transfer methodNejc Habjan2022-01-131-1/+1
* | feat(api): add `project.transfer()` and deprecate `transfer_project()`Nejc Habjan2022-01-131-1/+11
|/
* feat(api): return result from `SaveMixin.save()`kernelport2022-01-131-4/+7
* Merge pull request #1819 from python-gitlab/jlvillal/encoded_idNejc Habjan2022-01-1320-119/+133
|\
| * chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-137-89/+25
| * chore: add EncodedId string class to use to hold URL-encoded pathsJohn L. Villalovos2022-01-133-9/+67
| * fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-1317-92/+112
* | Merge pull request #1827 from python-gitlab/jlvillal/all_objectsNejc Habjan2022-01-131-6/+16
|\ \
| * | fix(members): use new *All objects for *AllManager managersJohn L. Villalovos2022-01-131-6/+16
* | | fix(cli): add missing list filters for environmentsNejc Habjan2022-01-131-0/+1
| |/ |/|
* | fix(api): services: add missing `lazy` parameterjlvillal/lazy_serviceJohn L. Villalovos2022-01-131-1/+9
|/
* fix: broken URL for FAQ about attribute-error-listJohn L. Villalovos2022-01-091-1/+1
* feat: add support for Group Access Token APIFabio Huser2022-01-092-0/+19
* Merge pull request #1812 from python-gitlab/jlvillal/pprintNejc Habjan2022-01-091-0/+9
|\
| * chore: add `pprint()` and `pformat()` methods to RESTObjectJohn L. Villalovos2022-01-081-0/+9
* | fix: remove custom URL encodingJohn L. Villalovos2022-01-086-16/+35
* | fix: remove default arguments for mergerequests.merge()John L. Villalovos2022-01-081-4/+4
* | fix(cli): url-encode path components of the URLJohn L. Villalovos2022-01-081-2/+18
* | Merge pull request #1809 from python-gitlab/jlvillal/list_apiNejc Habjan2022-01-081-8/+11
|\ \
| * | fix: change to `http_list` for some ProjectCommit methodsJohn L. Villalovos2022-01-081-8/+11
| |/
* | chore: fix missing commajlvillal/missing_commaJohn L. Villalovos2022-01-071-1/+2
|/
* chore: release v3.0.0v3.0.0github-actions2022-01-051-1/+1
* feat(cli): allow options from args and environment variablesNejc Habjan2022-01-023-7/+187
* fix: handle situation where GitLab does not return valuesjlvillal/paginationJohn L. Villalovos2021-12-302-18/+19
* chore: add and document optional parameters for get MRjlvillal/rebase_in_progressJohn L. Villalovos2021-12-231-0/+5
* feat(api): support file format for repository archiveMax Ludwig2021-12-211-2/+6
* Merge pull request #1766 from python-gitlab/jlvillal/leave_dotNejc Habjan2021-12-212-23/+12
|\
| * fix: stop encoding '.' to '%2E'jlvillal/leave_dotJohn L. Villalovos2021-12-202-23/+12
* | chore: remove '# type: ignore' for new mypy versionrenovate/mypy-0.xJohn L. Villalovos2021-12-201-1/+1
|/
* feat: add support for `squash_option` in Projectsjlvillal/squash_optionJohn L. Villalovos2021-12-132-0/+3
* feat(cli): do not require config file to run CLIfeat/cli-without-config-fileNejc Habjan2021-12-131-60/+94
* chore(api): temporarily remove topic delete endpointNejc Habjan2021-12-111-3/+3
* feat(api): add support for Topics APINejc Habjan2021-12-113-0/+30
* Merge pull request #1710 from python-gitlab/jlvillal/get_without_idNejc Habjan2021-12-119-9/+85
|\
| * chore: add get() methods for GetWithoutIdMixin based classesjlvillal/get_without_idJohn L. Villalovos2021-12-089-9/+85
* | feat: add delete on package_file objectSimon Hébert-Deschamps2021-12-091-1/+1
|/
* chore: fix pylint error "expression-not-assigned"John L. Villalovos2021-12-071-28/+20
* chore: add initial pylint checkJohn L. Villalovos2021-12-072-13/+21
* chore: enable 'warn_redundant_casts' for mypyjlvillal/mypy_strict_two_stepsJohn L. Villalovos2021-12-051-1/+1
* Merge pull request #1709 from python-gitlab/docs/sphinx-annotationsNejc Habjan2021-12-0131-386/+379
|\
| * docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-0126-101/+99