Geido
|
fa1e028974
|
Add dedicated dir and storybook (#13553)
|
2021-04-05 13:11:50 -07:00 |
|
AAfghahi
|
4187d9e4c4
|
fix: adjusted tab height (#13822)
|
2021-04-02 12:44:45 -04:00 |
|
Erik Ritter
|
5315d2cc2d
|
Revert "fix: select table overlay (#13694)" (#13901)
This reverts commit b247279ffe.
|
2021-03-31 18:47:38 -07:00 |
|
Michael S. Molina
|
8ddcba82e0
|
chore: Removes Select duplication (#13477)
|
2021-03-31 15:42:14 -07:00 |
|
Michael S. Molina
|
9d6832dc27
|
test: Adds tests and storybook to CertifiedIcon component (#13457)
|
2021-03-30 14:31:35 -07:00 |
|
Michael S. Molina
|
3c4591ef15
|
chore: Moves CheckboxIcons to Checkbox folder (#13459)
|
2021-03-30 13:55:10 -07:00 |
|
Michael S. Molina
|
6fe4cc0c51
|
chore: Removes Popover duplication (#13462)
|
2021-03-30 13:54:53 -07:00 |
|
Ville Brofeldt
|
9fa52b50ed
|
fix(native-filters): improve loading styles for filter component (#13794)
* fix(native-filters): improve loading styles for filter component
* round up fractional grid unit
* remove LoadingBox
|
2021-03-29 10:23:01 +03:00 |
|
AAfghahi
|
b247279ffe
|
fix: select table overlay (#13694)
|
2021-03-26 10:39:39 -04:00 |
|
AAfghahi
|
64f967cb2d
|
refactor: New schedule query button (#13797)
|
2021-03-26 09:56:59 -04:00 |
|
Michael S. Molina
|
be8f8d9c1f
|
test: Adds storybook and tests to PopoverDropdown component (#13547)
* test: Adds storybook and tests to PopoverDropdown component
* Changes to use gridUnit and theme hook
|
2021-03-26 05:29:03 -07:00 |
|
Bruno Motta
|
2aedaaa03e
|
test: DatabaseSelector (#13581)
* Moving DatabaseSelector to a folder
* Tests for DatabaseSelector
* Using factory for props
* Update superset-frontend/src/components/DatabaseSelector/DatabaseSelector.test.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
* Update superset-frontend/src/components/DatabaseSelector/DatabaseSelector.test.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
* Update superset-frontend/src/components/DatabaseSelector/DatabaseSelector.test.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
* apply waitFor and remove act
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
|
2021-03-25 22:01:13 -07:00 |
|
Geido
|
930cbea2e1
|
test: Tests, dedicated directory and Storybook for the ProgressBar component (#13534)
* Move to own dir and add storybook
* Add tests
|
2021-03-25 15:44:00 -07:00 |
|
Hugh A. Miles II
|
71ca5aca5b
|
refactor: Revert "refactor: ScheduleQueryButton into functional component (#134… (#13785)
This reverts commit 2c3d9e9b1e.
|
2021-03-24 22:50:59 -04:00 |
|
AAfghahi
|
2c3d9e9b1e
|
refactor: ScheduleQueryButton into functional component (#13443)
|
2021-03-24 17:46:24 -04:00 |
|
Yaozong Liu
|
f18d14a51a
|
fix(explore): make horizontal scroll appears in data panel (#13566)
* fix(explore): make horizontal scroll appear
* fix(explore): 34px -> 33px
* fix(lint): dataTablesPane lint
* fix(lint): prettier dataTablesPane
* fix(explore): use gridUnit rather than hardcode
Co-authored-by: liuyaozong <liuyaozong@baijiahulian.com>
|
2021-03-24 17:47:57 +02:00 |
|
simcha90
|
577ecc284f
|
feat(cross-filter): Cross filter badge (#13687)
|
2021-03-18 17:59:13 +02:00 |
|
Erik Ritter
|
64785c20bd
|
feat: add warning metadata to tables and metrics (#13606)
|
2021-03-17 21:27:34 -07:00 |
|
Beto Dealmeida
|
db57f90a34
|
feat: better error message when adding DBs (#13601)
* WIP
* Adding tests
* Add unit tests
* Show error message
* Fix lint
* Fix after rebase
|
2021-03-17 20:29:26 -07:00 |
|
Geido
|
df5fb5a97c
|
test: Tests and dedicated directory for the SupersetResourceSelect Component (#13508)
* Refactor
* Clean up
* Add license
* Use findBy
|
2021-03-15 16:09:02 -07:00 |
|
Elizabeth Thompson
|
67ffea8248
|
fix: always pass a string as a value to ace editor (#13563)
* always pass a string as a value to ace editor
* fix some syntax
|
2021-03-12 17:09:02 -08:00 |
|
Bruno Motta
|
b5ea5d085c
|
test: TableCollection (#13583)
|
2021-03-11 16:08:16 -06:00 |
|
Geido
|
d1f6245bcd
|
test: Tests, dedicated directory and Storybook for the Badge component (#13513)
* Move to dir and add storybook
* Add tests
* Remove no-restricted-imports
|
2021-03-10 12:29:59 -08:00 |
|
simcha90
|
d509b157fd
|
feat(filter-set): Update existing filter set (#13545)
* refactor(native-filters): move data mask to root reducer
* refactor: update rest stuff for dataMask
* refactor: add ownCrrentState to explore
* fix: fix immer reducer
* fix: merge with master
* refactor: support explore dataMask
* refactor: support explore dataMask
* docs: add comment
* refactor: remove json stringify
* fix: fix failed cases
* feat: filter bat buttons start
* fix: fix CR notes
* fix: fix cascade filters
* fix: fix CR notes
* refactor: add clear all
* fix: fix CR notes
* fix: fix CR notes
* fix: fix CR notes
* feat: buttons in filter bar
* lint: update imports
* feat: add tabs for filter sets
* feat: add buttons to filter set
* feat: first phase add filter sets
* fix: undo FF
* refactor: continue filter sets
* fix: fix CR notes
* refactor: header
* fix: fix CR notes
* fix: fix CR notes
* refactor: continue filter sets
* lint: fix lint
* refactor: continue filter sets
* fix: fix filter bar opening
* refactor: continue filter sets
* refactor: continue filter sets
* refactor: continue filter sets
* feat: filters sets history
* feat: filters sets history
* fix: filter set name
* refactor: fix expand filters case
* fix: fix CR notes
* refactor: filter sets
* refactor: filter sets
* refactor: filter sets
* refactor: filter sets
* refactor: update sets
* feat: edit filter set
* refactor: add warning icon
* fix: fix CR notes
* Update superset-frontend/src/dashboard/components/nativeFilters/FilterBar/FilterSets/EditSection.tsx
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
* fix: fix CR notes
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
|
2021-03-10 15:43:24 +02:00 |
|
Michael S. Molina
|
fc36de2d1f
|
test: Adds tests and storybook to PopoverSection component (#13438)
* test: Adds storybook to PopoverSection component
* test: Adds tests and storybook to PopoverSection component
|
2021-03-09 12:08:10 -08:00 |
|
Michael S. Molina
|
f0a9dccc70
|
test: Adds storybook and tests to AsyncEsmComponent (#13517)
|
2021-03-09 12:01:57 -08:00 |
|
Michael S. Molina
|
6d2d3addc2
|
test: Adds storybook to AlteredSliceTag component (#13516)
|
2021-03-09 12:01:31 -08:00 |
|
Michael S. Molina
|
6e4825165a
|
test: Adds storybook to ConfirmStatusChange component (#13412)
|
2021-03-08 22:19:56 -08:00 |
|
Michael S. Molina
|
d0714a0972
|
chore: Moves ChartIcon to own folder (#13454)
|
2021-03-05 21:23:03 -08:00 |
|
Michael S. Molina
|
0b213bf484
|
test: Adds tests and storybook to RefreshLabel (#13409)
|
2021-03-05 21:21:01 -08:00 |
|
Michael S. Molina
|
975dc2fe98
|
chore: Moves ListView test to component folder (#13324)
|
2021-03-05 20:52:12 -08:00 |
|
Michael S. Molina
|
c1e9287cf1
|
test: Adds storybook to SearchInput component (#13410)
* test: Adds storybook to SearchInput component
* Fixes placeholder text
Co-authored-by: Evan Rusackas <evan@preset.io>
Co-authored-by: Evan Rusackas <evan@preset.io>
|
2021-03-05 20:48:13 -08:00 |
|
Michael S. Molina
|
b6b7982a81
|
chore: Moves BootstrapSliderWrapper to own folder (#13460)
|
2021-03-05 20:46:46 -08:00 |
|
Michael S. Molina
|
cfc83c271c
|
chore: Moves TableSelector tests to component's folder (#13411)
|
2021-03-03 15:44:36 -08:00 |
|
AAfghahi
|
9c9862ff5b
|
feat: Added Rows Returned (#13190)
|
2021-03-03 10:17:33 -05:00 |
|
Michael S. Molina
|
65cec1872d
|
chore: Removes unused Hotkeys component (#13408)
|
2021-03-02 16:46:51 -08:00 |
|
Michael S. Molina
|
327e9b05c0
|
test: Adds storybook to FormRow component (#13407)
|
2021-03-02 16:41:53 -08:00 |
|
Michael S. Molina
|
51f05ea257
|
test: Adds storybook to AnchorLink component (#13406)
|
2021-03-02 16:39:04 -08:00 |
|
Michael S. Molina
|
c3e19b2cf1
|
test: Adds storybook to IconTooltip component (#13415)
|
2021-03-02 16:36:40 -08:00 |
|
Michael S. Molina
|
45aa812cb0
|
test: Adds storybook to EditableTitle component (#13362)
|
2021-03-02 16:35:52 -08:00 |
|
Michael S. Molina
|
e9d5d3b137
|
Adds tests and storybook to CopyToClipboard component (#13359)
|
2021-03-02 16:34:55 -08:00 |
|
Geido
|
7d270bced6
|
test: ErrorMessage components tests (#13358)
* Add tests for ErrorAlert
* Add BasicErrorAlert tests
* Add DatabaseErrorMessage tests
* Add useRedux property
* Finalize DatabaseErrorMessage tests
* Add ErrorMessageWithStackTrace tests
* Move getErrorMessageComponentRegistry test to dedicated directory
* Clean up getErrorMessageComponentRegistry
* Add IssueCode tests
* Add tests for ParameterErrorMessage
* Add tests for TimeoutErrorMessage
* Fix linting issue
|
2021-03-02 16:34:10 -08:00 |
|
Michael S. Molina
|
fd5ce35728
|
test: Adds storybook to Timer component (#13343)
|
2021-03-01 12:55:10 -08:00 |
|
Michael S. Molina
|
19c8a62254
|
chore: Moves OnPasteSelect tests to component's folder (#13338)
|
2021-03-01 12:54:18 -08:00 |
|
Michael S. Molina
|
f91b4388ba
|
chore: Moves FilterableTable test to component folder (#13322)
|
2021-03-01 12:53:17 -08:00 |
|
Geido
|
5811e3f1ee
|
test: ErrorBoundary dedicated directory and tests (#13276)
* Add tests for ErrorBoundary
* Remove original ErrorBoundary file
* Prefer absolute path
|
2021-03-01 12:05:24 -08:00 |
|
Michael S. Molina
|
a36c8336ec
|
chore: Migrates RefreshChartOverlay into Chart (#13274)
* Migrates RefreshChartOverlay into Chart
* Removes unused Chart width prop
|
2021-03-01 12:04:16 -08:00 |
|
Michael S. Molina
|
6028a691b7
|
Improves ButtonGroup tests (#13273)
|
2021-03-01 11:57:33 -08:00 |
|
Geido
|
36fda5e840
|
test: FormLabel dedicated directory and tests (#13270)
* Form label directory and tests
* Fix linting
* Remove unnecessary data-test-id
|
2021-03-01 10:28:32 -08:00 |
|
Bruno Motta
|
f706e6e7a2
|
test: Tests for OmniContainer (#13305)
|
2021-02-26 11:21:51 -08:00 |
|