GOTRS 0.6.3 focused on internal improvements. No headline features, but the kind of work that prevents future bugs.
The Problem Our test suite used a separate authentication bypass. This seemed convenient - tests ran faster without real auth. But bugs slipped through because tests weren’t …
The latest GOTRS release focused on something that doesn’t make for exciting screenshots but matters enormously: trust in the development workflow.
The Problem Every developer has a slightly different local environment. Different Go versions, different database clients, different shell …
After years of maintaining Jenkins servers, we finally made the switch to GitHub Actions. Here’s why it was worth the effort.
The Problem Jenkins served us well for a decade, but the maintenance burden grew unsustainable. Plugin updates broke builds. Java version conflicts caused headaches. …