Commit Graph

5784 Commits

Author SHA1 Message Date
John Bodley ad72cd3171
chore(dashboard): Disable 'Set filter mapping' when appropriate (#23261) 2023-03-17 14:09:52 +13:00
Ville Brofeldt 0c454c6442
feat(plugin-chart-echarts): add series sorting (#23392) 2023-03-16 16:26:01 +02:00
Geido da3791ad3d
fix: Table sorting reset (#23318) 2023-03-15 18:48:03 +01:00
John Bodley d2c1fb95ec
fix(native-filters): Caching scope (#23314) 2023-03-15 07:55:28 +13:00
Ville Brofeldt db95a93f43
feat(native-filters): allow cascading from time and numeric filters (#23319) 2023-03-14 17:04:44 +02:00
Kamil Gabryjelski 63513a5873
fix(chart-controls): Error if x_axis_sort and timeseries_limit_metric are included in main metrics (#23365) 2023-03-14 15:50:03 +01:00
Ville Brofeldt b90a11191f
fix(safari): remove autocomplete in table select (#23361) 2023-03-14 15:20:33 +02:00
Hugh A. Miles II b820eb8235
chore: Update pre-commit packages (#23173) 2023-03-13 17:05:13 -06:00
JUST.in DO IT 9ae81b7c33
fix(sqllab): empty large query results from localStorage (#23302) 2023-03-14 12:03:19 +13:00
JUST.in DO IT 3919ca6060
fix(dashboard): deepmerge htmlSchemaOverrides (#23329) 2023-03-14 08:11:12 +13:00
Geido 82cadccced
chore: Remove Cross Filter scoping modal (#23216) 2023-03-13 11:27:03 -07:00
Kamil Gabryjelski f3055fcaff
feat(dashboard): Change default opacity of icon in FiltersBadge (#23350) 2023-03-13 17:09:15 +01:00
Kamil Gabryjelski 78ee60e227
fix(dashboard): Cross filters with time shifted series (#23347) 2023-03-13 14:32:49 +01:00
Ville Brofeldt a591130e0b
fix(trino): normalize non-iso timestamps (#23339) 2023-03-13 14:46:39 +02:00
Kamil Gabryjelski c2b282ac71
feat(dashboard): Refactor FiltersBadge (#23286) 2023-03-10 20:58:24 +01:00
Lily Kuang 376ad39576
chore: upgrade @ant-design/icons for react upgrade (#22890) 2023-03-08 14:18:43 -07:00
Kamil Gabryjelski a3d49ca335
fix(dashboard): Infinite load when filter with default first value is out of scope (#23299) 2023-03-08 15:37:23 +01:00
Kamil Gabryjelski d16512b775
fix(dashboard): Allow selecting text in cells in Table and PivotTable without triggering cross filters (#23283) 2023-03-06 13:42:52 +01:00
Ville Brofeldt 1b139d0748
feat(generic-x-axis): add x sorting on series limit metric (#23274) 2023-03-06 11:50:20 +02:00
Ville Brofeldt 71a9d0d403
fix(plugin-chart-echarts): render horizontal categories from top (#23273) 2023-03-06 11:25:52 +02:00
Kamil Gabryjelski 42980a69a7
fix(dashboard): Charts crashing when cross filter on adhoc column is applied (#23238)
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
2023-03-04 07:57:35 +01:00
Kamil Gabryjelski 9d0eea9600
fix(dashboard): Missing filter card styles (#23256) 2023-03-02 07:29:23 +01:00
Lily Kuang 1f3eb56688
fix: customize tab on heatmap chart is blank (#23243) 2023-03-01 14:02:12 -08:00
Kamil Gabryjelski 2ba9d1b79e
fix(dashboard): Cross-filter search icon in filter bar (#23250) 2023-03-01 11:31:13 -08:00
John Bodley 134acba99a
chore: Remove the ability to add filter-box charts when DASHBOARD_NATIVE_FILTERS feature is enabled (#23142) 2023-03-02 07:30:42 +13:00
John Bodley 5f0c320415
chore: Deprecate show_native_filters (#23228) 2023-03-02 07:29:51 +13:00
Michael S. Molina d16eda6e56
refactor: Organizes the pages in their own folder (#23241) 2023-03-01 10:35:22 -05:00
Kamil Gabryjelski 6076457b90
fix(explore): Dashboard filters on adhoc cols not working in Explore (#23239) 2023-03-01 15:45:00 +01:00
Kamil Gabryjelski 7196e87833
fix(dashboard): Cross-filters not working properly for new dashboards (#23194) 2023-03-01 11:47:15 +01:00
Kamil Gabryjelski 473a69a704
fix(dashboard): Don't show cross filters checkbox to users without write permissions (#23237) 2023-02-28 20:15:56 +01:00
dependabot[bot] 88167772e9
build(deps): bump ua-parser-js from 0.7.28 to 0.7.33 in /superset-frontend (#22859)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 12:11:30 -07:00
Kamil Gabryjelski ad5ee1ce38
fix(dashboard): Page crashing when cross filter applied on adhoc column (#23215) 2023-02-27 15:58:27 +01:00
Geido dcd3e00f39
feat: Cross Filters in FilterBar (#23138)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2023-02-27 12:55:09 +01:00
dependabot[bot] 64ad70cc8d
build(deps): bump express and @applitools/eyes-cypress in /superset-frontend/cypress-base (#22342)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-26 21:20:46 -07:00
Lyndsi Kay Williams 9f97c7d028
test: Remove test playgrounds (#23203) 2023-02-26 16:02:09 -07:00
Kamil Gabryjelski 7d4aee956e
fix(dashboard): Focusing charts and native filters from filters badge (#23190) 2023-02-25 15:56:20 +01:00
EugeneTorap 6a484b1553
fix: Pagination of VirtualTable (#23130) 2023-02-24 21:21:54 -07:00
Antonio Rivero 218de6e6a4
fix(ssh_tunnel): Display SSHTunnel Switch when editing a DB that was created with the Dynamic Form (#23195) 2023-02-24 14:19:07 -08:00
Lily Kuang a70b7ac3b0
chore: refactor SparklineCell for react 17 and react 18 upgrade (#23145) 2023-02-24 12:49:53 -08:00
Antonio Rivero 3484e8ea7b
feat(ssh_tunnel): Import/Export Databases with SSHTunnel credentials (#23099) 2023-02-24 09:36:21 -08:00
John Bodley 6338ea5d42
chore: revert "feat(native_filter_migration): add transition mode (#16992)" (#23144) 2023-02-24 06:22:36 +13:00
Kamil Gabryjelski ee1952e488
feat(dashboard): Add cross filter from context menu (#23141) 2023-02-23 17:05:41 +01:00
Kamil Gabryjelski 871cab8cbe
feat: Enable cross fitlers in WorldMap and Graph charts (#22886) 2023-02-22 11:42:56 +01:00
Beto Dealmeida fbf10c35a9
feat: return UUID on database creation (#23143) 2023-02-21 17:36:16 -08:00
cccs-RyanK a40c12d63e
feat: Frontend tagging (#20876)
Co-authored-by: cccs-nik <68961854+cccs-nik@users.noreply.github.com>
Co-authored-by: GITHUB_USERNAME <EMAIL>
2023-02-21 13:38:23 -08:00
Kamil Gabryjelski eb8386e3f0
fix(dashboard): Chart's empty state not centered (#23022) 2023-02-21 16:46:32 +01:00
Lyndsi Kay Williams f6c304437a
test: Clean up SelectAsyncControl test warnings (#22969) 2023-02-15 12:10:23 -08:00
Lyndsi Kay Williams b1296a195c
test: Convert DatasetList test from jsx to tsx (#22971) 2023-02-15 12:09:43 -08:00
Lyndsi Kay Williams 5b5b534e89
chore: Remove dependency warnings from DatasetList.tsx (#22973) 2023-02-15 12:08:57 -08: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
Ville Brofeldt 1324135697
chore(style): make brand icon max width customizable (#23081) 2023-02-15 18:38:09 +02: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
JUST.in DO IT 4980621902
feat(sqllab): Add event logger (#23040) 2023-02-14 06:47:28 +13:00
Michael S. Molina 49aa9b4ca8
chore: Removes icon warnings from tests (#23054) 2023-02-13 12:31:09 -05:00
JUST.in DO IT d3d59ee0ae
fix(sqllab): Invalid schema fetch by deprecated value (#22968) 2023-02-13 09:36:47 -07:00
Michael S. Molina 17fbb2dbb2
fix: Menu items are not disappearing when deleting a dashboard (#23039) 2023-02-10 13:46:13 -05:00
Michael S. Molina 464ddee4b4
fix: Time Column on Generic X-axis (#23021) 2023-02-10 13:33:07 -05:00
Michael S. Molina 5e64211bdb
fix: Handles disabled options on Select All (#22830) 2023-02-09 08:31:58 -05:00
Antonio Rivero Martinez ddd8d17aa4
fix(ssh_tunnel): Fix bug on database edition for databases with ssh tunnels (#23006)
Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
2023-02-08 14:58:42 -06:00
Kamil Gabryjelski 98bf878d6e
fix(explore): Enable saving metric after changing title (#23020) 2023-02-07 23:23:52 +01:00
Lily Kuang 493181c977
chore: refactor SliceAdder for react 17 and react 18 (#23009) 2023-02-07 13:38:32 -08:00
Cody Leff 183c5f9589
chore(tests): Cypress optimizations to help with fails (#23023) 2023-02-07 12:20:08 -08:00
Cody Leff 32fac77b5f
feat(datasets): Populate Usage tab in Edit Dataset view (#22670) 2023-02-07 10:34:30 -08:00
dependabot[bot] b12bb568ac
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /superset-frontend/cypress-base (#22955)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 09:33:08 -07:00
dependabot[bot] c5b25ebf17
chore(deps): bump ajv and react-jsonschema-form in /superset-frontend (#21809)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-07 09:31:56 -07:00
Artem Shumeiko 773d2a54a3
chore: Localization of superset pt. 3 (#22938)
Co-authored-by: Evan Rusackas <evan@preset.io>
2023-02-07 09:21:23 -07:00
JUST.in DO IT a1b7eb3870
fix(sqllab): clean unwanted scrollbar (#22990) 2023-02-07 08:05:09 -07:00
Evan Rusackas ce6dd158a1
chore: updating link to sandbox.js (#23005) 2023-02-07 08:04:03 -07:00
Kamil Gabryjelski 7d5c86b44c
fix(explore): Save button incorrectly disabled when adding new metric with dnd (#23000) 2023-02-06 16:19:02 -05:00
Antonio Rivero Martinez cf395ac2d8
feat(ssh_tunnel): SSH Tunnel Switch extension (#22967) 2023-02-03 15:34:54 -08:00
Michael S. Molina c9b9b7404a
fix: Form data was not being passed to save/update slice (#22989) 2023-02-03 14:04:17 -05:00
Kamil Gabryjelski 5d550f449a
fix(explore): Mark time range dashboard filter with warning icon (#22984) 2023-02-03 12:26:05 -05:00
Michael S. Molina b63ea6386f
fix: Prevents last temporal filter removal (#22982) 2023-02-03 10:50:12 -05:00
Kamil Gabryjelski 32d497785a
fix(native-filters): Don't include description icon in truncation calc (#22941) 2023-02-03 16:13:59 +01:00
Lyndsi Kay Williams 4970df0a65
test: Clean up QueryList test warnings (#22972) 2023-02-03 07:27:15 -06:00
Lyndsi Kay Williams 39f15b8d95
test: Fix act errors in DatabaseList test (#22970) 2023-02-03 07:25:52 -06:00
Phillip Kelley-Dotson c05871eb37
feat: add tabs to edit dataset page (#22043)
Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>
Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
Co-authored-by: lyndsiWilliams <kcatgirl@gmail.com>
2023-02-02 19:36:11 -06:00
Josh Soref 78ede590ee
chore(frontend): Spelling (#19676)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2023-02-02 11:23:11 -07:00
dependabot[bot] deb51090d2
build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /superset-frontend (#22958)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-02 10:22:29 -07:00
Ville Brofeldt c53c3aa23d
chore(superset-ui-chart-controls): refactor pivot and rename operator (#22963) 2023-02-02 17:16:07 +02:00
Kamil Gabryjelski ed7b3533bc
fix(explore): Time comparison in Mixed Chart in GENERIC_CHART_AXES not working (#22945) 2023-02-02 14:06:30 +01:00
Lyndsi Kay Williams e13ebb6134
test: Clean up AdhocFilterOption test warnings (#22915) 2023-02-01 16:37:02 -06:00
Cody Leff b410dbb5dd
fix(datasets): Fix property selection on JSON response (#22944) 2023-02-01 11:58:03 -08:00
Lyndsi Kay Williams 260ac40b23
feat: Enable new dataset creation flow II (#22835) 2023-02-01 09:49:25 -06:00
Michael S. Molina ebed50fd12
fix: Remove button is broken for metrics on Explore (#22940) 2023-02-01 10:33:42 -05:00
Kamil Gabryjelski eaf53dbb27
fix(native-filters): Ensure that time range filter loses focus after closing modal (#22937) 2023-02-01 16:32:49 +01:00
Diego Medina 02cd75be8d
chore: Migrate /superset/tables/* to API v1 (#22501) 2023-02-01 12:45:57 +00:00
Lily Kuang 8dea7e151e
chore: upgrade react-router-dom to 5.3.4 (#22878) 2023-01-31 13:09:57 -08:00
Lily Kuang e80f878ab7
chore: upgrade packages for react v17 upgrade (#22914) 2023-01-31 11:08:12 -08:00
Arash Afghahi 16800cc14c
fix: fix warning in ssh tunnel (#22912) 2023-01-31 14:06:15 -05:00
Lily Kuang 88119a9930
chore: migrate @vx/responsive to @visx/responsive for react 18 upgrade (#22815) 2023-01-31 10:55:29 -08:00
Cody Leff a35aeb9d6b
fix(fab): Fix regression on FAB dropdowns (#22889) 2023-01-31 10:39:43 -08:00
Michael S. Molina e9423c3c87
fix: Time range filter applied on a dashboard is not persisting to the chart explore (#22920) 2023-01-31 12:01:47 -05:00
Michael S. Molina 30abefb519
feat: Adds the ECharts Sunburst chart (#22833) 2023-01-31 11:39:18 -05:00
JUST.in DO IT 19779d7517
fix(sqllab): inconsistent addNewQueryEditor behavior (#21999) 2023-01-30 16:54:03 -07:00
Artem Shumeiko c839d0daf5
chore: Localization of superset pt. 2 (#22772) 2023-01-30 09:20:43 -07:00
Diego Medina b94052e438
chore: migrate /sql_json and /results to apiv1 (#22809) 2023-01-30 11:02:34 -05:00
Jack Fragassi 54f7a248a6
chore: deprecate /superset/filter/... endpoint, migrate to apiv1 (#22882) 2023-01-30 11:02:49 +00:00
dependabot[bot] 7bd2afd724
build(deps): bump underscore from 1.12.0 to 1.12.1 in /superset-frontend (#22892)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-27 16:10:24 -07:00
Igor Șincariov 6cf434e5c1
feat: Add excel export (#22006)
Co-authored-by: Igor Șincariov <igorsinc@pm.me>
Co-authored-by: EugeneTorap <evgenykrutpro@gmail.com>
2023-01-27 11:23:10 -07:00
Diego Medina 14878a160f
chore: Migrate /superset/queries/<last_updated_ms> to API v1 (#22611) 2023-01-27 13:20:56 -05:00
Diego Medina bed10a0e2b
chore: deprecate /superset/slice_json/<int:slice_id> and /superset/annotation_json/<int:layer_id> (#22496) 2023-01-27 11:50:19 -05:00
Mayur 8226110be8
fix: revert RESTful apis and react view for RLS (#22818) 2023-01-26 18:04:00 -08:00
JUST.in DO IT 0045816772
fix(sqllab): reverts #22695 (#22861) 2023-01-26 14:15:42 -07:00
Geido 3fd4718ecb
fix: Convert TIMESTAMP_* to TIMESTAMP in Snowflake (#22872) 2023-01-26 19:49:44 +01:00
Evan Rusackas 6998f65e1d
chore: removing unnecessary double spaces, a.k.a. "shotgun holes" (#22852) 2023-01-26 11:48:41 -07:00
Lily Kuang 446d1779e1
chore: upgrade react-reverse-portal for react upgrade (#22779) 2023-01-26 09:02:25 -08:00
Lily Kuang 6021d6f699
chore: upgrade react-table for react 18 upgrade (#22780) 2023-01-26 09:01:59 -08:00
Lily Kuang 2400179fb0
chore: migrate react-diff-viewer to react-diff-viewer-continued for react 18 upgrade (#22834) 2023-01-26 09:01:31 -08:00
Stepan 5da09bf341
fix(Annotation Layers): Error when render options with renamed columns (#22453) 2023-01-25 21:25:34 +02:00
Geido 9ed2326a20
feat: Move cross filters to Dashboard (#22785) 2023-01-25 18:01:06 +01:00
Lyndsi Kay Williams 262c947273
test: Fix act errors in DatabaseModal test (#22846) 2023-01-25 07:36:19 -06:00
Lyndsi Kay Williams ddd5cd3aec
test: Fix act errors in DatasourceControl test (#22845) 2023-01-25 07:36:05 -06:00
Jack Fragassi 050cbe938f
chore: Migrate /superset/recent_activity/<user_id>/ to /api/v1/ (#22789) 2023-01-25 09:26:50 +00:00
Cody Leff 3898368f26
chore(tests): Streamline Cypress login to fix fails/flakes (#22844) 2023-01-24 17:55:31 -07:00
Lily Kuang 5f823b2777
chore: upgrade react-datetime, react-intersection-observer and react-checkbox-tree (#22585) 2023-01-23 14:36:34 -08:00
JUST.in DO IT 02a3c0d0e6
fix(sqllab): type error on renderBigIntStr (#22813) 2023-01-24 10:44:02 +13:00
Cody Leff 2a30bbce1a
chore: Convert direct uses of antd icons to 'Icons' component (#22516) 2023-01-23 14:42:27 -07:00
Beto Dealmeida 3084763eb7
fix: allow CSV upload in Other db (#22807) 2023-01-23 11:50:38 -08:00
Michael S. Molina d479009e35
fix: Unexpected error on simple filter (#22814) 2023-01-23 10:25:28 -05:00
JUST.in DO IT 83893f8ff2
chore(dashboard): Log events for download as image (#22793) 2023-01-20 08:59:50 -07:00
Hugh A. Miles II b9686fe6fa
feat: add ssh tunneling to dynamic form for Database Connection UI (#22689)
Co-authored-by: Antonio Rivero Martinez <38889534+Antonio-RiveroMartnez@users.noreply.github.com>
Co-authored-by: Antonio Rivero <antonioriverocode@gmail.com>
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
Co-authored-by: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com>
2023-01-20 17:41:39 +02:00
Michael S. Molina 1fe4a71f5b
feat: Adds a separator to Select All option (#22776) 2023-01-19 12:22:57 -05:00
Michael S. Molina af73c59b0a
feat: Generic X-axis improvements (#22707) 2023-01-19 12:22:39 -05:00
JUST.in DO IT d591cc8082
fix(sqllab): Invalid schema fetch for deprecated value (#22695) 2023-01-19 10:19:17 -07:00
Ville Brofeldt 577ac81686
chore(ci): fix numpy type errors and revert #22610 (#22782) 2023-01-19 14:53:48 +02:00
Kamil Gabryjelski 39c96d0568
chore: Migrate .less styles to Emotion (#22474) 2023-01-19 09:17:10 +01:00
Yash Mehta aca2f1b201
chore: adding missing examples in the gallery for some chart types (#22766) 2023-01-18 10:16:40 -07:00
cccs-RyanK 02c9242d68
feat: Select all for synchronous select (#22084)
Co-authored-by: GITHUB_USERNAME <EMAIL>
2023-01-18 07:41:58 -05:00
Antonio Rivero Martinez ad758c0802
feat(ssh_tunnel): Rename allow_ssh_tunneling and change the default value to False (#22723) 2023-01-17 19:11:41 -08:00
Lyndsi Kay Williams c87f654901
feat: Enable new dataset creation flow (#22610) 2023-01-17 20:05:40 -06:00
Lily Kuang e05ac858f4
chore: upgrade react-resize-detector (#22592) 2023-01-17 17:25:34 -08:00
Lyndsi Kay Williams 08078753b7
fix: Report screenshot cut off on left and right sides (#22614) 2023-01-17 12:08:00 -06:00
dependabot[bot] 2350e54f54
build(deps): bump minimatch from 3.0.4 to 3.1.2 in /superset-frontend/cypress-base (#22745)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 22:23:44 -07:00
dependabot[bot] ffa015887b
build(deps): bump express and @applitools/eyes-storybook in /superset-frontend (#22731)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 20:57:33 -07:00
dependabot[bot] cf3d4f720e
build(deps): bump loader-utils from 1.4.0 to 1.4.2 in /superset-frontend (#22138)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 20:53:09 -07:00
Stephen Liu b53941fb3e
feat(plugin-chart-echarts): supports sunburst chart v2 [WIP] (#21625)
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
2023-01-16 16:10:28 -05:00
Michael S. Molina d2a355b2fb
feat: Updates button styles of Modal pre-defined functions (#22737) 2023-01-16 12:48:22 -05:00
Diego Medina 3ed288d4ee
chore: Migrate /superset/stop_query/ to API v1 (#22624) 2023-01-16 14:07:52 +00:00
dependabot[bot] 910998a5ed
build(deps): bump json5 from 2.1.3 to 2.2.3 in /superset-frontend/cypress-base (#22577)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 15:59:35 -07:00
dependabot[bot] f0d5800810
build(deps): bump json5 from 1.0.1 to 1.0.2 in /superset-frontend (#22578)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 15:51:58 -07:00
dependabot[bot] 3c5f75d4c2
chore(deps): bump parse-path and lerna in /superset-frontend (#21612)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 09:46:34 -07:00
Cody Leff f5c404fc51
fix(explore): Restore missing dataset states (#22693) 2023-01-13 09:42:38 -07:00
Christian Dreier 91850ebc57
fix: bootstraping frontend (#22720)
Co-authored-by: Christian Dreier <dreier.christian@gmail.com>
2023-01-13 15:04:24 +02:00
Lyndsi Kay Williams 2ccdb72830
fix: Spacing in alert modal (#22709) 2023-01-12 21:51:22 -06:00
EugeneTorap 1a0de496ee
chore: Move charts to src/pages folder (#22230) 2023-01-12 15:41:59 -05:00
AAfghahi 5a422b31c5
fix: alert modal bug fix (#22688) 2023-01-12 08:26:18 -05:00
Lily Kuang 397a984f09
chore(superset-ui): bump superset-ui-chart-controls and plugin-chart-handlebars back to version 0.18.25 (#22694) 2023-01-12 10:04:26 +02:00
Lily Kuang 5d38992024
chore: upgrade react-redux (#22596) 2023-01-11 17:32:40 -06:00
Antonio Rivero Martinez 539936522f
feat(ssh_tunnel): SQLAlchemy Form UI (#22513)
Co-authored-by: hughhhh <hughmil3s@gmail.com>
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com>
2023-01-11 19:29:52 +00:00
JUST.in DO IT a8f3a4fb6e
fix(sqllab): Overflow bigint in json-tree view (#22609) 2023-01-11 10:38:59 -07:00
Ville Brofeldt 7b15e6e3c7
fix(nav): make doc and bug buttons customizable (#22682) 2023-01-11 19:24:18 +02:00
Artem Shumeiko f3696ceef3
chore: Localization of several charts and elements (#22150)
Co-authored-by: ashumeiko <ashumeiko@ashumeiko.com>
2023-01-11 09:42:54 -07:00
Diego Medina 44c9cf4de5
chore: Migrate /superset/search_queries to API v1 (#22579) 2023-01-11 09:22:41 -07:00
Ville Brofeldt c0aeb2a75a
chore(embedded): bump package versions (#22676) 2023-01-11 11:42:46 +02:00
Ville Brofeldt 08f45ef207
fix(viz-gallery): respect denylist in viz gallery (#22658) 2023-01-10 19:08:30 +02:00
Kamil Gabryjelski 399f6e3ddc
feat(dashboard): Display a loading spinner while dashboard is being saved (#22588) 2023-01-10 16:48:51 +01:00
Mayur 159dcd7e62
feat(RLS): RESTful apis and react view for RLS (#22325) 2023-01-09 13:34:20 -07:00
Lily Kuang 516d56b7e8
chore: upgrade react-window (#22645) 2023-01-09 12:20:46 -08:00
Lily Kuang 8f865ce1ce
chore: upgrade use-immer (#22646) 2023-01-09 12:20:20 -08:00
Eric Briscoe 02e8511563
fix(dashboard): Add safety checks to areas that throw runtime errors in dashboard filters (#22648) 2023-01-09 11:40:15 -08:00
Ville Brofeldt 5b2ca97341
fix(sqllab): remove link to sqllab if missing perms (#22566) 2023-01-09 14:02:36 +02:00
EugeneTorap 30dab3a00a
chore: Bump flask libs (#22355) 2023-01-09 10:10:31 +00:00
Zamar 001100ddf0
feat(db_engine_specs): big query cost estimation (#21325)
Co-authored-by: zamar roura <zamar.roura@cabify.es>
Co-authored-by: Zamar Roura <zamarfazal@gmail.com>
2023-01-09 08:56:19 +02:00
Eric Briscoe fad873c100
fix(dashboard): Add runtime safety checks and improved tests (#22457) 2023-01-06 14:45:49 -08:00
wilfred-wulbou b3529479ab
feat(chart): Added Papua New Guinea to countries map (#22589) 2023-01-05 15:52:27 +02:00
Yash Mehta 6e4d6e599b
chore: adding missing examples in the gallery for several chart types (#22597) 2023-01-05 11:43:32 +02:00
Lily Kuang 82b0c23fb2
chore: upgrade react-checkbox-tree (#22583) 2023-01-04 10:50:21 -08:00
Lily Kuang 40dba06094
chore: upgrade react-ace (#22573) 2023-01-04 09:16:01 -08:00
Lily Kuang 11c9c8a00c
chore: upgrade interweave (#22572) 2023-01-04 09:15:41 -08:00
Lyndsi Kay Williams cf156f17bb
chore: Use visibilityToggle prop to control password input visibility (#22363) 2023-01-03 18:37:07 -06:00
Ville Brofeldt a7a4561550
fix(explore): support saving undefined time grain (#22565) 2023-01-03 08:53:42 +00:00
Yash Mehta 839ec7ceac
fix: adding missing examples for bubble chart, bullet chart, calendar heatmap chart and country map chart in the gallery (#22523) 2022-12-31 10:26:54 +00:00
Musa Hamada c2ace8dacb
fix(explore): datasource_type typo (#22543)
Co-authored-by: musa.hammadi <musa.hammadi@infostrategic.com>
2022-12-31 10:00:58 +00:00
Ville Brofeldt b6d39d194c
feat(trino): support early cancellation of queries (#22498) 2022-12-24 06:31:46 +02:00
John Bodley 9e81c3a119
feat: update time comparison choices (again) (#22458) 2022-12-24 10:13:35 +13:00
Hugh A. Miles II 9b26794419
chore: Update dataset_id & dataset_type datasource_id & datasource_type for SPA explore (#22461) 2022-12-22 19:46:00 -05:00
dependabot[bot] 20599856d1
build(deps): bump qs from 6.5.2 to 6.5.3 in /superset-frontend/cypress-base (#22340)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-22 13:50:23 -07:00
Ville Brofeldt 630c129e3e
fix(cypress): disable flaky tests (#22512) 2022-12-22 21:25:32 +02:00
Ville Brofeldt b954f8f560
feat(welcome): make examples tab customizable (#22302) 2022-12-21 09:28:41 +02:00
Cody Leff 7a94f3afc6
fix(chart-list): Hide 'Dashboards added to' column. (#22475) 2022-12-20 14:50:18 -08:00
Lyndsi Kay Williams 1bab5b9eba
fix: Fixed spacing in alert modal (#22066) 2022-12-20 11:28:01 -06:00
dependabot[bot] 0ca5e0e0db
build(deps): bump @ant-design/icons from 4.2.2 to 4.8.0 in /superset-frontend (#22158)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-20 09:57:26 -07:00
Lyndsi Kay Williams 6b20e74442
fix: Create dataset polish/bug fix (#22262) 2022-12-20 11:05:40 -05:00
Cody Leff 7f4e522f1a
chore(viz): Rename legacy non-time-series Bar Chart (#22430) 2022-12-20 10:08:30 -05:00
Cody Leff 21b56b2d49
fix(cypress): Fix failing/flaky E2E tests (#22460) 2022-12-20 13:36:42 +01:00
Reese 2679ee2e46
fix(chart-table): Scrollbar causing header + footer overflow (#21064) 2022-12-15 22:25:20 -07:00
dependabot[bot] 89bb6c024b
build(deps): bump qs from 6.5.2 to 6.5.3 in /superset-frontend (#22343)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-15 21:50:25 -07:00
Lyndsi Kay Williams fa919f3d8c
test: Fix act errors in VizTypeControl test (#22424) 2022-12-15 10:27:07 -06:00
Hiroki Sawano 9f3c43f839
fix(dashboard): Update owners of dashboard list after editing (#22383) 2022-12-15 09:18:08 +02:00
Michael S. Molina bb318cb137
fix: Allow empty CSS in Handlebars (#22422) 2022-12-14 18:41:06 -05:00
Geido ebaa94974b
fix: Force configuration for SafeMarkdown component in Handlebars (#22417) 2022-12-14 16:23:34 -05:00
dependabot[bot] a748b687d8
chore(deps): bump css-what from 2.1.2 to 2.1.3 in /superset-frontend (#21712)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 16:38:03 -07:00
Elizabeth Thompson 608ffcbfb9
fix: make database connection modal ace fields uncontrolled (#22350) 2022-12-12 12:36:41 -08:00
Kamil Gabryjelski 605cfa045a
perf: Prevent rerendering and re-querying metadata of filters in horizontal bar (#22389) 2022-12-12 16:07:38 +01:00
Kamil Gabryjelski a5a0cf9ffb
feat: Add oneLine mode to AsyncSelect (#22379) 2022-12-12 16:01:29 +01:00
Ville Brofeldt 6b4ab8a03c
chore(plugin-chart-echarts): upgrade to echarts 5.4.1 (#22382)
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
2022-12-10 13:38:54 +02:00
Elizabeth Thompson 368e7e6b08
fix: make sure that gsheets db connection form loads properly (#22361) 2022-12-09 17:28:15 -08:00
Ville Brofeldt 012d1300c1
chore(viz): rename v1 and v2 charts (#22369) 2022-12-09 22:51:37 +02:00
Cody Leff 3b45ad8b97
feat(dashboard): Add edit button to dashboard native filters filter cards (#22364)
Co-authored-by: Herbert Gainor <herbert.gainor@preset.io>
2022-12-09 15:00:15 +01:00
Michael S. Molina 3a442e09bf
fix: Button resizing in horizontal filter bar (#22365) 2022-12-08 13:38:56 -05:00
Kamil Gabryjelski de4f50909e
fix: Add tooltip to dropdown trigger in horizontal filter bar (#22373) 2022-12-08 18:23:44 +01:00
Michael S. Molina 1edfd7e1e1
fix: DropdownContainer items width calculation (#22371) 2022-12-08 12:03:19 -05:00
Geido f64423a740
fix: Time filter position and click in Horizontal FilterBar (#22338) 2022-12-08 10:58:16 +01:00
Lyndsi Kay Williams 49f1cfc3f9
fix: Change dropdown in Alert/Report modal to use javascript for conditional rendering instead of css (#22360) 2022-12-07 18:24:52 -06:00
Kamil Gabryjelski da64fa2525
fix: Reordering native filters ignored by filter bar (#22362) 2022-12-07 18:13:37 -05:00
Cemre Mengu 08f2c9b305
refactor(frontend): Make dashboard search box the first filter (#19721) 2022-12-07 15:56:53 -07:00
Anthony Gainor 0dbaaad83d
feat(explore-popover): Show disabled 'Save' button in explore popover (#21318)
Co-authored-by: Herbert Gainor <herbert.gainor@preset.io>
Co-authored-by: Michael S. Molina <michael.s.molina@gmail.com>
2022-12-07 12:25:54 -05:00
Cody Leff 2731cbacbf
fix: Broken effect in useCSSTextTruncation hook (#22324) 2022-12-07 16:51:30 +02:00
Kamil Gabryjelski 3a4131ffc7
fix: Missing spacing in adhoc filters popover (#22346) 2022-12-07 08:37:03 +01:00
Kamil Gabryjelski d2b76a8b1a
fix: Styling fixes for horizontal filter bar (#22337) 2022-12-06 21:04:17 +01:00
Lyndsi Kay Williams 4cf40fb286
test: Fix act errors in FixedOrMetricControl test (#22334) 2022-12-06 07:27:02 -06:00
Geido e1ffdb95b1
chore: Add Horizontal FilterBar e2e tests (#22305) 2022-12-06 15:01:31 +02:00
Lyndsi Kay Williams 04b7a26365
feat: Flow for tables that already have a dataset (#22136) 2022-12-05 15:43:54 -06:00
Antonio Rivero Martinez 96de314c0c
fix(sqllab): Fix autocomplete for SQL Lab (#22329) 2022-12-05 13:15:27 -07:00
AAfghahi 5e1b8170ca
fix: add columns back into SQL Lab to Explore Flow (#22320) 2022-12-05 12:17:31 -07:00
Kamil Gabryjelski 2d30e9cbe9
feat: New time range label (#22317) 2022-12-05 19:46:15 +01:00
AAfghahi aafb993ee2
fix: Display Error Messages in DB Connection Modal (#22200) 2022-12-05 10:02:17 -08:00
EugeneTorap f3bf3ec2ed
chore: Remove actions prop and refactor code in SQL Lab (#22231) 2022-12-05 12:12:52 +01:00
Kamil Gabryjelski b2d909f529
fix(dashboard): Fix dashboard's left side being cut off (#22319) 2022-12-05 12:03:23 +01:00
Eric Briscoe 92bc641067
fix(dashboard): dashboard actions fail when bad component id exists in children array (#22323) 2022-12-04 19:35:30 -08:00
Michael S. Molina aba3b81e13
fix: DropdownContainer resize algorithm (#22318) 2022-12-04 16:52:27 +02:00
Diego Medina 09bb1cc3b5
fix(alerts): cron picker alignment issues (#22274) 2022-12-02 14:20:38 -07:00
dependabot[bot] 8018982e7b
build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 in /superset-frontend (#22315)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-02 14:13:18 -07:00
Cody Leff 997950ecf5
chore(native-filters): Grid units, type guard, feature flag guard (#22307) 2022-12-02 19:55:03 +01:00
Elizabeth Thompson 5c77f1ad2a
feat: add databricks form (#21573) 2022-12-02 10:36:27 -08:00
Geido df91664217
feat: Programmatically open "more filters" dropdown in Horizontal Filter Bar (#22276)
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
2022-12-02 15:03:01 +02:00
Diego Medina aa97ba4509
feat: root context provider extension point (#22188) 2022-12-01 13:29:51 -08:00
Kamil Gabryjelski eb6045adfa
feat(native-filters): Adjust filter components for horizontal mode (#22273) 2022-12-01 15:41:19 -05:00
Michael S. Molina 8cf572858c
feat: Automatically closes the DropdownContainer when scrolling outside of the component (#22287) 2022-12-01 10:53:52 -05:00
Stephen Liu 309c064cc8
fix(dashboard): chart doesn't resize when tab switch (#22009) 2022-12-01 08:38:23 -05:00
Michael S. Molina ead2834a77
fix: Horizontal filter bar resizing (#22286) 2022-12-01 08:11:22 -05:00
Cody Leff 04e0bb9f36
fix(native-filters): Misc spacing fixes for horizontal and horizontal overflow filter bar items (#22288) 2022-12-01 12:49:00 +01:00
Michael S. Molina afc10a247b
feat: Adds overflow to the DropdownContainer popover (#22250) 2022-12-01 13:24:02 +02:00
Cody Leff ffff3e4bf4
fix(native-filters): Add empty text node before OutPortal (#22289) 2022-12-01 10:56:11 +01:00
Michael S. Molina 3ffe7828a7
feat: Uses new table component in Drill to Detail (#22173) 2022-11-30 15:20:27 -05:00
Ville Brofeldt b1f8fd4f64
chore(superset-ui): remove deprecated fields from QueryObject (#22272) 2022-11-30 15:54:11 +02:00
Cody Leff 91d19056cf
fix(dashboard): Change horizontal filter bar divider truncation logic (#22252) 2022-11-30 14:09:19 +01:00
Cody Leff 4657250bcf
chore(dashboard): Fix missing React key errors (#22266) 2022-11-30 07:36:16 -05:00
Cody Leff 969c9634f6
fix(dashboard): Force native filters into vertical orientation when FF off (#22265) 2022-11-29 23:47:48 +02:00
Cody Leff a642d126f8
fix(dashboard): Fix FilterWithDataMask typing and add null check (#22260) 2022-11-29 20:40:09 +02:00
Kamil Gabryjelski 389e44e1c5
fix: Apply border radius and fix height for MetadataBar (#22010) 2022-11-29 15:10:18 +01:00
Cody Leff 435926b89e
fix(dashboard): Add correct icon, label and badge to horizontal native filters dropdown button (#22211)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2022-11-28 14:12:57 +01:00
Cody Leff 93158ea649
fix(dashboard): Fix hover labels for horizontal overflow native filter dividers (#22210)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
2022-11-28 12:35:13 +01:00
Cody Leff 4b96474d6c
fix(dashboard): Fix filter card positioning for horizontal native filters (#22212) 2022-11-28 12:34:50 +01:00
Yongjie Zhao 0fdc520797
fix: the TimePicker overlay the AdhocFilter (#22234) 2022-11-28 17:12:40 +08:00
Yongjie Zhao 22fab5e58c
feat: Axis sort in the Bar Chart V2 (#21993) 2022-11-26 22:06:26 +08:00
JUST.in DO IT cc2334e58c
chore(dashboard): Ignore empty json value for overwrite confirm (#22214) 2022-11-26 19:44:27 +08:00