gitea/models
ChristopherHX 25c4eb1659
Refactor ActionRunJob parsing into a reusable function (#35623)
Use a helper method around the jobparser for parsing a single job
structure from an ActionRunJob

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-10-11 12:58:36 +07:00
..
actions Refactor ActionRunJob parsing into a reusable function (#35623) 2025-10-11 12:58:36 +07:00
activities Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
admin Fix omitempty bug (#33663) 2025-02-20 12:39:21 +07:00
asymkey Fix SSH signing key path will be displayed in the pull request UI (#35381) 2025-09-12 03:00:18 +07:00
auth Refactor db package (#35380) 2025-08-30 01:04:06 +07:00
avatars Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
db Fix various typos in codebase (#35480) 2025-09-13 10:34:43 +07:00
dbfs Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
fixtures Add rebase push display wrong comments bug (#35560) 2025-10-03 15:16:17 +07:00
git Replace gobwas/glob package (#35478) 2025-09-13 18:01:00 +07:00
issues Fix inputing review comment will remove reviewer (#35591) 2025-10-09 19:55:14 +07:00
migrations Support Actions `concurrency` syntax (#32751) 2025-10-10 18:58:55 +07:00
organization Refactor db package (#35380) 2025-08-30 01:04:06 +07:00
packages Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
perm Correctly override user unitmodes (#35501) 2025-09-17 12:26:58 +07:00
project Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
pull Start automerge check again after the conflict check and the schedule (#34989) 2025-07-08 14:51:16 +07:00
renderhelper Fix commit message rendering and some UI problems (#34680) 2025-06-10 23:20:32 +07:00
repo Move archive function to repo_model and gitrepo (#35514) 2025-10-06 15:01:26 +07:00
secret Added Description Field for Secrets and Variables (#33526) 2025-03-17 19:24:54 +07:00
shared/types Refactor locale&string&template related code (#29165) 2024-02-14 21:48:45 +07:00
system Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
unit Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +07:00
unittest Refactor db package (#35380) 2025-08-30 01:04:06 +07:00
user Address some CodeQL security concerns (#35572) 2025-10-04 01:21:26 +07:00
webhook Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +07:00
repo.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 +07:00
repo_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00