DevOps by Default Blog

Posts tagged "Ci-Cd"

Clear

3 articles

Test Infrastructure: Making Tests Match Production

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 …

Read more

Container-First Development: Lessons from GOTRS

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 …

Read more

Migrating CI Pipelines from Jenkins to GitHub Actions

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. …

Read more