aboutsummaryrefslogtreecommitdiffstats
path: root/modules/util
Commit message (Expand)AuthorAgeFilesLines
* Refactor error system (#33771)wxiaoguang2025-03-031-20/+20
* Upgrade golangci-lint to v1.64.5 (#33654)wxiaoguang2025-02-211-1/+1
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-202-3/+3
* Refactor error system (#33626)wxiaoguang2025-02-171-6/+9
* Fix various problems (artifact order, api empty slice, assignee check, fuzzy ...wxiaoguang2025-02-131-0/+7
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-111-0/+29
* Worktime tracking for the organization level (#19808)K Kovacs2025-02-032-3/+10
* Make tracked time representation display as hours (#33315)Vladimir Sysoev2025-01-192-64/+16
* Refactor older tests to use testify (#33140)TheFox0x72025-01-091-4/+6
* Fix unittest and repo create bug (#33061)wxiaoguang2024-12-312-59/+48
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-311-0/+1
* Improve "ellipsis string" (#32989)wxiaoguang2024-12-262-8/+60
* Refactor "string truncate" (#32984)wxiaoguang2024-12-262-46/+158
* Do not render truncated links in markdown (#32980)wxiaoguang2024-12-263-17/+25
* Refactor pprof labels and process desc (#32909)wxiaoguang2024-12-202-0/+45
* Update go tool dependencies (#32916)silverwind2024-12-192-3/+3
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-154-16/+15
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-052-0/+140
* Validate OAuth Redirect URIs (#32643)Rowan Bohde2024-11-281-0/+2
* Refactor markup package (#32399)wxiaoguang2024-11-041-0/+6
* Refactor tests to prevent from unnecessary preparations (#32398)wxiaoguang2024-11-012-0/+32
* Refactor to use UnsafeStringToBytes (#31358)Oleksandr Redko2024-06-142-5/+3
* Enable `unparam` linter (#31277)silverwind2024-06-111-6/+3
* Azure blob storage support (#30995)Lunny Xiao2024-05-301-0/+21
* Fix project column title overflow (#31011)wxiaoguang2024-05-201-4/+5
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-3/+3
* Fix and rewrite contrast color calculation, fix project-related bugs (#30237)silverwind2024-04-072-49/+39
* Clean up log messages (#30313)wxiaoguang2024-04-071-1/+1
* Refactor "dump" sub-command (#30240)wxiaoguang2024-04-031-0/+8
* Add API for `Variables` (#29520)sillyguodong2024-03-282-0/+14
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-1/+10
* Add test for webhook (#29755)wxiaoguang2024-03-141-0/+9
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-121-0/+9
* remove util.OptionalBool and related functions (#29513)65432024-03-021-51/+0
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-292-14/+16
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-252-3/+2
* Add `io.Closer` guidelines (#29387)KN4CK3R2024-02-251-0/+1
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-0/+18
* Refactor JWT secret generating & decoding code (#29172)wxiaoguang2024-02-162-25/+0
* Fix some RPM registry flaws (#28782)KN4CK3R2024-01-191-0/+8
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-2/+12
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Refactor lfs requests (#26783)Chongyi Zheng2023-09-181-0/+1
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-0/+9
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-072-83/+7
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-031-16/+0
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-142-0/+25
* Less naked returns (#25713)65432023-07-072-0/+14
* Replace `interface{}` with `any` (#25686)silverwind2023-07-045-12/+12
* Store and use seconds for timeline time comments (#25392)65432023-06-231-1/+3