summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Check go and nodejs version by go.mod and package.json (#19197)gesangtome2022-03-261-5/+6
* Update tool dependencies (#19120)silverwind2022-03-181-4/+4
* use go1.18 to build gitea (#19099)techknowlogick2022-03-161-2/+2
* Use `go run` for tool dependencies, require go 1.17 (#18874)silverwind2022-03-151-59/+41
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-2/+2
* Generate coverage with sqlite. (#18813)KN4CK3R2022-02-191-0/+7
* Move editorconfig-checker to lint-backend and remove JS wrapper (#18793)silverwind2022-02-181-2/+8
* Increase the size of the webauthn_credential credential_id field (#18739)zeripath2022-02-131-0/+5
* Reduce CI go module downloads, add make targets (#18708)silverwind2022-02-121-0/+13
* Fix `make fmt` and `make fmt-check` (#18633)silverwind2022-02-061-5/+6
* quote MAKE to prevent path expansion with space error (#18622)Kyle D2022-02-051-1/+1
* add gitea-fmt back (#18526)65432022-02-011-2/+5
* Bump golangci-lint version (#18411)Gusted2022-01-261-1/+1
* format with gofumpt (#18184)65432022-01-201-2/+4
* update description about vendoring in CONTRIBUTING.md (#18280)a10121127962022-01-171-5/+6
* Add lockfile-check (#18285)silverwind2022-01-151-1/+12
* Remove golang vendored directory (#18277)techknowlogick2022-01-141-18/+18
* Fix documents for development and bug report (#18249)wxiaoguang2022-01-131-2/+2
* chore(lint): use golangci-lint to call revive and misspell checker. (#18145)Bo-Yi Wu2022-01-021-27/+2
* Avoid running go vet twice (#18059)Gusted2021-12-211-1/+0
* Add new JS linter rules (#17699)silverwind2021-11-221-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-8/+4
* Update golangci-lint in Makefile (#17647)Gusted2021-11-171-3/+14
* Set unit test timeout to 20 minutes (#17664)Lunny Xiao2021-11-161-1/+1
* Rename .air.conf to .air.toml (#17360)silverwind2021-10-201-1/+1
* Use go1.16+ way of installing binaries (#17342)techknowlogick2021-10-171-6/+6
* Workaround coverage bug part 2 (#16906)zeripath2021-08-311-2/+2
* Prevent coverage break (#16887)zeripath2021-08-311-1/+3
* Remove unused Fomantic sidebar module (#16853)silverwind2021-08-291-0/+1
* Enable race detector for CI (#1441)Mura Li2021-08-261-1/+1
* build with go1.17 (#16707)techknowlogick2021-08-171-1/+1
* Restore Accessibility for Dropdown (#16576)zeripath2021-08-061-0/+1
* Upgrade to golang-jwt 3.2.2 (#16590)zeripath2021-08-031-2/+2
* Prevent race in TestPersistableChannelQueue (#16468)zeripath2021-07-171-2/+2
* Fix source typos (#16374)luzpaz2021-07-081-1/+1
* use "true" for RACE_ENABLED (#15261)65432021-06-021-3/+4
* fix get OS on some of the windows computers (#16007)BoYanZh2021-05-291-0/+3
* Add jest rootDir and test-frontend dependency (#15860)silverwind2021-05-141-1/+1
* Use binary version of revive linter (#15739)silverwind2021-05-091-1/+4
* Make let target "clean-all" remove node_modules folder too (#15780)65432021-05-081-1/+1
* update branch in CI and docs (#15631)techknowlogick2021-05-041-1/+1
* Output node min version variable (#15562)Kyle D2021-04-211-1/+2
* Make build scripts compatible with node 12 (#15479)silverwind2021-04-151-2/+2
* Build go-git variants for windows (#15482)zeripath2021-04-151-0/+3
* Enforce tab indentation in templates (#15289)silverwind2021-04-101-0/+1
* Stop packaging node_modules in release tarballs (#15273)silverwind2021-04-091-48/+15
* Add frontend testing, require node 12 (#15315)silverwind2021-04-081-4/+14
* Fix release expansion issue (#15251)zeripath2021-04-021-2/+2
* Introduce esbuild on webpack (#14578)Lunny Xiao2021-04-021-12/+43
* Create Proper Migration Tests (#15116)zeripath2021-03-241-6/+31