Search Fixes (#53)
* fixed bug where cks were using interval scope
* added a fix for conda-forge
* fixes
* readded prefixes
* Update getTargetStates and getTargetOrientations endpoints
* added ability to pass in kernels on top of searches
* Update quality params to list type
* trigger pipeline
* Update test
* Add kernelList param to fastapi endpoints
* Add kernelList and searchKernels params
* Return kernels as part of pair
* Fix typo
* updated tests
* fixed python tests
* fixed lro test
* Add cpp api framework
* Update tests
* changed cache behavior
* missed a spot
* fixed tests
---------
Co-authored-by:
Christine Kim <chkim@usgs.gov>
Showing
- CMakeLists.txt 6 additions, 3 deletionsCMakeLists.txt
- SpiceQL/db/lro.json 6 additions, 1 deletionSpiceQL/db/lro.json
- SpiceQL/include/api.h 224 additions, 0 deletionsSpiceQL/include/api.h
- SpiceQL/include/inventory.h 5 additions, 3 deletionsSpiceQL/include/inventory.h
- SpiceQL/include/inventoryimpl.h 4 additions, 3 deletionsSpiceQL/include/inventoryimpl.h
- SpiceQL/include/memo.h 13 additions, 11 deletionsSpiceQL/include/memo.h
- SpiceQL/include/memoized_functions.h 0 additions, 31 deletionsSpiceQL/include/memoized_functions.h
- SpiceQL/include/restincurl.h 1784 additions, 0 deletionsSpiceQL/include/restincurl.h
- SpiceQL/include/spice_types.h 8 additions, 145 deletionsSpiceQL/include/spice_types.h
- SpiceQL/include/spiceql.h 1 addition, 0 deletionsSpiceQL/include/spiceql.h
- SpiceQL/include/utils.h 69 additions, 99 deletionsSpiceQL/include/utils.h
- SpiceQL/src/api.cpp 1047 additions, 0 deletionsSpiceQL/src/api.cpp
- SpiceQL/src/config.cpp 1 addition, 1 deletionSpiceQL/src/config.cpp
- SpiceQL/src/inventory.cpp 106 additions, 11 deletionsSpiceQL/src/inventory.cpp
- SpiceQL/src/inventoryimpl.cpp 46 additions, 48 deletionsSpiceQL/src/inventoryimpl.cpp
- SpiceQL/src/memoized_functions.cpp 4 additions, 19 deletionsSpiceQL/src/memoized_functions.cpp
- SpiceQL/src/spice_types.cpp 6 additions, 250 deletionsSpiceQL/src/spice_types.cpp
- SpiceQL/src/spiceql.cpp 1 addition, 0 deletionsSpiceQL/src/spiceql.cpp
- SpiceQL/src/utils.cpp 152 additions, 216 deletionsSpiceQL/src/utils.cpp
- SpiceQL/tests/FunctionalTestsConfig.cpp 2 additions, 2 deletionsSpiceQL/tests/FunctionalTestsConfig.cpp
Loading
Please register or sign in to comment