summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-07Merge pull request #94 from ponzu-cms/ponzu-devSteve
[core] avoid self-referential server pushes, check Error() equality on recursive push err
2017-03-07checking Error() equality on recursive push errSteve Manuel
2017-03-07Merge pull request #93 from ponzu-cms/ponzu-devSteve
[core] Add Updateable interface and HTTP/2 Push fixes
2017-03-07vendor net/http2 package for h2 specific constantsSteve Manuel
2017-03-07adding catch for ErrRecursivePush log and ignoring null valuesSteve Manuel
2017-03-07Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-03-07updating reference packageSteve Manuel
2017-03-07Merge pull request #92 from kkeuning/ponzu-devSteve
Allow for external api updates to content items
2017-03-05updated loggingKevin Keuning
2017-03-05consolidate UpdateContent into SetContentKevin Keuning
2017-03-02updated log messageKevin Keuning
2017-03-02added UpdateContent for merge behavior on api updates, extended HookableKevin Keuning
2017-03-01added logging for failed user validation on api updateKevin Keuning
2017-03-01adding update to apiKevin Keuning
2017-03-01adding updated version of omitSteve Manuel
2017-03-01Merge pull request #91 from Sirikon/ponzu-devSteve
Move getGOPATH method to paths.go
2017-03-01Move getGOPATH method to paths.goCarlos Fernández
2017-03-01replace GOPATH env var lookups with getGOPATH func throughout codebaseSteve Manuel
2017-03-01bump versionSteve Manuel
2017-03-01Merge branch 'master' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-03-01Merge pull request #90 from rohanpai/masterSteve
Add Sourcegraph badge to README.md
2017-03-01Merge pull request #87 from olliephillips/ponzu-devSteve
ponzu add <import path>
2017-03-01update usageSteve Manuel
2017-03-01revised GOPATH detection for bug and Go 1.8 defaultOllie Phillips
2017-02-28Add Sourcegraph badge to README.mdRohan Pai
2017-02-24README tweakOllie Phillips
2017-02-24Removed some redundant info I missedOllie Phillips
2017-02-24Added ponzu add to the READMEOllie Phillips
2017-02-24Implemented a replicateAll func, since we need files to remain in GOPATH/srcOllie Phillips
2017-02-24missing src in the src path, nothing wrong with the destination and prob ↵Ollie Phillips
don't need mkdir
2017-02-24was thinking copyAll handled mkdirOllie Phillips
2017-02-24missed present directory from dest path, removed loggingOllie Phillips
2017-02-24Some logging, files not copiedOllie Phillips
2017-02-24break GOPATH determination out into separate functionOllie Phillips
2017-02-24missed get in exec.commandOllie Phillips
2017-02-24added add.go to cmdBuildFiles in buidPonzuServer()Ollie Phillips
2017-02-24Comment improvementOllie Phillips
2017-02-24getAddon(), comprising go get and copy routinesOllie Phillips
2017-02-24add.go addedOllie Phillips
2017-02-24Added usageAdd to useage constOllie Phillips
2017-02-24add as command line option and usage textOllie Phillips
2017-02-22Merge pull request #84 from ponzu-cms/ponzu-devSteve
[core] fix path location for cross-platform compatibility
2017-02-22Merge branch 'ponzu-dev' of https://github.com/ponzu-cms/ponzu into ponzu-devSteve Manuel
2017-02-22Merge pull request #83 from Sirikon/ponzu-devSteve
Fix #81
2017-02-22Fix #81Carlos Fernández Llamas
2017-02-21Merge pull request #79 from ponzu-cms/ponzu-devSteve
[core] Windows build & run support
2017-02-21cleanup importsSteve Manuel
2017-02-21adding new file to be included in build, new buildOutputPath function to ↵Steve Manuel
determine exec path
2017-02-21Merge pull request #78 from Sirikon/ponzu-devSteve
Fix Windows build & run
2017-02-21fix minor typo, un-export & reduce length of functionSteve
Aside from the minor spelling fix, I want to shorten the function name and think it would be best for it to be unexported.