index
:
ponzu.git
master
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
api
Age
Commit message (
Expand
)
Author
2016-12-19
moving repository, bosssauce => ponzu-cms
Steve Manuel
2016-12-19
[addons] Creating foundation for plugin-like system "Addons" (#24)
Steve
2016-12-14
adding db method ContentBySlug to lookup the type & id of content by its slug...
Steve Manuel
2016-12-13
deleting old records after storing in metrics as a cache
Steve Manuel
2016-12-13
adding fix for metrics storage and caching
Steve Manuel
2016-12-13
testing memory cache of current metrics rather than lookup in db
Steve Manuel
2016-12-13
flipping comparison to match previous op change
Steve Manuel
2016-12-13
changing or -> and op in check
Steve Manuel
2016-12-13
removing debug prints and adding a check for data cached or needs analysis
Steve Manuel
2016-12-12
adding debug prints
Steve Manuel
2016-12-12
pulling data range literals out to const, adding check if metric count is 0 b...
Steve Manuel
2016-12-12
using dates as range for metrics put
Steve Manuel
2016-12-12
inserting metrics data into cache
Steve Manuel
2016-12-12
checking for metric data in db first
Steve Manuel
2016-12-12
adding initial caching of daily metrics from api requests
Steve Manuel
2016-12-11
fix leftover db specifier name changes
Steve Manuel
2016-12-11
returning api server middleware to original state and adding req header looku...
Steve Manuel
2016-12-07
testing cache control exec from CORS
Steve Manuel
2016-12-06
re-order middleware so Record is called even if cache is active
Steve Manuel
2016-12-06
adding cache (client-based, Etag) to API responses in addition to static file...
Steve Manuel
2016-12-06
missed a rename
Steve Manuel
2016-12-06
substituting "_{specifier}" => "__{specifier}" so users can add their own typ...
Steve Manuel
2016-12-06
/*post?s*/ => /*content?s*/ substitution
Steve Manuel
2016-12-05
changing Add -> Set for values where it could have been problematic
Steve Manuel
2016-12-05
update db.Query to return total of content count, add implement change throug...
Steve Manuel
2016-12-01
adding interface Trustable to enable auto-approval from Exteralable content, ...
Steve Manuel
2016-11-29
updating comment documentation for API endpoint renaming
Steve Manuel
2016-11-08
moving interface Mergable from api package to manager package. It avoids a cy...
Steve Manuel
2016-11-08
adding remaining methods to Item for Hookable implementation and adding hooks...
Steve Manuel
2016-11-04
keeping 2 weeks of data to show, pruning after 1 week, and testing date range...
Steve Manuel
2016-11-04
testing 2 week chart
Steve Manuel
2016-11-04
changing back pruneThreshold to 2 weeks, but running prune every week rather ...
Steve Manuel
2016-11-04
changing timestamp -> unix conversion to take into account 1000x magnitude of...
Steve Manuel
2016-11-04
testing shorter prune period to gague effectiveness
Steve Manuel
2016-11-04
adding return value
Steve Manuel
2016-11-04
adding batchPrune func to delete old analytics data, eventually would like to...
Steve Manuel
2016-11-04
testing optimization for cpu usage that is less interruptive
Steve Manuel
2016-11-04
fixing index for unique inc on "today" data
Steve Manuel
2016-11-04
reverting to UTC and reducing the check for len(times) to be n-1
Steve Manuel
2016-11-04
testing with local time vs. utc
Steve Manuel
2016-11-04
fixing index to be correct value for day threshold
Steve Manuel
2016-11-04
debug
Steve Manuel
2016-11-04
initializing map at each index of ips
Steve Manuel
2016-11-04
testing template range to get dates into page
Steve Manuel
2016-11-03
removing bug to eliminate repetitive labels
Steve Manuel
2016-11-03
testing simplified fix for template interpolation with analytics data
Steve Manuel
2016-11-03
test for unescaping string in js map
Steve Manuel
2016-11-03
testing json.RawMessage to maintain quotations in dates array for js
Steve Manuel
2016-11-03
test for unescaping string in js map
Steve Manuel
2016-11-03
testing fix for str format of time and dates marshalling
Steve Manuel
[next]