github gitlabform/gitlabform v1.0.0

latest releases: v3.9.2, v3.9.1, v3.9.0...
5 years ago

This version switches from using GitLab API v3 to v4 to make it compatible with GitLab 11+.

Note that this change will most probably require an update of your config.yml as GitLabForm takes some parameter names from this file directly and they have changed in API v4. See changes in config.yml in this diff for a few examples: https://github.com/egnyte/gitlabform/pull/28/files

This version should also be a lot faster as we reduced the number of API calls by about 50% (!) by using "group/project" as a parameter wherever possible instead of querying for project id before each call that actually does something first. (Yes, I know that we could have cached that project id from the start :P but this was not trivial under current app design.)

Don't miss a new gitlabform release

NewReleases is sending notifications on new releases.