Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-19 | admin 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-22 | updating usage notes and multi-word formatted flags | Steve Manuel | |
2017-05-22 | add help flags for sub commands to root cmd | Martin Treusch von Buttlar | |
2017-05-17 | add shorthand commands for add, generate, serve and version | Martin Treusch von Buttlar | |
2017-05-16 | move usage examples to cobra field of same name | Martin Treusch von Buttlar | |
2017-05-15 | add cobra commands | Martin Treusch von Buttlar | |
2017-05-10 | fix typo retrun should be return | Bradley Falzon | |
2017-03-01 | replace GOPATH env var lookups with getGOPATH func throughout codebase | Steve Manuel | |
2017-03-01 | update usage | Steve Manuel | |
2017-02-24 | Removed some redundant info I missed | Ollie Phillips | |
2017-02-24 | Added usageAdd to useage const | Ollie Phillips | |
2017-02-24 | add as command line option and usage text | Ollie Phillips | |
2017-02-07 | Another typo fix in readme | ferhat elmas | |
s/cooresponding/corresponding/ | |||
2017-01-19 | adding upgrade and version to CLI usage and help command, fixing issue #31 ↵ | Steve Manuel | |
with ponzu version printing project version | |||
2017-01-18 | updating docs and readme | Steve Manuel | |
2017-01-17 | adding 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-26 | adding gocmd flag to more easily test against go1.8beta2 and future builds | Steve Manuel | |