Beto Dealmeida
e606477ec1
feat: more SIP-40 errors ( #15482 )
2021-06-30 16:32:59 -07:00
Phillip Kelley-Dotson
ebb3efce5a
initial commit ( #15466 )
2021-06-30 03:32:57 -07:00
Beto Dealmeida
149c5fd594
feat: add more SIP-40 errors to SQL Lab ( #15436 )
2021-06-29 18:17:16 -07:00
AAfghahi
743d9cc928
feat: Better Errors in SQL Lab ( #15432 )
...
* snowflake errors
* added big query
* added to setup error messages, first test
* all big query testing added
* added snowflake test
* added syntax error
* added syntax errors to most used databases
2021-06-29 16:48:27 -07:00
Ville Brofeldt
4630abb5a8
feat(native-filters): add support for preselect filters ( #15427 )
...
* feat(native-filters): add support for sharing preselected filters
* abc
* add serialization
2021-06-29 18:57:49 +03:00
Phillip Kelley-Dotson
076f774daf
refactor: icon to icons for lastupdated component ( #15401 )
...
* intial commit
* fix test
* Update superset-frontend/src/components/LastUpdated/index.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2021-06-29 00:32:54 -07:00
Phillip Kelley-Dotson
a0179ac513
refactor: icon to icons for inderteminatecheckbox icon ( #15397 )
...
* initial commit
* fix cypress tests
* Update superset-frontend/src/components/IndeterminateCheckbox/index.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
* Update index.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2021-06-29 00:32:17 -07:00
Beto Dealmeida
21d1fb55c6
feat: more error messages ( #15409 )
2021-06-28 14:51:31 -07:00
Michael S. Molina
0b7e524f02
fix: Select item when allowNewOptions is true and the Enter is pressed ( #15429 )
2021-06-28 15:29:58 -03:00
Grace Guo
1c4cb28e91
fix: double click slq lab table cell ( #15400 )
2021-06-28 17:05:46 +03:00
Phillip Kelley-Dotson
f3f018423a
initial commit ( #15392 )
2021-06-25 14:48:03 -07:00
Michael S. Molina
a7e103765a
chore: Improves the Select component UI/UX - iteration 3 ( #15363 )
2021-06-25 11:01:39 -06:00
Phillip Kelley-Dotson
95b9e2e185
refactor: icon to icons for favestar component ( #15371 )
...
* initial commit
* initial commit
* fix cypress test
* fix favstar cypress test
* fix card view
* fix other card view
2021-06-25 09:48:22 -07:00
Phillip Kelley-Dotson
9330c6ed0d
initial commit ( #15380 )
2021-06-25 09:46:26 -07:00
Phillip Kelley-Dotson
a3f4e4ad9e
refactor: icon to icons in erroralert component ( #15341 )
...
* initial commit
* initial commit
* lint
2021-06-24 18:05:22 -07:00
Phillip Kelley-Dotson
a477505291
refactor: icon to icons for basicerror componenet ( #15336 )
...
* initial commit
* initial commit
* fix test
* lint fix
* Update superset-frontend/src/components/ErrorMessage/BasicErrorAlert.tsx
Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com >
* lint
Co-authored-by: David Aaron Suddjian <1858430+suddjian@users.noreply.github.com >
2021-06-24 09:37:13 -07:00
stellalc7
680b447bc4
style(sqllab): update table count styling ( #15200 )
...
* Change text style and opacity
* Edit changes to text style and opacity for table length
* Edit changes to text style and opacity
2021-06-24 08:04:04 -07:00
Beto Dealmeida
241ee32f56
feat: custom error SQL Lab timeout ( #15342 )
...
* feat: custom error SQL Lab timeout
* Update test
2021-06-24 08:02:49 -07:00
Phillip Kelley-Dotson
e1ceb7f7cc
refactor: Icon to icons for certifiedIcon ( #15306 )
...
* initial commit
* updated css
* fix lint
2021-06-23 14:49:17 -06:00
Phillip Kelley-Dotson
f35ce394bf
refactor: migrate icon to icons in tablecollection ( #15309 )
...
* initial commit
* fix flaky test
* remove line
2021-06-23 09:40:06 -07:00
Beto Dealmeida
4b00c152cc
feat: implement specific errors for SQL Lab ( #15206 )
...
* RESULTS_BACKEND_NOT_CONFIGURED_ERROR
* DML_NOT_ALLOWED_ERROR
* INVALID_CxAS_QUERY_ERROR
* Fix lint
* Add more tests
2021-06-23 07:58:20 -07:00
Yaozong Liu
f31d573561
feat(editable-title): move and scroll to the end ( #15270 )
2021-06-23 08:01:14 +03:00
Michael S. Molina
fc1a62b78c
chore: Improves the Select component UI/UX - iteration 2 ( #15235 )
2021-06-22 16:04:01 -03:00
Phillip Kelley-Dotson
cee403212b
initail commit ( #15261 )
2021-06-19 19:06:10 -07:00
Geido
d578ae9897
feat: Select component (Iteration 1) ( #15121 )
...
* Implement initial structure
* Add aria-label
* Rename files
* Refactor single mode new options
* Clean up
* Add select at every corner in storybook
* Clean up
* Add pagination
* Move selected options at the top
* Clean up
* Add license
* Refactor
* Improve pagination
* Fetch when allowNewOptions
* Clean up
2021-06-16 11:05:58 -06:00
Phillip Kelley-Dotson
d30f3c8149
fix space ( #15175 )
2021-06-15 16:16:59 -07:00
Ajay M
f8b270d419
fix(explore): Explore page boolean filter is broken for Presto DB ( #14952 )
...
* Front end update - modify OPERATORS, to have SQL operation and display value
* Updated tests
* More tests
* Remove OPERATOR imports
* Fix break tests
* PR comments
* fix issue with comparator loading
* rename a variable
* Linting
2021-06-10 09:08:04 -07:00
Yongjie Zhao
834bb9409d
fix(datasets): consistent dataset list ( #15014 )
2021-06-10 10:05:33 +08:00
Beto Dealmeida
1db92cc13a
feat: spinner for imports ( #15055 )
...
* Update tests
* feat: spinner for imports
* Use loading button instead
* Small fixes
* Small fix
2021-06-09 16:14:49 -07:00
Beto Dealmeida
256e1452fe
feat: style import button ( #15057 )
...
* feat: style import button
* Update tests
* Update test
2021-06-09 15:40:53 -07:00
Beto Dealmeida
3f527c7a45
fix: font regression in SQL Lab ( #14960 )
...
* fix: font regression in SQL Lab
* Fix tests
2021-06-08 15:52:57 -07:00
Lyndsi Kay Williams
6cc179b7bf
close icon aligned ( #14870 )
2021-06-08 13:10:13 -04:00
Lyndsi Kay Williams
94c86c3837
Centered down-arrow icons in top navbar ( #14846 )
2021-06-08 13:09:35 -04:00
Lyndsi Kay Williams
06945ccbcf
feat: Icon Button ( #14818 )
...
* Creating IconButton
* Changed naming: logo is now icon
* Hard-coded inset values for ellipses
* Removed default SVG
* Fixed test
* Removed logo from test
2021-06-01 20:47:42 -07:00
Elizabeth Thompson
8cc97e4790
feat: validation db modal ( #14832 )
...
* split db modal file
* hook up available databases
* use new validation component
2021-06-01 18:18:17 -04:00
simcha90
e43112c5f9
feat(native-filter): Hide native filters ( #14784 )
...
* fix:fix get permission function
* feat: support showFilters
* fix: fix CR notes
* fix: fix lint issues
2021-05-31 09:05:57 +03:00
Geido
d86880d49b
Revert style ( #14840 )
2021-05-30 23:11:57 -06:00
Hugh A. Miles II
0eb34be789
leverage qs to create new tab ( #14855 )
2021-05-28 10:05:36 -07:00
Michael S. Molina
8519a09086
chore: Improves the native filters UI/UX - iteration 5 ( #14882 )
2021-05-28 10:29:16 +03:00
Michael S. Molina
1e8b6eb848
fix: Fixes right menu layout in different screen sizes ( #14689 )
2021-05-21 11:21:21 -07:00
Lyndsi Kay Williams
e4103c272e
feat: Labeled Error-bound Input ( #14530 )
...
* Error Input Form created
* Adjusting styling
* testing complete
* Corrected component naming in Form
* testing complete
* Corrected component naming in Form
* Renamed stories file to appropriate name
* add image for alert
* Fixed test
* Switched from px to theme
* Adjusting LabeledErrorBoundInputProps
* validation now accepts a string
Co-authored-by: Elizabeth Thompson <eschutho@gmail.com >
2021-05-20 14:01:27 -07:00
David Aaron Suddjian
152b0d0575
fix(explore): checkbox form control formatting ( #14701 )
...
* fix(explore): add inline option for the field that only gets used in one place
* typescriptify
* unnecessary component wrapping
2021-05-19 14:04:09 -07:00
AAfghahi
a7a011cce5
feat: Better return messages in SQL Editor ( #14381 )
...
* Sqllab limit
* Add migration script
* Set default values
* initial push
* revisions
* moving migration to separate PR
* revisions
* Fix apply_limit_to_sql
* all but tests
* added unit tests
* result set
* first draft
* revisions
* made user required prop, added it to all places ResultSet is imported
* changed QueryTable test to allow for useSelector
* Query Table working
* working with heights
* fixed scrolling
* got rid of animated
* fixed tests, revisions
* revisions
* revisions
* heights
* fun with heights
* alert state
* aaron helped me fix this
* better alert messages
* fixed result set test
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net >
2021-05-18 11:02:06 -07:00
Geido
9a9f093e63
Add max width ( #14663 )
2021-05-17 15:31:09 -07:00
Geido
7a050c59e4
fix(explore): Fix column number calculation ( #14665 )
...
* Fixes columns calc
* Fix type
2021-05-17 15:30:12 -07:00
Phillip Kelley-Dotson
3ad8b546e6
fix: nav submenu dropdown styles ( #14580 )
...
* fix nav submenu dropdown styles
* lint
* fix mobile view styles
* run lint
* address comments
* undo comit lock files
* Update superset-frontend/src/common/components/index.tsx
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com >
2021-05-17 13:58:02 -07:00
Geido
ea96d95622
Clear search ( #14655 )
2021-05-17 13:30:16 -07:00
Michael S. Molina
4e6169e0f9
chore: Adjust language picker theme to match other menus ( #14644 )
2021-05-17 10:24:30 -07:00
Phillip Kelley-Dotson
60f903ff58
fix: fix submenu header double line ( #14631 )
...
* fix submenu header
* remove unused css
* lint
* address comment
* address more comments
2021-05-14 14:57:54 -07:00
Evan Rusackas
bf90885828
fix: Removing specific column widths, letting things flex naturally. ( #14637 )
2021-05-14 12:12:37 +03:00