aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Add missing database transaction for new issue (#29490) (#29607)Lunny Xiao2024-03-051-7/+16
* Fix workflow trigger event IssueChangeXXX bug (#29559) (#29565)Giteabot2024-03-041-2/+14
* Fix incorrect relative/absolute URL usages (#29531) (#29547)Giteabot2024-03-021-1/+1
* Fix workflow trigger event bugs (#29467) (#29475)Giteabot2024-02-281-1/+7
* The job should always run when `if` is `always()` (#29464) (#29469)Giteabot2024-02-282-1/+76
* Ignore empty repo for CreateRepository in action notifier (#29416) (#29424)Giteabot2024-02-261-0/+3
* Fix tarball/zipball download bug (#29342) (#29352)Giteabot2024-02-232-1/+6
* Use general token signing secret (#29205) (#29325)wxiaoguang2024-02-222-9/+3
* Fix SSPI user creation (#28948) (#29323)Lunny Xiao2024-02-221-7/+3
* Improve the `issue_comment` workflow trigger event (#29277) (#29322)Giteabot2024-02-222-27/+80
* Implement some action notifier functions (#29173) (#29308)yp053272024-02-221-9/+67
* Fix missing link on outgoing new release notifications (#29079) (#29300)wxiaoguang2024-02-211-0/+1
* Fix debian InRelease Acquire-By-Hash newline (#29204) (#29299)wxiaoguang2024-02-211-1/+1
* Fix missed edit issues event for actions (#29237) (#29251)Lunny Xiao2024-02-201-0/+41
* Disallow merge when required checked are missing (#29143) (#29268)Markus Amshove2024-02-191-0/+4
* Fix bug when the linked account was disactived and list the linked accounts (...Lunny Xiao2024-02-192-5/+4
* Do not use lower tag names to find releases/tags (#29261) (#29262)Jason Song2024-02-191-6/+6
* Only delete scheduled workflows when needed (#29091) (#29235)Zettat1232024-02-181-3/+6
* Refactor issue template parsing and fix API endpoint (#29069) (#29140)wxiaoguang2024-02-141-14/+16
* Avoid sending update/delete release notice when it is draft (#29008) (#29025)Giteabot2024-02-021-8/+7
* Fix an actions schedule bug (#28942) (#28999)Giteabot2024-01-315-17/+67
* Implement `MigrateRepository` for the actions notifier (#28920) (#28923)Giteabot2024-01-251-0/+12
* Only migrate the first 255 chars of a Github issue title (#28902) (#28912)Giteabot2024-01-241-1/+2
* Fix `DeleteCollaboration` transaction behaviour (#28886) (#28889)Giteabot2024-01-221-2/+5
* Fix schedule not trigger bug because matching full ref name with short ref na...Giteabot2024-01-221-12/+16
* Fix reverting a merge commit failing (#28794) (#28825)Mihir Joshi2024-01-217-8/+24
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-162-6/+10
* Forbid removing the last admin user (#28337) (#28793)Giteabot2024-01-161-1/+6
* Fix schedule tasks bugs (#28691) (#28780)Lunny Xiao2024-01-145-22/+131
* Fix `convert.ToTeams` on empty input (#28426) (#28767)Giteabot2024-01-122-26/+26
* Concatenate error in `checkIfPRContentChanged` (#28731) (#28737)Giteabot2024-01-091-0/+4
* Fix alpine package files are not rebuilt (#28638) (#28665)Giteabot2023-12-311-0/+5
* fix empty ref for cron workflow runs (#28640) (#28647)Giteabot2023-12-291-2/+3
* Remove unnecessary syncbranchToDB with tests (#28624) (#28629)Lunny Xiao2023-12-291-20/+9
* Use known issue IID to generate new PR index number when migrating from GitLa...Giteabot2023-12-272-11/+45
* Add option to disable ambiguous unicode characters detection (#28454) (#28499)wxiaoguang2023-12-182-6/+6
* Fix possible nil pointer access (#28428) (#28440)Giteabot2023-12-124-28/+14
* Deprecate query string auth tokens (#28390) (#28430)Giteabot2023-12-121-7/+13
* Recover from panic in cron task (#28409) (#28425)Giteabot2023-12-121-5/+7
* Also sync DB branches on push if necessary (#28361) (#28403)Lunny Xiao2023-12-112-32/+72
* Fix migration panic due to an empty review comment diff (#28334) (#28362)Giteabot2023-12-051-1/+1
* Fix RPM/Debian signature key creation (#28352) (#28353)Giteabot2023-12-052-4/+3
* Fix missing issue search index update when changing status (#28325) (#28330)Giteabot2023-12-031-0/+22
* Fix required error for token name (#28267) (#28284)Giteabot2023-11-291-1/+1
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-252-15/+5
* Fix Matrix and MSTeams nil dereference (#28089) (#28105)Giteabot2023-11-1711-6/+155
* Unify two factor check (#27915) (#27929)Giteabot2023-11-061-2/+22
* Remove action runners on user deletion (#27902) (#27908)Giteabot2023-11-051-0/+2
* Fix DownloadFunc when migrating releases (#27887) (#27890)Giteabot2023-11-032-6/+9
* Delete repos of org when purge delete user (#27273) (#27728)65432023-11-017-40/+67