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.320.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.321.0
Choose a head ref
  • 7 commits
  • 42 files changed
  • 4 contributors

Commits on Jul 13, 2026

  1. Configuration menu
    Copy the full SHA
    ff3275c View commit details
    Browse the repository at this point in the history
  2. [web-console] Enable loading profiles without a circuit profile present

    Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
    Karakatiza666 committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    9e60cdd View commit details
    Browse the repository at this point in the history
  3. [docs][pipeline-manager] Clean up crawler/SEO issues flagged by Googl…

    …e Search Console
    
      Docs (docs.feldera.com):
      - Set `trailingSlash: true` to match the host, which serves canonical
        pages with a trailing slash - this avoids unnecessary redirects for
        links, canonical tags and sitemap entries, generated by Docusaurus.
      - Sitemap: emit `lastmod` (the only freshness signal search engines
        honor) and drop utility routes and the raw OpenAPI spec from it.
      - Add `static/robots.txt` (allow all + sitemap pointer).
      - Fix internal doc links to use explicit `.md`/`.mdx` targets so they
        resolve to the canonical URL instead of a redirect hop.
      - De-slash blog/paper links (what-is-feldera, literature/papers x2,
        fraud_detection) to drop the 308 hop to the canonical no-slash URL.
      - Add three client-redirects for real 404s (eks/ingress, k3d, kafka/
        debezium) so old indexed URLs land on live pages.
      - Mark the sandbox "Run in sandbox" link `nofollow`: it deep-links to
        `try.feldera.com/create?code=...`, and following it floods Search
        Console with duplicate/redirect entries for un-indexable app URLs.
      - Remove the unused markdown-page.md example stub.
    
      Pipeline-manager:
      - Serve `GET /robots.txt` with a blanket `Disallow: /`. The web console
        is a client-side SPA, so per-page robots hints never reach crawlers; a
        root disallow is the only reliable way to keep app URLs (the sandbox's
        `/create?...` deep-links) out of search indexes. Covers every
        deployment, which is the desired default. Regression test included.
      - Exclude the test-only `POST /pipelines/{name}/testing` endpoint from
        the public OpenAPI spec (dropped from `paths()`, route kept for the
        test harness); regenerate openapi.json. Stops docs from publishing —
        and Google from indexing — a URL that was never a supported API.
    
    Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
    Karakatiza666 committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    c063b20 View commit details
    Browse the repository at this point in the history
  4. [ci] blacklist slack invite URLs from the link checker because they o…

    …nly work for browsers
    
    Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
    Karakatiza666 committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    dbdb924 View commit details
    Browse the repository at this point in the history
  5. [web-console] Improve empty-state and Enter submit for tags

    Submit the create tag form on Enter, skip the empty search list
    when no tags exist, and open create directly in that case.
    
    Fixes #6596
    Fixes #6595
    
    Signed-off-by: mrswastik-robot <swastikpatel29@gmail.com>
    mrswastik-robot authored and Karakatiza666 committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    898776a View commit details
    Browse the repository at this point in the history
  6. [web-console] Add Tags unit tests for Enter, keyboard color, empty pool

    Signed-off-by: mrswastik-robot <swastikpatel29@gmail.com>
    mrswastik-robot authored and Karakatiza666 committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    81b844d View commit details
    Browse the repository at this point in the history
  7. [connectors]: read UC-Uniform/Iceberg column-mapped tables by field-id

    Bump the delta-rs fork to 9a58fbef, which resolves columnMapping.mode=id
    columns by Parquet field-id rather than physical name. Without it, reading a
    UC-Uniform-over-Iceberg table fails with `col-<id> is missing from the physical
    schema`. Add a snapshot-read regression test (fixture + e2e).
    
    Signed-off-by: Swanand Mulay <73115739+swanandx@users.noreply.github.com>
    swanandx committed Jul 13, 2026
    Configuration menu
    Copy the full SHA
    69579e5 View commit details
    Browse the repository at this point in the history
Loading