-
Notifications
You must be signed in to change notification settings - Fork 141
Comparing changes
Open a pull request
base repository: feldera/feldera
base: v0.320.0
head repository: feldera/feldera
compare: v0.321.0
- 7 commits
- 42 files changed
- 4 contributors
Commits on Jul 13, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ff3275c - Browse repository at this point
Copy the full SHA ff3275cView commit details -
[web-console] Enable loading profiles without a circuit profile present
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9e60cdd - Browse repository at this point
Copy the full SHA 9e60cddView commit details -
[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>Configuration menu - View commit details
-
Copy full SHA for c063b20 - Browse repository at this point
Copy the full SHA c063b20View commit details -
[ci] blacklist slack invite URLs from the link checker because they o…
…nly work for browsers Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dbdb924 - Browse repository at this point
Copy the full SHA dbdb924View commit details -
Configuration menu - View commit details
-
Copy full SHA for 898776a - Browse repository at this point
Copy the full SHA 898776aView commit details -
[web-console] Add Tags unit tests for Enter, keyboard color, empty pool
Signed-off-by: mrswastik-robot <swastikpatel29@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 81b844d - Browse repository at this point
Copy the full SHA 81b844dView commit details -
[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>
Configuration menu - View commit details
-
Copy full SHA for 69579e5 - Browse repository at this point
Copy the full SHA 69579e5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.320.0...v0.321.0