summaryrefslogtreecommitdiff
path: root/system/api/push.go
AgeCommit message (Collapse)Author
2025-02-22fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/ghaturatu
2018-05-09merge contributions (#246)Steve Manuel
* expanded help to mention need to import addon (#243) * Remove unused extra backtick (#239) * remove import for golang.org/net/x/http2, co-locate error message * update CI code to run --dev if on ponzu-dev branch * CI: ensure we have latest from ponzu-dev branch
2017-08-15update Omittable, Pushable, interface to take res, req pair like Hooks, ↵Steve Manuel
update implementations & hydrate items
2017-03-16Typo fixesferhat elmas
2017-03-07checking Error() equality on recursive push errSteve Manuel
2017-03-07adding catch for ErrRecursivePush log and ignoring null valuesSteve Manuel
2017-02-09remove req.URL.Path from the push target so non-content paths like uploads ↵Steve Manuel
can be pushed too
2016-12-29adding req as param to push, initially to get URL Path for http.Pusher#PushSteve Manuel
2016-12-29adding http package importSteve Manuel
2016-12-29move push func to separate file and adding tidwall/gjson to creditsSteve Manuel