Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(api): add support for topics merge API | Nejc Habjan | 2022-10-14 | 1 | -1/+39 |
| | |||||
* | chore(topics): 'title' is required when creating a topic | John L. Villalovos | 2022-07-28 | 1 | -1/+4 |
| | | | | In GitLab >= 15.0 `title` is required when creating a topic. | ||||
* | chore: move `RequiredOptional` to the `gitlab.types` module | John L. Villalovos | 2022-05-31 | 1 | -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 endpoint | Nejc Habjan | 2022-04-01 | 1 | -3/+3 |
| | | | | This reverts commit e3035a799a484f8d6c460f57e57d4b59217cd6de. | ||||
* | chore(api): temporarily remove topic delete endpoint | Nejc Habjan | 2021-12-11 | 1 | -3/+3 |
| | | | | It is not yet available upstream. | ||||
* | feat(api): add support for Topics API | Nejc Habjan | 2021-12-11 | 1 | -0/+27 |