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
|
99c6e24c3f
|
add code of conduct
|
2018-06-06 10:18:53 +02:00 |
|
Danny
|
a8a80cba4a
|
do not render hidden x-axes ticks. create svg elements in separate threads whenever possible
|
2018-06-06 10:05:44 +02:00 |
|
Danny
|
0d8e1d2588
|
only add day elements for days with data
|
2018-06-05 15:31:49 +02:00 |
|
Danny
|
c845a39295
|
move data-length condition outside of filter (loop)
|
2018-06-05 15:23:48 +02:00 |
|
Danny
|
8a4c2a72f5
|
remove hidden ticks instead of toggling display. needs benchmark.
|
2018-06-05 15:21:44 +02:00 |
|
Danny
|
30749cf7af
|
re-use some more unchanging variables when changing chart data
|
2018-06-05 12:33:16 +02:00 |
|
Danny
|
20bb0e40cc
|
add simple loading state
|
2018-06-05 11:51:09 +02:00 |
|
Danny
|
dd7a26241a
|
improve chart performance by re-using canvas
|
2018-06-04 15:11:56 +02:00 |
|
Danny
|
13a1222f54
|
improve animation performance of countup by reffing element directly (vs state update)
|
2018-06-04 14:34:44 +02:00 |
|
Danny
|
c2e63a2dd3
|
improve number format perf
|
2018-06-04 14:03:50 +02:00 |
|
Danny
|
8ac638abe3
|
format numbers to never exceed 4 characters. closes #47
|
2018-06-04 13:32:58 +02:00 |
|
Danny
|
0fc75c19f6
|
don't zero pad month-day formatin chart
|
2018-06-04 13:08:19 +02:00 |
|
Danny
|
7bf8978cb6
|
use a single http request to fetch all data for left-sidebar
|
2018-06-04 12:53:17 +02:00 |
|
Danny
|
c45a5d4341
|
only print version string if not explicitly asking for version
|
2018-06-04 12:36:56 +02:00 |
|
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
|
ff136368c3
|
Merge branch 'grouped-referrers'
|
2018-06-01 12:12:24 +02:00 |
|
Danny
|
9db5b3808a
|
return number of processed pageview from aggregator.Run
|
2018-06-01 12:12:15 +02:00 |
|
Danny
|
76464854be
|
remove tracking pixel after a short time
|
2018-06-01 12:11:11 +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
|
39fd90c602
|
get /home/d/go from go env if using default gopath
|
2018-06-01 09:45:18 +02:00 |
|
Danny
|
e05a6d7f1e
|
Merge branch 'master' into grouped-referrers
|
2018-06-01 09:29:33 +02:00 |
|
Danny
|
7e01914cf3
|
set dates for pre-set periods explicitly instead of calculating them from relative base. fixes issue with last & first day of month/year.
|
2018-06-01 09:29:09 +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
|
4fb57b2cc1
|
fix date range periods when on last day of month. closes #46
|
2018-05-31 13:14:17 +02:00 |
|
Danny van Kooten
|
8b05749e84
|
fix watch task
|
2018-05-31 13:13:57 +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 van Kooten
|
50be39ff37
|
Tracking snippet only needs one URL change. #42
|
2018-05-31 08:45:46 +02:00 |
|
Danny van Kooten
|
7a8a351f02
|
use fixed graph height. fixes #41
|
2018-05-31 08:44:28 +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
|
72868c5964
|
makefile should take sql migration files into account for rebuilding binary
|
2018-05-30 13:29:07 +02:00 |
|
Danny
|
071ea5ace0
|
split hostname and pathname in referrers table
|
2018-05-30 12:50:28 +02:00 |
|
Danny
|
2c1edc6aeb
|
update readme
|
2018-05-29 15:46:45 +02:00 |
|
Danny
|
32693be2b0
|
add make dist task && separate assets build from binary build
|
2018-05-29 14:52:34 +02:00 |
|
Danny
|
2aac3d211f
|
fix alignment in table component when there's no data
|
2018-05-29 13:57:59 +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
|
4cf8f029af
|
parse server-side timezone into local timezone date. closes #39
|
2018-05-28 04:11:09 -08:00 |
|
Danny
|
f822dbbdb7
|
convert unix timestamps to local timezone for chart x-axes. fixes #39
|
2018-05-28 23:30:59 +12:00 |
|
Danny
|
bf817eff8e
|
revert padding in left sidebar
|
2018-05-28 23:30:21 +12:00 |
|
Danny
|
3d9d09f2a7
|
print absolute path to database if db is sqlite
|
2018-05-28 13:03:28 +02:00 |
|
Danny
|
5a89bc6f48
|
parse dates in preparedata function, compare using local date objects. #39
|
2018-05-25 05:53:17 -08:00 |
|
Danny
|
f70a492f09
|
set input value property on pikaday element to make sure we have a data in initial view
|
2018-05-25 15:03:36 +02:00 |
|
Danny
|
ab7f36757a
|
choose a random port between 9000 and 9100 to decrease chance of clashing with previous installer runs...
|
2018-05-25 14:48:37 +02:00 |
|
Danny
|
116cd3cd0f
|
write fathom version to log whenever fathom boots
|
2018-05-25 14:29:07 +02:00 |
|
Danny
|
3f97ad2557
|
lead-up questions with an explanation of what input is requested
|
2018-05-25 14:28:55 +02:00 |
|