summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/projects.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: explicitly use ProjectSecureFileNejc Habjan2022-11-171-2/+2
* feat: implement secure files APIBen Brown2022-11-101-0/+2
* feat(api): add support for getting a project's pull mirror detailsJohn L. Villalovos2022-11-041-0/+23
* 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-021-2/+64
* feat(api): add support for remote project import (#2348)Abhishek Singh2022-11-011-0/+45
* chore: enable mypy check `disallow_any_generics`John L. Villalovos2022-08-011-1/+1
* chore: change `_repr_attr` for Project to be `path_with_namespace`John L. Villalovos2022-07-291-1/+1
* fix: support array types for most resourcesNejc Habjan2022-07-281-0/+3
* feat: add support for iterations APINejc Habjan2022-07-271-0/+2
* feat(groups): add support for shared projects APINejc Habjan2022-07-261-0/+25
* feat: add support for group and project invitations APINejc Habjan2022-07-231-0/+2
* feat(projects): add support for project restore APINejc Habjan2022-07-231-0/+15
* refactor: migrate services to integrationsNejc Habjan2022-07-231-1/+2
* feat: Add 'merge_pipelines_enabled' project attributeNick Brown2022-07-111-0/+2
* feat(cli): add support for global CI lintNejc Habjan2022-07-051-4/+2
* refactor(objects): move ci lint to separate fileNejc Habjan2022-07-051-16/+1
* feat(objects): add Project CI Lint supportJohn L. Villalovos2022-07-041-0/+23
* refactor: avoid possible breaking change in iterator (#2107)John Villalovos2022-06-271-2/+5
* test(pylint): enable pylint "unused-argument" checkJohn L. Villalovos2022-06-261-2/+2
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-4/+21
* refactor: remove no-op id argument in GetWithoutIdMixinNejc Habjan2022-06-251-4/+2
* feat: Add support for Protected Environmentscalve2022-06-221-1/+5
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-1/+2
* chore: update type-hints return signature for GetWithoutIdMixin methodsJohn L. Villalovos2022-05-301-2/+2
* feat(objects): support get project storage endpointNejc Habjan2022-05-271-0/+19
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-081-11/+1
* feat(ux): display project.name_with_namespace on project reprLaurent Peuch2022-04-291-0/+10
* chore: create a custom `warnings.warn` wrapperJohn L. Villalovos2022-02-061-9/+12
* feat(objects): add a complete artifacts managerNejc Habjan2022-02-011-81/+8
* chore: create new ArrayAttribute classJohn L. Villalovos2022-01-301-1/+1
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-221-2/+5
* Merge pull request #1835 from python-gitlab/jlvillal/id_to_encodedidNejc Habjan2022-01-141-2/+2
|\
| * chore(objects): use `self.encoded_id` where could be a stringJohn L. Villalovos2022-01-131-2/+2
* | 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
|/
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-16/+16
* feat: add support for `squash_option` in Projectsjlvillal/squash_optionJohn L. Villalovos2021-12-131-0/+2
* chore: add initial pylint checkJohn L. Villalovos2021-12-071-5/+12
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-011-9/+9
* docs: only use type annotations for documentationNejc Habjan2021-11-281-46/+46
* feat: add support for `projects.groups.list()`jlvillal/project_groupsJohn L. Villalovos2021-11-261-0/+19
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-3/+3
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-33/+28
* feat(api): add merge trainsJacob Henner2021-10-201-0/+2
* docs: fix a few typosTim Gates2021-09-191-1/+1
* refactor(objects): remove deprecated project.issuesstatisticsNejc Habjan2021-09-081-1/+0
* chore: convert to using type-annotations for managersJohn L. Villalovos2021-09-081-56/+1
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-11/+65
* docs: make Gitlab class usable for intersphinxNejc Habjan2021-06-141-12/+18