Age | Commit message (Expand) | Author |
2017-04-01 | downcase initial char from type name | Steve Manuel |
2017-04-01 | removing nil view default | Steve Manuel |
2017-04-01 | adding initial cases to generate input types for field views from command line | Steve Manuel |
2017-03-20 | bump version | Steve Manuel |
2017-03-15 | bump version | Steve Manuel |
2017-03-07 | vendor net/http2 package for h2 specific constants | Steve Manuel |
2017-03-01 | Move getGOPATH method to paths.go | Carlos Fernández |
2017-03-01 | replace GOPATH env var lookups with getGOPATH func throughout codebase | Steve Manuel |
2017-03-01 | bump version | Steve Manuel |
2017-03-01 | update usage | Steve Manuel |
2017-03-01 | revised GOPATH detection for bug and Go 1.8 default | Ollie Phillips |
2017-02-24 | Removed some redundant info I missed | Ollie Phillips |
2017-02-24 | Implemented a replicateAll func, since we need files to remain in GOPATH/src | Ollie Phillips |
2017-02-24 | missing src in the src path, nothing wrong with the destination and prob don'... | Ollie Phillips |
2017-02-24 | was thinking copyAll handled mkdir | Ollie Phillips |
2017-02-24 | missed present directory from dest path, removed logging | Ollie Phillips |
2017-02-24 | Some logging, files not copied | Ollie Phillips |
2017-02-24 | break GOPATH determination out into separate function | Ollie Phillips |
2017-02-24 | missed get in exec.command | Ollie Phillips |
2017-02-24 | added add.go to cmdBuildFiles in buidPonzuServer() | Ollie Phillips |
2017-02-24 | Comment improvement | Ollie Phillips |
2017-02-24 | getAddon(), comprising go get and copy routines | Ollie Phillips |
2017-02-24 | add.go added | 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-22 | Fix #81 | Carlos Fernández Llamas |
2017-02-21 | cleanup imports | Steve Manuel |
2017-02-21 | adding new file to be included in build, new buildOutputPath function to dete... | Steve Manuel |
2017-02-21 | fix minor typo, un-export & reduce length of function | Steve |
2017-02-21 | reduce length of function name and unexport | Steve |
2017-02-21 | reduce length of function name and unexport | Steve |
2017-02-21 | Fix Windows build & run | Carlos Fernández |
2017-02-13 | bump version | Steve Manuel |
2017-02-07 | Another typo fix in readme | ferhat elmas |
2017-02-06 | bump version | Steve Manuel |
2017-01-30 | [core] Return data from api.Externalable requests for client to use in app (#55) | Steve |
2017-01-26 | [core] Embedded and implement http.Pusher into http.ResponseWriter+gzip Write... | Steve |
2017-01-24 | bumping version: 0.8.0 | Steve Manuel |
2017-01-20 | cleaner code | Łukasz Kurowski |
2017-01-19 | adding upgrade and version to CLI usage and help command, fixing issue #31 wi... | Steve Manuel |
2017-01-18 | bumping version | Steve Manuel |
2017-01-18 | updating docs and readme | Steve Manuel |
2017-01-18 | adhere to semantic versioning | Steve Manuel |
2017-01-17 | adding version (in general ponzu.json file) and upgrade command to backup, cl... | Steve Manuel |
2017-01-16 | [core] Adding toggle for CORS, GZIP in admin/cms configuration (#30) | Steve |
2017-01-12 | adding content _ import back to main | Steve Manuel |
2017-01-11 | attempting to force item.Types to be populated before the db Init step | Steve Manuel |
2017-01-11 | adding []byte driven api vs. url.Values where ever possible | Steve Manuel |
2017-01-11 | extending the "addon" platform within ponzu to register, present and manage a... | Steve Manuel |
2017-01-10 | adding pointer fix for decoding, removing print debugs | Steve Manuel |