-
Notifications
You must be signed in to change notification settings - Fork 126
Comparing changes
Open a pull request
base repository: rilldata/rill
base: v0.51.5
head repository: rilldata/rill
compare: main
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3912b0 - Browse repository at this point
Copy the full SHA a3912b0View commit details -
fix: templated uri dimension by making a request (#6094)
* Fix templated uri dimension by making a request * Fix lint * Update makeHref to support boolean uri value
1Configuration menu - View commit details
-
Copy full SHA for bcc3a97 - Browse repository at this point
Copy the full SHA bcc3a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for b157eb7 - Browse repository at this point
Copy the full SHA b157eb7View commit details -
fix: bookmark query by doing a case insensitive query (#6093)
* Fix bookmark query by doing a case insensitive query * Update index to be lower as well * Update index * Update admin/database/postgres/migrations/0053.sql --------- Co-authored-by: Benjamin Egelund-Müller <b@egelund-muller.com>
Configuration menu - View commit details
-
Copy full SHA for c750fe7 - Browse repository at this point
Copy the full SHA c750fe7View commit details -
Fix: Exclude inherited flags when checking if
rill project refresh
……should default to `--all` (#6100)
Configuration menu - View commit details
-
Copy full SHA for 9c9a3f5 - Browse repository at this point
Copy the full SHA 9c9a3f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55b8bec - Browse repository at this point
Copy the full SHA 55b8becView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e1e3aba - Browse repository at this point
Copy the full SHA e1e3abaView commit details
Commits on Nov 20, 2024
-
fix: billing UI minor issues (#6098)
* Minor UI fixes * width => max-width
1Configuration menu - View commit details
-
Copy full SHA for 37c22bf - Browse repository at this point
Copy the full SHA 37c22bfView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for d9e0335 - Browse repository at this point
Copy the full SHA d9e0335View commit details -
* Make provisioners generic * Make provisioners conform to the new interface * Add database table * Partially migrate deployments to provisioner resources * Review * Update deployment logic * Fix reset deployments job * Update validate_deployments job * Persist healt check status * Linto fixo * Testifix * Rename provisioner capacity job * Comment about static runtime versions * Idempotent static provisioner * Consistent field order in provisioner.Resource * Self review * QA
1Configuration menu - View commit details
-
Copy full SHA for 24e7a45 - Browse repository at this point
Copy the full SHA 24e7a45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01808b3 - Browse repository at this point
Copy the full SHA 01808b3View commit details -
fix: autogenerate metrics indentation (#6091)
* Fix autogenerate metrics indetation * Add newline after type
Configuration menu - View commit details
-
Copy full SHA for a8ae59c - Browse repository at this point
Copy the full SHA a8ae59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bee6d0 - Browse repository at this point
Copy the full SHA 6bee6d0View commit details -
feat: Add new email templates (#6092)
* Add new email templates * Update email texts * Update existing emails to use new templates * Separate out welcome templates * Text tweaks * Remove next cycle start date * Use billing cycle end date
1Configuration menu - View commit details
-
Copy full SHA for 4ff697f - Browse repository at this point
Copy the full SHA 4ff697fView commit details -
Create public url and offer copy to clipboard cta (#6103)
* fix copy to clipboard in safari * clean up * clean up * clean up * sync, lint * lint * feedback
1Configuration menu - View commit details
-
Copy full SHA for 515fd22 - Browse repository at this point
Copy the full SHA 515fd22View commit details
Commits on Nov 21, 2024
-
Environment variables management (#6012)
* initial setup * clean up * more layout * empty state touch up * wip * key and activity cell * nit * add dialog wip * value cell * add and delete kv field * actions cell, edit, delete dialog * wip add new variable * delete dialog * environment types * add multiple variables, handle empty value cell * filter by environment dropdown * trigger text * slight uxqa, reset form variables on outside click * edit dialog wip * wip edit * check for key already exists * fix add dialog errors * file upload .env * unused * fix dup form id * lint * copy treatment for value cell * cast input element to event * disable create when no new changes * omit empty variables * omit draft vars without key * polish add dialog * pitstop * fix process env in add dialog * allow to set the correct initial environments in edit dialog * wip * truncate value cell * has changes, update project variables based on feedback * no unchecked env checkboxes * wip * pass environment in when unsetting variable * check for dups when key is modified in edit dialog * error input wrapper on edit key * fix * clean up * validate special chars, use reset from superform * special char error message * update errors index for error message * consistent eye icons in value cell * update activity cell * add dialog tweaks * feedback * filter out empty kv pair when parsing file * scrollable in add dialog * trim comments when parsing, edit error input wrapper style * fix handle remove * dropdown environment filter * sorted, singular, clean up * tooltip title in activity cell
1Configuration menu - View commit details
-
Copy full SHA for 38ff70e - Browse repository at this point
Copy the full SHA 38ff70eView commit details -
Billing UI: Hide modules from Orgs on Enterprise plans (#6115)
* Enterprise Plan: Hide usage tab * Enterprise Plan: prohibit navigating directly to usage tab * Enterprise Plan: hide payment module * Cleanup: use data from loader function * Whitelist `tsc` error
1Configuration menu - View commit details
-
Copy full SHA for 82e003a - Browse repository at this point
Copy the full SHA 82e003aView commit details -
feat: big num new formatting rules (#6106)
* feat: big num new formatting rules * solidify ranges * Format higher magnitudes as per PRD * Treat 0 int as count of 0 * Update tests * Update big num values in tests * Leftover test values * Update comparison test * Update range
1Configuration menu - View commit details
-
Copy full SHA for c24cd4e - Browse repository at this point
Copy the full SHA c24cd4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0c126 - Browse repository at this point
Copy the full SHA 0b0c126View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba98f82 - Browse repository at this point
Copy the full SHA ba98f82View commit details -
fix for environment overrides in rill.yaml (#6118)
* fix for environment overrides in rill.yaml * fix for environment overrides in rill.yaml * fix for environment overrides in rill.yaml
Configuration menu - View commit details
-
Copy full SHA for 419ab21 - Browse repository at this point
Copy the full SHA 419ab21View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for e63bbe1 - Browse repository at this point
Copy the full SHA e63bbe1View commit details -
fix: hide billing settings for orgs without a sub (#6124)
* Hide billing settings for orgs without a sub * Remove console log
1Configuration menu - View commit details
-
Copy full SHA for a1a67a1 - Browse repository at this point
Copy the full SHA a1a67a1View commit details -
fix: leaderboard column sorting behavior (#6125)
* fix: leaderboard column sorting behavior * add function argument
1Configuration menu - View commit details
-
Copy full SHA for c2c793b - Browse repository at this point
Copy the full SHA c2c793bView commit details -
Fix (Public URLs): state initialization (#6126)
* Fix public URL state initialization * Fix lint * Reactivity just in case
1Configuration menu - View commit details
-
Copy full SHA for 7dc8bbe - Browse repository at this point
Copy the full SHA 7dc8bbeView commit details -
Organizations: remove old CTA to add users via CLI (#6116)
* Remove old CTA * Fix lint * Tweak spacing
1Configuration menu - View commit details
-
Copy full SHA for 988df4f - Browse repository at this point
Copy the full SHA 988df4fView commit details -
Support infinite query when listing org users and invites (#6128)
* infinite query org users * infinite query org invites * tweak * fetch next page in org users table * fetch next page for users and invites infinite query * tweak scroll container height * lint * more table height fix * use width precent * fix transient bug * remove table min h, table wrapper totalsize h
1Configuration menu - View commit details
-
Copy full SHA for 6bc56be - Browse repository at this point
Copy the full SHA 6bc56beView commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd960db - Browse repository at this point
Copy the full SHA fd960dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb0f5b - Browse repository at this point
Copy the full SHA 6bb0f5bView commit details -
feat: support locale formatting using d3 locale (#6119)
* Better validation * review
1Configuration menu - View commit details
-
Copy full SHA for 34c0952 - Browse repository at this point
Copy the full SHA 34c0952View commit details -
Clickhouse static provisioner (#6129)
* Clickhouse static provisioner * Self review
Configuration menu - View commit details
-
Copy full SHA for ed7e079 - Browse repository at this point
Copy the full SHA ed7e079View commit details -
feat: visual explore editing (#6059)
* wip * wip * create theme input * add default case when key not set * cleanup * cleanup and set defaults feature * test fix * uxqa * uxqa * uxqa, exclude mode * add test * review feedback * remove unused prop * revert Leaderboard * revert file * revert file * only add preload attribute when button has href prop * fix test * remove import * test fix * add period * uxqa meeting feedback * remove import * fix expression field * review feedback * type fix * test update * better error handling, global listener issue * sync once explorespec changes * reset defaults, remove error page * add back error page, comment out part of test * cleanup * add docs link * remove import * remove log * open in new tab
1Configuration menu - View commit details
-
Copy full SHA for b0630eb - Browse repository at this point
Copy the full SHA b0630ebView commit details -
docs: release notes 0.51 (#6008)
* Create 0.51.md * Starting on bug fix and misc * Update 0.51.md * updated bug fix and misc * adding feature section --------- Co-authored-by: Alexander Thor <alec.karlsson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 743890a - Browse repository at this point
Copy the full SHA 743890aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3260872 - Browse repository at this point
Copy the full SHA 3260872View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 01bb3f8 - Browse repository at this point
Copy the full SHA 01bb3f8View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 68383e1 - Browse repository at this point
Copy the full SHA 68383e1View commit details
Commits on Nov 25, 2024
-
1
Configuration menu - View commit details
-
Copy full SHA for 3c56fb1 - Browse repository at this point
Copy the full SHA 3c56fb1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for dbb35f7 - Browse repository at this point
Copy the full SHA dbb35f7View commit details -
Fix broken
ad_bids
test project (#6148)* Fix broken `ad_bids` test project * Ensure tests trigger
Configuration menu - View commit details
-
Copy full SHA for 7a66b65 - Browse repository at this point
Copy the full SHA 7a66b65View commit details -
fix: custom compare time ranges in reports or alerts (#6145)
* Fix custom compare time ranges in reports and alerts * Fix lint
1Configuration menu - View commit details
-
Copy full SHA for ad61aee - Browse repository at this point
Copy the full SHA ad61aeeView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7abd37b - Browse repository at this point
Copy the full SHA 7abd37bView commit details -
feat: workspace breadcrumbs (#6138)
* wip * wip * create theme input * add default case when key not set * cleanup * cleanup and set defaults feature * test fix * uxqa * uxqa * uxqa, exclude mode * add test * review feedback * remove unused prop * revert Leaderboard * revert file * revert file * only add preload attribute when button has href prop * fix test * remove import * test fix * add period * uxqa meeting feedback * remove import * fix expression field * review feedback * type fix * test update * better error handling, global listener issue * sync once explorespec changes * reset defaults, remove error page * add back error page, comment out part of test * cleanup * add docs link * remove import * wip commit * layout rework * cleanup * render upstream and downstream refs * remove file * cleanup * add test * test fix
1Configuration menu - View commit details
-
Copy full SHA for a278854 - Browse repository at this point
Copy the full SHA a278854View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 17c1e3e - Browse repository at this point
Copy the full SHA 17c1e3eView commit details
Commits on Nov 26, 2024
-
feat : Add validation for env names (#6121)
* add validation for env names * lint fix * Update runtime/pkg/env/env.go --------- Co-authored-by: Benjamin Egelund-Müller <b@egelund-muller.com>
Configuration menu - View commit details
-
Copy full SHA for dd912e8 - Browse repository at this point
Copy the full SHA dd912e8View commit details -
fix: billing email and deploy paywall copy (#6132)
* Update some billing email copy * Update quota error to match plan * Fix trial org usage percent * PR comments
1Configuration menu - View commit details
-
Copy full SHA for 3f7e202 - Browse repository at this point
Copy the full SHA 3f7e202View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 1c849a7 - Browse repository at this point
Copy the full SHA 1c849a7View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for f85c640 - Browse repository at this point
Copy the full SHA f85c640View commit details -
feat: support for search in pivot data store (#6172)
* Move config out * Add support for search in pivot data store
1Configuration menu - View commit details
-
Copy full SHA for a3de19c - Browse repository at this point
Copy the full SHA a3de19cView commit details -
* uxqa fixes * change resource fetching approach * dont filter out time pills when syncing * change label to display_name * remove class * type fix
1Configuration menu - View commit details
-
Copy full SHA for c97d6d1 - Browse repository at this point
Copy the full SHA c97d6d1View commit details
Commits on Nov 27, 2024
-
fix: logged out users getting a login page for public projects (#6177)
* Fix logged out users for public projects * Fix lint
1Configuration menu - View commit details
-
Copy full SHA for 5caec82 - Browse repository at this point
Copy the full SHA 5caec82View commit details
There are no files selected for viewing
This file was deleted.