Beto Dealmeida
f29e1e4c29
feat: catalog support for Databricks native ( #28394 )
2024-05-09 17:41:15 -04:00
Beto Dealmeida
ce668d46cc
feat(SIP-95): catalogs in SQL Lab and datasets ( #28376 )
2024-05-08 17:19:36 -04:00
JUST.in DO IT
8fbaf84f66
fix(sqllab): typeahead search is broken in db selector ( #27181 )
2024-02-21 09:03:41 -05:00
JUST.in DO IT
cdbbd83705
fix(sqllab): table preview has gone ( #25977 )
2023-12-01 13:41:31 -08:00
JUST.in DO IT
34f99708d4
chore(sqllab): Typescript for SqlEditor component ( #25228 )
2023-10-05 12:33:01 -04:00
JUST.in DO IT
d96b72d46f
chore(sqllab): Refactor react-query by redux-toolkit query ( #23760 )
2023-05-08 14:25:23 -07:00
JUST.in DO IT
ca4dd26648
chore(sqllab): Remove schemaOptions from redux store ( #23257 )
2023-03-22 15:35:22 -06:00
Ville Brofeldt
b90a11191f
fix(safari): remove autocomplete in table select ( #23361 )
2023-03-14 15:20:33 +02:00
JUST.in DO IT
d3d59ee0ae
fix(sqllab): Invalid schema fetch by deprecated value ( #22968 )
2023-02-13 09:36:47 -07:00
Artem Shumeiko
c839d0daf5
chore: Localization of superset pt. 2 ( #22772 )
2023-01-30 09:20:43 -07:00
Beto Dealmeida
17c2bd89a6
feat: auto select schema ( #22160 )
2022-11-17 21:16:52 -08:00
EugeneTorap
d76f305343
chore: Use queryEditorId in SqlEditor child components ( #21650 )
2022-11-16 08:06:20 -05:00
JUST.in DO IT
5e1eecb3e7
chore(dataset): enable reload for schema and table ( #22032 )
2022-11-03 17:59:05 -07:00
Ville Brofeldt
dc7399540b
chore: bubble up more db error messages ( #21982 )
2022-11-01 07:54:27 +02:00
JUST.in DO IT
e2b77a7543
fix(sqllab): avoid unexpected re-rendering on DatabaseSelector ( #21316 )
2022-09-23 14:28:42 -03:00
John Bodley
eac6fdcd29
chore(sqllab): Cleanup /tables/... endpoint ( #21284 )
2022-09-13 08:22:12 -07:00
cccs-RyanK
fe91974163
chore: Remove unecessary code from async and sync select components ( #20690 )
...
* Created AsyncSelect Component
Changed files to reference AsyncSelect if needed
* modified import of AsyncSelect, removed async tests and prefixes from select tests
* fixed various import and lint warnings
* fixing lint errors
* fixed frontend test errors
* fixed alertreportmodel tests
* removed accidental import
* fixed lint errors
* updated async select
* removed code from select component
* fixed select test
* fixed async label value and select initial values
* cleaned up async test
* fixed lint errors
* minor fixes to sync select component
* removed unecessary variables and fixed linting
* fixed npm test errors
* fixed linting issues
* fixed showSearch and storybook
* fixed linting
2022-07-28 10:09:37 -03:00
cccs-RyanK
1109fe5fb7
chore: Split Select component into Async and Sync components ( #20466 )
...
* Created AsyncSelect Component
Changed files to reference AsyncSelect if needed
* modified import of AsyncSelect, removed async tests and prefixes from select tests
* fixed various import and lint warnings
* fixing lint errors
* fixed frontend test errors
* fixed alertreportmodel tests
* removed accidental import
* fixed lint errors
* updated async select
2022-07-07 15:51:37 -03:00
Phillip Kelley-Dotson
9da7c1f7b8
feat: hack db connection modal ctabtns ( #20017 )
...
* add flow for dbconnmodal to datasetmodal
* fix bug
* second part
* fix dataset to sql lab
* fix lint
* more lint
* add key value
* fix type
* add new styling
* remove undefined from types
2022-07-05 08:56:12 -07:00
Phillip Kelley-Dotson
06ec88eb99
feat: add empty states to sqlab editor and select ( #19598 )
...
* feat: add empty states to sqlab editor and select
* add suggestions and test
* update type
* lint fix and add suggestions
* fix typo
* run lint
* remove unused code
* fix test
* remove redux for propagation and other suggestions
* add t
* lint
* fix text and remove code
* ts and fix t in p
* fix spelling
* remove unused prop
* add fn to prop change state
* remove unused code
* remove unused types
* update code and test
* fix lint
* fix ts
* update ts
* add type export and fix test
* Update superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Update superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Update superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Update superset-frontend/src/SqlLab/components/SqlEditorLeftBar/index.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* remove handlerror and unused code
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2022-04-15 15:09:07 -07:00
Hugh A. Miles II
e6bb0fc7ad
feat: Add toast for successful table or schema refreshes in Sqllab ( #18169 )
...
* save
* add use redux to test
* update test for db selector
* add condition for refresh only
2022-01-26 20:26:50 -05:00
Yongjie Zhao
9070b6b19c
refactor(monorepo): stage 1 ( #17427 )
...
* skip geojson in pre-commit
update prettier
* update package.json
update package.json
u package
pkg
pkg2
* lint main repo 2
lint main repo
lint
* lintrc
lintrc 2
lintrc2
lintrc 3
lintrc
* fix import
* refresh lock file
* fix break line make @ts-ignore invalid
* update rat-excludes
rat-excludes
update rat-excludes
* update eslintrc.js
* lint lint lint
2021-11-17 15:31:36 +08:00
Michael S. Molina
ed4a628861
fix: Database selector overflow ( #17369 )
...
* fix: Database selector overflow
* Fix TImezoneSelector test
* Removes unused imports
2021-11-08 11:25:16 -03:00
Michael S. Molina
55be249870
fix: Order of Select items when unselecting ( #17169 )
...
* fix: Order of Select items when unselecting
* Adds a property comparator that supports strings and numbers
* Uses a named export for propertyComparator
2021-10-25 08:47:01 -03:00
Beto Dealmeida
16a1df75fc
fix: clear modal state after adding dataset ( #17044 )
...
* fix: clear modal state after adding dataset
* Fix test
* Small fixes
2021-10-10 16:21:14 -07:00
Michael S. Molina
7c1c89c94b
fix: Loading indicator of table and schema selectors ( #17040 )
2021-10-08 16:17:43 -03:00
Michael S. Molina
be211437de
fix: Filtering db names while creating dataset is not working ( #17023 )
2021-10-07 16:23:51 -03:00
Michael S. Molina
ae26967c4e
fix: Disable lazy loading for the Database selector ( #16908 )
...
* fix: Disable lazy loading for the Database selector
* Fixes the tests
2021-09-30 09:29:27 -03:00
Michael S. Molina
596e1cdf9b
refactor: Changes the DatabaseSelector and TableSelector to use the new Select component ( #16483 )
2021-09-22 07:43:46 -03:00
Erik Ritter
8adc31d14c
Revert "chore: Changes the DatabaseSelector to use the new Select component ( #16334 )" ( #16478 )
...
This reverts commit c768941f2f .
2021-08-26 22:28:04 -03:00
Michael S. Molina
c768941f2f
chore: Changes the DatabaseSelector to use the new Select component ( #16334 )
2021-08-23 15:41:03 -03:00
Geido
a7cbcde9bf
fix: Edit physical dataset from the Edit Dataset modal ( #15770 )
...
* Remove unnecessary onChange
* Remove confliciting onChange
* Revert unnecessary change
* Enhance and fix tests
2021-07-19 14:39:01 -04:00
Erik Ritter
5315d2cc2d
Revert "fix: select table overlay ( #13694 )" ( #13901 )
...
This reverts commit b247279ffe .
2021-03-31 18:47:38 -07:00
AAfghahi
b247279ffe
fix: select table overlay ( #13694 )
2021-03-26 10:39:39 -04:00
Bruno Motta
2aedaaa03e
test: DatabaseSelector ( #13581 )
...
* Moving DatabaseSelector to a folder
* Tests for DatabaseSelector
* Using factory for props
* Update superset-frontend/src/components/DatabaseSelector/DatabaseSelector.test.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Update superset-frontend/src/components/DatabaseSelector/DatabaseSelector.test.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Update superset-frontend/src/components/DatabaseSelector/DatabaseSelector.test.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* apply waitFor and remove act
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2021-03-25 22:01:13 -07:00