Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 1.2.0 ready for development cycle | Daniel Silverstone | 2017-08-03 | 1 | -1/+1 |
| | |||||
* | Fix an oopsie from the merge | Daniel Silverstone | 2017-07-09 | 1 | -3/+0 |
| | |||||
* | Merge branch 'dsilvers/hooks' | Daniel Silverstone | 2017-07-08 | 1 | -1/+6 |
|\ | |||||
| * | Export the gitano.hooks API | Daniel Silverstone | 2017-06-17 | 1 | -1/+3 |
| | | | | | | | | | | | | | | This adjusts the core gitano module to export gitano.hooks. In addition, we bump the API version to 1.1.0 since we're adding in a new API (hooks) | ||||
* | | Export patterns as API and consume them in executables | Richard Maw | 2017-07-08 | 1 | -0/+2 |
|/ | | | | | | | | | | Gitano's executables, in addition to being required for operation, are intended to be examples of how to use the gitano library, so rather than importing with require "gitano.patterns", gitano should be imported and use gitano.patterns. No changes to imports are made inside lib/gitano/ because this would cause an import loop. | ||||
* | Add a version number system to Gitano | Daniel Silverstone | 2017-01-15 | 1 | -0/+14 |
| | |||||
* | Copyright cleanups | Daniel Silverstone | 2017-01-15 | 1 | -1/+26 |
| | |||||
* | Remove markdown.lua | Daniel Silverstone | 2017-01-02 | 1 | -2/+0 |
| | |||||
* | Basic i18n module | Daniel Silverstone | 2016-08-27 | 1 | -0/+2 |
| | |||||
* | Plugin support in Gitano | Daniel Silverstone | 2014-03-11 | 1 | -1/+3 |
| | | | | | | | | | This patch adds support for Gitano to load plugins from a colon separated set of paths. While colon separation is not the best mechanism, it is in common use. We explicitly do not add any escaping rules such as :: -> : in order to remain compatible with things like PATH processing. Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk> | ||||
* | Add auth.lua | Richard Ipsum | 2014-02-18 | 1 | -0/+2 |
| | | | | | We now perform auth in 2 cgis as well as gitano-auth, so auth needs to be in the library | ||||
* | GITANO: Migrate from gitano.git to gall | Daniel Silverstone | 2012-09-08 | 1 | -2/+0 |
| | |||||
* | SANDBOX: Remove unused simplistic sandbox code | Daniel Silverstone | 2012-08-25 | 1 | -2/+0 |
| | |||||
* | GITANO: Switch all current hooks (update, post-receive) to use Supple | Daniel Silverstone | 2012-08-10 | 1 | -0/+2 |
| | |||||
* | GITANO: Add markdown to the imported modules | Daniel Silverstone | 2012-05-21 | 1 | -0/+2 |
| | |||||
* | LACE: Switch over to Lace for rulesets. Untested | Daniel Silverstone | 2012-05-16 | 1 | -3/+2 |
| | |||||
* | LIB: Rename gitano/init.lua to gitano.lua for easier LUA_PATH | Daniel Silverstone | 2012-05-16 | 1 | -0/+29 |