Skip to content

Tags: feldera/feldera

Tags

v0.272.0

Toggle v0.272.0's commit message
[ci] apply automatic fixes

Signed-off-by: feldera-bot <feldera-bot@feldera.com>

v0.271.0

Toggle v0.271.0's commit message
ci: add pytest extra args

Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>

v0.270.0

Toggle v0.270.0's commit message
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 <rivudhkr@gmail.com>

v0.269.0

Toggle v0.269.0's commit message
ci: gate docker build on web console unit tests passing

v0.268.0

Toggle v0.268.0's commit message
Rust 1.93 clippy lints.

Signed-off-by: Leonid Ryzhyk <ryzhyk@gmail.com>

v0.267.0

Toggle v0.267.0's commit message
ci: address review comments, fix docker image check, and extract comp…

…osite action

v0.266.0

Toggle v0.266.0's commit message
[adapters] Add metrics and stats for transaction sizes and durations.

Tested manually.

Signed-off-by: Ben Pfaff <blp@feldera.com>

v0.265.0

Toggle v0.265.0's commit message
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.

v0.264.0

Toggle v0.264.0's commit message
[ci] apply automatic fixes

Signed-off-by: feldera-bot <feldera-bot@feldera.com>

v0.263.0

Toggle v0.263.0's commit message
[web-console] Add connector errors list

Show input records buffered

Show end-of-input

Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>