expression language: inject an object providing helper functions/methods
Compare changes
+ 147
− 0
Gitlab 18.0 has been released. Since there are breaking changes the update will be postponed to July 2025. For a list of breaking changes see https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/. Please prepare yourself and your projects for this update.
instead of injecting global functions inject an object. Mainly to have some namespacing in case the official language gains new functions and to make it clear which function are from us and where the documentation for thenm needs to be looked up.