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

Explore view save modal spec #3110

Merged

Commits on Jul 5, 2017

  1. split reducer logic for ExploreViewContainer

    Grace Guo committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    8c3411c View commit details
    Browse the repository at this point in the history
  2. fix saveModal component and unit tests

    Grace Guo committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    f129f53 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. revert changes in SaveModal_spec.

    will make another commit just to improve test coverage for SaveModal component.
    Grace Guo committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    fa3df04 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. improve test coverage for explore view components:

    - SaveModal component
    - URLShortLinkButton
    Grace Guo committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    dfdc2d4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. remove comment-out code

    Grace Guo committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    90502f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Merge remote-tracking branch 'upstream/master' into gg-ExploreViewSpl…

    …itReducerLogic
    Grace Guo committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    cf66782 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'supercat/gg-ExploreViewSplitReducerLogi…

    …c' into gg-ExploreViewSaveModalSpec
    Grace Guo committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    b6da30f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2017

  1. Configuration menu
    Copy the full SHA
    bfbee82 View commit details
    Browse the repository at this point in the history
  2. [explore] make edit datasource a basic link (apache#3244)

    mistercrunch authored and Grace Guo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    367a4da View commit details
    Browse the repository at this point in the history
  3. import logging (apache#3264)

    cclauss authored and Grace Guo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    ab19f1f View commit details
    Browse the repository at this point in the history
  4. Relying on FAB for font-awesome.min.css (apache#3261)

    mistercrunch authored and Grace Guo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    de1ab25 View commit details
    Browse the repository at this point in the history
  5. Explicitly add Flask as dependancy (apache#3252)

    Fokko authored and Grace Guo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    c2f3c48 View commit details
    Browse the repository at this point in the history
  6. Modernize SQLA pessimistic handling (apache#3256)

    Looks like SQLAlchemy has redefined the best practice around
    pessimistic connection handling.
    mistercrunch authored and Grace Guo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    479b319 View commit details
    Browse the repository at this point in the history
  7. Improve the chart type of Visualize in sqllab (apache#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 Grace Guo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    976ed1c View commit details
    Browse the repository at this point in the history
  8. [webpack] break CSS and JS files while webpackin' (apache#3262)

    * [webpack] break CSS and JS files while webpackin'
    
    * cleaning up some templates
    
    * Fix pylint issue
    mistercrunch authored and Grace Guo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    bff35d9 View commit details
    Browse the repository at this point in the history
  9. Set default ports Druid (apache#3266)

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

    Recently in
    apache@4c3313b
    I introduced an issue where the order of groupby fields might change.
    
    This addresses this issue and will preserve ordering.
    mistercrunch authored and Grace Guo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    5877883 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d78940 View commit details
    Browse the repository at this point in the history
  12. [explore] Split large reducer logic in ExploreViewContainer (apache#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 committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    707ee37 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'upstream/master' into gg-ExploreViewSav…

    …eModalSpec
    Grace Guo committed Aug 10, 2017
    Configuration menu
    Copy the full SHA
    8fa7db8 View commit details
    Browse the repository at this point in the history