Summary
- create services folder (commit: 21e4ba6) (details)
- create test_ folders (commit: cbea551) (details)
- create __init__.py (commit: 353929b) (details)
- update function call (commit: e0d6efe) (details)
- create filter_func folder (commit: 252fb05) (details)
- create pagination_func folder (commit: 09289d4) (details)
- create query_func folder (commit: 026b9d4) (details)
- create search_func folder (commit: 78eb703) (details)
- update app folder (commit: 56e0979) (details)
- update readme (commit: 29db583) (details)
- Update env.txt (commit: 2f6309f) (details)
- rename test_ _ func file (commit: 4f1cdb0) (details)
- update Exception (commit: 2bf19c2) (details)
- update function output name (commit: 1e2ca98) (details)
- update testing assert (commit: 0d025da) (details)
- add service status (commit: dfe4a01) (details)
- update periodic_execution function (commit: b47b74f) (details)
- thread fetch data which used to generate filter (commit: 5a6e67f) (details)
- Update docker-compose.yml (commit: ff22dc0) (details)
- update class name (commit: 5dfffac) (details)
- move SEARCHFIELD to search logic (commit: 5973e88) (details)
- Update Dockerfile (commit: 9ba9a7d) (details)
- create test files (commit: 3da07f8) (details)
- update folder name (commit: b42958a) (details)
- create filter editor and update related code (commit: 5b8b8ca) (details)
- hide all init variable (commit: 4ee3d3e) (details)
- hide variable for middleware classes (commit: e4ed3df) (details)
- update docstring (commit: 1d6dbce) (details)
- create token fixture (commit: 54946bb) (details)
- Update .gitignore (commit: 80ee68a) (details)
- remove print (commit: 82a2aee) (details)
- replace print with logging (commit: 793dff3) (details)
- remove sphinx (commit: 73b1334) (details)
- update data_schema import (commit: 5483352) (details)
- Update .dockerignore (commit: e6716ab) (details)
- Update main.py (commit: 0199f49) (details)
- fix typo (commit: b5646ae) (details)
- test filter editor function (commit: c9e5070) (details)
- test filter formatter function (commit: 977f3d5) (details)
- update filter template (commit: c85e9ea) (details)
- move dummy data to fixture (commit: 89a302f) (details)
- change dummy data order (commit: c7f31bf) (details)
- test filter generator function (commit: 1691f19) (details)
- update fixture name (commit: 162d9c4) (details)
- test filter logic function (commit: bdb5d80) (details)
- move fixtures to fixture.py (commit: 12de8fa) (details)
- test search logic function (commit: 96ab02d) (details)
- update format (commit: 6b514f5) (details)
- change fixture name (commit: 90a57b1) (details)
- create query logic to fix query access control (commit: 810f44b) (details)
- move private filter to __init__ (commit: 6987964) (details)
- test query formatter function (commit: 1a698f2) (details)
- add HTTPException for query api (commit: 9e5298b) (details)
- test pagination formatter function (commit: 878d7f9) (details)
- add test data for multiple_cite_path function (commit: be3f214) (details)
- remove unnecessary statement (commit: 151c6b9) (details)
- remove unnecessary exception (commit: c220f30) (details)
- format (commit: 69786be) (details)
- remove unused MagicMock (commit: d0037a8) (details)