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

modify travis tests to create user with password for mysql and postgres #1092

Commits on Sep 12, 2016

  1. modify travis tests to create user with password for mysql and postgr…

    …es and use these in the SQLALCHEMY_DATABASE_URI
    dennisobrien committed Sep 12, 2016
    Configuration menu
    Copy the full SHA
    0feb0ac View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2016

  1. added set_sqlalchemy_uri which stores a password-masked version in th…

    …e 'sqlalchemy_uri' field and the encrypted password in the 'password' field.
    
    Modified 'testconn' to work with this.  If the passed uri is different from the masked uri, use the passed uri.  Otherwise, use the decrypted uri associated with this database.
    dennisobrien committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    0debcee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f2c66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cf298d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2016

  1. Configuration menu
    Copy the full SHA
    01d1c13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c795eb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdb621a View commit details
    Browse the repository at this point in the history
  4. remove the test using the hard-coded sqlalchemy uri.

    This leaves two tests: one that uses the password-masked uri, and the other that uses the uri with the password included.
    dennisobrien committed Sep 15, 2016
    Configuration menu
    Copy the full SHA
    78588d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c91119 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2016

  1. Configuration menu
    Copy the full SHA
    6ca1fd9 View commit details
    Browse the repository at this point in the history
  2. Single quote filter values with comma (apache#1084)

    * Single quote filter values with comma
    
    * refactor for codeclimate limite
    
    * Added unit tests and tooltip
    vera-liu authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    b9d1abb View commit details
    Browse the repository at this point in the history
  3. [sql lab] specify schema name when generating vanila query (apache#1096)

    * [sql lab] specify schema name when generating vanila query
    
    * Fixing some react warnings
    mistercrunch authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    5fcb6e9 View commit details
    Browse the repository at this point in the history
  4. Time grain support for unix-timestamp columns (apache#1093)

    * Add time grain support for time columnd in unix timestamp
    
    * Fix datetime parsing for unix epoch
    
    Since we've already converted unix epoch to datetime type,
    we shouldn't specify 'unit' parameter in pandas.to_datetime
    
    * Fix SQLite timestamp to datetime conversion
    yejianye authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    47c7435 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55145f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f64ca0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0c3012 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aa81482 View commit details
    Browse the repository at this point in the history
  9. When the label size is too short, the constant for calculating (apach…

    …e#1120)
    
    margin_size does not apply. Also nvd3 auto-adjust font-size of axis
    labels.
    Temporary solution here: Setting a fixed font-size on nvd3 axis labels
    and a minimum threshold for label size.
    vera-liu authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    8e661e8 View commit details
    Browse the repository at this point in the history
  10. Associate version to entry files (apache#1060)

    * Associate version to entry files
    
    * Modified path joins for configs
    
    * Made changes based on comments
    vera-liu authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    c4458ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a38a927 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    11af4ff View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    190e0d5 View commit details
    Browse the repository at this point in the history
  14. [hotfix] lint

    mistercrunch authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    b492541 View commit details
    Browse the repository at this point in the history
  15. Apply stretchMargin only to distribution bar (apache#1124)

    * When the label size is too short, the constant for calculating
    margin_size does not apply. Also nvd3 auto-adjust font-size of axis
    labels.
    Temporary solution here: Setting a fixed font-size on nvd3 axis labels
    and a minimum threshold for label size.
    
    * Only stretch margin for dist_bar
    vera-liu authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    e25f0c1 View commit details
    Browse the repository at this point in the history
  16. [explore] giving more room to Slice title (apache#1118)

    * [explore] giving more room to Slice title
    
    * h2->h3 for slice title
    mistercrunch authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    7bfff03 View commit details
    Browse the repository at this point in the history
  17. [security] prevent XSS on FAB list views (apache#1125)

    * [security] prevent XSS on FAB list views
    
    * addressing comments
    mistercrunch authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    2542fc8 View commit details
    Browse the repository at this point in the history
  18. Fix double escaping of dttm expressions (apache#744) (apache#1103)

    If ddtm_expr is an expression with special characters then timestamp_grain escapes
    the special characters already escaped.
    
    Solution discussed with sqlalchemy upstream:
    https://bitbucket.org/zzzeek/sqlalchemy/issues/3737/literal_column-given-a-specific-sql
    
    Fix apache#617
    xrmx authored and dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    1a1d387 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    98da9a0 View commit details
    Browse the repository at this point in the history
  20. added set_sqlalchemy_uri which stores a password-masked version in th…

    …e 'sqlalchemy_uri' field and the encrypted password in the 'password' field.
    
    Modified 'testconn' to work with this.  If the passed uri is different from the masked uri, use the passed uri.  Otherwise, use the decrypted uri associated with this database.
    dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    48d8f83 View commit details
    Browse the repository at this point in the history
  21. added a newline

    dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    f95fb0f View commit details
    Browse the repository at this point in the history
  22. added set_sqlalchemy_uri which stores a password-masked version in th…

    …e 'sqlalchemy_uri' field and the encrypted password in the 'password' field.
    
    Modified 'testconn' to work with this.  If the passed uri is different from the masked uri, use the passed uri.  Otherwise, use the decrypted uri associated with this database.
    dennisobrien committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    4397328 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b26a949 View commit details
    Browse the repository at this point in the history