pushrbx
8f102d2b56
added the foundations for fixture based tests
2023-05-21 11:14:32 +01:00
Irfan
2f1a7e25ed
Merge branch 'master' into irfan-dahir-patch-1
2023-01-02 11:13:50 +05:00
Irfan
dc6de70eff
Merge branch 'qol/maintenance-3-12-22' of https://github.com/jikan-me/jikan-rest into qol/maintenance-3-12-22
2023-01-02 11:12:47 +05:00
Irfan
405f2be00d
resolve php8.1 warning
2023-01-02 11:12:27 +05:00
Irfan
451f38abba
Merge branch 'master' into qol/maintenance-3-12-22
2022-12-25 10:43:08 +05:00
pushrbx
e7dad2dfe6
Merge pull request #328 from jikan-me/hotfix/query-builder-param-ingestion1
...
Fixed comparisons for score parameter ingestion
2022-12-21 19:55:17 +00:00
pushrbx
29c524a792
fixed fetching mal ids which is broken with php8.1
2022-12-21 11:19:31 +00:00
pushrbx
cb3c46b6f9
fixed comparisons for score parameter ingestion
2022-12-19 12:10:02 +00:00
Irfan
937f72ac16
adds daily anime & manga sweeper to the schedule
2022-12-13 11:24:11 +05:00
Irfan
20678667ac
caching: allow for different drivers
2022-12-03 03:21:02 +05:00
Irfan
63e3ba259e
update redis cache check
2022-12-03 03:06:12 +05:00
Irfan
a78900fc69
remove unused stuff
2022-12-03 03:04:50 +05:00
Irfan
9689147334
remove old commands
2022-12-03 02:57:00 +05:00
Irfan
62b1499836
Delete MetaController.php
2022-12-03 02:53:42 +05:00
Irfan
deb8e9470c
fix people search pagination
2022-12-03 02:29:09 +05:00
Irfan
b0e4c4ce66
remove discontinued throttle middleware
2022-12-03 02:12:01 +05:00
Irfan
8df86920ba
LE
2022-12-03 02:08:19 +05:00
Irfan
e73ffa6663
fix genres_exclude
2022-11-29 00:48:18 +05:00
Irfan
0b50e340bf
Update MediaSearchQueryBuilder.php
2022-11-29 00:40:26 +05:00
Irfan
df6e0c9e77
Merge branch 'master' into hotfix/anime-producers-filter1
2022-11-29 00:09:44 +05:00
pushrbx
54a3686303
fixed anime search endpoint's producers
filter param
2022-11-28 18:53:56 +00:00
Irfan
223a332bd6
Update TypeSenseScoutSearchService.php
2022-11-28 23:45:00 +05:00
Irfan
5f571cfb14
add typesense search config values to .env
2022-11-28 23:00:43 +05:00
pushrbx
2a91a0e5af
Merge branch 'master' into hotfix/top-endpoints-bug1
2022-11-28 17:50:03 +00:00
pushrbx
358a5e4f48
fixed #297
2022-11-28 17:40:42 +00:00
pushrbx
eb45a08c1d
fixes #299
2022-11-28 17:25:14 +00:00
Irfan
2b43a479e9
Merge branch 'master' into fix+update/seasons
2022-11-25 17:27:24 +05:00
Irfan
334fd9a60e
Update SeasonController.php
2022-11-25 10:12:44 +05:00
Irfan
b5b2c48b0a
refactor
2022-11-19 22:21:54 +05:00
Irfan
d38d4bd887
add phpdoc
2022-10-30 13:59:33 +05:00
Irfan
1ad4a23831
Update MangaController.php
2022-10-30 13:39:59 +05:00
Irfan
7cec33bca1
add ScraperHandler
2022-10-30 13:39:43 +05:00
Irfan
9a3a1d4a79
add BadRequestException handler
2022-10-30 13:34:23 +05:00
Irfan
d175a5434c
replace DateTime with Carbon
2022-10-30 11:18:50 +05:00
Irfan
7ac1b03589
Update app/Http/Controllers/V4DB/SeasonController.php
...
Co-authored-by: pushrbx <contact@pushrbx.net>
2022-10-28 07:38:11 +05:00
Irfan
2336b7c610
Merge branch 'master' into feature/new-reviews
2022-10-26 14:38:17 +05:00
Irfan
ad85779ee6
Merge branch 'master' into fix+update/seasons
2022-10-26 14:38:04 +05:00
Irfan
1331ed64a2
type
->filter
+ update docs
2022-10-26 06:14:20 +05:00
Irfan
23849893f9
docs: update
2022-10-26 05:44:43 +05:00
Irfan
551fe68f83
Update SeasonController.php
2022-10-26 05:36:47 +05:00
Irfan
d1a08e2c17
docs: update
2022-10-26 03:04:43 +05:00
pushrbx
b7156a4f32
removed unnecessary log line
2022-10-23 14:34:20 +01:00
Irfan
fafdd42ef5
Fix+update all reviews endpoints
2022-10-23 18:24:09 +05:00
pushrbx
18ae7e535e
fixed bug around broadcast which only happens with php 8.1
2022-10-23 12:09:11 +01:00
pushrbx
49faaf0a2f
added docker entrypoint and healthchecks, fixed psr worker warmup
2022-10-23 12:09:11 +01:00
pushrbx
e47ad20f04
added roadrunner support and dockerfile
2022-10-23 11:35:25 +01:00
pushrbx
38c6454013
more fixes to ensure the refactorings don't break anything
2022-10-05 17:57:54 +01:00
pushrbx
9d9e24a2b0
fixed multiple issues with non anime/manga enpoints
...
- order_by field was applied together with "mal_id", making the endpoints act oddly
- order_by parameter was ignored for non anime/manga endpoints
- made Producers data product searchable -> it's going to be indexed in the search index.
- fixed some more things to make the code base compatible with php 8.1
2022-10-04 22:14:03 +01:00
pushrbx
0b2910213c
added some adjustments for php 8.1
2022-10-04 19:07:52 +01:00
pushrbx
4fe7673501
fixed a typo in AppServiceProvider.php
2022-10-04 19:06:00 +01:00