← Back to all sparks
E

Ever Gauzy

HR
Velocity7.5

Open-source ERP, CRM and people management platform

Ever Gauzy ships a burst of CI and Docker plumbing; the product itself stays offscreen

cidockerbuild-toolingrefactoringself-hosted-runnersinfra-only
Current state
Every release in this window is build-system and CI work: patch-package fixes, a TypeORM refactor, slimmed Docker images to fit CI RAM-disk scratch, and a migration of Linux CI to sized self-hosted ARC runners. There is no user-visible feature here. The only hint of product surface is a Docker manifest referencing an AI chat plugin, but nothing about it ships in this window.
Where it's heading
The pattern is infrastructure hardening: cutting cold-build times, tightening the e2e pipeline, and controlling CI resource use. This is engineering-velocity work that usually precedes a feature push rather than constituting one, so it says more about how the team builds than where the product is going.
Prediction
Expect continued point-release churn on CI and Docker until the pipeline work settles; the AI chat plugin referenced in the image builds is the one thread to watch for an actual user-facing feature.

Recent moves

  1. 4h ago

    Fix: apply patch-package on plain yarn install

    A one-line fix so patch-package applies on a plain yarn install. Pure build-tooling maintenance with no user-visible effect.

    View source ↗
  2. 4h ago

    Refactor: drop TypeORM string-array find-option patch

    An internal refactor dropping a TypeORM string-array find-option patch in favor of app-code conversion. Code hygiene, invisible to users.

    View source ↗
  3. 6h ago

    Slim Docker builds to fit CI RAM-disk scratch

    Slimmed api, worker, and webapp Docker builds to fit CI RAM-disk scratch and clear buildx warnings. CI-plumbing work, no product change.

    View source ↗
  4. 21h ago

    CI: fix demo build-cache RAM-disk overflow

    A demo build-cache mode change to stop RAM-disk scratch overflow. Internal CI tuning with no user-facing impact.

    View source ↗
  5. 3d ago

    CI: drop unused QEMU setup (amd64-only builds)

    Dropped unused QEMU setup steps since builds are amd64-only. A minor CI cleanup.

    View source ↗
  6. 3d ago

    CI: limit Playwright e2e to develop pushes

    Restricted Playwright e2e runs to pushes on develop rather than all PRs and branches. A CI-scoping tweak, invisible to end users.

    View source ↗