Skip to content
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
wants to merge 56 commits into from
Closed

docs: 0.38 WIP #3625

wants to merge 56 commits into from

Conversation

mindspank
Copy link
Contributor

Please go the the Preview tab and select the appropriate sub-template:

mindspank and others added 30 commits December 5, 2023 15:18
* 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
AndrewRTsao and others added 26 commits December 18, 2023 17:10
…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
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
@mindspank mindspank closed this Dec 18, 2023
@mindspank mindspank deleted the doc/38-releasenotes branch December 18, 2023 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.