Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |