rill
rill copied to clipboard
Rill is a tool for effortlessly transforming data sets into powerful, opinionated dashboards using SQL. BI-as-code.
This PR replaces the default Chart file with one that works in all projects. (This is a stopgap until the template workflow is in place.) 
We want to allow users to ignore certain paths through rill.yaml. A new config `ignore_paths` will be added. - [x] Initial instantiation of repo should include `ignore_paths`. - [x] Add...
The code is based on the logic implemented on the frontend Type and file names are kept mostly the same for consistency and ease of updating
Fixes [#4646](https://github.com/rilldata/rill/issues/4646)
Currently, when running Rill Developer in read-only mode, there is some inconsistency in what exports are allowed as the data viewer is intentionally not allowed in read-only mode (but you...
Adds custom tooltip for all alternate chart types based on Figma mocks and discussions here - https://www.notion.so/rilldata/UXQA-Alt-Viz-fb97d9eb1c5c4fb1bfb3328e83008172?p=02801f8bb2dd4ab7aaa452dadbfd231d&pm=s
Fix CSP errors using vega interpreter. Also sets the `web-local` CSP policy to match with cloud.
## Checklist - [ ] Manual verification - [ ] Unit test coverage - [ ] E2E test coverage - [ ] Needs manual QA? ## Summary #### Issue addressed:...
One canonical editor will: - Make it easier to add proper workspaces for yet-to-be-handled resources, like APIs, Themes, and Metrics - Improve performance when switching between files of different resource...