aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update JS dependencies, min Node.js version 10.13 (#11246)silverwind2020-04-301-1/+1
* Patch fomantic-ui to workaround build issue (#11244)silverwind2020-04-301-3/+4
* Use /tmp for test repositories (#11126)guillep2k2020-04-191-4/+32
* add 'make watch-frontend' and expand docs (#10931)silverwind2020-04-121-0/+5
* Support running subtests manually (#10988)Mura Li2020-04-071-6/+6
* Turn off go modules for xgo and gxz (#10963)John Olheiser2020-04-061-4/+4
* Fix cross compile (#10952)Lunny Xiao2020-04-051-1/+1
* Add gitea-vet (#10948)John Olheiser2020-04-051-2/+6
* Prevent support libraries from compiling into Gitea (#10964)guillep2k2020-04-051-1/+1
* Enable GO111MODULE=on globally in Makefile (#10939)mrsdizzie2020-04-041-16/+16
* Move gocovmerge as vendor (#10947)Lunny Xiao2020-04-041-4/+1
* Rename scripts to build and add revive command as a new build tool command (#...Lunny Xiao2020-04-031-5/+2
* Upgrade golangci-lint to 1.24.0 (#10894)zeripath2020-03-301-2/+2
* Add 'make lint', restructure 'compliance' pipeline (#10861)silverwind2020-03-291-15/+18
* Simplify grep regexp to be more compatible (#10765)Stefan Bethke2020-03-261-2/+2
* go 1.14 (#10467)techknowlogick2020-03-201-6/+10
* Change PACKAGES to GO_PACKAGES for FreeBSD compatibility (#10747)guillep2k2020-03-171-8/+8
* Use whitelist to find go files, run find only once (#10594)silverwind2020-03-081-14/+15
* Fix makefile syntax error (#10622)silverwind2020-03-061-1/+1
* Add node version variable to docs (#10620)John Olheiser2020-03-051-2/+2
* Frontend build improvements, fix Fomantic build (#10576)silverwind2020-03-031-12/+16
* Fix make find command (#10580)silverwind2020-03-021-1/+5
* Speed up make (#10560)silverwind2020-03-021-9/+9
* Use [:space:] instead of \s (#10508)zeripath2020-02-271-1/+1
* Add frontend/backend make targets, fix source release (#10325)silverwind2020-02-221-18/+36
* remove release-dirs make target (#10350)silverwind2020-02-181-11/+11
* make: add release-sources (#10295)Antoine GIRARD2020-02-161-1/+5
* add TAGS variable prereq on make targets that use it (#10219)silverwind2020-02-111-3/+13
* Improve make PR (force build and help message) (#10178)Antoine GIRARD2020-02-081-1/+2
* Reorganize frontend files and tooling (#10168)silverwind2020-02-071-2/+3
* make: improve make pr (#10165)Antoine GIRARD2020-02-061-3/+3
* Check if go exists before generating the GOPATH (#10100)zeripath2020-02-011-2/+6
* Use a file as make evidence for fomantic instead of a directory (#10032)guillep2k2020-02-011-4/+8
* enable babel-loader cache (#10083)silverwind2020-02-011-1/+1
* fix apple-touch-icon, regenerate images (#10065)silverwind2020-01-301-3/+3
* Add RACE_ENABLED=1 envs for make test* (#10055)Lunny Xiao2020-01-291-13/+17
* Update documentation for the go module era (#9751)zeripath2020-01-281-1/+2
* add touch-icon with background (#10022)NiTRoeSE2020-01-281-0/+2
* move CSS build to webpack (#9983)silverwind2020-01-281-26/+21
* Generate Bindata iff TAGS="bindata" and not up-to-date (#10004)zeripath2020-01-271-2/+3
* Enforce tests do not change files in source tree (#9625)zeripath2020-01-261-0/+12
* avoid useless fomantic rebuilds (#9999)silverwind2020-01-261-0/+3
* Change font to Roboto to support more charsets (#9803)Lauris BH2020-01-251-0/+1
* make node_modules a order-only prerequisite (#9923)silverwind2020-01-251-4/+4
* move fomantic target, update 'make help' (#9945)silverwind2020-01-231-5/+6
* misc webpack tweaks (#9924)silverwind2020-01-221-1/+1
* Use npm to manage fomantic and only build needed components (#9561)Lunny Xiao2020-01-211-3/+11
* Add support for database schema in PostgreSQL (#8819)guillep2k2020-01-201-0/+2
* ci: simplify tag/release by always running coverage (#9774)Antoine GIRARD2020-01-161-3/+3
* move swagger-ui to webpack/npm (#9714)silverwind2020-01-141-8/+0