Daniel Vijge
Daniel Vijge
If there are errors, I'll take a look at it of course. Please note that for now, this only works on a new installation. It doesn't correctly migrate old data...
Can't reproduce it on my test environment. But I'll take a look at it once I get around testing it with old data
Pushed some new commits that should fix backward compatibility issues with any release logs created using the old configuration. Old release logs are still displayed as a number in the...
It's actually also possible to recreate this without merge requests, but with the only: web feature when running a manual pipeline. For example: ``` sonarqube_master_job: stage: test only: - master...
From the documentation it is not very clear what failure_notification_mode=exit-code does exactly. I set this, and now it doesn't create the External stage is not created at all. I kind...
See my latest comment in #168 It now also includes view permissions. But it's not yet tested properly. Unit tests are also missing
Added pull request #168 that adds the functionality to have edit permissions per role. Every role can view tags. Note sure if there is a use case to hide the...
That would require a bit of more work: - Add two new permissions - Hide the tags when viewing an issue. This is very easy to do - Hide the...
See my comment at https://github.com/ixti/redmine_tags/pull/168#issuecomment-334539464. There is a working implementation. It needs to be reviewed and tested, and a unit test needs to be written before it can be included...
As a workaround, set in your serverless template ```yaml resources: Resources: ```