summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* Prevent incorrect HTML escaping in swagger.json (#14957)zeripath2021-03-111-2/+2
* build darwin on arm64 platforms (#14951)techknowlogick2021-03-101-1/+1
* use gomod support w/ xgo (#14836)techknowlogick2021-03-011-6/+6
* go1.16 (#14783)techknowlogick2021-02-281-2/+2
* Generate man pages (#13901)65432021-02-241-1/+10
* build for only available darwin target (#14771)techknowlogick2021-02-221-1/+1
* Make release-linux archtectures via envs (#14184)Lunny Xiao2021-02-221-1/+3
* Update golangci-lint v1.35.2 -> v1.37.0 (#14747)65432021-02-191-1/+1
* remove outdated notice in makefile (#14720)techknowlogick2021-02-171-1/+0
* Fixed irritating error message related to go version (#14611)uli-heller2021-02-081-1/+1
* Use caddy's certmagic library for extensible/robust ACME handling (#14177)techknowlogick2021-01-251-1/+1
* Update golangci-lint to 1.35.2 (#14418)techknowlogick2021-01-211-1/+1
* It seems vet on windows is unnecessary (#14302)Lunny Xiao2021-01-191-1/+1
* deprecate building for mips (#14174)techknowlogick2021-01-011-1/+1
* Update JS dependencies and webpack (#14118)silverwind2020-12-271-4/+4
* put ${CURDIR} in quotes to prevent make from splitting paths with spaces into...Kyle D2020-12-181-21/+21
* gitea png to logo (#13974)Kyle D2020-12-181-1/+1
* Makefile cleanup & double golangci-lint timeout (#14044)silverwind2020-12-171-4/+2
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-8/+11