All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.19 (2024-11-05)
0.2.18 (2024-10-30)
- improved ui for dependancy graph (5ac3ff2)
0.2.17 (2024-10-28)
- if tag is named all it will not be filtered correctly (cdc8d7a)
0.2.16 (2024-10-28)
- expand and collapse tree using button (0fa9b13)
0.2.15 (2024-10-26)
- command to show side panel (6e02c6b)
0.2.14 (2024-10-25)
- add option to filter tags in dependency graph. solves: #36 (cd269d2)
- show indicator on what dropdown options are (3812bc0)
0.2.13 (2024-10-22)
- copied code block does not update unless compiled query window is closed (5788276)
0.2.12 (2024-10-21)
0.2.11 (2024-10-20)
- improve setup of new Dataform workspace (5cb0fd3)
0.2.10 (2024-10-15)
- empty error div showing even if there no error (095a5b7)
- whitespace of non zero length causing incorrect diagnostics placement (f071763)
0.2.9 (2024-10-13)
- show assertion failed message if the ran query was an assertion (c454289)
0.2.8 (2024-10-13)
- show assertion passed in webview when assertion is ran & passes (9398d90)
- error when using line number plugin (highlight.js) on undefined div elements (ab1b4a7)
0.2.7 (2024-10-13)
- improve default compiled query web view load time by removing redundant query computation (dbe413c)
0.2.6 (2024-10-11)
0.2.5 (2024-10-08)
- flicker on reload (4794c33)
0.2.4 (2024-10-08)
0.2.3 (2024-10-08)
- check for gcloud cli on installation (01c2e6c)
0.2.2 (2024-10-08)
- incremental pre_operations having extra semi colon (7a74235)
0.2.1 (2024-10-08)
- compiled query in web view not showing when menu button is clicked (e01b89c)
0.2.0 (2024-10-07)
0.1.2 (2024-10-03)
- deprecate enable/disable commands and stop creating disposable object (01cff72)
- deprecate menu to run file with deps (3cb9ebe)
- query compilation error when pre/post ops have semicolon (8fff62e)
0.1.1 (2024-09-30)
- explicitly add limit to only preview query results (af83c83)
0.1.0 (2024-09-27)
0.0.61 (2024-09-24)
- running tags command missing --tags (b45c2a1)
0.0.60 (2024-09-24)
- when running a single tag it does not pick up options (1d3b805)
0.0.59 (2024-09-22)
- assertions not showing in the compiled query (ece9340)
0.0.58 (2024-09-22)
- snippets for view and operations (a3730ef)
0.0.57 (2024-09-22)
0.0.56 (2024-09-20)
- path issue with sqlx files of type operations (42b330c)
0.0.55 (2024-09-20)
0.0.54 (2024-09-19)
- sidepanel not showing metadata (1f2b524)
0.0.53 (2024-09-19)
- formatting complains about filetype (8a05669)
0.0.52 (2024-09-18)
0.0.51 (2024-09-18)
- add language config to improve basic editing experience (76aaab4)
0.0.50 (2024-09-11)
0.0.49 (2024-09-05)
- Ability to execute multiple files (b7bb14a)
0.0.48 (2024-08-30)
- format config block using js-beautify (2d5897b)
0.0.47 (2024-08-29)
- config block exists property not marked as true when it is single line (a41bc8a)
0.0.46 (2024-08-29)
- sqlx parser did not support when multiple curley braces in single line in config/pre/post ops block (884c74e)
0.0.45 (2024-08-26)
- add sqlfluff file to support multi line ref & single line pre/post ops (277fda9)
0.0.44 (2024-08-26)
0.0.43 (2024-08-21)
0.0.42 (2024-08-21)
- update sqlfluff config file to support
${ref({schema:'dataset_name', name:'table_name'})}
(15bb443)
- check should be for sqlfluff cli (ed44477)
0.0.40 (2024-08-20)
- unable to parse sqlx end line when single line sql block is present (0a7d241)
0.0.39 (2024-08-20)
- add snippets for pre and post operation blocks (2b0743b)
0.0.38 (2024-08-14)
0.0.37 (2024-08-13)
0.0.36 (2024-08-12)
- cache compiled json during activation of the extension if available (1179509)
- incremental tables & failing operations when undefined (4857eb9)
0.0.35 (2024-08-10)
- on initial extension activation if extension path is specified donot verify that with
where
/which
command as we have already checked the filepath before (c4f1db9)
0.0.34 (2024-08-10)
- for windows if path to executable is specified
where.exe
is not able to verify that (f6f77d7)
0.0.33 (2024-08-10)
- ability to specify the path to formatdataform cli. Helps to support windows executable
formatdataform.exe
and systems where sudo access might not be available (d80d869) - share
CACHED_COMPILED_DATAFORM_JSON
across the ts files (0e98813)
0.0.32 (2024-08-09)
- do not activate on repos where there are no sqlx files (5c6389f)
0.0.31 (2024-08-09)
- autocompletion: add support for
"${ref({schema:'dataset_name', name:'table_name'})}"
(4eb8328) - Informative message to the user if current workspace is not a dataform workspace (04517f6)
- check for if the current workspace is dataform workspace (14f29ab)
0.0.30 (2024-08-09)
- add dataset legend in a navbar for cleaner feel (9134bf5)
- Add FAQ section (7a3adc4)
- autocompletion: Add user option to choose btw
${ref('table_name')}
or${ref('dataset_name', 'table_name)}
(ae446fa) - support filtering tree by
project.database.table
while keeping tree diplaying only table name (888461e)
0.0.29 (2024-08-06)
- graph always defaulted to current file as root (db69f8a)
0.0.28 (2024-08-05)
- dependancy graph (#8) (28776e4)
- guide user to gihub page where formatdataform cli can be installed from (1881be2)
- hover: show full table/view name of object referenced by
$ref{("my_source")}
(6b34450) - windows support (b990b2c)
0.0.27 (2024-07-24)
- use canonicalTarget to navigate definitions (8920b5f)
- did not show metadata when there are no targets defined (e8f082e)
0.0.26 (2024-07-16)
- format: show compiled query after formatting (08d007a)
- migrate to only use javascript and remove dependancy on dj cli (#7) (c00f6e6)
0.0.25 (2024-07-04)
- add docs (b21bf0c)
0.0.24 (2024-07-04)
- diagnosics on wrong line when config block does not start at line 1 (bcd932a)
0.0.23 (2024-06-24)
- dj cli now uses --file instead of --table to get cost of running a file
- migrate to using dj v.0.07 (6324298)
0.0.22 (2024-06-23)
- code actions for diagnostic messages (alpha) (#5) (6c84386)
- show full table id (
project_id.database.table
) in notification on each successfull dry run (288879d) - user no longer needs to install golang to install the cli (81dc624)
0.0.21 (2024-06-15)
0.0.20 (2024-06-13)
- Ability to run file/tag with downstream dependents (9bd140c)
- default to showing error on compiled query on saving as well (678d10f)
0.0.19 (2024-06-12)
0.0.18 (2024-06-12)
- Update repository name from vscode-dataform-tools to vscode-dataform-tools to follow conventions
0.0.17 (2024-06-12)
- ability to run a tag optionally with dependencies (264ec59)
- menu: only display menu items when an
.sqlx
file is open (c89ed94)
0.0.16 (2024-06-11)
- ensure that diagnostic is actually set on the compiled query (0a26386)
0.0.15 (2024-06-11)
- show diagnostics on the compiled query as well (b5fa9fc)
0.0.14 (2024-06-11)
- sync being carried over to git hunks and other files (2628da0)
- unable to disable and enable plugin due to some commands being not disposed off (4f338d8)
0.0.13 (2024-06-11)
- no need to open multiple terminal instances (5715321)