Commit Graph

23 Commits

Author SHA1 Message Date
Danny van Kooten c82f27f139 specify packr location instead of dotdotdot syntax. closes #196 2018-12-17 10:03:15 +01:00
Danny van Kooten e24c06aadd correctly set version, commit & date through ldflags in goreleaser config. closes #186 2018-11-20 09:25:24 +01:00
Danny van Kooten bca066b614 improved referrer parsing. match hostname against blacklist using community-maintained blacklist file graciously provided by Matomo (https://github.com/matomo-org/referrer-spam-blacklist). closes #170 relates to #154 2018-11-09 10:39:14 +01:00
Danny van Kooten 02c2eb93f2 move cmd into pkg/cli and simplify entry point. add goreleaser configuration for automated dist releases. 2018-10-30 20:08:48 +01:00
Danny van Kooten 9b6c102b74 provide static builds for linux/arm64 and linux/386. closes #158 2018-10-16 09:36:30 +02:00
Danny 96e99d6f96 client-side assets do not need to be built inside docker container. closes #51 2018-06-08 13:45:14 +02:00
Patrik Cyvoct 4520a5c32d
Add working Docker build and run
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2018-06-06 15:57:34 +02:00
Danny ff136368c3 Merge branch 'grouped-referrers' 2018-06-01 12:12:24 +02:00
Danny 39fd90c602 get /home/d/go from go env if using default gopath 2018-06-01 09:45:18 +02:00
Danny van Kooten 2f7f3d7085 merge master 2018-05-31 13:26:06 +02:00
Danny van Kooten 27fa4597fc call gulp from node_modules subdir 2018-05-31 13:16:55 +02:00
Danny van Kooten b7660adbbf use simple (dynamic) build when running make build. only require packr for dist task. #44 #45 2018-05-31 09:03:15 +02:00
Danny 72868c5964 makefile should take sql migration files into account for rebuilding binary 2018-05-30 13:29:07 +02:00
Danny 32693be2b0 add make dist task && separate assets build from binary build 2018-05-29 14:52:34 +02:00
Danny 60008aa205 show pageview & visitor chart for week/month/year periods 2018-05-22 16:01:59 +02:00
Danny f1a85e7d01 move gulp into build task to ensure latest assets are packrd 2018-05-15 14:41:08 +02:00
Danny 68ab44c57d use github.com/urfave/cli as cli framework 2018-05-14 13:42:03 +02:00
Danny 449c6745bb make sure assets are built before running packr 2018-05-08 15:29:33 +02:00
Danny 0683cac2bf use packr to embed migration files & web assets into binary. closes #8 2018-05-08 14:57:08 +02:00
Danny 08ce5e651d simplify build steps & don't store dist assets in VC 2018-04-25 10:15:24 +02:00
Danny 0b68a519fb rebrand executable & README to fathom 2018-04-24 10:12:38 +02:00
Danny 93b285c0a9 change project directory structure to clean-up root dir 2018-04-20 13:12:23 +02:00
Matthias Loibl c7c30e25f2
Create a Makefile, delete do script 2016-12-25 16:33:23 +01:00