summaryrefslogtreecommitdiff
path: root/cmd/ponzu/usage.go
AgeCommit message (Collapse)Author
2018-08-19admin richtext updates, uuid package migration (#269)Steve Manuel
* update CI code to run --dev if on ponzu-dev branch * CI: ensure we have latest from ponzu-dev branch * Replaced satori/go.uuid with gofrs/uuid. (#268) * Changed files to use new uuid pkg. * Replace satori/go.uuid with gofrs/uuid. Closes #257. * Deleted satori/go.uuid folder. Closes #257. * Added heading styles and table to richtext toolbar. (#267) Closes #207. * Override Cobra's 'help' command to remove duplicate. (#266) Closes #206.
2017-05-22updating usage notes and multi-word formatted flagsSteve Manuel
2017-05-22add help flags for sub commands to root cmdMartin Treusch von Buttlar
2017-05-17add shorthand commands for add, generate, serve and versionMartin Treusch von Buttlar
2017-05-16move usage examples to cobra field of same nameMartin Treusch von Buttlar
2017-05-15add cobra commandsMartin Treusch von Buttlar
2017-05-10fix typo retrun should be returnBradley Falzon
2017-03-01replace GOPATH env var lookups with getGOPATH func throughout codebaseSteve Manuel
2017-03-01update usageSteve Manuel
2017-02-24Removed some redundant info I missedOllie Phillips
2017-02-24Added usageAdd to useage constOllie Phillips
2017-02-24add as command line option and usage textOllie Phillips
2017-02-07Another typo fix in readmeferhat elmas
s/cooresponding/corresponding/
2017-01-19adding upgrade and version to CLI usage and help command, fixing issue #31 ↵Steve Manuel
with ponzu version printing project version
2017-01-18updating docs and readmeSteve Manuel
2017-01-17adding version (in general ponzu.json file) and upgrade command to backup, ↵Steve Manuel
clone new ponzu and restore files to keep up to date as ponzu project is updated
2017-01-16[core] Adding toggle for CORS, GZIP in admin/cms configuration (#30)Steve
This PR enables admins to disable/enable CORS and GZIP from within the admin CMS configuration page. Both are enabled by default. Note: currently, the GZIP implementation is 100% on the fly, for every qualifying API endpoint request. This could add significant CPU usage, but dramatically decreases bandwidth. Will be considering other better implementations, but for now YMMV. Possible optimizations: - pooling gzip Writers vs. creating a new one for each response - caching gzipped responses (in memory? on disk?) - enforcing size threshold (only gzip content larger than N bytes)
2016-12-26adding gocmd flag to more easily test against go1.8beta2 and future buildsSteve Manuel