gitea/services
Giteabot 4f02b4a7b9
Make Actions tasks/jobs timeouts configurable by the user () ()
Backport  by @fantognazza

With this PR we added the possibility to configure the Actions timeouts
values for killing tasks/jobs.
Particularly this enhancement is closely related to the `act_runner`
configuration reported below:
```
# The timeout for a job to be finished.
# Please note that the Gitea instance also has a timeout (3h by default) for the job.
# So the job could be stopped by the Gitea instance if it's timeout is shorter than this.
timeout: 3h
```

---

Setting the corresponding key in the INI configuration file, it is
possible to let jobs run for more than 3 hours.

Signed-off-by: Francesco Antognazza <francesco.antognazza@gmail.com>
..
actions Make Actions tasks/jobs timeouts configurable by the user () ()
agit Move notification interface to services layer ()
asymkey Another round of `db.DefaultContext` refactor () ()
attachment move repository deletion to service layer ()
auth Allow get release download files and lfs files with oauth2 token format () ()
automerge Improve queue and logger context ()
context Another round of `db.DefaultContext` refactor () ()
convert More `db.DefaultContext` refactor () ()
cron More `db.DefaultContext` refactor () ()
externalaccount More `db.DefaultContext` refactor () ()
feed More `db.DefaultContext` refactor () ()
forms Check blocklist for emails when adding them to account ()
gitdiff Fix successful return value for `SyncAndGetUserSpecificDiff` ()
indexer Update status and code index after changing the default branch ()
issue More `db.DefaultContext` refactor () ()
lfs Bump github.com/golang-jwt/jwt to v5 ()
mailer Next round of `db.DefaultContext` refactor ()
markup Move web/api context related testing function into a separate package ()
migrations More `db.DefaultContext` refactor () ()
mirror More `db.DefaultContext` refactor () ()
notify Update status and code index after changing the default branch ()
org More refactoring of `db.DefaultContext` ()
packages Another round of `db.DefaultContext` refactor () ()
pull More `db.DefaultContext` refactor () ()
release Another round of `db.DefaultContext` refactor () ()
repository Another round of `db.DefaultContext` refactor () ()
secrets Refactor secrets modification logic ()
task Next round of `db.DefaultContext` refactor ()
uinotification More `db.DefaultContext` refactor () ()
user Another round of `db.DefaultContext` refactor () ()
webhook Fix release URL in webhooks () ()
wiki Fix incorrect test code for error handling ()