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

Add query runs method #107

Merged
merged 54 commits into from
Jun 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
70a6a7e
Implement schema for run query filters
May 10, 2019
27930c1
Add sort and page fields serialisation and corresponding test
May 13, 2019
0b2033b
Add QueryRun named tuple
May 13, 2019
52ad53e
Reorder schemas
May 13, 2019
7e9c221
Rearrange query runs
May 13, 2019
c740eee
Parametrise tests and test project id filter
May 13, 2019
b04bc42
Complete parameterising RunQuery tests for all different filters
May 13, 2019
e98fdf7
Add sort test cases
May 13, 2019
0625d1b
Fix formatting
May 13, 2019
b1988b7
Implement validation of RunQuery
May 13, 2019
761e970
Fix validation in Sort constructor
May 13, 2019
5ba48da
Add validation for filters
May 13, 2019
38993ee
Reformat code and address warning
May 14, 2019
282dd26
Remove unused variable
May 14, 2019
7c414f9
Rename helper methods
May 14, 2019
491cd17
Use in instead of single element equality
May 14, 2019
8c37118
Add tests to filter and sort validation
May 14, 2019
9f794a9
Add query_runs and test
May 14, 2019
dae0209
Reformat code correctly
May 14, 2019
5767a87
Modify deserialise function in SingleFilterValueField
May 14, 2019
faabf2a
Only create page if both start and limit are not None
May 15, 2019
cbfd761
Throw a RunQueryFilterValidation error during serialisation if None is
May 15, 2019
752f260
Combine AND and OR filter in test_experiment
May 15, 2019
09deb7a
ename RUN_ID_BODY AND DELETED_AT_BODY to RUN_ID_FILTER_BODY and
May 15, 2019
dde11e7
Reformat code using black
May 15, 2019
f076fe5
Update faculty/clients/experiment.py
eliasbenussi May 22, 2019
11bbdfa
Reduce duplication
May 22, 2019
5a09474
Remove print statement
May 22, 2019
a9eea18
Replace RunQueryFilterValidation with marshmallow ValidationError,
May 23, 2019
6b74cff
Serialize single filter value field as number when SingleFilterBy is …
May 23, 2019
9de8cab
Rename variable
May 23, 2019
1fb2461
Rephrase docs for better clarity
May 23, 2019
463ebad
Implement list_runs in terms of query_runs
May 28, 2019
16c6cd5
Update docs
May 28, 2019
d00dbee
Update delete and restore runs to use filter objects
May 28, 2019
4110c91
Unnest condition
May 28, 2019
7a83f8c
Parametrise single filter construction tests
May 28, 2019
093d977
Serialise as Boolean if operator is defined
Jun 3, 2019
499f1dc
Add parameterised tests for single filter schema and sort schema
Jun 3, 2019
2192dea
A bit of refactoring of the filter serialisation code
acroz Jun 7, 2019
b838919
Use new OptionalField wrapper instead of coupling FilterField impleme…
acroz Jun 7, 2019
d547ba2
Remove unneeded _serlalize methods
acroz Jun 7, 2019
cdb81e2
Remove parameter skip_if in CompoundFilterSchema
Jun 7, 2019
f2cd19a
Remove unused import
Jun 7, 2019
d0d4dc4
Do some test refactoring
acroz Jun 7, 2019
e01c713
Merge branch 'master' of github.com:facultyai/faculty into add-query-…
acroz Jun 11, 2019
0e7277e
Minor cleanups
acroz Jun 11, 2019
2ab75fb
WIP: Different filter implementations
acroz Jun 11, 2019
51b448c
Complete filter and sort object refactor and tidy tests
acroz Jun 11, 2019
305efd2
Fix test names
acroz Jun 12, 2019
9654c5c
Use beta version on Python 2.7 / 3.4
acroz Jun 12, 2019
9b45e8c
Fix Python 2 compatability
acroz Jun 12, 2019
d3d408d
Merge pull request #110 from facultyai/filter-polymorphism
acroz Jun 12, 2019
e420fb4
Pin oneofschema version
acroz Jun 12, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading