Rob DiCiuccio
|
4d329071a1
|
feat(SIP-39): Async query support for charts (#11499)
* Generate JWT in Flask app
* Refactor chart data API query logic, add JWT validation and async worker
* Add redis stream implementation, refactoring
* Add chart data cache endpoint, refactor QueryContext caching
* Typing, linting, refactoring
* pytest fixes and openapi schema update
* Enforce caching be configured for async query init
* Async query processing for explore_json endpoint
* Add /api/v1/async_event endpoint
* Async frontend for dashboards [WIP]
* Chart async error message support, refactoring
* Abstract asyncEvent middleware
* Async chart loading for Explore
* Pylint fixes
* asyncEvent middleware -> TypeScript, JS linting
* Chart data API: enforce forced_cache, add tests
* Add tests for explore_json endpoints
* Add test for chart data cache enpoint (no login)
* Consolidate set_and_log_cache and add STORE_CACHE_KEYS_IN_METADATA_DB flag
* Add tests for tasks/async_queries and address PR comments
* Bypass non-JSON result formats for async queries
* Add tests for redux middleware
* Remove debug statement
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
* Skip force_cached if no queryObj
* SunburstViz: don't modify self.form_data
* Fix failing annotation test
* Resolve merge/lint issues
* Reduce polling delay
* Fix new getClientErrorObject reference
* Fix flakey unit tests
* /api/v1/async_event: increment redis stream ID, add tests
* PR feedback: refactoring, configuration
* Fixup: remove debugging
* Fix typescript errors due to redux upgrade
* Update UPDATING.md
* Fix failing py tests
* asyncEvent_spec.js -> asyncEvent_spec.ts
* Refactor flakey Python 3.7 mock assertions
* Fix another shared state issue in Py tests
* Use 'sub' claim in JWT for user_id
* Refactor async middleware config
* Fixup: restore FeatureFlag boolean type
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
|
2020-12-10 20:21:56 -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
|
2d8f4e3aaf
|
Re-enable rule no-else-return (#10861)
|
2020-09-14 13:00:07 -07:00 |
|
Kamil Gabryjelski
|
76275ec410
|
Enable rule no-plusplus (#10876)
|
2020-09-14 11:59:32 -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
|
5fa4680447
|
feat: update timeout error UX (#10274)
|
2020-07-20 15:32:17 -07:00 |
|
Erik Ritter
|
09de805017
|
chore: enable no-unused-vars and prefer-template eslint rules (#10350)
|
2020-07-16 19:13:59 -07:00 |
|
Ville Brofeldt
|
7eb00481de
|
fix: leave null timestamp unformatted in view results table (#10313)
|
2020-07-14 19:12:06 +03:00 |
|
Ville Brofeldt
|
c0d663db9a
|
feat: show formatted dates instead of epoch on results (#10268)
|
2020-07-09 20:48:53 +03:00 |
|
ʈᵃᵢ
|
be936c2eb8
|
style: listviews closer to SIP-34 (#10094)
|
2020-06-23 14:17:28 -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 |
|