summaryrefslogtreecommitdiff
path: root/lib/gitano.lua
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 1.2.0 ready for development cycleDaniel Silverstone2017-08-031-1/+1
|
* Fix an oopsie from the mergeDaniel Silverstone2017-07-091-3/+0
|
* Merge branch 'dsilvers/hooks'Daniel Silverstone2017-07-081-1/+6
|\
| * Export the gitano.hooks APIDaniel Silverstone2017-06-171-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 executablesRichard Maw2017-07-081-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 GitanoDaniel Silverstone2017-01-151-0/+14
|
* Copyright cleanupsDaniel Silverstone2017-01-151-1/+26
|
* Remove markdown.luaDaniel Silverstone2017-01-021-2/+0
|
* Basic i18n moduleDaniel Silverstone2016-08-271-0/+2
|
* Plugin support in GitanoDaniel Silverstone2014-03-111-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.luaRichard Ipsum2014-02-181-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 gallDaniel Silverstone2012-09-081-2/+0
|
* SANDBOX: Remove unused simplistic sandbox codeDaniel Silverstone2012-08-251-2/+0
|
* GITANO: Switch all current hooks (update, post-receive) to use SuppleDaniel Silverstone2012-08-101-0/+2
|
* GITANO: Add markdown to the imported modulesDaniel Silverstone2012-05-211-0/+2
|
* LACE: Switch over to Lace for rulesets. UntestedDaniel Silverstone2012-05-161-3/+2
|
* LIB: Rename gitano/init.lua to gitano.lua for easier LUA_PATHDaniel Silverstone2012-05-161-0/+29