summaryrefslogtreecommitdiff
path: root/system/api/analytics
AgeCommit message (Expand)Author
2016-11-04keeping 2 weeks of data to show, pruning after 1 week, and testing date range...Steve Manuel
2016-11-04testing 2 week chartSteve Manuel
2016-11-04changing back pruneThreshold to 2 weeks, but running prune every week rather ...Steve Manuel
2016-11-04changing timestamp -> unix conversion to take into account 1000x magnitude of...Steve Manuel
2016-11-04testing shorter prune period to gague effectivenessSteve Manuel
2016-11-04adding return valueSteve Manuel
2016-11-04adding batchPrune func to delete old analytics data, eventually would like to...Steve Manuel
2016-11-04testing optimization for cpu usage that is less interruptiveSteve Manuel
2016-11-04fixing index for unique inc on "today" dataSteve Manuel
2016-11-04reverting to UTC and reducing the check for len(times) to be n-1Steve Manuel
2016-11-04testing with local time vs. utcSteve Manuel
2016-11-04fixing index to be correct value for day thresholdSteve Manuel
2016-11-04debugSteve Manuel
2016-11-04initializing map at each index of ipsSteve Manuel
2016-11-04testing template range to get dates into pageSteve Manuel
2016-11-03removing bug to eliminate repetitive labelsSteve Manuel
2016-11-03testing simplified fix for template interpolation with analytics dataSteve Manuel
2016-11-03test for unescaping string in js mapSteve Manuel
2016-11-03testing json.RawMessage to maintain quotations in dates array for jsSteve Manuel
2016-11-03test for unescaping string in js mapSteve Manuel
2016-11-03testing fix for str format of time and dates marshallingSteve Manuel
2016-11-03testing fix for time format with chart labelsSteve Manuel
2016-11-03Week should return map[string]string and cast bytes to string for template it...Steve Manuel
2016-11-03fixing pointer to request for marshalling, updating analytics templateSteve Manuel
2016-11-03testing new api request analytics in dashboardSteve Manuel
2016-11-03adding initial implementation with fake data of analytics chartSteve Manuel
2016-11-01adding analytics tracking to API callsSteve Manuel
2016-11-01adding analytics tracking to API callsSteve Manuel
2016-10-29adding db/analytics init back in after reverting for debugSteve Manuel
2016-10-28code reorg and debugging bolt issuesSteve Manuel
2016-10-28adding initial components for anayltics tracking API requestsSteve Manuel