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

[filtering] define combo of slice/fields unafected by filtering #2

Closed
wants to merge 13 commits into from

Commits on Sep 21, 2016

  1. Configuration menu
    Copy the full SHA
    f1e80a8 View commit details
    Browse the repository at this point in the history
  2. [security] allowing to set static headers as configuration (apache#1126)

    * [security] setting X-Frame-Options=SAMEORIGIN to prevent clickjacking
    
    * Changing to a more flexible approach
    mistercrunch authored Sep 21, 2016
    Configuration menu
    Copy the full SHA
    b587576 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. [redux] move some redux utils to shared file (apache#1164)

    * move some redux utils to shared file so they can be used in the new export view too
    
    * enhancer is a func now
    Alanna Scott authored Sep 22, 2016
    Configuration menu
    Copy the full SHA
    2f2ed22 View commit details
    Browse the repository at this point in the history
  2. Fix TEST CONNECTION on a newly added database. (apache#1168)

    This addresses issue apache#1167
    If the database name passed in the request is not found in the db, test using the sqlalchemy uri passed.
    dennisobrien authored and mistercrunch committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    bc7d0ff View commit details
    Browse the repository at this point in the history
  3. Add dashboard creator as owner of the dashboard (apache#1166)

    * Add dashboard creator as owner of the dashboard
    
    * Address comments.
    bkyryliuk authored and mistercrunch committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    b855e2f View commit details
    Browse the repository at this point in the history
  4. Implement permission request/approve flow. (apache#1095)

    * Implement permission request/approve flow
    
    * Address the comments.
    
    * Refactor the code to support multiple datasources.
    
    * Reformat the queries.
    bkyryliuk authored Sep 22, 2016
    Configuration menu
    Copy the full SHA
    cbc70d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49cefc8 View commit details
    Browse the repository at this point in the history
  6. when adding a new database use Database.set_sqlalchemy_uri so that th…

    …e password is stored encrypted. (apache#1177)
    
    This fixes a regression I introduced with PR apache#1137
    dennisobrien authored and mistercrunch committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    1fa1892 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cb0bea View commit details
    Browse the repository at this point in the history
  8. [FilterBox] dashboard date range filtering (apache#1165)

    * [FilterBox] dashboard date range filtering
    
    * Addressing comments
    mistercrunch authored Sep 22, 2016
    Configuration menu
    Copy the full SHA
    7115c54 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    770619a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    75f99d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71a8d9d View commit details
    Browse the repository at this point in the history