Commit Graph

5511 Commits

Author SHA1 Message Date
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