Phillip Kelley-Dotson
a198dbb19b
feat: add certifiedby & certification details fields to the edit dataset columns fields ( #16454 )
...
* add migration
* add backend and frontend for certified
* update migration with batch
* fix integration test and update Updating.md
* Update superset-frontend/src/datasource/DatasourceEditor.jsx
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
* Update superset-frontend/src/datasource/DatasourceEditor.jsx
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
* Update superset-frontend/src/datasource/DatasourceEditor.jsx
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
* change method name
* add tooltip info
* add mixin
* merge heads
* address comments
* fix select label styles
* add extra field
* fix test?
* add extra field to put schema
Co-authored-by: Geido <60598000+geido@users.noreply.github.com >
2021-09-22 15:09:30 -07:00
Geido
fce8ac27f0
Add style ( #14839 )
2021-05-28 09:32:51 +03:00
Yaozong Liu
ea37274180
fix(explore): fix clearing select data causes popover dismiss ( #14221 )
...
* fix(explore): fix clearing select data causes popover dismiss
* wip: lint
* wip: lint
2021-05-20 17:26:27 +03:00
Evan Rusackas
4f000cc8d1
fix: bringing metric type icon styles into SelectControl ( #14531 )
2021-05-08 15:47:25 +08:00
Michael S. Molina
bb677b8ef1
test: Adds tests to the AnnotationLayer component ( #13748 )
2021-04-01 09:10:42 -07:00
Michael S. Molina
4ae9b819d3
fix: Disallows negative options remaining ( #13749 )
2021-03-30 08:34:12 -07:00
Kamil Gabryjelski
42ff4fc19a
fix(explore): Reset values in TextControl only when datasource changes ( #13211 )
...
* Reset values in TextControl only when datasource changes
* Fix undefined error
2021-02-19 15:28:49 +02:00
Phillip Kelley-Dotson
3bb14ab950
feat: reset metrics on dataset change ( #12782 )
...
* reset metrics on dataset change take one
* remove code
* part 2 or reseting adhoc controls
* update input controls and customize defaults
* remove conosles
* remove extra method
* simplify logic for controls reset and have them use their defaults
* remove consoles
* add annotation control to defaultvalues
* remove line
2021-02-05 14:08:27 +08:00
Michael S. Molina
2a587f6cb1
Apply capitalization guidelines - iteration 6 ( #12343 ) ( #12452 )
2021-01-21 21:45:44 -08:00
Geido
c1b8a46d01
fix: Popover closes on change of dropdowns values ( #12410 )
2021-01-14 10:33:20 -08:00
Michael S. Molina
75f927b9eb
Fixes control panel fields styling ( #12236 ) ( #12326 )
2021-01-11 16:47:10 -08:00
Geido
147605cb40
fix: Issue #12004 timegrain not visibile ( #12258 )
...
* Fix hidden dropdown when overflowing
* Remove unnecessary space
* Remove unused var
2021-01-05 16:17:56 -08:00
Victor Malai
05258ebc6c
fix(event-flow-viz): handle null metadata selection ( #11885 )
...
* Initialize object with empty array if is multiselect, fix 500 BE error
* modify data coming
2020-12-08 08:53:26 +02:00
Kamil Gabryjelski
8a39f2799a
Fix "Select all" option in SelectControl ( #11692 )
2020-11-16 17:23:32 -08:00
Elizabeth Thompson
b277f19808
keep placeholder on multiselect ( #11289 )
2020-11-12 11:36:24 -08:00
Kamil Gabryjelski
6d5d92a6fe
fix: Issues with filters and metrics popovers ( #11578 )
...
* Fix bugs in AdhocFilterEditPopover
* Fix bugs in AdhocMetricEditPopover
* Remove handleMultiComparatorInputHeightChange function
* Fix tests
2020-11-05 20:00:43 -08:00
Kamil Gabryjelski
ccfd293227
ESLint: no-restricted-syntax ( #10889 )
...
* Enable no-restricted syntax rule
* Fix webpack.config.js
* Remove unused function from utils/common.js
* Refactor triple nested for loop
* Fix loops in src/explore components
* Fix loops in SqlLab components
* Fix loops in AlteredSliceTag
* Fix loops in FilterableTable
* Add fixtures and uinit tests for findControlItem
* Add license
2020-09-18 09:05:57 -07:00
Kamil Gabryjelski
352e8a1afd
Re-enable rule prefer-destructuring (only for objects) ( #10867 )
2020-09-14 10:11:20 -07:00
Jesse Yang
9a59bdda48
refactor: merge/upgrade superset-ui packages ( #10790 )
...
* refactor: merge/upgrade superset-ui packages
* Fix flaky big number test
* Fix Flaky AdhocFilters test
2020-09-09 13:18:55 -07:00
Erik Ritter
09de805017
chore: enable no-unused-vars and prefer-template eslint rules ( #10350 )
2020-07-16 19:13:59 -07:00
Natalie Ruhe
d1588c7658
Fix chart annotation source type showing perpetual loading when re-selecting the same value. ( #10036 )
...
Remove accidental console.log used during testing.
Co-authored-by: Natalie Ruhe <natalie@preset.io >
2020-06-10 16:17:56 -07:00
Jesse Yang
81ab8dd8b4
feat: upgrade react-select and make multi-select sortable ( #9628 )
...
* feat: upgrade react-select v1.3.0 to v3.1.0
Upgrade `react-select`, replace `react-virtualized-select` with a custom
solution implemented with `react-window`.
Future plans include deprecate `react-virtualized` used in other places, too.
Migrate all react-select related components to `src/Components/Select`.
* Fix new list view
* Fix tests
* Address PR comments
* Fix a flacky Cypress test
* Adjust styles for Select in CRUD ListView
* Fix loadOptions for owners select in chart PropertiesModal
TODO: add typing support for AsyncSelect props.
* Address PR comments; allow isMulti in SelectControl, too
* Clean up NaN in table filter values
* Fix flacky test
2020-05-19 16:59:49 -07:00
David Aaron Suddjian
2913063924
SIP-32: Moving frontend code to the base of the repo ( #9098 )
...
* move assets out, get webpack dev working
* update docs to reference superset-frontend
* draw the rest of the owl
* fix docs
* fix webpack script
* rats
* correct docs
* fix tox dox
2020-02-09 17:53:56 -08:00