summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/topics.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(api): add support for topics merge APINejc Habjan2022-10-141-1/+39
|
* chore(topics): 'title' is required when creating a topicJohn L. Villalovos2022-07-281-1/+4
| | | | In GitLab >= 15.0 `title` is required when creating a topic.
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-1/+2
| | | | | | By having `RequiredOptional` in the `gitlab.base` module it makes it difficult with circular imports. Move it to the `gitlab.types` module which has no dependencies on any other gitlab module.
* feat(api): re-add topic delete endpointNejc Habjan2022-04-011-3/+3
| | | | This reverts commit e3035a799a484f8d6c460f57e57d4b59217cd6de.
* chore(api): temporarily remove topic delete endpointNejc Habjan2021-12-111-3/+3
| | | | It is not yet available upstream.
* feat(api): add support for Topics APINejc Habjan2021-12-111-0/+27