Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feldera/feldera
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.282.0
Choose a base ref
...
head repository: feldera/feldera
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.283.0
Choose a head ref
  • 4 commits
  • 18 files changed
  • 4 contributors

Commits on Apr 6, 2026

  1. Configuration menu
    Copy the full SHA
    4284901 View commit details
    Browse the repository at this point in the history
  2. [UI] implement pipeline search

    Added a search feature to the UI to filter pipelines by name
    
    Signed-off-by: Anand Raman <anand.raman@feldera.com>
    
    updated tests
    anandbraman authored and Karakatiza666 committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    b5f753e View commit details
    Browse the repository at this point in the history
  3. [dbsp] Use approximate size for size of in-memory batches.

    When Feldera takes a profile, it measures the size of all the batches in
    each spine using SizeOf.  This is very expensive for large batches, in
    some cases taking over a second of CPU time.  This commit fixes the
    problem.
    
    Another way to fix the problem would be to calculate the exact size and
    save it.  This could be done at batch creation time unconditionally, or
    the first time we measure it and cached.  But this would still take the
    same large amount of CPU time, we'd just be able to avoid taking it more
    than once.  And if we did it lazily and cached it, it would still take a
    lot of time in profiles, especially the first time a profile runs.
    
    Signed-off-by: Ben Pfaff <blp@feldera.com>
    blp committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    007bb8a View commit details
    Browse the repository at this point in the history
  4. [web-console] Make pipelines table header sticky

    Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
    Karakatiza666 committed Apr 6, 2026
    Configuration menu
    Copy the full SHA
    6b74dab View commit details
    Browse the repository at this point in the history
Loading