Jesse Yang
8d80262bed
feat(explore): better search for dataset pane ( #12675 )
...
1. Upgrade match-sorter from 4.1.0 to 6.1.0
2. Add a debounce delay of 200 milliseconds to reduce excessive rendering (and searching)
3. Set keepDiacritics to true to improve performance
4. Display count of filtered results in "Showing x of xx", instead of the total results
5. Rank certified metrics to the top
2021-01-25 15:06:59 +02:00
Nikola Gigić
39e3b28292
feat(chart): Add expression, description and verbose name to search filter ( #12549 )
2021-01-25 15:06:55 +02:00
Geido
7e9a042ed1
fix(explore): Certified metric icons are various sizes ( #12690 )
2021-01-25 15:06:11 +02:00
Ville Brofeldt
0686a1c347
fix(multiline): return all chart data on initial request ( #12660 )
...
* fix(multiline): return chart data on data request
* bump package
* optimize chart retrieval and fix chart form_data
2021-01-25 15:04:15 +02:00
Ville Brofeldt
d8a7d83a06
chore(viz): bump superset-ui packages to 0.16.9 ( #12632 )
2021-01-25 15:03:19 +02:00
Duy Nguyen Hoang
e2ce27fe46
fix: chart disappears in standalone slice ( #12606 )
2021-01-25 15:01:47 +02:00
Geido
fe0b9f419b
Switch button position ( #12604 )
2021-01-25 15:01:23 +02:00
Kasia Kucharczyk
3d770aeeb9
[12601] Hovered menu items on dashboard - brought back padding and added margin on top of chart ( #12603 )
2021-01-25 15:01:01 +02:00
Nikola Gigić
522f466b23
chore(explore): Save Resizable width to localStorage ( #12593 )
2021-01-25 14:49:31 +02:00
Jesse Yang
41505bb2d4
fix: explore page style fix, remove unnecessary scroll bars ( #12649 )
...
* fix: various style touch on Explore page
* More style fixes
* Force 100% height for sidebars
* Fix linting
2021-01-25 14:49:26 +02:00
Duy Nguyen Hoang
c7284fe242
fix: error while parsing invalid json form_data ( #12586 )
...
* Fix error while parsing invalid json form_data
* Refine error returned
2021-01-25 14:46:46 +02:00
Karol Kostrzewa
bc53be95a5
test: World bank examples ( #12161 )
...
* add world bank data fixture
* fix fixture cleanup, add fixture to dashboard_tests
* apply world bank fixtures, fix tests
* fix fixture typo, dashboard ids
* fix export dashboard metadata
* fix test_export_dashboard_command_key_order
* fix export dash tests, not add row when no orphans
* debug timeout
* fixes after merge
* fix lint
* run pre-commit
* comment test for debug
* fix save.test.js
Co-authored-by: Karol Kostrzewa <karol.kostrzewa@polidea.com >
2021-01-25 14:46:38 +02:00
Karol Kostrzewa
0acd2ccaaa
test: birth names ( #12226 )
...
* add birth names fixture
* fix birth names related tests
* fix test_import_v0_dataset_cli_export columns order
* fix celery tests drop table
* fix mysql datetime type
* fix mysql typo in charts/api_tests
* refactor
* add licence
* fix use fixture for presto
* fix presto, hive query
* fix flaky metadata
* fix mysql bigint type
* fix run query
* fix hive datatype in metadata
* fix slice owner for cypress
* refactor num_boys num_girls
* fix is_dttm column
* debug logging
* fix query offset
* fix presto ds type in metadata
* fix presto ds type
* clean up debug logging
2021-01-25 14:46:34 +02:00
Kasia Kucharczyk
8b09414806
fix: dropdown indicator in tabs has proper width and position ( #12584 )
...
Closes #12481 , partially fix #12486
2021-01-25 14:40:03 +02:00
Yongjie Zhao
3ccb23c4a3
chore(explore): added tooltips to timepicker ( #12580 )
...
* wip
* wip
* fix lint
* fix: tooltip cosmetic
* wip
* add license
2021-01-25 14:36:27 +02:00
Radhika
0fc2bc5f02
corrected typo in connections index in the documentation ( #12577 )
2021-01-25 14:35:29 +02:00
Yongjie Zhao
a4d7e9c35d
fix: return appropriate response when payload has error ( #12575 )
2021-01-25 14:35:03 +02:00
Rob DiCiuccio
10ca58f89a
Add docs for GLOBAL_ASYNC_QUERIES (SIP-39) ( #12573 )
2021-01-25 14:32:27 +02:00
Evan Rusackas
33dd4e55f2
chore: bumping superset UI packages (0.16.7 + 0.16.8) ( #12564 )
...
* chore: package bump manifest (package.json)
* fresh package lock
2021-01-25 14:32:09 +02:00
Kasia Kucharczyk
630bb7264e
fix: row component handler is visible ( #12498 )
2021-01-25 14:31:36 +02:00
Michael S. Molina
749db0b944
Apply capitalization guidelines - iteration 8 ( #12343 ) ( #12454 )
2021-01-25 14:30:52 +02:00
Michael S. Molina
342f5eae71
Apply capitalization guidelines - iteration 7 ( #12343 ) ( #12453 )
2021-01-25 14:30:08 +02:00
Michael S. Molina
6d22b42e41
Apply capitalization guidelines - iteration 6 ( #12343 ) ( #12452 )
2021-01-25 14:29:49 +02:00
Michael S. Molina
46507ba58a
Apply capitalization guidelines - iteration 5 ( #12343 ) ( #12451 )
2021-01-25 14:29:16 +02:00
Kamil Gabryjelski
e4453a77f7
fix(explore): Disable saved metric name edit in Metric popover ( #12582 )
2021-01-25 14:29:13 +02:00
Yongjie Zhao
74f64b1794
refactor(explore): move MetricControl and FilterControl to sub-component ( #12446 )
...
* wip
* wip
* wip
* wip
* move spec
* wip
* wip
* remove unused file
* wip
* wip
* Update superset-frontend/spec/javascripts/explore/components/AdhocFilterEditPopoverSqlTabContent_spec.jsx
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
* Update superset-frontend/spec/javascripts/explore/components/AdhocFilterOption_spec.jsx
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
* Update superset-frontend/spec/javascripts/explore/components/AdhocMetricEditPopoverTitle_spec.jsx
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com >
2021-01-25 14:28:07 +02:00
Michael S. Molina
f659d66fee
Apply capitalization guidelines - iteration 4 ( #12343 ) ( #12450 )
2021-01-25 14:24:03 +02:00
Agata Stawarz
5e4ce48ccf
feat(native-filters): Show alert for unsaved filters after cancelling Filter Config Modal ( #12554 )
...
* Add Alert when native filter is canceled and not saved
* Improve styles and setting styles visible
* Improve displaying filter names
* Add tests for canceling native filter modal
* Fix linter errors
* Refactor Cancel Confirmation Alert
2021-01-25 14:23:59 +02:00
Michael S. Molina
200cc1a5c4
Apply capitalization guidelines - iteration 3 ( #12343 ) ( #12449 )
2021-01-25 14:22:15 +02:00
Geido
2641a65feb
fix(explore): Scroll only table in Change Dataset and Edit Dataset Modals ( #12598 )
2021-01-25 14:20:02 +02:00
Hugh A. Miles II
3d8185383d
fix: styling for change dataset confirmation ( #12471 )
2021-01-25 14:19:40 +02:00
Jesse Yang
2cdb92d05c
fix: faster search for Change Dataset modal ( #12669 )
2021-01-25 14:18:42 +02:00
Michael S. Molina
e6b916c06f
Apply capitalization guidelines - iteration 2 ( #12343 ) ( #12448 )
2021-01-25 14:15:45 +02:00
Michael S. Molina
968ab8d22f
chore: apply capitalization guidelines - iteration 1 ( #12447 )
...
Apply capitalization guidelines defined in #12343
Use sentence casing for most places.
2021-01-25 14:15:26 +02:00
Beto Dealmeida
bc1a2a2258
fix: incorrect cursor position Firefox ( #12423 )
...
* fix: incorrect cursor position Firefox
* Use different font
* Fix lint
* Use Lucida Console
2021-01-25 12:59:11 +02:00
Ville Brofeldt
5719fefdd4
add rc4 changelog entries
1.0.0
1.0.0rc4
2021-01-16 08:26:11 +02:00
Shuyao Bi
2187d1a409
Fix 500 error when loading dashboards with slice having deleted dataset ( #12535 )
2021-01-16 08:12:15 +02:00
Beto Dealmeida
c38a5fc1d8
fix: case expression should not have double quotes ( #12562 )
2021-01-16 08:04:13 +02:00
Beto Dealmeida
147f750829
fix: height on grid results ( #12558 )
2021-01-16 08:03:54 +02:00
Jesse Yang
5786513cbb
fix(viz): missing groupby and broken adhoc metrics for boxplot ( #12556 )
2021-01-16 08:03:30 +02:00
Hugh A. Miles II
ae6e54025b
fix: Add MAX_SQL_ROW value to LIMIT_DROPDOWN ( #12555 )
2021-01-16 08:03:12 +02:00
Geido
7e0eedccf8
fix: Popover closes on change of dropdowns values ( #12410 )
2021-01-16 08:02:15 +02:00
Ville Brofeldt
c4e6baef3b
add rc3 changelog entries
1.0.0rc3
2021-01-15 17:33:28 +02:00
Amit Miran
b652995b56
chore: rename docker image in build_docker_image.sh, docker-compose.yml and helm values.yaml ( #12337 )
2021-01-15 17:27:18 +02:00
Ahmed Adel
739ab14136
feat(db-engine): Add support for Apache Solr ( #12403 )
...
* [db engine] Add support for Apache Solr
* Fixing typo
2021-01-15 15:12:29 +02:00
Michael S. Molina
a1f53fb645
Fix list filters vertical alignment ( #12497 )
2021-01-15 13:47:07 +02:00
Kamil Gabryjelski
52b581f922
fix: Select options overflowing Save chart modal on Explore view ( #12522 )
...
* Fix select options overflowing modal
* fix unit test
Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com >
2021-01-15 13:32:12 +02:00
Xiang Fu
5f2de1df71
Fixing Pinot queries for time granularities: WEEKS/MONTHS/QUARTERS/YEARS ( #12536 )
2021-01-15 11:32:30 +02:00
Jesse Yang
603ab75a62
fix(explore): Add Time section back to FilterBox ( #12537 )
2021-01-15 11:04:18 +02:00
Jesse Yang
027e2075f5
fix(explore): time table control panel ( #12532 )
2021-01-15 11:04:05 +02:00