0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-10 04:13:11 +02:00

6 Commits

Author SHA1 Message Date
Pascal Zimmermann
5096d6c942 feat: Use the Gitea queue functionality instead of the DB 2026-04-01 08:15:57 +02:00
Pascal Zimmermann
63be2b1103 feat: Update the conditions of the actions to continue the tasks executions
Signed-off-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
2026-04-01 08:15:29 +02:00
Pascal Zimmermann
2a4558da37 docs: Add a comment about the implementation details and a race condition
fix: Adjust the lint issues
fix: Add the copyright info

Signed-off-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
2026-04-01 08:15:29 +02:00
Pascal Zimmermann
b85e78efeb feat: Update the db migration and the add a debug message about wrong parsed values 2026-04-01 08:15:27 +02:00
Pascal Zimmermann
d5823e0431 fix: Remove MatrixID and Capacity functionality 2026-04-01 08:15:19 +02:00
Pascal Zimmermann
57400c725e feat: Add max-parallel implementation inside the Gitea server
# Conflicts:
#	models/migrations/migrations.go
#	models/migrations/v1_26/v325.go

# Conflicts:
#	models/actions/run_job.go
#	models/actions/runner.go
#	models/migrations/migrations.go
#	modules/structs/repo_actions.go
#	routers/api/actions/runner/runner.go
#	routers/api/v1/admin/runners.go
#	routers/api/v1/api.go
#	routers/api/v1/shared/runners.go
#	services/actions/run.go
#	templates/swagger/v1_json.tmpl

# Conflicts:
#	models/migrations/migrations.go
2026-04-01 08:15:17 +02:00