Geido
|
10a53b7f5d
|
fix: Add extra check to loggerMiddleware (#14492)
* Add extra check
* Update superset-frontend/src/middleware/loggerMiddleware.js
Co-authored-by: Evan Rusackas <evan@preset.io>
* Fix linting issue
Co-authored-by: Evan Rusackas <evan@preset.io>
|
2021-05-06 22:39:58 -07:00 |
|
Rob DiCiuccio
|
fa0915d9e6
|
Attempt to reduce asyncEvent test flakiness (#14497)
|
2021-05-05 19:34:13 -07:00 |
|
Rob DiCiuccio
|
452b53092b
|
feat: Refactor asyncEvent middleware and add websocket support (#13696)
|
2021-03-23 07:23:23 -07:00 |
|
Rob DiCiuccio
|
b4ca39ceeb
|
fix(celery): Reset DB connection pools for forked worker processes (#13350)
* Reset sqlalchemy connection pool on celery process fork
* Fix race condition with async chart loading state
* pylint: ignore
* prettier
|
2021-02-26 08:05:40 -08:00 |
|
Michael S. Molina
|
d9388d4535
|
Apply capitalization guidelines - iteration 7 (#12343) (#12453)
|
2021-01-21 21:46:06 -08:00 |
|
simchaNielsen
|
49ec13c68c
|
feat: Support multiple queries per request (#11880)
* refactor: add queriesData fields for multiple queries
* feat: support multi queries request
* lint: fix lint
* lint: fix lint
* lint: fix lint
* fix: fix CR notes
* fix: fix CR notes
* fix: fix CR notes
* fix: fix error case for multi queries
* feat: change queryResponse to queriesResponse
* fix: revert webpack
* test: fix tests
* chore: lint
* chore: adjust asyncEvent to multiple results
* fix: lint
* fix: eslint
* fix: another eslint rule
Co-authored-by: Amit Miran <47772523+amitmiran137@users.noreply.github.com>
Co-authored-by: amitmiran137 <amit.miran@nielsen.com>
|
2020-12-18 09:15:27 -08:00 |
|
Moriah Kreeger
|
696308715d
|
feat: alerts/reports add/edit modal (#11770)
|
2020-12-11 15:50:08 -08:00 |
|
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
|
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
|
f9c2600efc
|
chore: clarify logging source field (#10306)
|
2020-07-13 21:16:51 -07:00 |
|
Grace Guo
|
221f38099b
|
[logging] add selected tab name into perf logging (#10080)
|
2020-06-22 10:14:29 -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 |
|