58 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
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
pushrbx
7dd9625588
Fixed a bug in container-image-release.yml 2024-06-05 14:40:05 +01:00
pushrbx
c44949ed21
bumped gh actions versions 2024-05-26 14:44:00 +02:00
dependabot[bot]
ac0e8c89a3
Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [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/v3...v4)

---
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-02-01 13:56:57 +00:00
pushrbx
b33ce14589 added new step in test runner to show all errors from logs 2024-01-31 19:19:20 +00:00
pushrbx
d8bbf7c15c updated tests workflow 2024-01-26 00:19:19 +00:00
pushrbx
fef2759592 updated tests workflow 2024-01-26 00:15:59 +00:00
pushrbx
77f6090dae updated tests workflow 2024-01-26 00:09:02 +00:00
pushrbx
859b632ebb updated tests workflow 2024-01-26 00:07:09 +00:00
pushrbx
ec1cebe6be updated tests workflow 2024-01-25 23:58:40 +00:00
pushrbx
d011a42073 updated tests workflow 2024-01-25 23:56:50 +00:00
pushrbx
191010fa78 updated tests workflow 2024-01-25 23:47:57 +00:00
pushrbx
06c210e55d updated tests workflow 2024-01-25 23:39:12 +00:00
pushrbx
4e890090d0 updated tests workflow 2024-01-25 23:27:32 +00:00
pushrbx
26ca5b15d8 added manual trigger to test workflow 2024-01-25 17:42:40 +00:00
pushrbx
5e26630098
added workflow for test automation 2024-01-24 18:43:17 +00:00
pushrbx
a39d74ca15
added annotations to container image builds 2024-01-19 22:20:00 +00:00
pushrbx
29004455cb
changed cache scope for container image build 2023-12-03 10:03:29 +00:00
pushrbx
3eb1f347cc
fixed github action to release images 2023-11-04 23:31:38 +00:00
pushrbx
d13329066d
Merge pull request #440 from jikan-me/dependabot/github_actions/docker/setup-qemu-action-3
Bump docker/setup-qemu-action from 2 to 3
2023-11-03 23:08:57 +00:00
pushrbx
766959d202
Merge pull request #454 from jikan-me/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2023-11-03 23:08:10 +00:00
dependabot[bot]
2beff9b5e9
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-11-01 04:30:44 +00:00
dependabot[bot]
b9ab6635b9
Bump docker/login-action from 2 to 3
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-01 04:30:39 +00: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
pushrbx
28338d81f2
Update container-image-release.yml 2023-10-26 12:22:02 +00:00
pushrbx
56f4783070
Update container-image-release.yml 2023-10-26 09:47:14 +00:00
pushrbx
048727c16c added some improvements to the github action workflow 2023-10-26 10:40:10 +01:00
pushrbx
8561ddb043 improved container image release workflow 2023-10-23 22:19:08 +01: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
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
pushrbx
a8f56d6d70 changed container image to only use php8.1 2023-05-21 11:18:31 +01:00
pushrbx
9cc0878bbe Update container-base-image-release.yml 2023-05-21 11:18:03 +01:00
pushrbx
c054c20fe7 updated github error reporting with the new issue form 2023-05-21 11:17:58 +01:00
pushrbx
2254ef7bf2
Update bug.yml 2023-05-18 17:55:25 +01:00
pushrbx
e0608a62c8
Update and rename feature.md to feature.yml 2023-01-26 22:47:29 +00:00
pushrbx
9fdadac0a1
Update and rename bug.md to bug.yml 2023-01-26 22:32:44 +00:00
pushrbx
27db6df989
Update bug.md 2023-01-26 00:12:57 +00:00
Irfan
451f38abba
Merge branch 'master' into qol/maintenance-3-12-22 2022-12-25 10:43:08 +05:00
Irfan
8df86920ba LE 2022-12-03 02:08:19 +05:00
pushrbx
dbcd9c256c
Update bug.md 2022-12-02 10:39:23 +00:00
pushrbx
9c57037412
added issue templates 2022-11-28 21:03:08 +00:00
pushrbx
a2247b1b38
Create CODEOWNERS 2022-11-06 14:01:14 +00:00
pushrbx
1f8073d978
Update container-base-image-release.yml 2022-10-27 20:05:01 +01:00