1586 Commits

Author SHA1 Message Date
dependabot[bot]
986cfc490a
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-01 04:46:36 +00:00
Irfan (Nekomata)
f9d6f87470
Merge pull request #560 from jikan-me/bugfix/microcaching-including-omitted-attributes
Bugfix/microcaching including omitted attributes
2024-11-13 22:43:31 +05:00
Irfan
b8a24dc144 Update MicroCaching.php 2024-11-13 21:50:31 +05:00
Irfan
45cb4f0659 fixes #519 2024-11-13 21:50:14 +05:00
pushrbx
2fa3958ad9
fixed error in container-setup.sh v4.2.4 2024-11-09 09:42:56 +00:00
pushrbx
53508e836c
Merge pull request #557 from jikan-me/fix-555
 Fixed bug with season endpoint returning incorrect items when continuing flag specified
2024-11-08 19:57:25 +00:00
pushrbx
8c6398dd58
revert changes to magazine model 2024-11-08 19:46:07 +00:00
pushrbx
2272ed17c4
added typesense collection schema for Magazine model 2024-11-08 19:36:45 +00:00
pushrbx
52c030da4a
Merge pull request #558 from jikan-me/feature/incremental-indexing
🎉 Added incremental indexer command
2024-11-08 19:35:24 +00:00
pushrbx
3ec81f2eb1
updated COMMANDS.md 2024-11-08 19:31:51 +00:00
pushrbx
a87b4617d0
fixed some issues with IncrementalIndexer 2024-11-08 19:30:00 +00:00
pushrbx
cc5c12ff39
removed "characters" and "people" media types from incremental indexer command 2024-11-05 16:30:41 +00:00
pushrbx
15bd63fdc7
fixed media type choices and url for indexing 2024-11-05 09:30:13 +00:00
pushrbx
6c2d2d3e9d
refactored the code for better readability 2024-11-05 09:25:52 +00:00
pushrbx
5148950125
added docs for the new command 2024-11-04 23:11:49 +00:00
pushrbx
bd8562f790
Merge pull request #556 from purarue/fix-index-url
bug: fix index URL to new username
2024-11-04 23:02:13 +00:00
pushrbx
6568ff264e
added docs for the new command 2024-11-04 21:22:07 +00:00
pushrbx
e0cc44495b
added incremental indexer 2024-11-04 21:09:21 +00:00
pushrbx
970ff8aad4
removed redundant imports 2024-11-04 21:09:02 +00:00
pushrbx
9553c2e7f9 fixed search index collection schema for producers 2024-10-28 16:22:48 +01:00
pushrbx
705e0fbf36 fixed season endpoint's continuing flag #555 2024-10-28 16:22:04 +01:00
purarue
775e2eb5aa bug: fix index URL to new username 2024-10-25 10:14:21 -07:00
pushrbx
744bd69aea
Merge pull request #549 from jikan-me/bugfix/548
🐛 Fixed an issue with casting query string params on `/top/reviews` endpoint
2024-10-15 19:01:45 +01:00
pushrbx
8bdcf97d4e
fixed test issues 2024-10-15 18:58:19 +01:00
Irfan
634528a1ad docs: update 2024-09-22 19:45:58 +05:00
Irfan
02f2c7b92c docs: update 2024-09-22 19:45:38 +05:00
Irfan
e15ba7b542 docs: getAnimeEpisodes: add score and remove duration #551 2024-09-22 19:37:35 +05:00
Irfan
6f1e3715b0 update deps 2024-09-22 13:29:47 +05:00
Irfan
bef1992c2d fix: object being passed to the parser instead of value 2024-09-22 13:29:38 +05:00
pushrbx
017bea748a
Update docker-compose.yml 2024-07-26 17:47:37 +01:00
pushrbx
08af55545b
cleanup 2024-07-26 15:52:44 +01:00
pushrbx
0c4afddcac
fixed tests 2024-07-26 15:49:27 +01:00
pushrbx
475633457a
cleanup 2024-07-26 14:35:59 +01:00
pushrbx
a9f02dad8b
added tests for top/reviews endpoint 2024-07-26 14:35:59 +01:00
pushrbx
6e4ff113e3
fixed enum cast for top reviews endpoint #548 2024-07-26 14:35:54 +01:00
pushrbx
9b9757c11f
Merge pull request #546 from jikan-me/hotfix/api-docs
🐛 Fixed api docs around the "spoilers" parameter
2024-07-26 15:15:03 +02:00
pushrbx
6d6c47d16e
fixed api docs around the "spoilers" parameter 2024-07-11 21:19:47 +01:00
pushrbx
9902e0b070
Merge pull request #544 from jikan-me/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2024-07-03 01:40:55 +02:00
pushrbx
a6ec44dd24
disable docker build summary 2024-07-02 14:55:39 +01:00
dependabot[bot]
1de4a5a910
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 04:17:39 +00:00
Irfan
c58fa1b0c3 docs: documents ServiceUnavailableException #514 2024-06-27 21:03:36 +05:00
Irfan (Nekomata)
1b46890d80
Merge pull request #543 from jikan-me/bugfix/pack1
 Fixed broadcast adapter func and random anime/manga endpoint
v4.2.3
2024-06-27 20:26:09 +05:00
Irfan (Nekomata)
9470beb14b
Merge pull request #527 from jikan-me/bugfix/continuing-items-in-season
 Fixed a bug around season endpoints
2024-06-27 20:23:19 +05:00
pushrbx
896c68f9b4
fixed broadcast adapter function in Anime model 2024-06-23 21:29:48 +01:00
pushrbx
c628007729
fixed sfw and unapproved filters for random anime and manga endpoint 2024-06-23 21:29:05 +01:00
pushrbx
cc381969a7
adjusted the continuing anime filter 4 2024-06-21 00:12:40 +01:00
pushrbx
f775fbce41
adjusted the continuing anime filter 3 2024-06-20 23:42:50 +01:00
pushrbx
31c7790bef
adjusted the continuing anime filter 2 2024-06-20 21:56:25 +01:00
pushrbx
ec0af72a19
adjusted the continuing anime filter 2024-06-20 18:04:38 +01:00
pushrbx
cb043f49e8
one more tweak to the model factory 2024-06-20 18:03:59 +01:00