forgejo/models/forgejo_migrations/v1_22
Earl Warren 998a431747
Do not update PRs based on events that happened before they existed
* Split TestPullRequest out of AddTestPullRequestTask
* A Created field is added to the Issue table
* The Created field is set to the time (with nano resolution) on creation
* Record the nano time repo_module.PushUpdateOptions is created by the hook
* The decision to update a pull request created before a commit was
  pushed is based on the time (with nano resolution) the git hook
  was run and the Created field

It ensures the following happens:

* commit C is pushed
* the git hook queues AddTestPullRequestTask for processing and returns with success
* TestPullRequest is not called yet
* a pull request P with commit C as the head is created
* TestPullRequest runs and ignores P because it was created after the commit was received

When the "created" column is NULL, no verification is done, pull
requests that were created before the column was created in the
database cannot be newer than the latest call to a git hook.

Fixes: https://codeberg.org/forgejo/forgejo/issues/2009
2024-04-11 11:16:23 +02:00
..
main_test.go Add a migration to remove SSH signatures from release notes 2024-03-26 08:09:36 +00:00
v4.go [GITEA] Optionally allow anyone to edit Wikis 2024-02-05 16:09:42 +01:00
v5.go [FEAT] Repository flags 2024-02-05 16:09:42 +01:00
v6.go models/forgejo_migrations: Gitea tables migration ID 2024-03-27 09:27:32 +01:00
v7.go models/forgejo_migrations: Gitea tables migration ID 2024-03-27 09:27:32 +01:00
v8.go Add a migration to remove SSH signatures from release notes 2024-03-26 08:09:36 +00:00
v8_test.go Add a migration to remove SSH signatures from release notes 2024-03-26 08:09:36 +00:00
v9.go [FEAT] Configure if protected branch rule should apply to admins 2024-03-29 00:21:49 +01:00
v10.go Add back ID field to pronouns migration 2024-04-03 15:16:38 -05:00
v11.go Do not update PRs based on events that happened before they existed 2024-04-11 11:16:23 +02:00
v12.go models: reserve v11 for backporting release blocker 2024-04-11 11:13:28 +02:00