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

Updated esquery.py file. #58

Merged
merged 2 commits into from
May 31, 2018
Merged

Commits on May 19, 2018

  1. Updated esquery.py

    Removed all the manually created string queries in all the functions
    and replaced them with elasticsearch_dsl objects like A(aggregation),
    Q(query) and Search.
    Updated queries to use the current methods to search and aggregate.
    
    Closes chaoss#57
    aswanipranjal committed May 19, 2018
    Configuration menu
    Copy the full SHA
    78d4eac View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Updated esquery.py and created tests/test_esquery.py

    Added details to the comments in esquery.py about the data sctuctures
    used and the format that the parameters should be in.
    Added tests for every function in esquery.py file.
    aswanipranjal committed May 26, 2018
    Configuration menu
    Copy the full SHA
    9acc5c2 View commit details
    Browse the repository at this point in the history