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

Update my Fork #1

Merged
merged 310 commits into from
Sep 18, 2017
Merged

Update my Fork #1

merged 310 commits into from
Sep 18, 2017
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 31, 2017

  1. Improve visualize modal test coverage (#2811)

    add unit tests for VisualizeModal component
    Grace Guo authored May 31, 2017
    Configuration menu
    Copy the full SHA
    1e7773e View commit details
    Browse the repository at this point in the history
  2. [js-testing] more tests for SelectControl (#2877)

    * rename spec folder
    
    * remove special handling for viz_type control since it now uses VizTypeControl
    
    * add test for getOptions
    
    * linting
    
    * add test for cwp
    
    * linting
    Alanna Scott authored May 31, 2017
    Configuration menu
    Copy the full SHA
    90e4d64 View commit details
    Browse the repository at this point in the history
  3. [explore] 'Save as' -> 'Save' as it can be used to overwrite (#2875)

    * [explore] 'Save as' -> 'Save' as it can be used to overwrite
    
    * Fix tests
    mistercrunch authored May 31, 2017
    Configuration menu
    Copy the full SHA
    c5f2eaf View commit details
    Browse the repository at this point in the history
  4. [explore] adding y_axis_bounds to force Y axis bounds (#2878)

    * [explore] adding y_axis_bounds to force Y axis
    
    * Handling comments
    mistercrunch authored May 31, 2017
    Configuration menu
    Copy the full SHA
    e300273 View commit details
    Browse the repository at this point in the history
  5. Add visualize advise for long query (#2879)

    in SqlLab view, if query takes over 45 seconds, we will show advise to store a summarized data set before user clicks on Visualize button.
    This advise will not block Visualize button.
    
    fixes #2733
    Grace Guo authored May 31, 2017
    Configuration menu
    Copy the full SHA
    db052b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Fix a type error in rst' sub list. (#2881)

    Sub list in rst requires a blank line above and below.
    
    Ref:
    - http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists
    xiaohanyu authored and mistercrunch committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    04b662e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52b0716 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    677c427 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. Configuration menu
    Copy the full SHA
    62bd4eb View commit details
    Browse the repository at this point in the history
  2. 0.18.3

    mistercrunch committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    d90044c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    155fec0 View commit details
    Browse the repository at this point in the history
  4. fix js error on explore view (#2894)

    * fix js error on explore view
    
    * bump version
    Alanna Scott authored Jun 2, 2017
    Configuration menu
    Copy the full SHA
    04fb0e2 View commit details
    Browse the repository at this point in the history
  5. fix a linting error (#2895)

    Grace Guo authored Jun 2, 2017
    Configuration menu
    Copy the full SHA
    0d3f57a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

  1. 0.18.4

    mistercrunch committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    72291d6 View commit details
    Browse the repository at this point in the history
  2. travis: no need to install python3.5 (#2904)

    As we are testing on 3.4 and 2.7.
    xrmx authored and mistercrunch committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    f7ce100 View commit details
    Browse the repository at this point in the history
  3. update contributing a bit re contributing code (#2903)

    * CONTRIBUTING: document starter_task label
    
    * CONTRIBUTING: PR should work travis python versions
    
    * CONTRIBUTING: move PR guidelines at the top
    
    * CONTRIBUTING: no need to open a new pr after review
    xrmx authored and mistercrunch committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    ed8153f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d78da8a View commit details
    Browse the repository at this point in the history
  5. update for the italian translation (#2902)

    * italian translation
    
    * update for the italian translation
    napo authored and mistercrunch committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    bea7022 View commit details
    Browse the repository at this point in the history
  6. fix visualize modal checkbox alignment (#2897)

    in Visualize Modal, table headers are left-aligned. So columns checkboxes should also be left-aligned.
    Grace Guo authored Jun 5, 2017
    Configuration menu
    Copy the full SHA
    737db25 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Removed __time column from druid metadata refresh, added long and dou…

    …ble schema support (#2911)
    
    * Removed __time column from load, added long/double schema support
    
    * Format fix
    joshwalters authored and mistercrunch committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    e0dd5d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f25a1 View commit details
    Browse the repository at this point in the history
  3. [dashboard]Add timeout message on Dashboard view (#2910)

    Same as explore view, if query takes > 45 seconds not returned, we will show Query timeout warning message. Otherwise user will see 504 Gateway timeout error.
    Grace Guo authored Jun 6, 2017
    Configuration menu
    Copy the full SHA
    c9e5fbb View commit details
    Browse the repository at this point in the history
  4. 0.18.5-alpha.1

    mistercrunch committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    9aba77d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2017

  1. Ignore pyenv files in .gitignore. (#2906)

    Some python developers use Python version manager to create and switch Python
    enviroments, pyenv (http://github.com/yyuu/pyenv) is one of the version managers.
    
    When you use `pyenv local x.x.x`, `pyenv` will put a `.python-version` file in
    project directory, which, in general, should not be commited to git.
    xiaohanyu authored and mistercrunch committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    a882f7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c28e4e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. [slices] add simple new slice form (#2800)

    * initial structure for add new slice page
    
    * simplify add slice form
    
    * add a test
    
    * fix long line
    
    * use underscore for template name
    
    * fix controls path
    
    * fix vis types select
    Alanna Scott authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    5bf40e2 View commit details
    Browse the repository at this point in the history
  2. add more tests for Timer (#2889)

    Alanna Scott authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    205eed8 View commit details
    Browse the repository at this point in the history
  3. [js-testing] type checking for dates.js (#2893)

    * tests for dates.js
    
    * linting
    
    * test fduration output
    
    * ignore warnings in code climate
    
    * use eslint-2 otherwise defaults to eslint-3
    
    * test eslint 1
    
    * remove channel rule
    
    * disable checks
    
    * checks for eslint engine
    Alanna Scott authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    d3ace6d View commit details
    Browse the repository at this point in the history
  4. [hotfix] only apply SQLAlchemy limit where needed

    Observed issue in dev environment where SQL queries were emitted with
    `LIMIT 0`. This fix addresses it.
    mistercrunch committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    85fb4a9 View commit details
    Browse the repository at this point in the history
  5. v 0.18.5-alpha.2

    Alanna Scott authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    fb85f00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e6f754 View commit details
    Browse the repository at this point in the history
  7. [big number] various improvements (#2912)

    * [big number] various improvements
    
    * dynamic number of X axis ticks based on width to prevent label overlap
    * corrected overflow on the x axis
    * improved tooltips (precise arrow and visible data point circle on hover)
    
    * Fixing tooltips in heatmap viz
    mistercrunch authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    24a2f5b View commit details
    Browse the repository at this point in the history
  8. add new slice form improvements (#2928)

    * dont set first datasource as default
    
    * not used
    
    * add a disabled class if datasource is not selected
    
    * sort datasources alphabettically
    
    * make btn disabled is no datasource is selected
    
    * fix linting
    Alanna Scott authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    24292db View commit details
    Browse the repository at this point in the history
  9. v 0.18.5-alpha.3

    Alanna Scott authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    34f381b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. [explore] improve metric(s) and groupby(s) controls (#2921)

    * [explore] improve metric(s) and groupby(s) controls
    
    - surface verbose_name, description & expression in controls
    - [table viz] surface verbose name in table header
    
    * Fixing tests
    
    * Addressing comments
    
    * Fixing tests (once more)
    mistercrunch authored Jun 9, 2017
    Configuration menu
    Copy the full SHA
    16141ec View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Configuration menu
    Copy the full SHA
    17bd751 View commit details
    Browse the repository at this point in the history
  2. Bumping some dependencies (#2945)

    Most notably Flask AppBuilder to 1.9.0
    mistercrunch authored Jun 12, 2017
    Configuration menu
    Copy the full SHA
    1eff48f View commit details
    Browse the repository at this point in the history
  3. [table viz] get metrics to right-align (#2943)

    Moved the histogram to be rooted on the right side as well
    
    fixes #2933
    mistercrunch authored Jun 12, 2017
    Configuration menu
    Copy the full SHA
    0d2c2b0 View commit details
    Browse the repository at this point in the history
  4. Fix handling of Chunked requests (#1742)

    * Fix handling of Chunked requests
    
    Add fix for handling chunk encoding requests.
    If ENABLE_CHUNK_ENCODING is set to true, for requests with transfer
    encoding set to true. It will set wsgi.input_terminated to true which
    tells werkzeug to ignore content-length and read the stream till the
    end.
    
     break comment in multiple lines
    
    * remove debug print logging
    nishantmonu51 authored and mistercrunch committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    274d217 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2017

  1. Configuration menu
    Copy the full SHA
    987cb99 View commit details
    Browse the repository at this point in the history
  2. [dashboard] notify instead of modal onSave (#2941)

    * [dashboard] notify instead of modal onSave
    
    * Addressing comments
    mistercrunch authored Jun 13, 2017
    Configuration menu
    Copy the full SHA
    24e3c7f View commit details
    Browse the repository at this point in the history
  3. [js] version js file names using webpack chunkhash (#2951)

    * get compiled js file names
    
    * make manifest available as template var
    
    * use script src directly to avoid flash of unstyled content in the case of csstheme.js
    
    * linting
    
    * attempt to fix tests
    
    * exception
    
    * print the path when no manifest file found
    
    * handle case when manifest.json is not present for some reason, or in the case of tests
    Alanna Scott authored Jun 13, 2017
    Configuration menu
    Copy the full SHA
    e5151cb View commit details
    Browse the repository at this point in the history
  4. add new slice test (#2939)

    * sort explicitly on label
    
    * add simple test for /slicemodelview/add endpoint
    
    * make comments and method names more clear
    
    * fix test name
    
    * be more explicit, test status_code
    Alanna Scott authored Jun 13, 2017
    Configuration menu
    Copy the full SHA
    e1751c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Configuration menu
    Copy the full SHA
    7aeca39 View commit details
    Browse the repository at this point in the history
  2. add test for ControlPanelSection (#2961)

    Alanna Scott authored Jun 14, 2017
    Configuration menu
    Copy the full SHA
    da0a87a View commit details
    Browse the repository at this point in the history
  3. Edit Dashboard title and Slice title in place (#2940)

    * Edit Dashboard title and Slice title in place
    
    Add EditableTitle component into Dashboard and Explore view to support edit title inline.
    Grace Guo authored Jun 14, 2017
    Configuration menu
    Copy the full SHA
    8329ea2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2017

  1. [js-testing] add tests for explore actions (#2976)

    * move to explore folder and delete explorev2 folder
    
    * add tests for fetchDatasourceMetadata
    
    * tests for fetchDatasources, fetchDatasourceMetadata
    
    * use $.ajax for fetch dashboards and write test
    Alanna Scott authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    00b34d7 View commit details
    Browse the repository at this point in the history
  2. add test coverage for ResultSet component (#2972)

    * add test coverage for ResultSet component
    Grace Guo authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    fb6ef26 View commit details
    Browse the repository at this point in the history
  3. test props on alert wrapper (#2977)

    Alanna Scott authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    f0a8ea6 View commit details
    Browse the repository at this point in the history
  4. fix local state 'columns' (#2896)

    * fix local state 'columns'
    * fix method name per code review
    Grace Guo authored Jun 15, 2017
    Configuration menu
    Copy the full SHA
    1dcf2c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ddccaa View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2017

  1. [CLI] adding 'superset flower' command (flower is a UI for Celery) (#…

    …2963)
    
    * [CLI] adding 'superset flower' command (flower is a UI for Celery)
    
    * Addressing comments
    mistercrunch authored Jun 16, 2017
    Configuration menu
    Copy the full SHA
    7122974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89cd10b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Imporving the README

    mistercrunch committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    1ce3b81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c083aec View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2017

  1. fix is_owner check (#2985)

    Grace Guo authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    fc5db47 View commit details
    Browse the repository at this point in the history
  2. add test coverage for SqlEditorLeftBar (#2984)

    Grace Guo authored Jun 19, 2017
    Configuration menu
    Copy the full SHA
    591e512 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2017

  1. [explore] improve bubble viz (#2927)

    * [explore] improve bubble viz
    
    * allow for custom axis formatters
    * reorg the control panels
    
    * Addressing comments
    mistercrunch authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    3e51c61 View commit details
    Browse the repository at this point in the history
  2. [pivot viz] fix formatting and verbose names (#2957)

    * [pivot viz] fix formatting and verbose names
    
    * Fixing tests
    mistercrunch authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    b9915e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e5e229 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba93e6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9051e1f View commit details
    Browse the repository at this point in the history
  6. Misc. tweaks to improve webpack performance (#2994)

    * Misc. tweaks to improve webpack performance
    
    * Fix code climate style issues
    yolken authored and mistercrunch committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    de88764 View commit details
    Browse the repository at this point in the history
  7. Stabilizing Celery / SQL Lab (#2981)

    * upgrade celery to 4.0.2
    * using Redis for unit tests (sqla broker not supported in Celery 4)
    * Setting Celery's soft_time_limit based on `SQLLAB_ASYNC_TIME_LIMIT_SEC` config
    * Better error handling in async tasks
    * Better statsd logging in async tasks
    * show [pending/running] query status in Results tab
    * systematically using sqla NullPool on worker (async) to limit number
      of database connections
    mistercrunch authored Jun 20, 2017
    Configuration menu
    Copy the full SHA
    06fcaa3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4d72afb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2017

  1. Configuration menu
    Copy the full SHA
    80515d2 View commit details
    Browse the repository at this point in the history
  2. Bumping FAB to 1.9.1

    mistercrunch committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    f64e2ba View commit details
    Browse the repository at this point in the history
  3. Revert "Bumping FAB to 1.9.1"

    This reverts commit f64e2ba.
    mistercrunch committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    53dead9 View commit details
    Browse the repository at this point in the history
  4. [bugfix] fix metrics/metric control default (#3009)

    We should pick an arbitrary metric by default. This broke when
    improving the metrics selector recently.
    mistercrunch authored Jun 21, 2017
    Configuration menu
    Copy the full SHA
    593861e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e21745a View commit details
    Browse the repository at this point in the history
  6. Downgrading celery to 3.1.25

    celery/celery#3932 is a blocker for Airbnb
    mistercrunch committed Jun 21, 2017
    Configuration menu
    Copy the full SHA
    0b09a74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5344a80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99e1de5 View commit details
    Browse the repository at this point in the history
  9. CONTRIBUTING: add python unittes setup (#3021)

    Grace Guo authored Jun 21, 2017
    Configuration menu
    Copy the full SHA
    de346a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    abbf138 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd706eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6eba6ca View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2017

  1. add test coverage for sql lab components (#3022)

    Grace Guo authored Jun 22, 2017
    Configuration menu
    Copy the full SHA
    a48e246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc3e63f View commit details
    Browse the repository at this point in the history
  3. 0.18.5

    mistercrunch committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    fdbb569 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

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

Commits on Jun 26, 2017

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

Commits on Jun 27, 2017

  1. fix default checkbox alignment (#3042)

    Grace Guo authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    ff3057d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

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

Commits on Jun 30, 2017

  1. clarify Superset different timeout config (#3044)

    * clarify different timeout configuration for superset
    Grace Guo authored Jun 30, 2017
    Configuration menu
    Copy the full SHA
    163a6a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    76dda68 View commit details
    Browse the repository at this point in the history
  2. [CLI] Improve the missing perm creation logic (#3118)

    I don't think this worked as intended
    mistercrunch authored Jul 13, 2017
    Configuration menu
    Copy the full SHA
    a626f99 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

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

Commits on Jul 15, 2017

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

Commits on Jul 16, 2017

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

Commits on Jul 17, 2017

  1. [#3137] Use state.datasource.type instead of state.datasource_type wh…

    …en rendering ControlPanelsContainer (#3138)
    FrederichCheng authored and mistercrunch committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    7abe2d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb6b2da View commit details
    Browse the repository at this point in the history
  3. [minor] change tooltip on 'Edit slice properties' (#3116)

    * [minor] change tooltip on 'Edit slice properties'
    
    * Upgrading npm version for travis
    
    * Bumping node version to most recent
    mistercrunch authored Jul 17, 2017
    Configuration menu
    Copy the full SHA
    091e93c View commit details
    Browse the repository at this point in the history
  4. allow user press Enter key to end editing title (#3112)

    Grace Guo authored and mistercrunch committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    27fab0d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2017

  1. [bugfix] fails on None view_menu (#3155)

    * [bugfix]  fails on None view_menu
    
    * Update coveralls token
    mistercrunch authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    d7e4191 View commit details
    Browse the repository at this point in the history
  2. [docs] use yarn in CONTRIBUTING.md (#3150)

    * [docs] use yarn in CONTRIBUTING.md
    
    * Updating badges
    mistercrunch authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    51f1aa3 View commit details
    Browse the repository at this point in the history
  3. add douban to the orgs. (#3157)

    luchuan authored and mistercrunch committed Jul 19, 2017
    Configuration menu
    Copy the full SHA
    56bcbb0 View commit details
    Browse the repository at this point in the history
  4. [bugfix] SQLA instance has been deleted (#3159)

    Related Msg:
    sqlalchemy.orm.exc.ObjectDeletedError: Instance '<PermissionView at
    0x7f10306b0e90>' has been deleted, or its row is otherwise not present.
    mistercrunch authored Jul 19, 2017
    Configuration menu
    Copy the full SHA
    c34df3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d01e67a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a141695 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Add event-flow visualization (#3102)

    * [event-flow] add event flow visualizaton type from @data-ui/event-flow.
    
    * [event-flow] update vis thumbnail
    
    * [event-flow] update row limit label, remove duplicate chart controls
    
    * [dependencies] add @data-ui/event-flow 0.0.2
    
    * [linting] fix multiple imports
    
    * [deps] bump mapbox-gl and react-map-gl to fix build
    
    * [event-flow] bump to 0.0.3 for es2015 + stage-0 babel presets
    
    * [deps] revert mapbox version bumps
    
    * [event-flow] update png, bump to newest version, address reviewer comments, add min event count form.
    
    * [event-flow] pin version
    
    * [event-flow][spec] add test for coveralls
    
    * [event-flow] revert spec
    williaster authored and mistercrunch committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    40d9e15 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Fixing the damn build (#3179)

    * Fixing the build
    
    * Going deeper
    mistercrunch authored Jul 25, 2017
    Configuration menu
    Copy the full SHA
    49ab091 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. [bugfix] only filterable columns should show up in FilterBox list (#3105

    )
    
    * [bugfix] only filterable columns should show up in FilterBox list
    
    * Touchups
    mistercrunch authored Jul 26, 2017
    Configuration menu
    Copy the full SHA
    95509f2 View commit details
    Browse the repository at this point in the history
  2. Datasource cannot be empty (#3035)

    roganw authored and mistercrunch committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    b301ba1 View commit details
    Browse the repository at this point in the history
  3. add title description to model view (#3045)

    * add title description to model view
    
    * add missing import
    roganw authored and mistercrunch committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    7654eef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4268513 View commit details
    Browse the repository at this point in the history
  5. [bugfix] numeric value for date fields in table viz (#3036)

    Bug was present only when using the NOT GROUPED BY option
    
    fixes #3027
    mistercrunch authored Jul 26, 2017
    Configuration menu
    Copy the full SHA
    0ec9cd4 View commit details
    Browse the repository at this point in the history
  6. fix hive.fetch_logs (#2968)

    timfeirg authored and mistercrunch committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    6045063 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f7fd65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    747bf80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fca982c View commit details
    Browse the repository at this point in the history
  10. [bugfix] visualize flow error: 'Metric x is not valid' (#3181)

    The metric name in the frontend doesn't match the one generated on the
    backend. It turns out the explore view will default to the first
    metric so specifying one isn't needed.
    mistercrunch authored Jul 26, 2017
    Configuration menu
    Copy the full SHA
    cf1d0f3 View commit details
    Browse the repository at this point in the history
  11. Fix the segment interval for pulling metadata (#3174)

    The end of the interval would be on the truncated today date, which
    means that you will exclude today. If your realtime ingestion job
    runs shorter than a day, the metadata cannot be pulled from the
    druid cluster.
    Fokko authored and mistercrunch committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    aa95e03 View commit details
    Browse the repository at this point in the history
  12. Bump cryptography to 1.9 (#3065)

    As 1.7.2 doesn't compile here with openssl 1.1.0f
    xrmx authored and mistercrunch committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    fb866a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Escaping the user's SQL in the explore view (#3186)

    * Escaping the user's SQL in the explore view
    
    When executing SQL from SQL Lab, we use a lower level API to the
    database which doesn't require escaping the SQL. When going through
    the explore view, the stack chain leading to the same method may need
    escaping depending on how the DBAPI driver is written, and that is the
    case for Presto (and perhaps other drivers).
    
    * Using regex to avoid doubling doubles
    mistercrunch authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    25c599d View commit details
    Browse the repository at this point in the history
  2. [sqllab] improve Hive support (#3187)

    * [sqllab] improve Hive support
    
    * Fix "Transport not open" bug
    * Getting progress bar to show
    * Bump pyhive to 0.4.0
    * Getting [Track Job] button to show
    
    * Fix testzz
    mistercrunch authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    b888802 View commit details
    Browse the repository at this point in the history
  3. Add BigQuery engine specifications (#3193)

    As contributed by @mxmzdlv on issue #945
    mistercrunch authored Jul 27, 2017
    Configuration menu
    Copy the full SHA
    e584a96 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    e4fba0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5a438 View commit details
    Browse the repository at this point in the history
  3. [druid] Allow custom druid postaggregators (#3146)

    * [druid] Allow custom druid postaggregators
    
    Also, fix the postaggregation for approxHistogram quantiles so it adds
    the dependent field and that can show up in the graphs/tables.
    
    In general, postAggregators add significant power, we should probably
    support including custom postAggregators. Plywood has standard
    postAggregators here, and a customAggregator escape hatch that allows
    you to define custom postAggregators.
    
    This commit adds a similar capability for Superset and a additional
    field/fields/fieldName breakdown of the typical naming for dependent
    aggregations, which should make it significantly easier to develop
    approxHistogram and custom postAggregation-required dashboards.
    
    * [druid] Minor style cleanup in tests file.
    
    * [druid] Apply code review suggestions
    
    * break out CustomPostAggregator into separate class. This just cleans
      up the creation of the postaggregator a little bit.
    * minor style issues.
    * move the function around so the git diff is more readable
    brianwolfe authored and mistercrunch committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    1e325d9 View commit details
    Browse the repository at this point in the history
  4. add combine config for metrics in pivot table (#3086)

    * add combine config for metrics in pivot table
    
    * change method to stack/unstack
    
    * update backendSync
    roganw authored and mistercrunch committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    b58cfbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58a704b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2017

  1. Speed up JS build time (#3203)

    Also bumping a few related libs
    mistercrunch authored Jul 29, 2017
    Configuration menu
    Copy the full SHA
    219f33f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. fix issue 3204 (#3205)

    diggzhang authored and mistercrunch committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    299e9ce View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Configuration menu
    Copy the full SHA
    774ad45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c1ca07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4876084 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b12925 View commit details
    Browse the repository at this point in the history
  5. [sqllab] fix UI shows 'The query returned no results' momentarily (#3214

    )
    
    this is visible when running async queries between the fetching and
    success state as the rows are getting cached in the component
    mistercrunch authored Aug 1, 2017
    Configuration menu
    Copy the full SHA
    48821b5 View commit details
    Browse the repository at this point in the history
  6. [explore] DatasourceControl to pick datasource in modal (#3210)

    * [explore] DatasourceControl to pick datasource in modal
    
    Makes it easier to change datasource, also makes it such that the list
    of all datasources doesn't need to be loaded upfront.
    
    * Adding more metadata
    mistercrunch authored Aug 1, 2017
    Configuration menu
    Copy the full SHA
    62fcdf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. sql_lab: re-raise exception in get_sql_results (#3111)

    As caller expect it to raise an exception instead of returning
    None.
    
    Refs #3075
    xrmx authored and mistercrunch committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    90592d3 View commit details
    Browse the repository at this point in the history
  2. Allow 'refresh_immune_slices' (#2974)

    * Allow 'refresh_immune_slices'
    
    * Changed param name, added note in FAQ
    
    * Linting
    RichRadics authored and mistercrunch committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    163f4e3 View commit details
    Browse the repository at this point in the history
  3. 0.19.0 (#3227)

    mistercrunch authored Aug 2, 2017
    Configuration menu
    Copy the full SHA
    91bd38a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    4ea7700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5278b53 View commit details
    Browse the repository at this point in the history
  3. Handle Time at query_obj generation time (#3236)

    As opposed to in the within itself
    mistercrunch authored Aug 3, 2017
    Configuration menu
    Copy the full SHA
    4c3313b View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. SUPERSET_HOME enviroment variable (#3238)

    * Change hardcoded references to 'User' security model to allow custom class override
    
    * Add SUPERSET_HOME environment variable
    RichRadics authored and mistercrunch committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    0191fa5 View commit details
    Browse the repository at this point in the history
  2. [bug fix] Fix to #3137 and #3239 (#3240)

    * #3137 add the leftover code from #3138 for fixing issue #3137
    
    * #3239 Use slice id as the key instead of sliceName
    FrederichCheng authored and mistercrunch committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    2ef9bfe View commit details
    Browse the repository at this point in the history
  3. Treemap vis verbose metric name (#3237)

    * Change hardcoded references to 'User' security model to allow custom class override
    
    * verbose metric name in treemap
    
    * Linting
    RichRadics authored and mistercrunch committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    7190cf8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    166c576 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae06550 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef7e9dd View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Fix typo (#3246)

    ziishaned authored and mistercrunch committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    dcf8303 View commit details
    Browse the repository at this point in the history
  2. Fix Yahoo's website link (#3249)

    Pedro Valentim Silva Leite authored and mistercrunch committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    f68189b View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    0429e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2385cd4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. import logging (#3264)

    cclauss authored and mistercrunch committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    2091545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be01851 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6da68ab View commit details
    Browse the repository at this point in the history
  4. Modernize SQLA pessimistic handling (#3256)

    Looks like SQLAlchemy has redefined the best practice around
    pessimistic connection handling.
    mistercrunch authored Aug 9, 2017
    Configuration menu
    Copy the full SHA
    cc36428 View commit details
    Browse the repository at this point in the history
  5. Improve the chart type of Visualize in sqllab (#3241)

    * Improve the chart type of Visualize in sqllab & Add some css & Fix the link address in the navbar
    
    * add vizTypes filter
    eeve authored and mistercrunch committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    033ba2c View commit details
    Browse the repository at this point in the history
  6. [webpack] break CSS and JS files while webpackin' (#3262)

    * [webpack] break CSS and JS files while webpackin'
    
    * cleaning up some templates
    
    * Fix pylint issue
    mistercrunch authored Aug 9, 2017
    Configuration menu
    Copy the full SHA
    327c052 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Set default ports Druid (#3266)

    For Druid set the default port for the broker and coordinator.
    Fokko authored and mistercrunch committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    0cf0860 View commit details
    Browse the repository at this point in the history
  2. [bugfix] preserve order in groupby (#3268)

    Recently in
    4c3313b
    I introduced an issue where the order of groupby fields might change.
    
    This addresses this issue and will preserve ordering.
    mistercrunch authored Aug 10, 2017
    Configuration menu
    Copy the full SHA
    57421d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08b7e89 View commit details
    Browse the repository at this point in the history
  4. [explore] Split large reducer logic in ExploreViewContainer (#3088)

    * split reducer logic for ExploreViewContainer
    
    * fix saveModal component and unit tests
    
    * revert changes in SaveModal_spec.
    will make another commit just to improve test coverage for SaveModal component.
    
    * remove comment-out code
    
    * fix merge confilicts
    Grace Guo authored and mistercrunch committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    b3107bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b24d7d View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Explore view save modal spec (#3110)

    * split reducer logic for ExploreViewContainer
    
    * fix saveModal component and unit tests
    
    * revert changes in SaveModal_spec.
    will make another commit just to improve test coverage for SaveModal component.
    
    * improve test coverage for explore view components:
    - SaveModal component
    - URLShortLinkButton
    
    * remove comment-out code
    
    * [bugfix] wrong 'Cant have overlap between Series and Breakdowns' (#3254)
    
    * [explore] make edit datasource a basic link (#3244)
    
    * Relying on FAB for font-awesome.min.css (#3261)
    
    * Modernize SQLA pessimistic handling (#3256)
    
    Looks like SQLAlchemy has redefined the best practice around
    pessimistic connection handling.
    
    * [webpack] break CSS and JS files while webpackin' (#3262)
    
    * [webpack] break CSS and JS files while webpackin'
    
    * cleaning up some templates
    
    * Fix pylint issue
    
    * import logging (#3264)
    
    * [bugfix] preserve order in groupby (#3268)
    
    Recently in
    4c3313b
    I introduced an issue where the order of groupby fields might change.
    
    This addresses this issue and will preserve ordering.
    
    * Explicitly add Flask as dependancy (#3252)
    
    * Use sane Celery defaults to prevent tasks from being delayed (#3267)
    
    * Improve the chart type of Visualize in sqllab (#3241)
    
    * Improve the chart type of Visualize in sqllab & Add some css & Fix the link address in the navbar
    
    * add vizTypes filter
    
    * Set default ports Druid (#3266)
    
    For Druid set the default port for the broker and coordinator.
    
    * [explore] Split large reducer logic in ExploreViewContainer (#3088)
    
    * split reducer logic for ExploreViewContainer
    
    * fix saveModal component and unit tests
    
    * revert changes in SaveModal_spec.
    will make another commit just to improve test coverage for SaveModal component.
    
    * remove comment-out code
    
    * fix merge confilicts
    Grace Guo authored and mistercrunch committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    b68084b View commit details
    Browse the repository at this point in the history
  2. [add] Save filters to dashboard (#3183)

    * [add] Save filters to dashboard
    
    * format code
    
    * fix CI error
    
    * add semicolon  semi
    
    * fix none object
    
    * add test data
    optimize the js code
    fix the compatibility issue
    
    * fix urllib to urllib.parse
    
    * add space
    
    * update test case
    
    * remove  'return'
    
    * fix error
    
    * update test case
    roganw authored and mistercrunch committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    a5320a0 View commit details
    Browse the repository at this point in the history
  3. Fix celery worker (#3278)

    saguziel authored and mistercrunch committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    dfea8df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2898f9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    08e40e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f399fcd View commit details
    Browse the repository at this point in the history
  7. add _() to Exception messages (#3034)

    * add `_()` to Exception messages
    
    * fix error
    roganw authored and mistercrunch committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    bd4a4c2 View commit details
    Browse the repository at this point in the history
  8. [security] prevent XSS markup viz (#3211)

    * Prevent XSS in Markup viz
    
    We protect the browser by sandboxing the user code inside an iframe
    
    * Helvetica
    mistercrunch authored Aug 11, 2017
    Configuration menu
    Copy the full SHA
    0c5db55 View commit details
    Browse the repository at this point in the history
  9. Add translatable columns in label_columns of the view (#3032)

    * add translatable columns in label_columns of the view
    
    * display the verbose_name of columns in list view, just like in the metrics list
    
    * Revert "display the verbose_name of columns in list view, just like in the metrics list"
    
    This reverts commit f815d3b.
    roganw authored and mistercrunch committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    0d4137d View commit details
    Browse the repository at this point in the history
  10. Fix returned time parse_human_datetime (#2033)

    parse_human_datetime parses date-only strings, e.g. "today", returning the correct date but time set at 9am. This is an internal implementation in parsedatetime. This patch resets to midnight. If time is specified and parsed, it is correctly returned.
    0x0ece authored and mistercrunch committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    c17ffc1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    144f516 View commit details
    Browse the repository at this point in the history
  12. Improve superset list view content layout (#3031)

    * improve superset list view page layout
    
    - less header spaces and stacks
    - move pagination down to bottom
    - apply material design style to 'add' action button
    - will apply to all superset list view, like slices list, security tab lists etc.
    
    * improve superset list view page layout
    
    - less header spaces and stacks
    - move pagination down to bottom
    - apply material design style to 'add' action button
    - will apply to all superset list view, like slices list, security tab lists etc.
    
    * improve superset list view page layout
    
    - less header spaces and stacks
    - move pagination down to bottom
    - apply material design style to 'add' action button
    - will apply to all superset list view, like slices list, security tab lists etc.
    
    * improve superset list view page layout
    
    - less header spaces and stacks
    - move pagination down to bottom
    - apply material design style to 'add' action button
    - will apply to all superset list view, like slices list, security tab lists etc.
    
    * improve superset list view page layout
    
    - less header spaces and stacks
    - move pagination down to bottom
    - apply material design style to 'add' action button
    - will apply to all superset list view, like slices list, security tab lists etc.
    
    * remove tabs from indentation
    
    * fix merge conflicts
    
    * adjust css after code merge
    Grace Guo authored and mistercrunch committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    c9c6bca View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Configuration menu
    Copy the full SHA
    9a4e4d0 View commit details
    Browse the repository at this point in the history
  2. Fix Chart Error Message Display (#3287)

    Grace Guo authored and mistercrunch committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    025ef5a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. [sql lab] fix sluggish backspace in editor (#3286)

    Somehow Ace's "changeSelection" event is triggered when hitting
    backspace (and shouldn't!).
    
    changeSelection on our side triggers enough work to make the
    holding backspace sluggish and laggy.
    
    This fix ignores selection with a length of 1, avoiding mutating the
    state altogether when hitting/holding backspace.
    mistercrunch authored Aug 15, 2017
    Configuration menu
    Copy the full SHA
    8181730 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6841697 View commit details
    Browse the repository at this point in the history
  3. [dashboard] add link to export CSV from dashboard (#3280)

    * [dashboard] add link to export CSV from dashboard
    
    fixes #1304
    
    * Fix tests
    mistercrunch authored Aug 15, 2017
    Configuration menu
    Copy the full SHA
    9c6248f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    232a5c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Fix raise error when query datasource (#3298)

    * Catching the 'NoResultFound' exception when the datasource does't exist
    
    * change one() to first()
    
    * revert modify
    
    * remove import
    roganw authored and mistercrunch committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    d1d1c49 View commit details
    Browse the repository at this point in the history
  2. [mapbox] fix viewport alterations (#3293)

    * [mapbox] fix viewport alterations
    
    Since explorev2 it appears that altering the viewport hasn't been
    changing the controls as it used to. This PR addresses it.
    
    * lint
    mistercrunch authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    ccf505a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fcd5d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84e59a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Configuration menu
    Copy the full SHA
    c4e0569 View commit details
    Browse the repository at this point in the history
  2. Fix styles in Separator widget (#3309)

    Style wasn't working right for separator widget since the iframe sandboxing of
    the markup widget. This addresses this small issue and also now allows
    for html in the separator widget
    mistercrunch authored Aug 17, 2017
    Configuration menu
    Copy the full SHA
    fbd0d46 View commit details
    Browse the repository at this point in the history
  3. [hive] improve error messages (#3305)

    * [hive] improve error messages
    
    * Addressing comments
    mistercrunch authored Aug 17, 2017
    Configuration menu
    Copy the full SHA
    0aa3d2a View commit details
    Browse the repository at this point in the history
  4. French translation (#3313)

    invenis-paris authored and mistercrunch committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    3c8577b View commit details
    Browse the repository at this point in the history
  5. Allow for multiple color schemes (#3295)

    * Allow for multiple color schemes
    
    1. create ColorSchemeControl component
    2. using the same new control component for linear colors
    
    * add color spectum for linear color scheme
    
    * remove dup css
    
    * fix controls setting for linear color scheme
    
    * minor fix by code review comment
    Grace Guo authored and mistercrunch committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    b9a2fa4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59268e9 View commit details
    Browse the repository at this point in the history
  7. docs: add references to Flask-Appbuilder Security documentation (#3322)

    And a specific link to an oauth example configuration.
    xrmx authored and mistercrunch committed Aug 17, 2017
    Configuration menu
    Copy the full SHA
    9f3aeb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Configuration menu
    Copy the full SHA
    afedcdf View commit details
    Browse the repository at this point in the history
  2. disable immediately re-render for color scheme change (#3328)

    for chart type: bubble, area, treemap and country map, color scheme change cannot take effect immediately. So have to disable immediately re-render function and hide lightening icon for these chart type.
    Grace Guo authored and mistercrunch committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    0454ef3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    813ed60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e31ad22 View commit details
    Browse the repository at this point in the history
  5. [nvd3] fix bubble axis (#3332)

    number of issues are addressed here:
    * x axis formatting doesn't apply in bubble chart
    * adding option to show/hide bounds of x and y axis
    * with a flaky 'auto' margin mode, allow user to specify hard values or
      auto
    * x label font-size was different than y axis
    * show more options and reorg Control panels for Axes in `line` viz
    mistercrunch authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    a7ba6e4 View commit details
    Browse the repository at this point in the history
  6. [dashboard] re-enabling cascading filters (#3335)

    * [dashboard] re-enabling cascading filters
    
    #3183 disabled the
    ability of a filterbox to get filtered by another filterbox
    
    * linting
    mistercrunch authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    527572c View commit details
    Browse the repository at this point in the history
  7. Syncing the timeout param from backend (#3329)

    * Syncing the timeout param from backend
    
    * Linting
    mistercrunch authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    2923a12 View commit details
    Browse the repository at this point in the history
  8. [sql lab] improve error messages (#3308)

    * [sql lab] improve error messages
    
    Some error messages in non-async mode were showing as JSON or sometimes
    as tuples. This fixes that.
    
    * linting
    mistercrunch authored Aug 18, 2017
    Configuration menu
    Copy the full SHA
    6fc837d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2017

  1. [sql lab] Make sql editor resizable (#3242)

    * Update to the version of react-ace with the fixed sizing issues
    
    * Make ace editor resizable
    
    * Use small util method for offset calculation instead of $
    
    * Test ResizableAceEditor
    
    * Make the right pane of the Sql Lab scrollable
    
    * Add default and min height to the ResizableAceEditor
    
    * Implement SplitPane
    
    * Make Splitter fullscreen
    
    * React on resize of the window
    
    * Implement min and max
    
    * Get rid of a magic number + add margin
    
    * Handle resize event with delay + cleanup the code
    
    * Make ResultSet adjustable
    
    * Make QueryHistory adjustable
    
    * Remove ResizableAceEditor
    
    * Make linter happy
    
    * Test SplitPane
    
    * Init sizes properly
    dmigo authored and mistercrunch committed Aug 19, 2017
    Configuration menu
    Copy the full SHA
    75e69f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e79adbb View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Better looking checkboxes (#3345)

    Also showing icon only on hover on control headers
    mistercrunch authored Aug 21, 2017
    Configuration menu
    Copy the full SHA
    2546457 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2017

  1. fix multi-value react select style (#3352)

    Grace Guo authored and mistercrunch committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    f8e596b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fda6f0 View commit details
    Browse the repository at this point in the history
  3. [bugfix] Y bounds in line chart (#3353)

    Also fixing tick labels showing NaN in the `dist_bar` viz
    mistercrunch authored Aug 22, 2017
    Configuration menu
    Copy the full SHA
    64c91ec View commit details
    Browse the repository at this point in the history
  4. Collapsible Control sections (#3354)

    The left panel of the explore view has become crowded and overwhelming
    overtime. This PR adds functionality to collapse the control sections,
    and sets most sections to be collapse by default as the explore view
    opens up.
    
    * breakdown `Query` section for most viz
    * bring filters to the top, under Query section
    * collapse most sections by default
    * removed confusing outdated description for Filter section
    mistercrunch authored Aug 22, 2017
    Configuration menu
    Copy the full SHA
    670ba5d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

  1. Configuration menu
    Copy the full SHA
    d3824bb View commit details
    Browse the repository at this point in the history
  2. delete unused csv file (#3356)

    timifasubaa authored and mistercrunch committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    2b1bb35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c36827 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46d6088 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Configuration menu
    Copy the full SHA
    c5b1eb7 View commit details
    Browse the repository at this point in the history
  2. [explore] Fix and test slice id logging issue (#3339)

    * [explore] fixed padding bug on filter section
    
    * fix slice_id logging issue
    
    * [superset-sqllab] fix slice_id population in appropriate column
    
    * [explore-logging] test the slice_id logging fix
    
    * fix travis errors
    
    * fix nits pointed out in PR comments
    
    * cleanup tests
    
    * made python more beautiful
    
    * made python even more beautiful
    
    * made python even more more beautiful
    
    * made python even more more more beautiful
    
    * fix lint error
    
    * make exception handling more specific
    
    * fixed silly error
    
    * fixed argument indentation
    timifasubaa authored and mistercrunch committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    8d877e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90ba6ee View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. [webpack] add a 'npm run dev-fast' command that is much faster (#3362)

    The tradeoff is that the sourcemap isn't as reliable.
    mistercrunch authored Aug 25, 2017
    Configuration menu
    Copy the full SHA
    0c8b243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c944c61 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. v1.9.1 (#3376)

    mistercrunch authored Aug 26, 2017
    Configuration menu
    Copy the full SHA
    2d237fe View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2017

  1. [sql lab] using react-split-pane (#3363)

    * [sql lab] using react-split-pane
    
    * padding
    mistercrunch authored Aug 27, 2017
    Configuration menu
    Copy the full SHA
    aff7a82 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2017

  1. [explore] Improved time filters controls (#3371)

    * Improved time filters controls
    
    * lint
    
    * Fix coverage
    
    * Allow empty dates
    mistercrunch authored Aug 28, 2017
    Configuration menu
    Copy the full SHA
    a47a512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b88e5 View commit details
    Browse the repository at this point in the history
  3. Build optimizations (#3378)

    Bumping some version, removing unused libs, ...
    mistercrunch authored Aug 28, 2017
    Configuration menu
    Copy the full SHA
    a782d62 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. fix date picker Select alignment (#3392)

    Grace Guo authored and mistercrunch committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    c3ab796 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42dd64e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9676f02 View commit details
    Browse the repository at this point in the history
  4. [hotfix] backward compatibility on date expressions (#3396)

    Previously all 'since' date expression evaluated in the future like
    `30 days` would be reassigned to the past (now - `30 days`). It would
    extend to fixed dates which is a bad thing and was removed.
    
    Now we have reports and dashboards in the wild that use things like `30
    days` and we'd like to not break those as we roll out the next version.
    
    This fix should allow for that.
    mistercrunch authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    1fd08a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    497a6f1 View commit details
    Browse the repository at this point in the history
  6. [line chart] add 'min_periods' control related to rolling windows (#3397

    )
    
    * [line chart] add 'min_periods' control related to rolling windows
    
    * Linting js
    mistercrunch authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    ac5da46 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b4cd81 View commit details
    Browse the repository at this point in the history
  8. [dashboard] adding an option to duplicate slices when "Saving AS" (#3391

    )
    
    * [dashboard] adding an option to duplicate slices when "Saving AS"
    
    * Fix tests
    mistercrunch authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    e53f303 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Configuration menu
    Copy the full SHA
    66f646a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255a36c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2017

  1. setup: Bump sqlalchemy-utils to 0.32.16 (#3405)

    Now sqlalchemy-utils will make explicit that we are trying
    decoding the secret with the wrong key instead of a generic
    UnicodeDecodeError.
    
    Fix #2600
    xrmx authored and mistercrunch committed Sep 1, 2017
    Configuration menu
    Copy the full SHA
    3dfdde1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2017

  1. Fixing the build (#3445)

    * Bumping npm
    
    * Fixing the build
    
    This addresses long standing issues and hacks around react-map-gl
    that have been creating all sorts of build issues over time.
    
    It appears that recent changes broke things further.
    
    This PR upgrades to the latest `react-map-gl` and removes related hacks.
    mistercrunch authored Sep 11, 2017
    Configuration menu
    Copy the full SHA
    147c12d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2017

  1. Ignore intellij files (#3446)

    fabianmenges authored and mistercrunch committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    1f135e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe77534 View commit details
    Browse the repository at this point in the history
  3. Fix off-by-one error with linear color scales (#3452)

    * Fix off-by-one error with linear color scales
    
    * linting
    mistercrunch authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    90e46cb View commit details
    Browse the repository at this point in the history
  4. [heatmap] fix default sorting (#3450)

    Currently the heatmap axis are sorted randomly, this PR makes it such
    that it's properly sorted.
    
    Also allowing for specifying the left and bottom margins
    mistercrunch authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    f3de758 View commit details
    Browse the repository at this point in the history
  5. [explore] show validation error on control panel header (#3453)

    * [explore] show validation error on control panel header
    
    * Linting
    mistercrunch authored Sep 12, 2017
    Configuration menu
    Copy the full SHA
    3e9f797 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c1b56f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    490c707 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c0e85e View commit details
    Browse the repository at this point in the history
  9. fix #3422 (#3440)

    Grace Guo authored and mistercrunch committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    2d6b942 View commit details
    Browse the repository at this point in the history
  10. fix #3430 (#3431)

    Grace Guo authored and mistercrunch committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    8223729 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. [heatmap] numerous improvements (#3456)

    * [heatmap] numerous improvements
    
    * flexibility as to how to sort X and Y axis (alpha/value, desc/asc)
    * option to show a legend
    * fixed margins, maximize real estate
    * allowed users to define bounds
    
    * Tunning
    mistercrunch authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    49f24d1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Allow specifying sort criteria on Table viz (#3460)

    * Allow to specify sort criteria on table viz
    
    * Better handling of ordering
    mistercrunch authored Sep 14, 2017
    Configuration menu
    Copy the full SHA
    816c517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdee06b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    745784f View commit details
    Browse the repository at this point in the history
  4. Sqllab dont send empty queries to db (#3459)

    * add lanscape?
    
    * prevent empty queries from being sent to db
    
    * Revert "add lanscape?"
    
    This reverts commit b3d6e80.
    
    * improve code style
    
    * nit
    
    * unnit
    
    * renit
    timifasubaa authored and mistercrunch committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    31b7b9a View commit details
    Browse the repository at this point in the history
  5. fix encoding error in sql lab logging (#3424)

    Grace Guo authored and mistercrunch committed Sep 14, 2017
    Configuration menu
    Copy the full SHA
    ad604ae View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Fixed filter removal bug (#3458)

    * Fixed bugs when removing filter, switching operators, and switching columns
    
    * Fixed lint errors for code style
    
    * Added more unit tests for FilterControl
    
    * Code format changes to meet standards
    Mogball authored and mistercrunch committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    dd72048 View commit details
    Browse the repository at this point in the history
  2. Add shopee to user list. (#3425)

    Shopee (https://shopee.sg) use superset for data analytics, visualisation and reporting.
    xiaohanyu authored and mistercrunch committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    c81026d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b90d8e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e399a8c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32bd827 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e22aecb View commit details
    Browse the repository at this point in the history