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

feat: add header tooltip #7556

Merged
merged 6 commits into from
May 20, 2019
Merged

feat: add header tooltip #7556

merged 6 commits into from
May 20, 2019

Commits on May 15, 2019

  1. feat: Live query validation in the SQL Lab UI (apache#7461) (apache#7516

    )
    
    * [WIP] Live query validation, where supported
    
    This builds on apache#7422 to build check-as-you-type sql
    query validation in Sql Lab. This closes apache#6707 too.
    
    It adds a (debounced) call to the validate_sql_json
    API endpoint with the querytext, and on Lyft infra is
    able to return feedback to the user (end to end) in
    $TBD seconds.
    
    At present feedback is provided only through the
    "annotations" mechanism build in to ACE, although
    I'd be open to adding full text elsewhere on the
    page if there's interest.
    
    * fix: Unbreak lints and tests
    Alex Berghage authored and xtinec committed May 15, 2019
    Configuration menu
    Copy the full SHA
    66524c4 View commit details
    Browse the repository at this point in the history
  2. chore: Truncate progressbar percentage decimals (apache#7499) (apache…

    …#7517)
    
    This change makes the query progress bar only show
    whole number percentage changes, instead of numbers
    like 12.13168276%.
    Alex Berghage authored and betodealmeida committed May 15, 2019
    Configuration menu
    Copy the full SHA
    bfa5250 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Validate start/end when scheduling queries (apache#7528)

    * Validate start/end when scheduling queries
    
    * Use chrono instead of Sugar
    betodealmeida authored May 16, 2019
    Configuration menu
    Copy the full SHA
    5c86a40 View commit details
    Browse the repository at this point in the history
  2. Show scheduled queries (apache#7521)

    * Show scheduled queries
    
    * Remove column
    
    * Secure views
    
    * Add import
    
    * Fix unit tests
    
    * Reuse existing db connection from view
    
    * Remove unnecessary import
    betodealmeida authored May 16, 2019
    Configuration menu
    Copy the full SHA
    f0a8b67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0acbb04 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    d8648d0 View commit details
    Browse the repository at this point in the history