aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use vendored go-swagger (#8087)Antoine GIRARD2019-09-041-8/+4
* Fix make-generate using non-vendor packages (#8008)Mura Li2019-08-281-1/+1
* Update swagger to 0.20.1 (#8010)Antoine GIRARD2019-08-281-2/+2
* Update golangci-lint to v1.17.1 (#7848)techknowlogick2019-08-131-2/+2
* remove `-i` flag from GOFLAGS (#7778)Lars Kistner2019-08-071-1/+1
* Use vendors when go generate (#7340)Lunny Xiao2019-07-061-1/+1
* workaround broken drone build (#7362)Cherrg2019-07-061-1/+1
* replace lesshint with stylelint (#7305)silverwind2019-06-271-1/+1
* add 'npm' and 'npm-update' make targets and lockfile (#7246)silverwind2019-06-181-15/+18
* UI: Fix overflow issues in repo (#7190)silverwind2019-06-141-1/+1
* fix drone build bug (#7192)Cherrg2019-06-131-0/+1
* Add golangci (#6418)kolaente2019-06-121-0/+11
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-031-4/+1
* Disable arm7 builds (#7037)techknowlogick2019-05-251-1/+1
* add make targets for js and css, add js linter (#6952)silverwind2019-05-161-18/+40
* Add less linter via npx (#6936)Xaver Maierhofer2019-05-141-0/+1