07347634aa
Refactor and update mail templates ( #35150 )
...
- Moved mail templates to new directories.
- Added new devtest ymls.
- Embedded styles as much as possible.
- Added new translation keys for actions email.
---------
Signed-off-by: NorthRealm <155140859+NorthRealm@users.noreply.github.com >
Co-authored-by: delvh <dev.lh@web.de >
2025-09-04 20:20:42 -07:00
c7b99c8cc7
Prevent duplicate actions email ( #35215 )
...
Trying to prevent duplicate action emails by adding an extra check on job status.
---------
Signed-off-by: NorthRealm <155140859+NorthRealm@users.noreply.github.com >
Co-authored-by: Christopher Homberger <christopher.homberger@web.de >
2025-08-24 09:30:56 -07:00
NorthRealm and GitHub
793815adf7
Upgrade go to 1.24.6 ( #35235 )
2025-08-08 13:03:30 +00:00
NorthRealm and GitHub
becd15f743
Fix Actions API ( #35204 )
...
Fixed a nil pointer error.
Related #34337
2025-08-04 23:41:30 -04:00
NorthRealm and GitHub
39f145ae72
Fix job status aggregation logic ( #35000 )
...
For a run (assume 2 jobs) that has a failed job and a waiting job, the
run status should be waiting, **as the run is not done yet.**
Related #34823
2025-07-17 21:12:02 +03:00
0d00ec7eed
Send email on Workflow Run Success/Failure ( #34982 )
...
Closes #23725


/claim #23725
---------
Signed-off-by: NorthRealm <155140859+NorthRealm@users.noreply.github.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
Co-authored-by: ChristopherHX <christopher.homberger@web.de >
2025-07-15 18:54:31 -07:00
56eccb4995
Add Notifications section in User Settings ( #35008 )
...
Related: #34982
---------
Signed-off-by: NorthRealm <155140859+NorthRealm@users.noreply.github.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-07-11 10:17:52 +08:00
NorthRealm and GitHub
6b42ea1e54
Rerun job only when run is done ( #34970 )
...
For consistency, limit rerunning Job(s) to only when Run is in Done status.
2025-07-06 10:47:02 -07:00
NorthRealm and GitHub
485d8f1121
Add "Cancel workflow run" button to Actions list page ( #34817 )
2025-06-22 19:05:16 -04:00
NorthRealm and GitHub
3f7dbbdaf1
Small fix in Pull Requests page ( #34612 )
2025-06-06 02:10:42 +00:00
4cb0c641ce
Add "View workflow file" to Actions list page ( #34538 )
...
This PR adds "View workflow file" to Actions list page, and replaces the
redundant link.
Related #34530
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-05-28 20:30:00 +08:00
9b295e984a
Actions list ( #34530 )
...
Closes #34524
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-05-26 20:02:47 +08:00
NorthRealm and GitHub
dd500ce559
Fix Workflow run Not Found page ( #34459 )
...
Related:
https://github.com/go-gitea/gitea/pull/34337#issuecomment-2863593738
https://github.com/go-gitea/gitea/pull/34337#discussion_r2086332493
2025-05-14 14:40:10 -07:00
1e2f3514b9
Add endpoint deleting workflow run ( #34337 )
...
Add endpoint deleting workflow run
Resolves #26219
/claim #26219
---------
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-05-13 19:18:13 +00:00
4c611bf280
Add a button editing action secret ( #34348 )
...
Add a button editing action secret
Closes #34190
---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-05-08 17:11:43 +00:00
6b2c506e05
Grey out expired artifact on Artifacts list ( #34314 )
...
Grey out expired artifact on Artifacts list.


---------
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com >
2025-05-05 21:53:17 -07:00