Renovate Bot
be373e948e
Update actions/setup-go action to v5
2024-10-01 10:02:16 +00:00
Earl Warren
9a7fc2e55e
Merge pull request 'Update actions/cache action to v4 (forgejo)' ( #5426 ) from renovate/forgejo-actions-cache-4.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5426
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-10-01 07:50:24 +00:00
Renovate Bot
e3eaa284bb
Update actions/checkout action to v4 (forgejo) ( #5427 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5427
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2024-09-30 13:08:26 +00:00
Renovate Bot
92305933b1
Update actions/setup-node action to v4 (forgejo) ( #5428 )
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5428
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
2024-09-30 12:56:08 +00:00
Renovate Bot
502a6a4461
Update actions/cache action to v4
2024-09-30 12:06:49 +00:00
Renovate Bot
1b06287fe3
Update renovate to v38.101.1
2024-09-30 00:08:52 +00:00
Otto Richter
a56c000f60
Replace setup-go with a custom action
...
To maximize the caching efficiency, all build jobs are executed as
forgejo user.
Hash is explicitly specified to avoid breaking changes.
2024-09-30 01:16:54 +02:00
Otto Richter
1fa09d1621
Split Git package installation
2024-09-28 12:08:30 +02:00
Otto Richter
c0b17a06ef
Split backend building boilerplate
2024-09-27 20:47:35 +02:00
Otto Richter
5b84756137
Split env preparation boilerplate
2024-09-27 20:47:35 +02:00
Renovate Bot
15ec27e658
Update renovate to v38.93.2
2024-09-23 02:02:04 +00:00
Renovate Bot
4cff39c4d9
Update renovate to v38.80.0
2024-09-16 00:02:10 +00:00
Renovate Bot
6e02a6b422
Update renovate to v38.77.2
2024-09-12 16:02:09 +00:00
Otto Richter
d14b17e08d
tests(e2e): use playwright image for dependency caching
2024-09-12 03:16:51 +02:00
Earl Warren
2f49437608
Revert "fix: CI: temporarily disable redict tests"
...
This reverts commit 9d306bbec3
.
2024-09-11 15:45:07 +02:00
Earl Warren
9d306bbec3
fix: CI: temporarily disable redict tests
...
Refs: https://codeberg.org/redict/redict-containers/issues/32
2024-09-11 07:33:57 +02:00
Otto Richter
0f3ba99ff0
Add detailed instructions for e2e testing
...
- rewrite parts of and improve README
- simplify repo declaration
- list coverage in workflow path filter
2024-09-09 14:06:10 +02:00
Renovate Bot
d9893ed2b6
Update renovate to v38.59.2
2024-09-02 00:02:39 +00:00
Earl Warren
293203cb64
Merge pull request 'chore(ci): Cache generated binary across jobs' ( #5130 ) from fnetx/runner-caching into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5130
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-08-30 05:47:01 +00:00
Otto Richter
72408c7d68
Cache generated binary across jobs
...
- retrieved by the commit hash
- removes bindata tags from integration tests, because it does not seem
to be required
- due to the missing automatically generated data, the zstd tests fail
(they use repo data including node_modules (!) as input to the test,
there is no apparent reason for the size constants)
2024-08-26 23:43:09 +02:00
Otto
c856f77622
Merge pull request 'Update links affected by the renaming of 'developer' documentation sub-path into 'contributor'' ( #5129 ) from floss4good/forgejo__forgejo:contrib-doc into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5129
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Otto <otto@codeberg.org>
2024-08-26 18:50:40 +00:00
Otto Richter
d97e36f6d7
Playwright testing for commit diffs
...
includes:
- easier repo declaration for playwright tests by @Gusted
- full backend build for pushing Git repos by @Gusted
- playwright testing (which fails with the current diff algorithm, but
passes with the new)
- disable eslint rule for conditional expect, because it defeats the
purpose (working around it would result in much more complex test code
in our cases)
2024-08-26 13:57:42 +02:00
floss4good
018aefe29f
Replace Developer Guide links with the new Contributor Guide one for PR template and release workflows comments.
2024-08-26 14:29:10 +03:00
Renovate Bot
fbe464309b
Update renovate to v38.52.3
2024-08-26 04:05:34 +00:00
Earl Warren
74f08b5da0
Merge pull request 'feat: add forgejo-cli to the container images' ( #5012 ) from earl-warren/forgejo:wip-cli into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5012
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
2024-08-19 08:47:57 +00:00
limiting-factor
b6efebc237
feat: add forgejo-cli to the container images
...
When the Forgejo CLI binary is `forgejo-cli`, the `--verbose` or `--quiet`
arguments are available globally for all sub-commands. The same
sub-commands can be used with `forgejo forgejo-cli`, those flags are
not available.
2024-08-19 09:44:04 +02:00
Renovate Bot
1b9222f6e2
Update renovate to v38.39.6
2024-08-19 02:03:33 +00:00
Renovate Bot
2960f78adb
Update docker.io/bitnami/minio Docker tag to v2024.8.17
2024-08-18 00:02:17 +00:00
Earl Warren
9b66710bf5
Merge pull request 'Update docker.io/bitnami/mysql Docker tag to v8.4 (forgejo)' ( #4961 ) from renovate/forgejo-docker.io-bitnami-mysql-8.x into forgejo
...
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4961
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
2024-08-17 07:46:57 +00:00
Renovate Bot
7614efcaf6
Update docker.io/bitnami/mysql Docker tag to v8.4
2024-08-15 00:03:35 +00:00
Renovate Bot
da44a7c01b
Update docker.io/bitnami/minio Docker tag to v2024.8.3
2024-08-15 00:03:08 +00:00
Michael Kriese
696e0ff27e
ci: use mirror or bitnami images
...
This reduces chances of docker hub rate limiting.
Bitnami images are excluded from rate limiting.
2024-08-14 12:10:53 +02:00
Otto Richter
395c10596e
chore(ci): use postgres image from mirror
2024-08-12 16:19:20 +02:00
Otto Richter
53ca3d4e6c
chore(ci): Use mirrored container images for node
2024-08-12 16:11:35 +02:00
Renovate Bot
eb6afae1c0
Update renovate to v38.25.0
2024-08-12 00:04:22 +00:00
Earl Warren
f250f89491
chore(ci): do not remove tags from forgejo-integration
...
If the tag of a stable release is removed from integration, it won't
be properly described when building the test release. It will be:
8.0.0-dev-1648-7b31a541c0+gitea-1.22.0
instead of:
8.0.1-5-7b31a541c0+gitea-1.22.0
2024-08-11 07:22:21 +02:00
Earl Warren
6e94be527a
chore(ci): remove old releases from forgejo-integration
...
The releases are created when:
* a tag is pushed to the integration repository it will create a
vX.Y.Z release
* a new commit is pushed to a branch and mirrored to the integration
repository, it will create a vX.Y-test release named after the branch
When both vX.Y.Z and vX.Y-test release are present, the end-to-end
tests will use vX.Y.Z because it comes first in release sort
order. This ensures that a last round of end-to-end tests is run from
the release built in the integration repository, exactly as it will be
published and signed.
In between stable releases, the vX.Y-test releases are built daily and
must be used instead for end-to-end testing so that problems can be
detected as soon as possible. For that to happen, the stable release
must be removed from the integration repository and this is done 24h
after they were published.
The vX.Y-test releases are removed if they have not been updated in 18
months. As of August 2024 it is possible for a LTS to still be needed
in tests over a year after it was last updated, although it is
unlikely that such a lack of activity happens, there is no reason to
remove the test release before that.
2024-08-10 15:16:00 +02:00
Renovate Bot
8039240c26
Update module github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker to v3
2024-08-09 21:03:37 +02:00
Renovate Bot
52666d4a8a
Update renovate to v38.21.3
2024-08-08 08:05:32 +00:00
TheFox0x7
2e2a044493
Revert "Open telemetry integration ( #3972 )"
...
This reverts commit c738542201
.
2024-08-07 11:22:43 +02:00
Michael Kriese
4fb19da661
ci: add workflow_dispatch
to renovate and mirror
2024-08-06 13:52:36 +02:00
TheFox0x7
c738542201
Open telemetry integration ( #3972 )
...
This PR adds opentelemetry and chi wrapper to have basic instrumentation
<!--start release-notes-assistant-->
## Draft release notes
<!--URL:https://codeberg.org/forgejo/forgejo-- >
- Features
- [PR](https://codeberg.org/forgejo/forgejo/pulls/3972 ): <!--number 3972 --><!--line 0 --><!--description YWRkIHN1cHBvcnQgZm9yIGJhc2ljIHJlcXVlc3QgdHJhY2luZyB3aXRoIG9wZW50ZWxlbWV0cnk=-->add support for basic request tracing with opentelemetry<!--description-->
<!--end release-notes-assistant-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3972
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com>
2024-08-05 06:04:39 +00:00
Renovate Bot
00ae44129d
Update renovate to v38.18.12
2024-08-05 00:02:57 +00:00
Earl Warren
94f3589623
chore(ci): do not hardcode go version, use go.mod instead
2024-08-03 11:53:55 +02:00
Earl Warren
9597e041da
fix(release-notes-assistant): categorize multiline drafts & cleanup
...
Upgrade to release-notes-assistant 1.1.1:
* multiline release notes drafts were incorrectly categorized
according the first line, instead of for each line
* when there is a backport, link the original PR first
* remove spurious </a>
2024-08-01 20:56:34 +02:00
Robert Wolff
4d19cc3e38
fix(action): forgejo-backport-action committer name and email
2024-07-31 17:43:36 +02:00
Michael Kriese
707318fcc8
chore(renovate): use mirror image
2024-07-30 09:23:44 +02:00
Renovate Bot
5e3d4b001c
Update renovate to v38.9.0
2024-07-29 08:02:14 +00:00
Renovate Bot
5da7b3ae1f
Update renovate to v38
2024-07-26 20:01:43 +00:00
Twenty Panda
b85ec067ca
feat(release-notes-assistant): diff of the change in preview
2024-07-25 22:32:14 +02:00