Glenn Mulleners
Glenn Mulleners
The predefined CI/CD variables that start with `CI_BUILD_*` were deprecated in GitLab 9.0, and will be removed in GitLab 16.0 The replacement predefined variables are functionally identical. [Source](https://docs.gitlab.com/ee/update/deprecations#ci_build_-predefined-variables)
Hi, I'm running unit tests via PHPUnit on GitLab CI and I do get the following error: `sh: 1: /usr/sbin/sendmail: not found` In this case, I don't need any real...
The documentation of the [original repo](https://github.com/github-changelog-generator/github-changelog-generator) links to this output example https://github.com/github-changelog-generator/Github-Changelog-Generator/blob/master/CHANGELOG.md That example includes a "Full Changelog" link, which basically uses the GitHub compare functionality. This PR adds the...
Perhaps it's intended behaviour, but it's not entirely clear to me based upon the docs. *Scenario* * I've merged a MR and had it auto-close the issue. * Running the...
Hello Daniel, I appreciate the work you've done on creating this plugin template. I'm trying to create a plugin based on it, but discovered the following. Maybe it's an idea...
**Description** Ability to use environment variables in the `crunz.yml` configuration file **Example** I was trying to get my email settings from my environment into the Crunz configuration (`Global Swift Mailer...
| Q | A | --------------------| --------------- | PHPUnit version | PHPUnit 8.5.8 | PHP version | PHP 7.4.5 | Installation Method | Composer ``` cakephp/cache 3.9.0 Easy to use...
The wordpress-settings-api-class uses the show_forms function to generate the form pages. It is now only possible to generate input fields, sections and descriptions, which makes the layout of the form...
Does this package support `OP_READONLY`. I've seen that the `LegacyProtocol` is using it, but I'm not sure if I should start using that one. If it does, how should I...