Robin Bisping
ce572f09f2
Fix missing function argument of getFilterQuery
...
In getEventMetrics no `column` argument is passed to getFilterQuery.
Thus, the subsequent arguments are shifted by one. This leads to wrong
API responses, since the filters are not properly applied.
One option is to pass a null value as the `column` argument. However, it
is not used in getFilterQuery. Therefore, I removed it.
2022-10-22 19:00:57 +02:00
Mike Cao
467c7f289f
Database refactoring.
2022-08-27 21:38:35 -07:00
Brian Cao
f499af5491
fix refs
2022-08-25 22:43:22 -07:00
Brian Cao
7e9ed704cc
fix ref
2022-08-25 22:23:19 -07:00
Brian Cao
c811577460
fix folders
2022-08-25 22:20:30 -07:00
Brian Cao
bb50753704
split db files
2022-08-25 22:04:32 -07:00
Brian Cao
f189035a73
fix CH return.
2022-07-25 09:47:11 -07:00
Brian Cao
f569055771
PR comments
2022-07-22 22:42:01 -07:00
Brian Cao
1c26581cd1
fix parseFilters
2022-07-22 19:50:43 -07:00
Brian Cao
304314fff0
Merge branch 'dev' into brian/um-16-clickhouse-support
2022-07-22 17:03:42 -07:00
Brian Cao
65910c7348
clickhouse inserts
2022-07-22 14:43:19 -07:00
Mike Cao
250cdce306
Reverted getDateQuery logic.
2022-07-21 13:21:33 -07:00
Mike Cao
be8291c856
Refactored referrer logic. Display stats for no referrers.
2022-07-21 01:11:10 -07:00
Brian Cao
6ea2282f82
convert analytics queries
2022-07-20 21:31:26 -07:00
Brian Cao
20b8337e35
checkpoint
2022-07-15 16:47:38 -07:00
Brian Cao
0b7db02103
add query optimizations from um-13
2022-07-12 22:39:16 -07:00
Brian Cao
f327b5c0f7
fix imports
2022-07-12 15:14:27 -07:00
Brian Cao
8aec6d7406
move queries
2022-07-12 14:14:36 -07:00