Team server API Retrieve Revisions for releasenotes CI/CD

1
Hi all, We have a CI/CD pipeline that builds and deploys Mendix apps. I would like to extend this with an overview that shows the commit messages of all the commits between the latest deployed revision and the new revision (for release notes). For this I can use the Team server API Retrieve Revisions. However, this does only gives me latest 20 commits. Of course we could keep a list on the DevOps side and regularly update it, but this would not be ideal. Maybe someone has a better idea, or has even implemented something smarter?   Regards,   Martin
asked
1 answers
1

Hi Martin,

 

If you use the newer App Repository API you can retrieve up to a 100 commits in one call!
See the documentation

answered