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

Skeleton for remote query execution using celery. #908

Merged
merged 14 commits into from
Aug 10, 2016
Merged

Skeleton for remote query execution using celery. #908

merged 14 commits into from
Aug 10, 2016

Commits on Aug 10, 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 authored and Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    5276216 View commit details
    Browse the repository at this point in the history
  2. Preliminary commit for Celery backend

    mistercrunch authored and Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    3e45c4e View commit details
    Browse the repository at this point in the history
  3. Move the SQL query execution to the celery worker.

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    b0674c8 View commit details
    Browse the repository at this point in the history
  4. React scetch

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    fad15aa View commit details
    Browse the repository at this point in the history
  5. Refactor SQL execution to use the celery if configured.

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    d549e9b View commit details
    Browse the repository at this point in the history
  6. Refactor SQL execution to use the celery if configured.

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    eb0d5a2 View commit details
    Browse the repository at this point in the history
  7. Add query model

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    419c867 View commit details
    Browse the repository at this point in the history
  8. Remove QueryResult. Query has a tmp_table_name field that has all the…

    … data.
    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    c778923 View commit details
    Browse the repository at this point in the history
  9. Add create table as wrapper.

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    6554d1e View commit details
    Browse the repository at this point in the history
  10. Create table as

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    14bbe76 View commit details
    Browse the repository at this point in the history
  11. Address the comments.

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    86794b2 View commit details
    Browse the repository at this point in the history
  12. Add trailing commas

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    7a30dee View commit details
    Browse the repository at this point in the history
  13. Remove the init_query test.

    Bogdan Kyryliuk committed Aug 10, 2016
    Configuration menu
    Copy the full SHA
    fc94502 View commit details
    Browse the repository at this point in the history
  14. Handle 'undefined' schema case

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