Thanks to visit codestin.com
Credit goes to github.com

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: rilldata/rill
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: rilldata/rill
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-0.61
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 73 files changed
  • 10 contributors

Commits on Apr 29, 2025

  1. Validate consistent time settings in Canvas across dependent metrics …

    …views (#7192)
    
    * fix: validate consistent time settings across metrics views in ResolveCanvas
    
    * nit: return original error for missing component in valid spec
    
    * fix: validate metrics view time consistency during reconciliation
    
    * fix: improve validation for metrics view time consistency in CanvasReconciler
    
    * lint
    
    * fix: enhance metrics view time consistency validation in CanvasReconciler
    grahamplata committed Apr 29, 2025
    Configuration menu
    Copy the full SHA
    9b05102 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. feat: most recent explore state (#7143)

    * Cascading explore states merge
    
    * Fix unit tests
    
    * Fix E2E
    
    * Add most recent partial explore state
    
    * Fix tests
    
    * Fix merge failures
    
    * Add negative tests for correctExploreState
    
    * Strip rill defaults from url params
    
    * Fix merge url params for non-explore views
    
    * Update tests
    
    * Remove need for merge default params
    
    * Cleanups
    
    * PR comments
    
    * Add a sanity test
    
    * Fix test
    
    * Add comment describing the reason for doing the merge
    
    * Fix tests
    
    * Update correction so that cascading merge will backfill
    
    * Fix correction of state not persisting
    
    * Fix inconsistant merge
    
    * Cleanups
    
    * Add comments to clarify things
    
    * Fix state being lost when switching dashboards
    AdityaHegde committed Apr 30, 2025
    1 Configuration menu
    Copy the full SHA
    a6d828d View commit details
    Browse the repository at this point in the history
  2. fix (Mock Users): Improve component to select a user (#7203)

    * Drop the `v2` in `dialog-v2`
    
    * Restore previous format of `index.ts`
    
    * Add ShadCN `Command` component set
    
    * Use `Command` component to avoid `input` element in dropdown menu
    
    * Fix lint
    
    * Remove the `disabled` prop
    
    * Commit `package.json` changes
    
    * Remove `createEventDispatcher`
    
    * Remove unused import
    ericpgreen2 committed Apr 30, 2025
    1 Configuration menu
    Copy the full SHA
    5af67fb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Fix rename of distributed Clickhouse table (#7240)

    * Fix rename of distributed Clickhouse table
    
    * Revert small change
    
    * Add tests
    
    * Test comment
    begelundmuller authored and k-anshul committed May 1, 2025
    Configuration menu
    Copy the full SHA
    992b6aa View commit details
    Browse the repository at this point in the history
  2. feat: draggable fields in canvas component inspector (#7190)

    * feat: draggable canvas field
    
    * add safeguards for duplicate items
    
    * allow removing of chips
    
    * fix: add orientation parameter to swap listner, cleanup
    
    * chore: cleanup
    
    * fix: type issue
    
    * fix: initialize ghost index
    
    * fix: initial index issues
    
    ---------
    
    Co-authored-by: Brian Holmes <[email protected]>
    djbarnwal and briangregoryholmes committed May 1, 2025
    1 Configuration menu
    Copy the full SHA
    df68f33 View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    4f8b406 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c9031e5 View commit details
    Browse the repository at this point in the history
  5. fix (Exports): Simplify time ranges for on-demand exports (#7241)

    * Only set explicit `timeEnd` for "latest" time ranges
    
    * Simpler. Just use `startTime` and `endTime` from `timeControlsStore`.
    ericpgreen2 committed May 1, 2025
    1 Configuration menu
    Copy the full SHA
    d69f048 View commit details
    Browse the repository at this point in the history
  6. optimize ch dicts (#7051)

    * optimize ch dicts
    
    * remove comment
    
    * explicit dict fields
    
    * separate field for lookup
    
    * remove group by id optimization
    
    * remove old code
    
    * latest orval
    
    * comment
    
    * directly rewrite expression
    
    * go fmt
    
    * cleanup
    
    * lint
    
    * review comments
    
    * test
    
    * support dict source creds
    
    * review comments
    
    * fixes
    
    * comment
    
    * mask dict user pwd
    
    * review comments
    pjain1 committed May 1, 2025
    1 Configuration menu
    Copy the full SHA
    1c3224c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. Configuration menu
    Copy the full SHA
    412d199 View commit details
    Browse the repository at this point in the history
  2. Create triggers (#7263)

    * Trigger only on release branch creation and tags
    himadrisingh committed May 2, 2025
    1 Configuration menu
    Copy the full SHA
    3cd48ce View commit details
    Browse the repository at this point in the history
  3. 1 Configuration menu
    Copy the full SHA
    6a77958 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. 1 Configuration menu
    Copy the full SHA
    99c40a2 View commit details
    Browse the repository at this point in the history
Loading