aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions/task.go
Commit message (Expand)AuthorAgeFilesLines
* Fix ambiguous id when fetch Actions tasks (#30382) (#30383)Giteabot2024-04-101-1/+1
* Avoid running action when action unit is disabled after workflows detected (#...Giteabot2024-04-081-1/+4
* Fix incorrect run order of action jobs (#28367)yp053272023-12-061-1/+1
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-1/+1
* Add optimistic lock to ActionRun table (#26563)Jason Song2023-08-211-8/+0
* Fix log typo in task.go (#26337)cassiozareck2023-08-051-1/+1
* Reduce unnecessary DB queries for Actions tasks (#25199)sillyguodong2023-07-241-2/+1
* Upgrade go dependencies (#25819)harryzcy2023-07-141-3/+3
* Fix content holes in Actions task logs file (#25560)Jason Song2023-06-281-0/+9
* Support changing labels of Actions runner without re-registration (#24806)sillyguodong2023-06-131-4/+2
* Improve updating Actions tasks (#24600)Jason Song2023-05-101-6/+11
* Avoid too long names for actions (#23162)Jason Song2023-02-281-1/+2
* Implement actions (#21937)Jason Song2023-01-311-0/+504