pushrbx
a530e9f5d6
multiple changes
...
- wip -> http tests should use model factories
- test runner bootstrap: jikan models are cached in a temporary file
- fixed various bugs
- improved test execution time with typesense
- added new dev dependency: ClassFinder
- updated composer scripts to include coverage generation
- added coverage reports in phpunit
- improved roadrunner integration
- updated docker image
- added xdebug in disabled state
2023-05-21 11:18:02 +01:00
pushrbx
0211fc4128
multiple fixes
...
- updated api docs
- fixed top reviews endpoint
- fixed reviews parsing
- added "contextual" boolean query string parameters, so params without value can be interpreted as "boolean". E.g. ?sfw or ?kid in the url would add "true" value to their corresponding field in the DTO
- fixed typesense issues
2023-05-21 11:18:02 +01:00
pushrbx
bcb87084c5
pinned doctrine/annotation package version to keep swagger-lume working
2023-05-21 11:18:02 +01:00
pushrbx
c054c20fe7
updated github error reporting with the new issue form
2023-05-21 11:17:58 +01:00
pushrbx
ff5068bf27
fixed road runner integration
2023-05-21 11:14:35 +01:00
pushrbx
c78d8cd333
wip - cached scraper service unit tests
2023-05-21 11:14:35 +01:00
pushrbx
25378c263b
fixed people search
2023-05-21 11:14:35 +01:00
pushrbx
5a960e3b9c
fixed model factory
2023-05-21 11:14:35 +01:00
pushrbx
e21139d206
updated packages
2023-05-21 11:14:35 +01:00
pushrbx
118fc4f84b
fixed minor issues
2023-05-21 11:14:35 +01:00
pushrbx
9b5b5aad1e
fixed more problems
2023-05-21 11:14:35 +01:00
pushrbx
5e922f7cd9
fixed tests part1
2023-05-21 11:14:35 +01:00
pushrbx
1e302fb62c
wip - refactor finished
2023-05-21 11:14:35 +01:00
pushrbx
4a25c30d7d
refactored user endpoints and cache ttl config
2023-05-21 11:14:35 +01:00
pushrbx
525ac030f3
refactored anime season endpoint handlers
2023-05-21 11:14:35 +01:00
pushrbx
37c273fbab
wip - anime season controller refactor, central limit parameter validation
...
- fixed cache validation
2023-05-21 11:14:35 +01:00
pushrbx
79b7a0f657
added comments to custom data pipe class
2023-05-21 11:14:35 +01:00
pushrbx
e4ece66acc
added comments to custom data pipe class
2023-05-21 11:14:35 +01:00
pushrbx
413df48fdc
fixed issues and added route params mapper
2023-05-21 11:14:35 +01:00
pushrbx
49ebc8f581
wip - mediator refactor
...
- anime schedules - validation and corrections
- refactorings around "augmentResponse" - macro usage instead
2023-05-21 11:14:34 +01:00
pushrbx
c564de979d
wip - mediator refactor
2023-05-21 11:14:34 +01:00
pushrbx
69d66378be
added scraper service and rewritten anime controller
2023-05-21 11:14:34 +01:00
pushrbx
a145f18bbd
wip - major refactor
...
- AppServiceProvider is needs more work to wire in new services
- todo: more dtos
- todo: add unit tests
- todo: add more integration tests
2023-05-21 11:14:34 +01:00
pushrbx
30fc65c6c4
updated test for min max score filters.
2023-05-21 11:14:34 +01:00
pushrbx
a7b4e02f55
updated test for min max score filters.
...
- related to: #334
2023-05-21 11:14:34 +01:00
pushrbx
4aa3c4c617
fixed #332
...
- added logic to forward `order_by` parameter to the search engine
- modified mongodb query when no search engine is present to use "textMatchScore" name instead of "score" for text match scores -- the text score projection was shadowing the "score" attribute
2023-05-21 11:14:34 +01:00
pushrbx
651ae88616
fixed genre filtering #299
2023-05-21 11:14:34 +01:00
pushrbx
49b3698f45
fixed genre generation in model factories
2023-05-21 11:14:34 +01:00
pushrbx
bae4f805d4
added more manga tests
2023-05-21 11:14:34 +01:00
pushrbx
638f3c4fe2
fixed #323
2023-05-21 11:14:34 +01:00
pushrbx
a2efb6f773
fixed #327
2023-05-21 11:14:34 +01:00
pushrbx
981a5e7427
wip - added initial tests for /v4/top/anime endpoint
2023-05-21 11:14:34 +01:00
pushrbx
ab5c5069aa
added test for #332
2023-05-21 11:14:34 +01:00
pushrbx
2d9cdac14c
added new assert function for tests
2023-05-21 11:14:34 +01:00
pushrbx
f6dc3399a3
fixed media factories: incorrect "airing"/"publishing" bool value
2023-05-21 11:14:34 +01:00
pushrbx
65d009df35
minor tweaks
2023-05-21 11:14:34 +01:00
pushrbx
39ab02e969
fixed test service provider contextual binding
2023-05-21 11:14:34 +01:00
pushrbx
e79f3acc00
fixed #298
2023-05-21 11:14:34 +01:00
pushrbx
046a05c088
added anime controller basic tests
2023-05-21 11:14:34 +01:00
pushrbx
950b5c6a2d
added manga search endpoint integration tests
2023-05-21 11:14:34 +01:00
pushrbx
cefdbb1a1d
added letter parameter tests and updated episode model
2023-05-21 11:14:34 +01:00
pushrbx
fcea126272
fixed orderBy parameter tests
2023-05-21 11:14:33 +01:00
pushrbx
716d8ea8e7
added tests for orderBy parameter
2023-05-21 11:14:33 +01:00
pushrbx
9a51454241
added tests for rating parameter
2023-05-21 11:14:33 +01:00
pushrbx
251fccb5f6
added tests for rating parameter
2023-05-21 11:14:33 +01:00
pushrbx
2d2a1c97ed
added tests for invalid score searches
2023-05-21 11:14:33 +01:00
pushrbx
aca707a508
added search by status tests
2023-05-21 11:14:33 +01:00
pushrbx
1ccda15af0
added test based on #298
2023-05-21 11:14:33 +01:00
pushrbx
0dd56f98cb
added more tests around search+dates and refactored things
2023-05-21 11:14:33 +01:00
pushrbx
bd7a8d4dfb
fixed error resolution in test listener
2023-05-21 11:14:33 +01:00