aboutsummaryrefslogtreecommitdiffstats
path: root/redmine
AgeCommit message (Collapse)AuthorFilesLines
2023-11-06redmine: run 'apt upgrade' in Dockerfile to get glibc fix from DebianHarald Welte1-0/+1
https://lwn.net/ml/oss-security/20231003175031.GA16924@localhost.localdomain/ Change-Id: Ice5c5e86cd519446fc59c09d64b20836f998d384
2023-07-05redmine: fix auto-scan of repositoriesOliver Smith1-1/+1
While inspecting the running docker container I found that the script already runs as redmine user. I had assumed that it runs as root earlier. Running 'su' as redmine user fails, therefore it currently does not run the fetch_changesets command. Related: OS#6083 Change-Id: I195311b93868eb5fd73ad6e3c165d48f3b7b53ce
2022-07-06*/.release: removeOliver Smith1-1/+0
These files are in .gitignore and get generated at the end of running 'make'. Remove them to have less cluttered 'git grep' output. Change-Id: Ie5bf05220359ac0941f62cc86ed843363548784a
2021-11-30redmine: process changelogs every 10 minutesOliver Smith2-0/+21
Wrap the original entrypoint script with a custom one that also runs a loop in the background, which periodically lets redmine fetch git repositories. When repositories are fetched, redmine interpretes "closes" etc. in commit messages to mark issues as resolved. Closes: OS#5331 Change-Id: I2a65fd6be22ae541a93c08c71cf286e4b5ad370f
2021-10-27redmine: upgrade to 4.2Harald Welte2-11/+15
Change-Id: I38b3ee8c47f22c601c3a26c5c7238ac8bebe33a8
2021-10-27upgrade to redmine 4.1Harald Welte2-1/+17
this requires a local patch to ruby-openid, as it apparently doesn't suppor rails 5.x (Paramters are not a hash anymore, hence lenth method cannot be used) Change-Id: I028d6d72757abf5d990ca2e8327e5f0a9fe3d333
2021-02-10redmine: Make changeset keywords work with OS# annotationHarald Welte2-0/+21
In Osmocom we annotate osmocom issues as OS#1234 and not just as #1234, in order to distinguish them from redmine or coverity issues. Change-Id: I04a97434433a022f47a759a8219458e8772ae71e Related: OS#5005, OS#3291
2020-02-16redmine: We no longer need the hmac diffHarald Welte1-2/+3
The upstream redmine container/image has meanwhile upgraded to a more recent version of the ruby base modules which don't require to be patched anymore. Change-Id: I0fd7684bdab55eece889a7d9e524ec2a25b30a3b
2019-06-24redmine: migrate from 3.4 to 3.4-passengerHarald Welte1-1/+1
This provides much more reasonable performance on our high-end server Change-Id: Idaa19566d1d5ac4ea0ff0296d57d1f9ca2bd599b
2018-10-07redmine: Fix openidHarald Welte2-0/+24
For some reason, redmine:3.4 ships with ancient (2014) ruby-openid, which is no longer compatible with the way how ruby handles HMAC. Change-Id: I60f6f1ede059accf6b29891abcfe3b2529744e8a
2018-06-03Makefile support for our production infrastructure containersHarald Welte1-0/+3
Change-Id: I901e340d2c5c1e002ecc7efa4570d58ccb7b9229
2018-06-03redmine: add .release fileHarald Welte1-0/+1
Change-Id: I229fab6fa12f68e590f3bae6d5542bc4a5517f0b
2018-05-30redmine: Migrate from 3.2 to 3.4Harald Welte4-144/+2
Change-Id: I8bfd387c71477c4dfdea2eb8520415ce129a3b32
2018-05-15redmine: Change content-disposition of image attachments to 'inline'Harald Welte2-0/+67
Closes: OS#3264 Change-Id: Ib60a12fc4adc0ceebfed70ff14d5ae256868bb2b
2018-05-15redmine: add missing patch "redmine-issue-2047-svg-image-support.diff"Harald Welte1-0/+24
Change-Id: Ib357ed1c847c7c3d9395b1b45a7f9b4a88dd09f8
2018-05-14redmine: Add OpenID Digest::HMAC fixHarald Welte2-0/+49
From Holger: Digest: This seems a bit of the magic of ruby but I vaguely remember having seen this before. I have either patched or backported a fix. In newer Ruby versions "Digest" has been deprecated. The diff to "stock" openid 2.3.0 is: Change-Id: Idaca479140846481372ad0e1bff741bb09010847 Related: OS#3081
2018-05-14redmine: add patch for SVG supportHarald Welte1-1/+5
Change-Id: I3bacdd4100c717ad702bc08851a8b32170610ca4
2018-05-13Add Dockerfile for osmocom redmine:3.2 containerHarald Welte1-0/+7
this container has mscgen + dot/graphviz, as we need it. Change-Id: I8950f74da4d2ed10f15bcbe7596f6e9c13474e58