aboutsummaryrefslogtreecommitdiff
path: root/services/wiki
AgeCommit message (Expand)Author
2023-01-11Improve utils of slices (#22379)Jason Song
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-10-24Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh
2022-10-17Add system setting table with cache and also add cache supports for user sett...Lunny Xiao
2022-10-15[refactor] Use const for wiki DefaultBranch (#21466)6543
2022-09-04Webhook for Wiki changes (#20219)Aaron F
2022-09-04test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun
2022-08-25Move some files into models' sub packages (#20262)Lunny Xiao
2022-08-16Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao
2022-05-08Move some helper files out of models (#19355)Lunny Xiao
2022-05-04PullService lock via pullID (#19520)6543
2022-04-14Use a struct as test options (#19393)Lunny Xiao
2022-04-01Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang
2022-03-30Make git.OpenRepository accept Context (#19260)6543
2022-02-06Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)6543
2022-01-19Propagate context and ensure git commands run in request context (#17868)zeripath
2022-01-10Fix various typos (#18219)luzpaz
2021-12-12Some repository refactors (#17950)Lunny Xiao
2021-12-10Move keys to models/asymkey (#17917)Lunny Xiao
2021-12-10Move repository model into models/repo (#17933)Lunny Xiao
2021-11-30Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath
2021-11-24Move user related model into models/user (#17781)Lunny Xiao
2021-11-19Move user/org deletion to services (#17673)KN4CK3R
2021-11-18Move user functions into user.go (#17659)Lunny Xiao
2021-11-16Multiple Escaping Improvements (#17551)zeripath
2021-11-16Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang
2021-11-12Decouple unit test code from business code (#17623)wxiaoguang
2021-11-09Move unit into models/unit/ (#17576)Lunny Xiao
2021-09-22refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun
2021-09-19Move db related basic functions to models/db (#17075)Lunny Xiao
2021-09-08Add repo_id for attachment (#16958)Lunny Xiao
2021-08-01Fix 500 on first wiki page (#16586)zeripath
2021-07-20Add TestPrepareWikiFileName (#16487)6543
2021-07-19fix: support delete non-urlencoded wiki page (#16482)Gary Wang
2021-07-08Fix various documentation, user-facing, and source comment typos (#16367)luzpaz
2021-07-07fix: not able to update local created non-urlencoded wiki pages (#16139)Gary Wang
2021-05-12Fix individual tests (addition to #15802) (#15818)KN4CK3R
2020-12-25migrate from com.* to alternatives (#14103)6543
2020-12-12Enforce setting HEAD in wiki to master (#13950)zeripath
2020-10-11Update golangci-lint to version 1.31.0 (#13102)kolaente
2020-09-20Add configurable Trust Models (#11712)zeripath
2020-03-28Handle push rejection in branch and upload (#10854)zeripath
2020-01-20Refactor repository check and sync functions (#9854)Lunny Xiao
2020-01-15Add require signed commit for protected branch (#9708)zeripath
2020-01-07Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao