Irfan (Nekomata)
b4f4135e8b
Merge pull request #453 from Vernoxvernax/master
...
Fix Userlists: Don't overwrite page parameter
2023-10-28 09:03:30 +05:00
pushrbx
e249194fa7
Merge branch 'master' into master
2023-10-27 19:08:23 +01:00
pushrbx
4659481bc3
Merge pull request #452 from pushrbx/hotfix/user_lists
...
🔥 Hotfix: Page param for animelist/mangalist endpoints is ignored
2023-10-27 19:08:09 +01:00
DepriSheep
414b214ce6
Merge pull request #1 from jikan-me/master
...
Merge pull request #450 from Vernoxvernax/master
2023-10-27 18:44:00 +02:00
VernoxVernax
b4db19be7f
fix (userlist): don't overwrite page parameter
...
line 20 specifically excludes "page" among other keys
2023-10-27 05:20:29 +02:00
pushrbx
6d02052155
fixed page param for user anime/manga lists
2023-10-26 22:56:04 +01:00
pushrbx
1be19fc346
Merge pull request #450 from Vernoxvernax/master
...
container-setup.sh: Fix binary checks in validate_prereqs.
2023-10-26 19:21:55 +01:00
pushrbx
e4670ebc67
Container image release fixes
...
We are building multi arch images in the github action.
On the packages page of the repo, for each version you see "No description" provided, however the github action already adds that label to the container image.
See here: https://github.com/jikan-me/jikan-rest/pkgs/container/jikan-rest/141371328?tag=sha-56f4783
In case of multi arch images the manifest should contain these OCI standard labels in the "annotations" section. This PR adds the defined labels as annotations when creating the image manifest.
2023-10-26 18:01:48 +00:00
VernoxVernax
6fcae72eb4
fix(container-setup.sh): fix docker binary checks in validate_prereqs
...
first check whether docker or podman bins are there; then choose one one of them
2023-10-26 18:55:51 +02:00
pushrbx
28338d81f2
Update container-image-release.yml
2023-10-26 12:22:02 +00:00
pushrbx
56f4783070
Update container-image-release.yml
v4.1.0
2023-10-26 09:47:14 +00:00
pushrbx
1168042507
Merge pull request #385 from pushrbx/hotfix/container-image-deployment1
...
Various improvements around the container image distribution
2023-10-26 10:41:40 +01:00
pushrbx
048727c16c
added some improvements to the github action workflow
2023-10-26 10:40:10 +01:00
pushrbx
eecbb06d00
improved container setup cli
2023-10-25 19:11:39 +01:00
pushrbx
89ff3b2d60
improved docs around container usage
2023-10-25 19:11:14 +01:00
pushrbx
7b6a0c6d25
fixed mongodb setup
2023-10-24 23:10:14 +01:00
Irfan
dc22e6b280
review: fix
2023-10-24 09:29:24 +05:00
Irfan
657510bf9f
review: changes
2023-10-24 09:27:35 +05:00
pushrbx
201883d987
wip fixed issues with container start ups
2023-10-24 00:41:28 +01:00
pushrbx
c615d652ac
fixed dockerignore
2023-10-23 22:19:10 +01:00
pushrbx
7db32987ff
Update Dockerfile
2023-10-23 22:19:10 +01:00
pushrbx
309e1d6402
wip - container setup cli and fixed some issues with docker compose yml (still buggy)
2023-10-23 22:19:10 +01:00
pushrbx
9b56d7b397
wip setup cli
2023-10-23 22:19:10 +01:00
pushrbx
5f8fd79a4c
wip docker-compose
2023-10-23 22:19:10 +01:00
pushrbx
d489226473
wip docker-compose
2023-10-23 22:19:10 +01:00
pushrbx
317906cdf9
added support for container secrets
2023-10-23 22:19:10 +01:00
pushrbx
40812e814d
improved Dockerfile
...
- fixed cpu architecture
- Removed unnecessary build args
2023-10-23 22:19:10 +01:00
pushrbx
8561ddb043
improved container image release workflow
2023-10-23 22:19:08 +01:00
Irfan
8d67c115d7
bugfix: only allow results that are within specified season/year and nulls
2023-10-21 09:45:51 +05:00
Irfan
cd94c07232
Update composer.lock
v4.0.0
2023-10-17 20:06:07 +05:00
Irfan (Nekomata)
9752453655
Update .env.dist
2023-10-07 19:17:23 +05:00
pushrbx
939a3827ab
Merge pull request #439 from jikan-me/dependabot/github_actions/docker/metadata-action-5
...
Bump docker/metadata-action from 4 to 5
2023-10-07 14:11:06 +00:00
dependabot[bot]
eeb699209e
Bump docker/metadata-action from 4 to 5
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 14:10:20 +00:00
dependabot[bot]
bd26ce3a24
Bump docker/setup-qemu-action from 2 to 3
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 14:09:52 +00:00
pushrbx
d6d8c673df
Merge pull request #441 from jikan-me/dependabot/github_actions/docker/build-push-action-5
...
Bump docker/build-push-action from 3 to 5
2023-10-07 14:09:38 +00:00
pushrbx
895b5a27c7
Merge pull request #442 from jikan-me/dependabot/github_actions/docker/setup-buildx-action-3
...
Bump docker/setup-buildx-action from 2 to 3
2023-10-07 14:08:44 +00:00
pushrbx
eedad320ef
Merge pull request #443 from jikan-me/dependabot/github_actions/actions/checkout-4
...
Bump actions/checkout from 3 to 4
2023-10-07 14:07:18 +00:00
dependabot[bot]
67f411201f
Bump docker/build-push-action from 3 to 5
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 3 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v3...v5 )
---
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>
2023-10-07 14:02:17 +00:00
dependabot[bot]
708920b657
Bump docker/setup-buildx-action from 2 to 3
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 14:01:29 +00:00
dependabot[bot]
9a32d263b2
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-07 14:00:43 +00:00
Irfan (Nekomata)
28ff8a20b0
Merge pull request #437 from jikan-me/hotfix/search2
...
Fixed bug around non anime/manga search
2023-10-07 18:26:15 +05:00
pushrbx
cbebac0208
changed mixed quotes usage
2023-09-17 20:38:27 +00:00
pushrbx
b0285d15d7
fixed bug around non anime/manga search
2023-09-17 20:28:45 +00:00
Irfan
7a486fc605
update dep: jikan-me/jikan
v4.0.0-rc.12
2023-08-20 19:47:32 +05:00
Irfan
8170772f54
fixes #435
2023-08-20 19:46:36 +05:00
Irfan (Nekomata)
11d0cbc0ea
Merge pull request #432 from pushrbx/hotfix/431
...
Fixed #431
2023-07-27 19:22:04 +05:00
pushrbx
ea26100509
fixed #431
2023-07-26 16:48:08 +01:00
Irfan
32805d6162
update docs
2023-07-22 20:26:38 +05:00
Irfan (Nekomata)
d01ed9991d
Merge pull request #429 from jikan-me/enhancement/exceptions
...
Exception Handling enhancement
v4.0.0-rc.11
2023-07-22 20:15:53 +05:00
Irfan
6a0204b33a
update docs
2023-07-22 20:15:05 +05:00