index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
actions
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trim title before insert/update to database to match the size requirements of...
Lunny Xiao
2024-11-17
3
-0
/
+7
*
Harden runner updateTask and updateLog api (#32462)
ChristopherHX
2024-11-17
1
-1
/
+3
*
fix: Actions PR workflows must update the commit status
Earl Warren
2024-11-04
1
-1
/
+5
*
Always update expiration time when creating an artifact (#32281)
Zettat123
2024-10-20
1
-1
/
+8
*
fix: don't cancel schedule workflows on push to main branch
Kwonunn
2024-10-05
1
-10
/
+12
*
Support compression for Actions logs (#31761)
Jason Song
2024-08-13
1
-1
/
+7
*
Clear up old Actions logs (#31735)
Jason Song
2024-08-04
1
-3
/
+13
*
Use UTC as default timezone when schedule Actions cron tasks (#31742)
Jason Song
2024-08-04
3
-12
/
+104
*
Clarify Actions resources ownership (#31724)
Jason Song
2024-08-04
3
-19
/
+70
*
Add testifylint to lint checks (#4535)
TheFox0x7
2024-07-30
3
-25
/
+26
*
feat(cli): allow updates to runners' secrets
Emmanuel BENOÎT
2024-07-22
4
-12
/
+88
*
feat(cli): add `--keep-labels` flag to `forgejo actions register` (#4610)
Emmanuel BENOÎT
2024-07-22
2
-8
/
+131
*
[BUG] Add early-return to loading items from `SpecList`
Gusted
2024-07-20
1
-0
/
+8
*
Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3...
Jason Song
2024-06-02
1
-5
/
+1
*
badges: Relax the default workflow badge conditions
Gergely Nagy
2024-05-20
1
-2
/
+5
*
fix(actions): prevent deleted records' UUID from colliding with new records (...
Emmanuel BENOÎT
2024-05-19
3
-2
/
+78
*
Add codespell support and fix a good number of typos with its help (#3270)
Yaroslav Halchenko
2024-05-09
1
-1
/
+1
*
Interpolate runs-on with variables when scheduling tasks (#30640)
sillyguodong
2024-04-28
2
-6
/
+21
*
Add a db consistency check to remove runners that do not belong to a reposito...
Zettat123
2024-04-28
1
-2
/
+24
*
Refactor more filterslice (gitea#30370)
Lunny Xiao
2024-04-16
1
-10
/
+3
*
Add container.FilterSlice function (gitea#30339)
oliverpool
2024-04-16
6
-54
/
+27
*
Avoid user does not exist error when detecting schedule actions when the comm...
yp05327
2024-04-15
1
-0
/
+3
*
Fix ambiguous id when fetch Actions tasks (#30382)
Jason Song
2024-04-15
1
-1
/
+1
*
Avoid running action when action unit is disabled after workflows detected (#...
yp05327
2024-04-15
1
-1
/
+4
*
Add API for `Variables` (#29520)
sillyguodong
2024-04-07
1
-11
/
+16
*
Cancel previous runs of the same PR automatically (#29961)
Jason Song
2024-03-26
2
-6
/
+7
*
Fix schedule tasks bugs (#28691)
Lunny Xiao
2024-03-25
3
-5
/
+31
*
Make runs-on support variable expression (#29468)
sillyguodong
2024-03-11
1
-0
/
+33
*
remove util.OptionalBool and related functions (#29513)
6543
2024-03-06
1
-5
/
+8
*
Artifact deletion in actions ui (#27172)
FuXiaoHei
2024-02-23
1
-0
/
+22
*
Refactor locale&string&template related code (#29165)
wxiaoguang
2024-02-16
2
-2
/
+2
*
Revert "Fix schedule tasks bugs (#28691)"
Earl Warren
2024-02-05
3
-31
/
+5
*
[GITEA] Add support for shields.io-based badges
Gergely Nagy
2024-02-05
1
-0
/
+15
*
[GITEA] allow viewing the latest Action Run on the web
Gergely Nagy
2024-02-05
1
-0
/
+11
*
[CLI] implement forgejo-cli
Earl Warren
2024-02-05
2
-0
/
+97
*
Fix incorrect action duration time when rerun the job before executed once (#...
yp05327
2024-01-19
1
-5
/
+8
*
Fix schedule tasks bugs (#28691)
Lunny Xiao
2024-01-12
3
-5
/
+31
*
Refactor deletion (#28610)
delvh
2023-12-25
2
-14
/
+1
*
Added instance-level variables (#28115)
Jean-Baptiste Gomond
2023-12-25
1
-8
/
+4
*
Only check online runner when detecting matching runners in workflows (#28286)
yp05327
2023-12-18
1
-2
/
+15
*
Fix incorrect run order of action jobs (#28367)
yp05327
2023-12-06
1
-1
/
+1
*
Use db.Find instead of writing methods for every object (#28084)
Lunny Xiao
2023-11-24
9
-124
/
+48
*
Fix no ActionTaskOutput table waring (#28149)
yp05327
2023-11-21
1
-0
/
+4
*
Remove action runners on user deletion (#27902)
Earl Warren
2023-11-05
1
-0
/
+24
*
Upgrade to golangci-lint@v1.55.0 (#27756)
silverwind
2023-10-24
1
-1
/
+1
*
Add unit tests for action runner token (#27670)
Nanguan Lin
2023-10-19
2
-0
/
+58
*
Fix typo "GetLatestRunnerToken" (#27680)
Jason Song
2023-10-18
1
-2
/
+2
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
4
-7
/
+7
*
Redefine the meaning of column is_active to make Actions Registration Token g...
Lunny Xiao
2023-09-27
1
-8
/
+18
*
Next round of `db.DefaultContext` refactor (#27089)
JakobDev
2023-09-16
2
-8
/
+8
[next]