Closed coyotebringsfire closed 5 years ago
No this isn't something we've implemented yet, I think the Builds API landed when they merged in Gitlab CI and we haven't had a major update since before then.
I'm still trying to find the time to redo this library in ES6.
I'm getting ready to submit a PR for the builds API calls to get a single build and get a list of all builds for a project. Should I include the js files built by running 'cake build' in addition to the coffee script files?
@coyotebringsfire, if possible, make a dedicated commit just for the generated js files, but that's a bonus
@coyotebringsfire Here is an example: https://github.com/node-gitlab/node-gitlab/pull/107/commits
It's been implemented here : https://github.com/node-gitlab/node-gitlab/blob/develop/src/Models/ProjectBuilds.coffee
I don't know coffeescript, but when I look around, it doesn't look like the api to query build status has been implemented. I want this functionality, and I'm willing to implement it, but I don't want to reinvent the wheel