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

Added test environment for Postgresql Executor #124

Merged
merged 26 commits into from
Oct 26, 2020

Commits on Oct 15, 2020

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

Commits on Oct 16, 2020

  1. Fix to Validator

    Uses unique value metadata to verify if a value is valid
    19thyneb committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    daa9a0d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2020

  1. Fix Bug with Widget Rendering

    frame.py was trying to import luxWidget instead of luxwidget
    19thyneb committed Oct 17, 2020
    Configuration menu
    Copy the full SHA
    804b0dc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Added Number of Observations to MetaData, Fixed Interestingness issue…

    … with SQL Executor
    
    Some interestingness functions required the number of observations in the data and visualization, so I added these values to the metadata to make the scoring work when using the SQL executor
    
    Added tests for SQL executor
    19thyneb committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    676f3e0 View commit details
    Browse the repository at this point in the history
  2. Re-added Licensing Headers

    19thyneb committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    8763df9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2b0b46 View commit details
    Browse the repository at this point in the history
  4. Adjusted SQL Executor Tests

    Removed lines that changed Year column type to datetime
    19thyneb committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    1b08461 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    38c5e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14d2f90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78d8e10 View commit details
    Browse the repository at this point in the history
  4. Commenting out local SQL Executor tests

    SQL Executor tests interfering with travis build, commenting out for now
    19thyneb committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    d783b4c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'Database-Executor' of https://github.com/thyneb19/lux i…

    …nto Database-Executor
    19thyneb committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    c03e001 View commit details
    Browse the repository at this point in the history
  6. Update correlation.py

    dorisjlee authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    8f0e643 View commit details
    Browse the repository at this point in the history
  7. Update frame.py

    dorisjlee authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    d365d52 View commit details
    Browse the repository at this point in the history
  8. Fixing Code Format

    19thyneb committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    7da2992 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f1b7c8b View commit details
    Browse the repository at this point in the history
  10. Fix Validation Bug

    Issue where validator was relying on metadata which was not yet generated, moved metadata calculation before validation step in frame.py
    19thyneb committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    d97f0e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Changed metadata variable name

    Renamed num_obs to length, removed ordinal variable from Executor mapping function
    19thyneb committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    582b370 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    554c71f View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Added script to generate Postgresql database

    Updated travis.yml file to create postgresql database in test instance.
    
    Added script to populate test database with data.
    19thyneb committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    d65687a View commit details
    Browse the repository at this point in the history
  2. Update upload_car_data.py

    Updated database credentials
    19thyneb committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    7243b2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2add76f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf74beb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14d52b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    379517d View commit details
    Browse the repository at this point in the history
  7. Fixed directory issue

    19thyneb committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    a72f236 View commit details
    Browse the repository at this point in the history