Commit Graph

465 Commits

Author SHA1 Message Date
JUST.in DO IT
d95241df9d fix(sqllab): Replace margin style by gap on query results (#24772)
(cherry picked from commit 4a81284056)
2023-07-25 15:24:40 -03:00
JUST.in DO IT
f60ab456f3 feat(sqllab): add shortcut for run current sql (#24329)
Co-authored-by: Justin Park <justinpark@apache.org>
(cherry picked from commit 1473d97055)
2023-07-12 11:20:05 -03:00
JUST.in DO IT
79a42c6509 fix(sqllab): missing column meta on autocomplete (#24611)
Co-authored-by: Justin Park <justinpark@apache.org>
(cherry picked from commit ca8c8d2ad3)
2023-07-12 11:03:47 -03:00
JUST.in DO IT
a5f3cfc726 chore(sqllab): Log current local storage usage (#24554)
Co-authored-by: Justin Park <justinpark@apache.org>
(cherry picked from commit 0836000f9f)
2023-07-07 09:48:45 -03:00
JUST.in DO IT
8ba0b81957 fix(sqllab): Add threshold for checking inactive queries (#24536)
Co-authored-by: Justin Park <justinpark@apache.org>
2023-06-29 14:06:12 -07:00
Jeremy Gillick
71f3fcab74 fix: SQL Lab - correct setting name from DISPLAY_MAX_ROWS to DISPLAY_MAX_ROW (#24519) 2023-06-28 18:13:35 -03:00
Ville Brofeldt
036294a191 fix(sqllab): normalize changedOn timestamp (#24513) 2023-06-26 09:13:55 -07:00
JUST.in DO IT
51a34d7d58 chore(sqllab): Remove table metadata from state (#24371) 2023-06-22 15:37:03 -07:00
Jack Fragassi
86ce440833 fix: Revert to old endpoint temporarily to enable sharing saved queries (#24434) 2023-06-20 13:57:08 -04:00
Hugh A. Miles II
93e1db4bd9 fix: save columns reference from sqllab save datasets flow (#24248) 2023-06-20 13:54:19 -04:00
Ville Brofeldt
20e0036336 fix(sql-lab): remove redundant onChange schema property (#24422) 2023-06-16 17:38:26 +03:00
Daniel Vaz Gaspar
23bb1c48a1 chore: remove deprecated apis and ENABLE_BROAD_ACTIVITY_ACCESS (#24400) 2023-06-15 22:11:24 +01:00
JUST.in DO IT
c4242a3657 chore(sqllab): Remove validation result from state (#24082) 2023-06-08 12:53:16 -07:00
Antonio Rivero
1d9a761de5 feat(sqllab): SQLEditor Extension (#24205) 2023-06-01 15:30:26 -04:00
JUST.in DO IT
779b372d89 chore(sqllab): Remove functionNames from sqlLab state (#24026) 2023-05-23 10:42:00 -07:00
EugeneTorap
1670275571 feat: Use AntD table in FilterableTable (#23035)
Co-authored-by: justin-park <justin.park@airbnb.com>
2023-05-12 16:36:35 -03:00
JUST.in DO IT
7a55625243 fix(sqllab): rollback clean comments out (#24009) 2023-05-11 09:41:21 -07: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
d23df35087 fix(sqllab): custom url params disappeared (#23952) 2023-05-08 11:55:56 -07:00
JUST.in DO IT
841726d432 fix(sqllab): clean comments within quotes (#23908) 2023-05-05 09:55:45 -07:00
JUST.in DO IT
842659dbfe refactor: useEffectEvent for efficient deps (#23871) 2023-05-03 11:52:04 -07:00
curious86
d4b9c18271 fix(sql-editor): Fix run stop button color to improve usability (#23892)
Co-authored-by: aadhikari <aadhikari@apple.com>
2023-05-03 12:06:25 +03:00
Hugh A. Miles II
fa8f98472c chore: migrate sqllab_viz endpoint to api v1 (#23729) 2023-04-26 10:53:41 -04:00
JUST.in DO IT
7e4be7d1ea fix(sqllab): test failed due to legacy api url (#23805) 2023-04-25 05:58:28 -07:00
Diego Medina
4873c0990a chore: Add tests to SQL lab button components (#22916) 2023-04-24 12:17:51 -06:00
JUST.in DO IT
5bec1a65ae refactor(sqllab): Remove tableOptions from redux state (#23488) 2023-04-20 15:55:55 -07:00
Ville Brofeldt
b2b8c3e05b fix(ace-editor): use monospace fonts by default (#23747) 2023-04-20 14:45:43 +03:00
JUST.in DO IT
0c0d2b38a6 fix(sqllab): infinite running state on disconnect (#23669) 2023-04-18 12:26:29 -07:00
Jack Fragassi
2a01aa66d5 feat: Add loading state to sqllab save/overwrite dataset modal (#23697) 2023-04-18 10:00:14 -07:00
JUST.in DO IT
c197bf9e6d fix(sqllab): rendering performance regression (#23695) 2023-04-17 09:49:15 -07:00
JUST.in DO IT
40bf1a550b fix(sqllab): Revert "rendering performance regression (#23653)" (#23671) 2023-04-13 08:23:12 -03:00
JUST.in DO IT
75021a1eac refactor: introduce redux toolkit (#23460)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2023-04-12 10:26:32 -07:00
JUST.in DO IT
a5b6ccc1ec fix(sqllab): rendering performance regression (#23653) 2023-04-11 16:19:18 -07:00
Hugh A. Miles II
d581d698b6 chore: Refactor ExploreMixin to power both Datasets (SqlaTable) and Query models (#22853) 2023-04-10 16:32:52 -04:00
JUST.in DO IT
bd0609df58 fix(sqllab): undefined issue_codes on query error (#23549) 2023-04-02 11:46:23 -07:00
JUST.in DO IT
b52efe0599 fix(sqllab): dedupe table_schemas in active_tab (#23514) 2023-03-31 10:20:29 -07:00
Ville Brofeldt
f6b5b658e5 chore(welcome): harmonize submenu with other routes (#22803) 2023-03-31 11:34:10 +03:00
JUST.in DO IT
d1947f7354 fix(sqllab): throw errors of commented out query (#23378) 2023-03-23 16:06:22 -07:00
JUST.in DO IT
ca4dd26648 chore(sqllab): Remove schemaOptions from redux store (#23257) 2023-03-22 15:35:22 -06:00
JUST.in DO IT
b1526c14e0 fix(sqllab): dedupe active_tab in tabHistory (#23265) 2023-03-22 15:33:41 -06:00
Beto Dealmeida
d01cf4300c fix: schedule query option showing up (#23386)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2023-03-21 15:26:11 -07:00
JUST.in DO IT
3277ea83ea feat(sqllab): log error_detail on fetch failed (#23377) 2023-03-20 10:08:27 -07:00
Hugh A. Miles II
8fa77adf9a chore: Hugh/migrate estimate query cost to v1 (#23226)
Co-authored-by: Diego Medina <diegomedina24@gmail.com>
2023-03-17 18:02:25 -06:00
Geido
da3791ad3d fix: Table sorting reset (#23318) 2023-03-15 18:48:03 +01:00
Ville Brofeldt
b90a11191f fix(safari): remove autocomplete in table select (#23361) 2023-03-14 15:20:33 +02:00
JUST.in DO IT
9ae81b7c33 fix(sqllab): empty large query results from localStorage (#23302) 2023-03-14 12:03:19 +13:00
Lyndsi Kay Williams
861ecf65d4 chore: Remove dependency warnings from SqlEditor/index.jsx (#22974) 2023-02-15 12:08:17 -08:00
Lyndsi Kay Williams
76f7a3fb4e chore: Remove dependency warnings from SqlEditorLeftBar/index.tsx (#22975) 2023-02-15 12:07:56 -08:00
Diego Medina
e5a4c78dc7 chore: Migrate /superset/csv/<client_id> to API v1 (#22913) 2023-02-15 10:48:24 +00:00
Jack Fragassi
3fae7dbc34 chore: Migrate get_or_create_table endpoint to api v1 (#22931) 2023-02-15 10:38:51 +00:00