1. 26 1月, 2021 1 次提交
  2. 20 1月, 2021 1 次提交
  3. 19 1月, 2021 1 次提交
  4. 11 12月, 2020 1 次提交
    • R
      feat(SIP-39): Async query support for charts (#11499) · 4d329071
      Rob DiCiuccio 提交于
      * 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: NVille 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: NVille Brofeldt <33317356+villebro@users.noreply.github.com>
      4d329071
  5. 21 10月, 2020 1 次提交
  6. 12 10月, 2020 1 次提交
  7. 09 10月, 2020 1 次提交
  8. 07 10月, 2020 1 次提交
  9. 30 9月, 2020 1 次提交
  10. 03 9月, 2020 1 次提交
  11. 29 8月, 2020 1 次提交
  12. 07 8月, 2020 1 次提交
  13. 31 7月, 2020 1 次提交
  14. 24 6月, 2020 1 次提交
  15. 19 6月, 2020 1 次提交
    • W
      chore: Upgrade pylint to 2.5.3 and fix most new rules (#10101) · 8e23d4f3
      Will Barrett 提交于
      * Bump pylint version to 2.5.3
      
      * Add a global disable for the most common new pylint error
      
      * Fix a bunch of files containing very few errors
      
      * More pylint tweakage, low-hanging fruit
      
      * More easy stuff...
      
      * Fix more erroring files
      
      * Fix the last couple of errors, clean pylint!
      
      * Black
      
      * Fix mypy issue in connectors/druid/models.py
      8e23d4f3
  16. 18 6月, 2020 1 次提交
    • W
      refactor: Break up superset/views/core.py (#10078) · 01aede06
      Will Barrett 提交于
      * Remove unreferenced function from views/core.py
      
      * Remove excess constants from views/core.py
      
      * Extract CssTemplate-related views to their own file from core.py
      
      * Remove duplicate constant declaration and make the constant less racist
      
      * Move free-floating functions in views/core.py to views/utils.py
      
      * Move AccessRequestsModelView out of views/core.py into its own module
      
      * Move health checks and KV ModelView out of core.py and into their own modules
      
      * Move R model view to its own module
      
      * Move after-request header setting to views/base.py from views/core.py
      
      * black
      
      * mypy
      
      * isort
      
      * Fix reference to imported app
      
      * pylint
      
      * Fix some imports
      
      * Add some missing view imports
      
      * Fix a missing import
      01aede06
  17. 07 6月, 2020 1 次提交
  18. 05 6月, 2020 1 次提交
  19. 03 6月, 2020 1 次提交
  20. 12 5月, 2020 1 次提交
  21. 30 4月, 2020 1 次提交
  22. 14 4月, 2020 1 次提交
    • V
      deprecate groupby controls in query_obj (#9366) · 94473815
      Ville Brofeldt 提交于
      * Deprecate groupby from query_obj
      
      * Fix query_object bug
      
      * Fix histogram
      
      * Remove groupby from legacy druid connector and fix first batch of unit tests
      
      * Deprecate some unnecessary tests + fix a few others
      
      * Address comments
      
      * hide SIP-38 changes behind feature flag
      
      * Break out further SIP-38 related tests
      
      * Reslove test errors
      
      * Add feature flag to QueryContext
      
      * Resolve tests and bad rebase
      
      * Backport recent changes from viz.py and fix broken DeckGL charts
      
      * Fix bad rebase
      
      * backport #9522 and address comments
      94473815
  23. 27 3月, 2020 1 次提交
  24. 26 3月, 2020 1 次提交
  25. 18 3月, 2020 1 次提交
  26. 16 1月, 2020 1 次提交
    • Ʈ
      [dashboard] New, list view (react) (#8845) · 7b97764d
      ʈᵃᵢ 提交于
      * adds dashboard listview component
      
      * use new api
      
      * use json over rison
      
      * lint
      
      * adds seperate dashboard list view
      
      * edit and delete actions
      
      * fix lint ignore
      
      * fix common_bootstrap_payload is now a function
      
      * fix license
      
      * fix pylint
      
      * isort
      
      * fix tests
      
      * lint
      
      * lint ts
      
      * fix js tests
      
      * fix double import from bad rebase
      
      * fix indent error
      
      * lookup permissions
      
      * generic permission lookup
      
      * get tslint to pass
      
      * adds js specs
      
      * lint
      
      * fix rebase
      
      * lint
      
      * lint again
      
      * fix type errors preventing build
      
      * adds more specs
      
      * fix tslint error
      
      * fix null check
      
      * remove unecessary code
      
      * use translations provided by api
      
      * more translations
      
      * linting
      
      * fix spec
      
      * i18n
      
      * fix register order
      7b97764d
  27. 19 12月, 2019 1 次提交
    • D
      Refactor Dashboard and Slice models (#8820) · 016f2024
      David Aaron Suddjian 提交于
      * refactor dashboard and slice models
      
      * appease various linters
      
      * remove shortcuts & import indirection
      
      * appease mypy
      
      * fix bad imports
      
      * lint
      
      * address various issues
      
      * ignore type issue
      
      * remove unused imports
      
      * lint
      016f2024
  28. 12 12月, 2019 1 次提交
    • W
      re-enable Pylint on a number of view files (#8773) · 60914fa7
      Will Barrett 提交于
      * re-enable pylint for superset/views/tags.py
      
      * Re-enable pylint for superset/views/dashboard.py
      
      * Re-enable pylint for superset/views/sql_lab.py
      
      * Re-enable pylint for superset/views/datasource.py
      
      * Re-enable pylint for superset/views/utils.py
      
      * Re-enable pylint for superset/views/log/__init__.py
      
      * pylint fix
      
      * Improve naming
      60914fa7
  29. 07 11月, 2019 1 次提交
  30. 05 11月, 2019 1 次提交
  31. 31 10月, 2019 2 次提交
  32. 29 10月, 2019 1 次提交
  33. 26 10月, 2019 1 次提交
  34. 19 10月, 2019 1 次提交
  35. 25 7月, 2019 1 次提交
  36. 02 7月, 2019 1 次提交
  37. 26 6月, 2019 1 次提交
  38. 08 6月, 2019 1 次提交
  39. 10 4月, 2019 1 次提交