-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: 0.38 WIP #3625
Closed
Closed
docs: 0.38 WIP #3625
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fix devtool debug server port clash * Disable debug server on admin server by default
* Fixing model table not updating after fixing the model sql * Update comment
* Add missing LongRunning=true to reduce chance of concurrent mutations * Safely detach during closes * Controller: exit if a canceled reconcile hangs for more than 10 minutes * DuckDB driver: log error if a connection has been held for longer than 1hr * Fix test * Fix test * Add missing rows.Close in test cases * Add timeout to close * Improve err msg * Remove timeout
…mn from Snowflake (#3605) * Snowflake TIME type isn't supported * Updated error message * fmt + linter
* Move error type * Configure Orval's error type * Re-generate runtime client * Remove type cast * Remove file paths from `svelte-check` ignore
* Initial commit for setting runtime theme * Better color pallet * Switching over to chroma-js * Adding color-palette dev route * Integrate with theme API * Remove chroma-js * Add other chart items to theme * Adding reactivity to themes * Fixing remount * PR comments * Take color values from app.css
* backend embed api Updating embedded route Fix host for local dev mode add validations refactoring docs docs remove comment prettier prettier * svc account docs * Add expliit `white` background color to whole app * Hide top navbar for embedded dashboards * review comments docs * review comments docs * review comments docs * review comments * lint errors * non admin user for no attrs * fix docs * docs * fix ui --------- Co-authored-by: Eric P Green <[email protected]>
* cli tests fixes * increasing server start timeout * ping mock server * small changes * nit * fix
* Add last refreshed time to the dashboard page * Rename file * Refactor into component * Add tooltip * Add comments to explain the V2 functions * Small refactor
* remove "column-profile" from --ignore * remove Dashboard.svelte from --ignore * remove SourceWorkspaceHeader.svelte and ModelWorkspaceHeader.svelte * cleanup
Documenting how to configure source refreshes under the Deploy to Cloud section to enable better self-service.
* Add documentation for themes * doc: slight copy change * doc: add ref tqo Rill cloud --------- Co-authored-by: Alexander Thor <[email protected]>
* make formatMsInterval tighter and add tests * cleanup
* Only apply `break-all` to the source name * Address feedback
* expand view for external table storage * lint fix * duckdb driver complexity list * review comments - use safename for col
… schema queries (#3677)
…3681) * Adding clarification to using cron syntax for source refreshes * cleaning typos
* cast to enum - write to new table * small changes * short review
* Adding support for DST in timeseries queries --------- Co-authored-by: egor-ryashin <[email protected]> Co-authored-by: Egor Ryashin <[email protected]> Co-authored-by: Rakesh Sharma <[email protected]>
#3687) * Increase spacing * Add "data last refreshed" copy to status page * Move the Github last synced date into the Github status block * Tweak spacing * Remove hibernation message that'll never get hit * Fix prettier
* otel fix for db close leaks * comment when to revert * fix test case - wal doesn't exist * otel pkgs upgrade and code changes * deployment not found fix
* Show labels instantly for measure charts * Add percTotal to dimension charts * Show labels only for currently hovered chart * Clean up * Prettier fix * Fix spacing, add types * Show perc in label only when context column is percent * Remove unused code
Removed duplicate YTD entry
* issue resolved (plus responsiveness improvement), but need to move into another component file and perhaps abstract slightly * cleaned up horizontal splitter and resolved layout issue in model workspace * remove unused variable * adding back styles
…harts are updated (#3692)
Added an example code block to copy/paste and additional instructions on how to apply the theme to a dashboard.
* update timeseries-data-store to return data as long as the primary or primaryTotal data is available (rather than both) * assign totals query a higher priority
* fix most of "time-controls" folder * change default return value to `false`
* adds autocomplate for models in the code editor * remove unused type import * change schema initialization, rename variable in useAllModelColumns
…es (#3666) * Runtime: Refactor conn cache to contain and detect hanging opens/closes * Extract connection cache to pkg + use a singleflight * Add tests * Make tests pass * increase test sleeps for clsoe * Fix various race conditions * Integrate singleflight with conncache's mutex * Increase timeouts * Better comments * Prevent deadlock when closing while opening * Address review comments * Remove redundant var
* Runtime: Refactor conn cache to contain and detect hanging opens/closes * Extract connection cache to pkg + use a singleflight * Add tests * Runtime: change reconcile and parse errors to warns
…` files (#3700) * external duckdb and motherduck * adding test and lint fix * lint fix * formatting fix * formatting fix * lint fix * review comments - fix defer res.Close() * fix defer res.Close() in other places
* rework of footer to match new design and improve readability * adding filter button functionality, plus design tweaks to relevant menus * new icon * chip should not be removed when deselecting the only selected value * removing limit from filter list query * changed searchedValues to allValues, simplified display logic * updated tests to meet updated requirements * prettier unused vars build fix * remove keep-alive event * update let directive for named slot, add timeout to dashboard.spec * remove unused function * change to active logic when mounting chip component * resolve name collision * update page wait from timeout to selector * added specific method for adding a dimension name without a value * only unselected dimension names are shown in the add filter dropdown * add back limit * toggleDimensionNameSelection is now actually a toggling function * dispatch remove event rather than handle remove directly, plus bind to active property * use state manager action and prop cleanup * add back limit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please go the the
Preview
tab and select the appropriate sub-template: