Richard Fogaca Nienkotter
9fbfcf0ccd
fix(sqllab): prevent unwanted tab switching when autocompleting table names on SQL Lab ( #35992 )
2025-11-12 10:48:48 +01:00
Evan Rusackas
d62249d13f
test(frontend): Migrate from describe/it to flat test() pattern ( #35305 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-09-28 11:45:33 -07:00
JUST.in DO IT
cefd046ea0
fix(sqllab): autocomplete and delete tabs ( #34781 )
2025-09-03 10:16:51 -07:00
JUST.in DO IT
f8b9e3ace4
fix(sqllab): Reduce flushing caused by ID updates ( #34720 )
2025-08-19 09:16:57 -07:00
JUST.in DO IT
1ca5947a7d
fix(sqllab): flaky json explore modal due to shallow equality checks for extra data ( #29978 )
2024-08-22 07:28:08 +09:00
JUST.in DO IT
ddc9f06786
refactor(sqllab): nonblocking delete query editor ( #29233 )
2024-06-14 12:25:55 -07:00
JUST.in DO IT
8a8ce16a1f
refactor(sqllab): nonblocking new query editor ( #28795 )
2024-06-04 18:56:50 -07:00
JUST.in DO IT
8d245704ef
fix(sqllab): invalid dump sql shown after closing tab ( #27295 )
2024-02-29 09:57:30 -08:00
Ville Brofeldt
19f8405bc0
chore: make TS enums strictly PascalCase ( #26875 )
2024-01-31 17:40:44 -08:00
JUST.in DO IT
8450cca998
fix: Revert "fix(sqllab): flaky json explore modal due to over-rendering ( #26156 )" ( #26284 )
2023-12-15 15:05:00 -08:00
JUST.in DO IT
f30f685eb5
fix(sqllab): flaky json explore modal due to over-rendering ( #26156 )
2023-12-07 09:28:59 -08:00
JUST.in DO IT
3f28eebb20
fix(sqllab): infinite fetching status after results are landed ( #25814 )
2023-11-01 09:03:03 -03:00
JUST.in DO IT
8b2a408dea
fix(sqllab): Invalid start date ( #25133 )
2023-09-01 11:28:19 -07:00
JUST.in DO IT
29355577f1
fix(sqllab): error while removing a referenced table ( #25114 )
2023-08-29 14:38:07 -07:00
Ville Brofeldt
036294a191
fix(sqllab): normalize changedOn timestamp ( #24513 )
2023-06-26 09:13:55 -07:00
JUST.in DO IT
779b372d89
chore(sqllab): Remove functionNames from sqlLab state ( #24026 )
2023-05-23 10:42:00 -07:00
JUST.in DO IT
fb8231b50c
fix(sqllab): wiped out unsaved changes by delayed actions ( #21877 )
2022-10-27 13:20:34 -07:00
JUST.in DO IT
222f1e7ea8
fix(sqllab): invalid table metadata request ( #21304 )
2022-09-01 16:35:19 -07:00
JUST.in DO IT
f77b910e2c
perf(sqllab): Rendering perf improvement using immutable state ( #20877 )
...
* perf(sqllab): Rendering perf improvement using immutable state
- keep queryEditors immutable during active state
- add unsavedQueryEditor to store all active changes
- refactor each component to subscribe the related unsaved editor state only
* revert ISaveableDatasource type cast
* missing trigger prop
* a default of an empty object and optional operator
2022-08-23 12:17:19 -03:00
Lyndsi Kay Williams
8a04536f9d
feat(SqlLab): Change Save Dataset Button to Split Save Query Button IV ( #20852 )
...
* Moving entire split save btn PR
* Addressed review comments
* Remove arbitrary div from ErrorBoundary in Chart
* Added accidentally removed comment
* Fix act errors in SaveQuery tests
* Fix SaveDatasetActionButton test
* SaveDatasetModal test almost working
* SaveDatasetModal tests all passing
* Clean SaveDatasetModal test
* Fix create chart button and SaveDatasetModal text in SQL Lab
* Fix untitled dataset name on SaveDatasetModal in explore
* Fix styling on split save button
2022-08-01 14:36:34 -05:00
Diego Medina
115ab700df
fix(sql lab): MultiSelector component render twice ( #20706 )
...
* fix(sql lab): MultiSelector component render twice
* filter null/undefined tables
2022-07-19 08:33:15 -03:00
Michael S. Molina
834dcef993
chore: Moves date utils to utils folder ( #20192 )
2022-05-31 12:21:58 -03:00
Michael S. Molina
1ab36c94f3
chore: Moves spec files to the src folder - iteration 7 ( #16943 )
2021-10-04 10:56:49 -03:00