summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2017-02-21reduce length of function name and unexportSteve
2017-02-21reduce length of function name and unexportSteve
2017-02-21Fix Windows build & runCarlos Fernández
2017-02-13fix typo in comment docSteve Manuel
2017-02-13Merge pull request #74 from ponzu-cms/ponzu-devSteve
bump version
2017-02-13bump versionSteve Manuel
2017-02-13Merge pull request #73 from ponzu-cms/ponzu-devSteve
[core] Adding support to omit fields from json response, minor code reorganization
2017-02-13adding check for nil pusher in gzipResponseWriter typeSteve Manuel
2017-02-13updating omit implementationSteve Manuel