summaryrefslogtreecommitdiff
path: root/system/api/analytics/init.go
AgeCommit message (Expand)Author
2017-03-16Typo fixesferhat elmas
2017-01-24[core] System backups (uploads, system.db, analytics.db) (#42)Steve
2016-12-20indicating analytics in chart are GMTSteve Manuel
2016-12-13deleting old records after storing in metrics as a cacheSteve Manuel
2016-12-13adding fix for metrics storage and cachingSteve Manuel
2016-12-13testing memory cache of current metrics rather than lookup in dbSteve Manuel
2016-12-13flipping comparison to match previous op changeSteve Manuel
2016-12-13changing or -> and op in checkSteve Manuel
2016-12-13removing debug prints and adding a check for data cached or needs analysisSteve Manuel
2016-12-12adding debug printsSteve Manuel
2016-12-12pulling data range literals out to const, adding check if metric count is 0 b...Steve Manuel
2016-12-12using dates as range for metrics putSteve Manuel
2016-12-12inserting metrics data into cacheSteve Manuel
2016-12-12checking for metric data in db firstSteve Manuel
2016-12-12adding initial caching of daily metrics from api requestsSteve Manuel
2016-12-06missed a renameSteve Manuel
2016-12-06substituting "_{specifier}" => "__{specifier}" so users can add their own typ...Steve Manuel
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-04testing shorter prune period to gague effectivenessSteve 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