superset/superset-frontend/spec/javascripts/sqllab
Hugh A. Miles II cc44a2c01b
feat: Sqllab to Explore UX improvements (#11755)
* create boiler modal component

* hello world modal

* setup modal flow

* setup savemodal for components

* flake8

* fix onclick reference

* working create datasource boiler

* saving spot for callback on text input

* working dataset with input box

* working redirect on completion

* get data for owners dropdown

* fix build with pull from master

* fix the filteroption

* 💯

* move state to upper component

* add overwrite state

* hacked overwrite process

* linting

* fix filter

* cleaning up the coe

* Delete preset.code-workspace

* remove unused code

* remove visualize

* update default value

* remove unneeded vars

* checkout package-lock.json

* linting

* get user id

* remove page filter

* setup proper call for updating columns in dataset

* add move to explore flow

* linting

* add param for overriding columns

* linting

* change title

* fix some tings

* cleanup

* linting

* add types in some places

* save toast

* use moment

* add error toast

* create enum for radio states

* initial state for saving query

* add tpying

* addressing concerns

* update propTypes

* add functionality for CTAS explor btn

* handle CTAS state

* fix onclick to reference upper level component

* formatting

* reset state after closing

* add error message when user doesn't pick an already selected dataset

* remove unneeded todo

* remove styling

* move async calls to api directory

* remove console.log

* add user id param

* typing

* littty

* move put to seperate file

* save

* dsf

* fix typing errors

* adding more types

* fix typing erros

* linting

* add basic spec test

* create dataset modal

* add components reference

* Rename SaveDatasetModal_spec.jsx to SaveDatasetModal_spec.tsx

* remove sinon for now

* fix typing errors on modal files

* fix linting

* address comments

* attempt to fix linting

* add props

* fix test

* fix the linting

* yerp

* fix this references

* spaces

* handleOverwriteCancel reference cleanup

* rename bool value for shouldOverwriteDataset

* fix typing for onChange

* you still the best in the world

* fix spec

* align branches

* push

* fix key names

* fix dataset reference

* lowercase

* fix save bug with tiem

* fixed styling

* fix date state after push to explore

* add disabling states

* plz refactor this

* this is working fully now

* do some renaming

* renaming

* remove console.logs

* still refactoring

* remove unneeded code

* remove unneeded variables

* still cleaning

* added interface

* fix typing issues

* cleanup unused code

* fix npm lnit

* fix initial problems

* add props to test

* remove unneeded files

* skip linting

* saving

* this works

* remove old test

* remove old test

* fix linting

* fix broken test

* remove jsx file

* refactoring

* cleanup

* remove comments

* reset user object

* fix functions

* fix this

* reverting CTAS btn flow

* remove onclick

* save frontend work

* allow for database id to be passed as param in body

* use enum

* fix linting

* style alignment

* get rid of .then

* add function to compute default value with tiem

* lit

* remove ts-error

* fix typing
2020-12-08 17:29:41 -08:00
..
actions chore: enable no-unused-vars and prefer-template eslint rules (#10350) 2020-07-16 19:13:59 -07:00
reducers test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
utils test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
App_spec.jsx refactor: Refactor QueryTable to use react-table (#11216) 2020-10-18 22:32:13 -07:00
ColumnElement_spec.tsx refactor: Replace react-bootstrap tooltips with Antd tooltips (#11737) 2020-11-24 13:04:55 -08:00
ExploreResultsButton_spec.jsx feat: Sqllab to Explore UX improvements (#11755) 2020-12-08 17:29:41 -08:00
fixtures.ts fix: Revert "Replace reactable with DataTable from superset-ui in QueryTable (#10981)" (#11125) 2020-10-01 10:06:22 -07:00
HighlightedSql_spec.jsx refactor: Use Modals from Antd instead of react-bootstrap (#11330) 2020-10-26 11:20:10 -07:00
LimitControl_spec.jsx chore: Button cruft cleanup (#11342) 2020-10-23 10:42:29 -07:00
Link_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
QueryAutoRefresh_spec.jsx test(frontend): use absolute path for src imports (#9761) 2020-05-07 14:18:10 -07:00
QuerySearch_spec.jsx fix: clean up prop type errors in jest tests (#11120) 2020-10-02 14:59:04 -07:00
QueryStateLabel_spec.jsx chore: TypeScript <Label /> (#10494) 2020-08-06 22:33:07 -07:00
QueryTable_spec.jsx refactor: Refactor QueryTable to use react-table (#11216) 2020-10-18 22:32:13 -07:00
ResultSet_spec.jsx refactor: Move ProgressBar to Antd (#11875) 2020-12-03 13:28:06 -08:00
SaveDatasetModal_spec.tsx feat: Sqllab to Explore UX improvements (#11755) 2020-12-08 17:29:41 -08:00
SaveQuery_spec.jsx chore: Button cruft cleanup (#11342) 2020-10-23 10:42:29 -07:00
ShareSqlLabQuery_spec.jsx refactor: Replace usages of Popover from react-bootstrap with Antd (#11163) 2020-10-19 20:42:33 -07:00
SouthPane_spec.jsx style: Pass at propagating (and enhancing) Button component throughout Superset (#10649) 2020-08-28 17:34:28 -07:00
SqlEditor_spec.jsx chore: Button cruft cleanup (#11342) 2020-10-23 10:42:29 -07:00
SqlEditorLeftBar_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00
TabbedSqlEditors_spec.jsx refactor: Replace react-bootstrap tabs with Antd tabs in SqlLab (#11212) 2020-10-09 23:11:25 -07:00
TableElement_spec.jsx style: remove react bootstrap fade component (#11843) 2020-12-01 22:43:30 -08:00
TabStatusIcon_spec.jsx test: Add jest-enzyme assertion library for better frontend tests (#10459) 2020-07-29 10:53:06 -07:00