Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: see Presto row and array data types #7413

Merged
merged 11 commits into from
May 1, 2019

Commits on Apr 29, 2019

  1. Merge lastest from master into lyft-release-sp8 (apache#7405)

    * filter out all nan series (apache#7313)
    
    * improve not rich tooltip (apache#7345)
    
    * Create issue_label_bot.yaml (apache#7341)
    
    * fix: do not save colors without a color scheme (apache#7347)
    
    * [wtforms] Strip leading/trailing whitespace (apache#7084)
    
    * [schema] Updating the datasources schema (apache#5451)
    
    * limit tables/views returned if schema is not provided (apache#7358)
    
    * limit tables/views returned if schema is not provided
    
    * fix typo
    
    * improve code performance
    
    * handle the case when table name or view name does not present a schema
    
    * Add type anno (apache#7342)
    
    * Updated local dev instructions to include missing step
    
    * First pass at type annotations
    
    * [schema] Updating the base column schema (apache#5452)
    
    * Update 937d04c16b64_update_datasources.py (apache#7361)
    
    * Feature flag for client cache (apache#7348)
    
    * Feature flag for client cache
    
    * Fix integration test
    
    * Revert "Fix integration test"
    
    This reverts commit 58434ab.
    
    * Feature flag for client cache
    
    * Fix integration tests
    
    * Add feature flag to config.py
    
    * Add another feature check
    
    * Fix more integration tests
    
    * Fix raw HTML in SliceAdder (apache#7338)
    
    * remove backendSync.json (apache#7331)
    
    * [bubbles] issue when using duplicated metrics (apache#7087)
    
    * SUPERSET-7: Docker compose config version breaks on Ubuntu 16.04 (apache#7359)
    
    * SUPERSET-8: Update text in docs copyright footer (apache#7360)
    
    * SUPERSET-7: Docker compose config version breaks on Ubuntu 16.04
    
    * SUPERSET-8: Extra text in docs copyright footer
    
    * [schema] Adding commits and removing unnecessary foreign-key definitions (apache#7371)
    
    *  Store last selected dashboard in sessionStorage (apache#7181)
    
    * Store last selected dashboard in sessionStorage
    
    * Fix tests
    
    * [schema] Updating the base metric schema (apache#5453)
    
    * Fix NoneType bug & fill the test recipients with original recipients if empty (apache#7365)
    DiggidyDave authored and xtinec committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    f5e1dcc View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. feat: see Presto row and array data types (apache#7391)

    * feat: see Presto row and array data types
    
    * fix: address PR comments
    
    * fix: lint and build issues
    
    * fix: add types
    khtruong authored and xtinec committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    bfd685e View commit details
    Browse the repository at this point in the history
  2. feature: see Presto row and array data types

    Merge remote-tracking branch 'apache/lyft-release-sp8' into merge7391ToMaster
    Dave Smith committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    b49940a View commit details
    Browse the repository at this point in the history
  3. add stronger type hints where possible

    Dave Smith committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    b37e3b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef2a983 View commit details
    Browse the repository at this point in the history
  5. add missing pkg init

    Dave Smith committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    7c144e6 View commit details
    Browse the repository at this point in the history
  6. Changes to respond to additional feedback from source PR

    Merge remote-tracking branch 'origin/viz363Feedback' into merge7391ToMaster
    Dave Smith committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    a5ad040 View commit details
    Browse the repository at this point in the history
  7. fix: build issues

    khtruong committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    e39b36d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. fix: pylint issues

    khtruong committed May 1, 2019
    Configuration menu
    Copy the full SHA
    138a4ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df68598 View commit details
    Browse the repository at this point in the history
  3. Merge additional changes in response to feedback

    Dave Smith committed May 1, 2019
    Configuration menu
    Copy the full SHA
    2adc4f2 View commit details
    Browse the repository at this point in the history