fathom/pkg/datastore/sqlstore
Christopher "Chief" Najewicz acd182689b Obfuscate DSN password when logging connection details, fixes #174 (#176) 2018-10-30 20:10:21 +01:00
..
migrations add is_finished column indicating whether a pageview is done (ready to be aggregated). closes #123 2018-10-10 10:27:55 +02:00
seed introduce datastore interface & stop relying on package var to retrieve db conn. relates to #29 2018-05-15 13:30:37 +02:00
config.go set sqlite _busy_timeout to 5s to handle database is locked errors 2018-10-10 11:59:21 +02:00
config_test.go build postgres dsn string dynamically 2018-07-30 09:33:49 +02:00
page_stats.go sqlstore GetXStats funcs should return nil when there are 0 results. #50 2018-10-10 09:02:32 +02:00
pageviews.go default value for pageview.IsBounce should be true, not false. 2018-10-10 16:38:29 +02:00
referrer_stats.go sqlstore GetXStats funcs should return nil when there are 0 results. #50 2018-10-10 09:02:32 +02:00
site_stats.go add is_finished column indicating whether a pageview is done (ready to be aggregated). closes #123 2018-10-10 10:27:55 +02:00
sites.go default to site_id 1, even though it may not exist yet 2018-10-05 16:07:15 +02:00
sqlstore.go Obfuscate DSN password when logging connection details, fixes #174 (#176) 2018-10-30 20:10:21 +01:00
users.go clean-up sqlstore pkg 2018-10-05 14:34:39 +02:00