Tags: feldera/feldera
Tags
build: quiet on warnings In docker builds we often execute build scripts without a proper .git folder present. In this case the vergen Emitter emits a warning through cargo. This is confusing for users. This make sure the warning disappears. Our code already handles the cases where these env variables are not set. Signed-off-by: Gerd Zellweger <[email protected]>
Generate unique topic names and lazy-initialize Kafka/Schema Registry… … connections - Replace run-id based topic names by unique UUID based topic names to avoid collisions across test runs - Lazy-initialize Kafka and Schema registry connections to prevent import-time network calls Signed-off-by: rivudhk <[email protected]>
ci: fix pre-commit job still passing when pre-commit fails Remove continue-on-error from the pre-commit step and move the same-repo condition to the auto-commit step using always(). This ensures the job is correctly marked as failed when pre-commit fails, while still allowing the auto-fix commit to run on branches within this repo.
PreviousNext