aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add test for git + git lfs (#9753)guillep2k2020-01-141-6/+13
* ci: go back to golangci-lint 1.20.0 (#9742)Antoine GIRARD2020-01-131-1/+1
* remove deprecated targets from Makefile (#9729)silverwind2020-01-121-24/+0
* golangci-lint 1.22.2 (#9711)techknowlogick2020-01-111-1/+1
* [Docs] introduce "make help" (#9604)65432020-01-051-0/+19
* Address minor portability issues (#9414)dankm2019-12-181-1/+4
* Combine Drone release steps (#9338)silverwind2019-12-151-8/+2
* prebuild CSS/JS before xgo release binaries (#9293)techknowlogick2019-12-081-1/+1
* Remove explicit 'generate' calls, fix release task (#9288)silverwind2019-12-081-1/+1
* Switch CSS minifier to cssnano (#9260)silverwind2019-12-051-3/+3
* Add Node.js build dep, remove built js/css files (#9114)silverwind2019-12-051-31/+60
* Check compiled files during build (#9042)Gary Kim2019-11-161-7/+0
* Move index.js to web_src and use webpack to pack them (#8598)Lunny Xiao2019-11-131-1/+2
* Move less from public/ to web_src/ so that it will not be packeā€¦ (#8908)Lunny Xiao2019-11-121-3/+3
* Add API for Issue set Subscription (#8729)65432019-11-021-1/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-0/+4
* Update golangci to v1.20 (#8432)kolaente2019-10-081-2/+2
* Update golangci to v1.19.1 (#8414)kolaente2019-10-071-1/+1
* Improve integration tests (#8276)Lunny Xiao2019-09-251-41/+87
* use go 1.13 (#8088)techknowlogick2019-09-121-1/+1