Commit Graph

13 Commits (ce572f09f2692e276237fcf7f3f4841cb0a24e3b)

Author SHA1 Message Date
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 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
Mike Cao 89781d4847 Refactored query parameters. 2022-08-08 01:26:20 -07:00
Mike Cao b04e03b4d3
Merge pull request #1356 from biqette/master
Fix UTM request
2022-08-01 20:42:56 -05:00
biqette c8302390c5 Fix utm request 2022-07-26 18:49:38 +02:00
Brian Cao f189035a73 fix CH return. 2022-07-25 09:47:11 -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
Chris Walsh 7f853c87f0
Add MySQL support for SQL replacer function 2022-07-22 00:09:29 -07:00
Chris Walsh 7d1f8ea77b
Fix UTM query, move filters to proper place 2022-07-21 16:56:57 -07:00
Chris Walsh 92b009fa1e
Add UTM pageview metrics to API 2022-07-21 14:57:29 -07:00