Skip to content

Add endpoint deleting workflow run #34337

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 57 commits into from
May 13, 2025
Merged
Changes from 1 commit
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
83f1bba
Backend
NorthRealm May 1, 2025
a633f44
Refactor
NorthRealm May 1, 2025
29a0fe5
run.go jobIds len check
NorthRealm May 1, 2025
b92b3c5
API endpoint
NorthRealm May 1, 2025
cb05cf7
FIX
NorthRealm May 1, 2025
0dc984a
Swagger
NorthRealm May 1, 2025
61328b8
LINT FIX
NorthRealm May 1, 2025
c76fb69
Fix
NorthRealm May 2, 2025
05aa0e4
MOCK
NorthRealm May 2, 2025
5f6238b
Test
NorthRealm May 2, 2025
e5a8968
Mock
NorthRealm May 2, 2025
7e6e6ae
Test
NorthRealm May 2, 2025
8922924
Test
NorthRealm May 2, 2025
9435c3a
MOCK
NorthRealm May 2, 2025
1b759fb
Test
NorthRealm May 2, 2025
cf5bcfb
LINT FIX
NorthRealm May 2, 2025
51b328e
Merge remote-tracking branch 'upstream/main' into delete-run-1
NorthRealm May 2, 2025
1b5be81
UPDATE
NorthRealm May 3, 2025
63d2cda
Button
NorthRealm May 3, 2025
08f71c3
Button
NorthRealm May 3, 2025
933ffee
Button
NorthRealm May 3, 2025
fdc3893
update
NorthRealm May 3, 2025
40da061
Merge remote-tracking branch 'upstream/main' into delete-run-1
NorthRealm May 4, 2025
b78b1ba
Delete comment
NorthRealm May 4, 2025
a38a4ec
Fix
NorthRealm May 4, 2025
3bec240
Merge remote-tracking branch 'upstream/main' into delete-run-1
NorthRealm May 5, 2025
2d12444
Update
NorthRealm May 5, 2025
e4c5327
Update API
NorthRealm May 5, 2025
8d96bf2
update
NorthRealm May 6, 2025
3e77294
Locale
NorthRealm May 6, 2025
31bc854
Merge remote-tracking branch 'upstream/main' into delete-run-1
NorthRealm May 6, 2025
5236e8e
Merge remote-tracking branch 'upstream/main' into delete-run-1
NorthRealm May 8, 2025
85c80e1
Update deletion
NorthRealm May 8, 2025
4c7821c
update
NorthRealm May 8, 2025
0a53d98
Refactor
NorthRealm May 8, 2025
bd90b60
ADD
NorthRealm May 8, 2025
049eb90
fix
NorthRealm May 8, 2025
2718400
lint fix
NorthRealm May 8, 2025
2bbc402
update
NorthRealm May 9, 2025
08d5409
Merge remote-tracking branch 'upstream/main' into delete-run-1
NorthRealm May 9, 2025
1eed130
update
NorthRealm May 9, 2025
fbd1a0e
Update template
NorthRealm May 12, 2025
e7a66c1
comment
NorthRealm May 13, 2025
9a4eb9f
update
NorthRealm May 13, 2025
301c019
Merge remote-tracking branch 'upstream/main' into delete-run-1
NorthRealm May 13, 2025
a7df3c4
update
NorthRealm May 13, 2025
8bf09b9
update
NorthRealm May 13, 2025
9298b10
reqToken
NorthRealm May 13, 2025
04fb637
template
NorthRealm May 13, 2025
bf6131f
FIX
NorthRealm May 13, 2025
3822673
improve templates
wxiaoguang May 13, 2025
866656b
use GetRunByRepoAndID to simplify logic
wxiaoguang May 13, 2025
3a60c3d
use json error message
wxiaoguang May 13, 2025
7142a95
fix UpdateRun logic
wxiaoguang May 13, 2025
ad5234f
fix lint
wxiaoguang May 13, 2025
8012a7e
fix "not found" usage
wxiaoguang May 13, 2025
7588e0b
Merge branch 'main' into delete-run-1
wxiaoguang May 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
NorthRealm committed May 3, 2025
commit fdc3893bdb763166475d63e87d5b43e3accbb979
2 changes: 1 addition & 1 deletion options/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
@@ -3807,7 +3807,7 @@ runs.no_runs = The workflow has no runs yet.
runs.empty_commit_message = (empty commit message)
runs.expire_log_message = Logs have been purged because they were too old.
runs.delete = Delete workflow run
runs.delete.description = Are you sure you want to permanently delete this workflow run? <b>This action cannot be undone.</b>
runs.delete.description = Are you sure you want to permanently delete this workflow run? This action cannot be undone.

workflow.disable = Disable Workflow
workflow.disable_success = Workflow '%s' disabled successfully.