WIP: This PR is only used to see the git diff better #1

Draft
tom wants to merge 4 commits from tn-fix-branch-deletion into forgejo
Owner

Checklist

The contributor guide contains information that will be helpful to first time contributors. There also are a few conditions for merging Pull Requests in Forgejo repositories. You are also welcome to join the Forgejo development chatroom.

Tests

  • I added test coverage for Go changes...
    • in their respective *_test.go for unit tests.
    • in the tests/integration directory if it involves interactions with a live Forgejo server.
  • I added test coverage for JavaScript changes...

Documentation

  • I created a pull request to the documentation to explain to Forgejo users how to use this change.
  • I did not document these changes and I do not expect someone else to do it.

Release notes

  • I do not want this change to show in the release notes.
  • I want the title to show in the release notes with a link to this pull request.
  • I want the content of the release-notes/<pull request number>.md to be be used for the release notes instead of the title.
## Checklist The [contributor guide](https://forgejo.org/docs/next/contributor/) contains information that will be helpful to first time contributors. There also are a few [conditions for merging Pull Requests in Forgejo repositories](https://codeberg.org/forgejo/governance/src/branch/main/PullRequestsAgreement.md). You are also welcome to join the [Forgejo development chatroom](https://matrix.to/#/#forgejo-development:matrix.org). ### Tests - I added test coverage for Go changes... - [ ] in their respective `*_test.go` for unit tests. - [ ] in the `tests/integration` directory if it involves interactions with a live Forgejo server. - I added test coverage for JavaScript changes... - [ ] in `web_src/js/*.test.js` if it can be unit tested. - [ ] in `tests/e2e/*.test.e2e.js` if it requires interactions with a live Forgejo server (see also the [developer guide for JavaScript testing](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/tests/e2e/README.md#end-to-end-tests)). ### Documentation - [ ] I created a pull request [to the documentation](https://codeberg.org/forgejo/docs) to explain to Forgejo users how to use this change. - [ ] I did not document these changes and I do not expect someone else to do it. ### Release notes - [ ] I do not want this change to show in the release notes. - [ ] I want the title to show in the release notes with a link to this pull request. - [ ] I want the content of the `release-notes/<pull request number>.md` to be be used for the release notes instead of the title.
tom added 3 commits 2024-10-23 21:49:35 +02:00
Add woodpecker ci (temp)
Some checks failed
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 10m41s
testing / frontend-checks (pull_request) Failing after 1m3s
testing / test-unit (pull_request) Has been skipped
testing / test-e2e (pull_request) Has been skipped
testing / test-mysql (pull_request) Has been skipped
testing / test-pgsql (pull_request) Has been skipped
testing / test-sqlite (pull_request) Has been skipped
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Has been skipped
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Has been skipped
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Has been skipped
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Has been skipped
testing / security-check (pull_request) Has been skipped
Integration tests for the release process / release-simulation (push) Has been cancelled
f2a3d10588
tom force-pushed tn-fix-branch-deletion from f2a3d10588 to d21dff4883 2024-10-24 17:44:07 +02:00 Compare
tom force-pushed tn-fix-branch-deletion from d21dff4883 to 61ebc7c17e 2024-10-24 21:06:06 +02:00 Compare
tom force-pushed tn-fix-branch-deletion from 61ebc7c17e to 006c1000c2 2024-10-25 21:14:31 +02:00 Compare
tom force-pushed tn-fix-branch-deletion from 006c1000c2 to acea726ff3 2024-10-25 21:19:59 +02:00 Compare
tom force-pushed tn-fix-branch-deletion from acea726ff3 to 6a7085a7fe 2024-10-25 21:28:27 +02:00 Compare
tom added 1 commit 2024-10-26 19:11:12 +02:00
debug branches
Some checks failed
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 5m26s
ci/woodpecker/push/build Pipeline was successful
testing / frontend-checks (pull_request) Successful in 1m25s
/ release-notes (pull_request_target) Has been skipped
testing / test-unit (pull_request) Successful in 6m48s
testing / test-e2e (pull_request) Successful in 2m36s
testing / test-mysql (pull_request) Failing after 51m13s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Has been cancelled
testing / test-sqlite (pull_request) Has been cancelled
testing / security-check (pull_request) Has been cancelled
testing / test-pgsql (pull_request) Has been cancelled
4ab43fd3db
tom force-pushed tn-fix-branch-deletion from 4ab43fd3db to 36274c8223 2024-10-26 21:00:49 +02:00 Compare
tom force-pushed tn-fix-branch-deletion from 36274c8223 to 8981e11426 2024-10-26 21:59:13 +02:00 Compare
tom force-pushed tn-fix-branch-deletion from 8981e11426 to 2eb1a45392 2024-10-26 22:00:40 +02:00 Compare
tom force-pushed tn-fix-branch-deletion from 2eb1a45392 to 67abe24ca5 2024-10-26 22:13:24 +02:00 Compare
tom force-pushed tn-fix-branch-deletion from 67abe24ca5 to 9a366d607f 2024-10-27 01:01:25 +02:00 Compare
tom added 1 commit 2024-10-27 01:56:11 +02:00
lol
Some checks failed
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 5m55s
ci/woodpecker/push/build Pipeline was successful
testing / frontend-checks (pull_request) Successful in 1m39s
/ release-notes (pull_request_target) Has been skipped
testing / test-unit (pull_request) Successful in 8m22s
testing / test-e2e (pull_request) Successful in 2m52s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Has been cancelled
testing / test-pgsql (pull_request) Has been cancelled
testing / test-sqlite (pull_request) Has been cancelled
testing / security-check (pull_request) Has been cancelled
testing / test-mysql (pull_request) Has been cancelled
308c74b402
tom force-pushed tn-fix-branch-deletion from 308c74b402 to 207d1b4b7a 2024-10-27 02:04:30 +01:00 Compare
tom force-pushed tn-fix-branch-deletion from 207d1b4b7a to f62aae159f 2024-10-27 02:09:47 +01:00 Compare
tom added 1 commit 2024-10-27 23:51:31 +01:00
test normal integration test
Some checks failed
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 6m38s
ci/woodpecker/push/build Pipeline was successful
testing / frontend-checks (pull_request) Successful in 1m41s
/ release-notes (pull_request_target) Has been skipped
testing / test-unit (pull_request) Successful in 7m40s
testing / test-e2e (pull_request) Successful in 2m55s
testing / test-mysql (pull_request) Successful in 31m40s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Has been cancelled
testing / test-sqlite (pull_request) Has been cancelled
testing / security-check (pull_request) Has been cancelled
testing / test-pgsql (pull_request) Has been cancelled
7b2c5c19cd
tom force-pushed tn-fix-branch-deletion from 7b2c5c19cd to 9ea8aaab1b 2024-10-28 00:42:59 +01:00 Compare
tom added 1 commit 2024-10-28 00:44:26 +01:00
lol
Some checks failed
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 5m27s
ci/woodpecker/push/build Pipeline was successful
testing / frontend-checks (pull_request) Successful in 1m28s
/ release-notes (pull_request_target) Has been skipped
testing / test-unit (pull_request) Successful in 6m56s
testing / test-e2e (pull_request) Successful in 2m47s
testing / test-mysql (pull_request) Failing after 51m47s
testing / test-pgsql (pull_request) Failing after 51m14s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Has been cancelled
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Has been cancelled
testing / security-check (pull_request) Has been cancelled
testing / test-sqlite (pull_request) Has been cancelled
20acb1df2f
tom force-pushed tn-fix-branch-deletion from 20acb1df2f to fe3bec00bc 2024-10-28 02:43:29 +01:00 Compare
tom force-pushed tn-fix-branch-deletion from fe3bec00bc to c943dab099 2024-10-28 03:24:55 +01:00 Compare
tom force-pushed tn-fix-branch-deletion from c943dab099 to 93ec0f8ee8 2024-10-28 03:56:45 +01:00 Compare
tom force-pushed tn-fix-branch-deletion from 93ec0f8ee8 to af89efcd0f 2024-10-28 06:23:19 +01:00 Compare
tom force-pushed tn-fix-branch-deletion from af89efcd0f to 7635150699 2024-10-28 06:55:25 +01:00 Compare
tom added 1 commit 2024-10-28 07:09:03 +01:00
Add woodpecker ci (temp)
All checks were successful
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 5m29s
testing / frontend-checks (pull_request) Successful in 1m26s
/ release-notes (pull_request_target) Has been skipped
ci/woodpecker/push/build Pipeline was successful
testing / test-unit (pull_request) Successful in 7m26s
testing / test-e2e (pull_request) Successful in 2m47s
testing / test-mysql (pull_request) Successful in 31m57s
testing / test-pgsql (pull_request) Successful in 38m25s
testing / test-sqlite (pull_request) Successful in 32m14s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Successful in 2m26s
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Successful in 2m23s
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Successful in 2m32s
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Successful in 2m36s
testing / security-check (pull_request) Successful in 1m5s
3b47057ffa
All checks were successful
ci/woodpecker/pr/build Pipeline was successful
testing / backend-checks (pull_request) Successful in 5m29s
testing / frontend-checks (pull_request) Successful in 1m26s
/ release-notes (pull_request_target) Has been skipped
ci/woodpecker/push/build Pipeline was successful
testing / test-unit (pull_request) Successful in 7m26s
testing / test-e2e (pull_request) Successful in 2m47s
testing / test-mysql (pull_request) Successful in 31m57s
testing / test-pgsql (pull_request) Successful in 38m25s
testing / test-sqlite (pull_request) Successful in 32m14s
testing / test-remote-cacher (map[image:docker.io/bitnami/redis:7.2 port:6379]) (pull_request) Successful in 2m26s
testing / test-remote-cacher (map[image:docker.io/bitnami/valkey:7.2 port:6379]) (pull_request) Successful in 2m23s
testing / test-remote-cacher (map[image:ghcr.io/microsoft/garnet-alpine:1.0.14 port:6379]) (pull_request) Successful in 2m32s
testing / test-remote-cacher (map[image:registry.redict.io/redict:7.3.0-scratch port:6379]) (pull_request) Successful in 2m36s
testing / security-check (pull_request) Successful in 1m5s
This pull request has changes conflicting with the target branch.
  • models/forgejo_migrations/migrate.go
  • services/shared/automerge/automerge.go
  • tests/integration/pull_merge_test.go
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin tn-fix-branch-deletion:tn-fix-branch-deletion
git checkout tn-fix-branch-deletion

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout forgejo
git merge --no-ff tn-fix-branch-deletion
git checkout tn-fix-branch-deletion
git rebase forgejo
git checkout forgejo
git merge --ff-only tn-fix-branch-deletion
git checkout tn-fix-branch-deletion
git rebase forgejo
git checkout forgejo
git merge --no-ff tn-fix-branch-deletion
git checkout forgejo
git merge --squash tn-fix-branch-deletion
git checkout forgejo
git merge --ff-only tn-fix-branch-deletion
git checkout forgejo
git merge tn-fix-branch-deletion
git push origin forgejo
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: tom/forkjo#1
No description provided.