-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Actions support workflow dispatch event #28163
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
techknowlogick
merged 73 commits into
go-gitea:main
from
pangliang:actions_support_workflow_dispatch_event
Aug 19, 2024
Merged
Changes from all commits
Commits
Show all changes
73 commits
Select commit
Hold shift + click to select a range
fbadf6f
Actions support workflow dispatch event
pangliang 8eb79f3
fix lint check, /actions/run use isAdmin permission
pangliang d973fc1
workflow_dispatch support inputs config
pangliang e18bbcc
Use db.Find instead of writing methods for every object (#28084)
pangliang d0a70d3
Use Crowdin to translate them
pangliang 2d2f921
Add ref selector for run workflow from
pangliang 660cf18
Follow the behavior of github, only render templates, do not directly…
pangliang 2829a88
Form validate
pangliang f4a55d1
unnecessary parameters
pangliang 5afedfd
There is no need to readWorkflow again
pangliang 1b7864d
Missed Disabled check.
pangliang 0e67591
Checkbox has its own label
pangliang 300f068
ParseRawOn is not required, use WorkflowDispatchConfig instead
pangliang a7c0016
fix go.sum
pangliang 36c47f1
hard code event workflow_dispatch for now
pangliang 78d636f
AllowTriggerWorkflowDispatchEvent is unnecessary
pangliang 44615a5
support type "number" form validation
pangliang c24dede
Returns nil when workflow_dispatch is not defined
pangliang 65b0313
Add WorkflowDispatchPayload for pass Webhook event payload to runner
pangliang faf3b08
DetectedWorkflow unnecessary
pangliang 1f64b24
only required is enough.
pangliang 5e0a0bc
should omit nil check
pangliang 5ddf23a
Remove unsupported description section of workflow_dispatch from docu…
pangliang a6db416
Fix workflow dispatch ui
TKaxv-7S ab84156
update gitea.com/gitea/act to v0.2.59
pangliang c9aeacc
rebase github/gitea main
pangliang b3203b4
import fmt
pangliang 5b51dfb
import fmt
pangliang d1f8cef
Merge branch 'main' into actions_support_workflow_dispatch_event
techknowlogick e78a88d
lint fail: "undefined: util"
pangliang 82e27b8
Merge remote-tracking branch 'origin/main' into actions_support_workf…
pangliang 9fc0e0d
Wrong indentation type(spaces instead of tabs)
pangliang 4a34fc8
fmt-check fail
pangliang ce55bd5
Adopted suggested change from @silverwind
pangliang 57653ac
smaller submit button
pangliang 28350dc
Revert "smaller submit button"
pangliang 50694f2
smaller branch dropdown button
pangliang b261c3c
Merge branch 'main' into actions_support_workflow_dispatch_event
silverwind 0027bc9
Merge remote-tracking branch 'origin/main' into actions_support_workf…
pangliang 85ec450
change branch dropdown text font-size to small
pangliang 1d20af3
GetTagNamesByRepoID error handle as branch
pangliang 7c9eba6
remove project-column-header class
pangliang c0b87a5
remove spaces before colon
pangliang b2092d2
some Translate text
pangliang 6d3c634
unnecessary i tag
pangliang 8e70046
font-size use css class
pangliang 8d23757
Merge branch 'main' into actions_support_workflow_dispatch_event
silverwind 8312260
Update templates/repo/actions/workflow_dispatch.tmpl
silverwind 2d882b0
Update templates/repo/actions/workflow_dispatch.tmpl
silverwind 65de06e
fix lint check fail
pangliang 4097052
Merge remote-tracking branch 'origin/main' into actions_support_workf…
pangliang 43e0e3d
Merge remote-tracking branch 'origin/main' into actions_support_workf…
pangliang eb71452
Merge branch 'main' into actions_support_workflow_dispatch_event
techknowlogick cf5fe7f
Merge branch 'main' into actions_support_workflow_dispatch_event
silverwind 83fb4b0
Merge remote-tracking branch 'origin/main' into actions_support_workf…
pangliang ea31b78
Replace `interface{}` with `any`
pangliang c159998
Merge remote-tracking branch 'origin/main' into actions_support_workf…
silverwind d2588fd
Many fixes to the branch selector
silverwind 4683d81
extra empty line at the end of a block
pangliang 899abcf
add workflow dispatch
denyskon 91358ac
Merge branch 'workflow-dispatch' into actions_support_workflow_dispat…
denyskon 052acfe
Merge pull request #5 from denyskon/actions_support_workflow_dispatch…
pangliang 283d475
Use a separate WorkflowDispatch structure in the view to keep the inp…
pangliang 20896ed
Fix lint check error
pangliang ef3a18a
Fix checks-backend error
pangliang ecb0f41
Fix checks-backend error
pangliang d682687
Fix checks-backend error
pangliang ddd8b37
Merge branch 'main' into actions_support_workflow_dispatch_event
GiteaBot 791e790
Update templates/repo/actions/workflow_dispatch.tmpl
lunny 94029b6
Update templates/repo/issue/branch_selector_field.tmpl
lunny 2ea6fa2
Merge branch 'main' into actions_support_workflow_dispatch_event
GiteaBot b88ae0f
Merge branch 'main' into actions_support_workflow_dispatch_event
GiteaBot e3e321b
Merge branch 'main' into actions_support_workflow_dispatch_event
GiteaBot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.