Eric P Green

Results 182 issues of Eric P Green

Users are confused when comparisons are disabled without any indication. When we disable comparisons in Pivot after the 10 column limit, we must have UI that tells the user what...

nit

https://www.notion.so/rilldata/Expand-and-Collapse-in-Pivot-15aba33c8f5780f1b00ddc62d5c35836?pvs=4

https://www.notion.so/rilldata/Restore-users-to-a-most-recent-state-of-Rill-Cloud-dashboards-across-sessions-and-introduce-home-ico-5927980f4c6040538b4fd11cdfeb952e?pvs=4

We now have a Playwright project to run our Rill Developer tests on Firefox. We should fix the failing tests, then strategically run the tests on a schedule or (partially)...

We now have a Playwright project to run our Rill Developer tests on Safari. We should fix the failing tests, then strategically run the tests on a schedule or (partially)...

Top TODOs: - [ ] Rearrange connector list - [ ] Fix CI's flaky ClickHouse test - [ ] Code cleanup Test cases: - Rill-managed DuckDB, local file - Rill-managed...

Closes https://github.com/rilldata/rill/issues/5809

Our client-side Explore state is currently referred to with different names throughout the codebase: `metricsExplorerEntity`, `metricsExplorer`, `dashboard`, and `exploreState`. It's a cognitive burden to keep track of all these terms....

tech debt

[Requested in Slack](https://rilldata.slack.com/archives/C02T907FEUB/p1731100397126699) 1. Add timezone to the alerts page 2. Links to open the alert's dashboard should set the alert's timezone

Apply the `refetchInterval` function created in [this PR](https://github.com/rilldata/rill/pull/6175) to all resources tables: - The Dashboards table - The Reports table - The Alerts table After, edit [this e2e test](https://github.com/rilldata/rill/blob/main/web-admin/tests/setup/setup.ts#L177-L189) to...