Skip to content

1.0.2: Integrate GitLab issue notes (#17)

Compare
Choose a tag to compare
@nmklotas nmklotas released this 04 Dec 18:44
· 147 commits to master since this release
* Add the issue weight in the model. Modify also the create and update request.

* Add issue time statistics in the model.

* Update test-case to check the response model of the non-nullable propery timestats.

* Integrate gitlab api functions for project labels

* Integrate gitlab api functions for project milestones

* Extract the milestone model in his own namespace

* Integrate group milestones

* Update own repository from source (#3)

* Integrate GitLab group milestones (#16)

* Add the issue weight in the model. Modify also the create and update request.

* Add issue time statistics in the model.

* Update test-case to check the response model of the non-nullable propery timestats.

* Integrate gitlab api functions for project labels

* Integrate gitlab api functions for project milestones

* Extract the milestone model in his own namespace

* Integrate group milestones

* Take package version from tag

* Fix build

* Update readme

* Integrate project issue notes (query, create, update and delete), including tests