Danny
a72df6274f
generate sql statement dynamically
2018-06-01 13:21:54 +02:00
Danny
8c6e07255f
failsafe sql for referrer migrations
2018-06-01 13:21:40 +02:00
Danny
9db5b3808a
return number of processed pageview from aggregator.Run
2018-06-01 12:12:15 +02:00
Danny
bc86088607
set group during aggregation
2018-06-01 11:44:20 +02:00
Danny
c9213b0b72
set pipe concat mode when using mysql
2018-06-01 11:44:11 +02:00
Danny
6f45edc790
fix groupby with null values
2018-06-01 11:43:59 +02:00
Danny
c8a6da13e6
TODO comments so we know where to pick up
2018-05-30 13:40:59 +02:00
Danny
b856477d2a
fix sqlite datastore compat, concat does note xist there
2018-05-30 13:29:20 +02:00
Danny
071ea5ace0
split hostname and pathname in referrers table
2018-05-30 12:50:28 +02:00
Danny
32693be2b0
add make dist task && separate assets build from binary build
2018-05-29 14:52:34 +02:00
Danny
df7496a80d
add known_durations column and use that for calculating duration averages, instead of total # pageviews
2018-05-28 15:31:40 +02:00
Danny
3d9d09f2a7
print absolute path to database if db is sqlite
2018-05-28 13:03:28 +02:00
Danny
eddb1e9566
write info level after connecting to database
2018-05-25 14:12:32 +02:00
Danny
05b2cc53a2
only turn relative path into absolute path
2018-05-23 14:52:38 +02:00
Danny
11b4e5e5b3
print message if using default config
2018-05-23 09:11:28 +02:00
Danny
fc35d68926
output log messages during bootstrap, eg with config file location
2018-05-23 09:03:42 +02:00
Danny
7c3cecad09
use errorf log when database migrations fail
2018-05-22 16:20:43 +02:00
Danny
7adc5d3bec
wip on chart implementation using d3
2018-05-22 12:23:17 +02:00
Danny
da19c116b7
strip AMP & UTM vars from referrer urls. closes #37
2018-05-22 10:30:35 +02:00
Danny van Kooten
3b8a884991
godoc improvements
2018-05-21 11:54:01 +02:00
Danny
0039683b74
set header code when sessionstore returns err
2018-05-15 14:20:05 +02:00
Danny
47c6dc3ab7
add test for setting secret through env var
2018-05-15 14:15:47 +02:00
Danny
1bd093b8a4
add test for config.randomString func
2018-05-15 13:54:36 +02:00
Danny
c30e5b3120
introduce datastore interface & stop relying on package var to retrieve db conn. relates to #29
2018-05-15 13:30:37 +02:00
Danny
8b639d348d
lowercase all log messages and strip newlines
2018-05-15 10:26:35 +02:00
Danny
69fc3e7aa1
implement results type container
2018-05-14 15:31:33 +02:00
Danny
68ab44c57d
use github.com/urfave/cli as cli framework
2018-05-14 13:42:03 +02:00
Danny
73e011b6cc
implement notfound handler with simple 404 page, closes #19
2018-05-14 12:08:18 +02:00
Danny
6482378734
serve assets from /assets subdir and re-use packr box for index.html & tracker.js
2018-05-14 11:17:41 +02:00
Danny
4aac79c7f9
coalesce query results to handle nil
2018-05-14 10:17:58 +02:00
Danny
7c33ac7b86
Merge branch 'master' of github.com:usefathom/fathom
2018-05-14 10:16:43 +02:00
Danny
2c09050d74
move should-collect logic into func so it can be tested
2018-05-14 10:14:43 +02:00
Danny
05a159da7f
skip missing referrer values. closes #26
2018-05-14 10:06:53 +02:00
Danny van Kooten
7d111a8372
Merge branch 'master' of https://github.com/usefathom/fathom
...
* 'master' of https://github.com/usefathom/fathom :
fire off request for fetching totals earlier
use pageviews sum to show green percentage bar in pseudo-element
add api routes for getting aggregated pageview sum for pages & referrers
ignore prerendered pages, #13
don't send unneeded var in collect request
derive tracker URL from script element if not explicitly set
restyle login page
weight multi-day average for pages & referrers too. #23
weight site averages when calculating multi-day average. closes #23
only update average duration if we know time on page.
2018-05-12 14:49:23 +02:00
Danny van Kooten
618e85e53b
unique index on daily_page_stats should include hostname
2018-05-12 14:49:21 +02:00
Danny
dbcc0545a2
add api routes for getting aggregated pageview sum for pages & referrers
2018-05-11 15:49:37 +02:00
Danny
d104abaec2
Merge branch 'master' of github.com:usefathom/fathom
2018-05-11 10:54:47 +02:00
Danny
3991665a72
weight multi-day average for pages & referrers too. #23
2018-05-11 10:54:41 +02:00
Danny
88a59e75ab
weight site averages when calculating multi-day average. closes #23
2018-05-11 10:48:25 +02:00
Danny
9bb1a05e06
only update average duration if we know time on page.
2018-05-11 10:33:12 +02:00
Danny van Kooten
e2d45dbc40
check errors returned by sessionstoreE
2018-05-10 22:21:44 +02:00
Danny
e73a205d26
run the aggregator every minute since we only need the last pageview of every visitor for determining distinct realtime visitor count
2018-05-09 10:36:05 +02:00
Danny
840956bfbd
set precision for duration & bounce rate when storing & retrieving data from datastore
2018-05-09 10:35:16 +02:00
Danny
3e22efc5f7
when getting stats for a given period; date should larger than start date, but not equal
2018-05-09 08:36:29 +02:00
Danny
8ed076dd02
use correct groupby parameter for aggregated stats
2018-05-09 08:34:58 +02:00
Danny
624e1f353a
fix json tag in models struct
2018-05-09 08:34:48 +02:00
Danny van Kooten
a8edcee54e
store avg time on site as float to not race to 0
2018-05-08 20:16:31 +02:00
Danny van Kooten
27e1d5d368
set packr box dir dynamically to ensure all drivers are packrd
2018-05-08 18:49:56 +02:00
Danny
3493bb1e9e
default to actual driver name instead of alias
2018-05-08 16:21:22 +02:00
Danny
60cca7d40f
add support for postgres too. closes #9
2018-05-08 15:41:48 +02:00