summaryrefslogtreecommitdiffstats
path: root/cmd/embedded.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor path & config system (#25330) (#25416)wxiaoguang2023-06-221-5/+0
* Rewrite logger system (#24726)wxiaoguang2023-05-211-7/+1
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+3
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-121-70/+52
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-9/+9
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-281-1/+1
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-1/+0
* format with gofumpt (#18184)65432022-01-201-6/+7
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-1/+1
* Add bundle download for repository (#14538)John Olheiser2021-08-241-0/+1
* Retry rename on lock induced failures (#16435)zeripath2021-07-151-1/+2
* Implement "embedded" command to extract static resources (#9982)guillep2k2020-02-021-0/+332