İbrahim Ercan
3a962f81f6
fix: session error fixed related to thumbnails. ( #12760 )
...
* fix: session error fixed related to thumbnails.
* compute_and_cache moved to session scope
* lint fix done
2021-01-29 13:07:43 +02:00
Jesse Yang
99534f2cfd
fix(explore): incorrect missing datasource condition ( #12758 )
2021-01-29 13:07:12 +02:00
Kamil Gabryjelski
2fc03f88a8
feat(explore): Make metric title respond to changes immediately ( #12747 )
...
* Make metric title respond to changes immediately
* Bug fix
* Change type to Metric
* Bug fix
2021-01-29 13:06:38 +02:00
Jesse Yang
c1c798aac6
feat(explore): allow opening charts with missing dataset ( #12705 )
2021-01-29 13:04:39 +02:00
Kasia Kucharczyk
3b1a84c34a
fix: Added message flash when chart with missing dataset is accessed. ( #12468 )
2021-01-29 13:04:19 +02:00
Ville Brofeldt
bd83087c3e
fix(release): pin pyjwt to version <2 ( #12804 )
2021-01-29 12:04:51 +02:00
Srini Kadamati
550098211a
docs: update README.MD and FAQ Page for Superset 1.0 launch ( #12499 )
...
* fixed whitespace
* commit exclusion of package-lock from large file size precommit hook
* Converted all PNG files to JPG files to save space, stay under <500kb file size
* added link to release notes for 1.0
2021-01-29 11:57:03 +02:00
bryanck
fd6a75d5ba
fix: missing key when verifying adhoc filters in merge_extra_filters ( #12620 )
...
Co-authored-by: Bryan Keller <bkeller@netflix.com >
2021-01-29 11:44:16 +02:00
Duy Nguyen Hoang
368691383b
fix(explore): preserve metric column order in bar chart ( #12417 )
...
* fix: Preserve Column Order in Bar chart
* Update tests/viz_tests.py to use f-strings style
Co-authored-by: Duy Nguyen <duy.nguyenhoang@global-fashion-group.com >
2021-01-29 11:38:51 +02:00
Rob DiCiuccio
73523e2822
fix(async queries): Remove "force" param on cached data retrieval ( #12103 )
...
* Async queries: remove force cache param on data retrieval
* Assert equal query_object cache keys
* Decouple etag_cache from permission checks
* Fix query_context test
* Use marshmallow EnumField for validation
2021-01-29 11:37:29 +02:00
ʈᵃᵢ
60545c9b23
fix(alerts/reports): misconfigured useEffect hook breaks form validation in prod builds ( #12779 )
2021-01-27 11:56:39 +02:00
Jesse Yang
be51717c37
fix: missing select menu background ( #12759 )
2021-01-26 09:27:18 +02:00
Kamil Gabryjelski
51c7b896f4
Replace space with tabulator and enter as separators ( #12730 )
2021-01-25 17:02:29 +02:00
Michael S. Molina
4ee6317be9
Update translation files after capitalization PRs (1-9) ( #12696 )
2021-01-25 15:18:42 +02:00
Michael S. Molina
278e5b80a1
Fix translation files and update documentation ( #12595 )
2021-01-25 15:18:37 +02:00
Nikola Gigić
b07188e11d
chore[explore]: Save date if Ok not clicked ( #12731 )
...
* Save date if Ok not clicked
* answering. comments
2021-01-25 15:10:27 +02:00
Jesse Yang
c277b8466c
fix: remove whitespace at the bottom of select dropdown ( #12699 )
2021-01-25 15:09:35 +02:00
Michael S. Molina
ca0c07722e
chore: add capitalization guidelines to CONTRIBUTING.md ( #12685 )
2021-01-25 15:08:16 +02:00
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