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

Bogdan/queries endpoint #1452

Closed
wants to merge 9 commits into from
Closed

Bogdan/queries endpoint #1452

wants to merge 9 commits into from

Commits on Aug 18, 2016

  1. Carapal react mockup

    This is really just a mock up written in React to try different
    components. It could become scaffolding to build a prototype, or not.
    mistercrunch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    07a6a0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbef354 View commit details
    Browse the repository at this point in the history
  3. Skeleton for remote query execution using celery. (#908)

    * Carapal react mockup
    
    This is really just a mock up written in React to try different
    components. It could become scaffolding to build a prototype, or not.
    
    * Preliminary commit for Celery backend
    
    * Move the SQL query execution to the celery worker.
    
    * React scetch
    
    * Refactor SQL execution to use the celery if configured.
    
    * Refactor SQL execution to use the celery if configured.
    
    * Add query model
    
    * Remove QueryResult. Query has a tmp_table_name field that has all the data.
    
    * Add create table as wrapper.
    
    * Create table as
    
    * Address the comments.
    
    * Add trailing commas
    
    * Remove the init_query test.
    
    * Handle 'undefined' schema case
    bkyryliuk authored and mistercrunch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    95f6ea2 View commit details
    Browse the repository at this point in the history
  4. Carapal react mockup

    This is really just a mock up written in React to try different
    components. It could become scaffolding to build a prototype, or not.
    mistercrunch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    ea1c0ea View commit details
    Browse the repository at this point in the history
  5. Skeleton for remote query execution using celery. (#908)

    * Carapal react mockup
    
    This is really just a mock up written in React to try different
    components. It could become scaffolding to build a prototype, or not.
    
    * Preliminary commit for Celery backend
    
    * Move the SQL query execution to the celery worker.
    
    * React scetch
    
    * Refactor SQL execution to use the celery if configured.
    
    * Refactor SQL execution to use the celery if configured.
    
    * Add query model
    
    * Remove QueryResult. Query has a tmp_table_name field that has all the data.
    
    * Add create table as wrapper.
    
    * Create table as
    
    * Address the comments.
    
    * Add trailing commas
    
    * Remove the init_query test.
    
    * Handle 'undefined' schema case
    bkyryliuk authored and mistercrunch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    fb20d84 View commit details
    Browse the repository at this point in the history
  6. Fix bad rebase, get session from db.session.

    Bogdan Kyryliuk authored and mistercrunch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    3b847fb View commit details
    Browse the repository at this point in the history
  7. Async support for the queries in the SQL Lab. (#974)

    * Refactor the query runner to enable async mode.
    
    * Refactore the sql calling functions into the QueryRunner class.
    
    * Clean up the celery tests.
    bkyryliuk authored and mistercrunch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    7a3ed6e View commit details
    Browse the repository at this point in the history
  8. More goodness

    mistercrunch committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    c79c407 View commit details
    Browse the repository at this point in the history
  9. Add queries endpoint,

    Bogdan Kyryliuk committed Aug 18, 2016
    Configuration menu
    Copy the full SHA
    b9dace2 View commit details
    Browse the repository at this point in the history