summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* REPOSITORY: Fix typo in self:fs_path()Daniel Silverstone2012-05-211-1/+1
|
* REPOSITORY: import markdown properlYDaniel Silverstone2012-05-211-1/+1
|
* REPOSITORY: If there's an HTML README created, export itDaniel Silverstone2012-05-211-0/+19
|
* REPOSITORY: If there's a README.mdwn, load and convert itDaniel Silverstone2012-05-211-1/+15
|
* GITANO: Add markdown to the imported modulesDaniel Silverstone2012-05-211-0/+2
|
* MARKDOWN: Tidy up for portabilityDaniel Silverstone2012-05-211-307/+58
|
* MARKDOWN: Tidy markdown.luaDaniel Silverstone2012-05-211-1358/+1247
|
* Add markdown.lua and the copyright for itDaniel Silverstone2012-05-212-0/+1384
|
* REPOSITORY: Force the empty tree to always exist. Skanky for nowDaniel Silverstone2012-05-171-0/+4
|
* GIT.REPOSITORY: Add a force_empty_tree() methodDaniel Silverstone2012-05-171-0/+4
|
* match returns nil/str, matcher should return true/falseDaniel Silverstone2012-05-171-1/+1
|
* LOG: Fix logging snafuDaniel Silverstone2012-05-161-1/+1
|
* Force all logging statements to be stringsDaniel Silverstone2012-05-161-1/+5
|
* SCRIPTS: Add a git-admin-clone helper for simple gitano administration on ↵Daniel Silverstone2012-05-161-0/+27
| | | | projects
* LACE: Work better with nascent repositoriesDaniel Silverstone2012-05-161-7/+15
|
* Merge the conversion to LaceDaniel Silverstone2012-05-1611-702/+356
|\
| * BIN: Fix up the update trees, we can defer them laterDaniel Silverstone2012-05-161-5/+7
| |
| * LACE: Remove some debug and clean up simple matchers setupDaniel Silverstone2012-05-161-7/+15
| |
| * ACTIONS: Fix ref access for builtin actionsDaniel Silverstone2012-05-161-6/+6
| |
| * COMMAND: Stop debug statements for adding commandsDaniel Silverstone2012-05-161-0/+2
| |
| * REPOSITORY: Better debug during check_local_git_filesDaniel Silverstone2012-05-161-3/+2
| |
| * BIN: Indicate if we're running rulesetsDaniel Silverstone2012-05-161-0/+2
| |
| * COMMANDS: fix the operation context. Will want to change how _prep works laterDaniel Silverstone2012-05-161-7/+5
| |
| * LACE: add executeDaniel Silverstone2012-05-161-0/+1
| |
| * Rename git/init.lua to git.luaDaniel Silverstone2012-05-161-0/+0
| |
| * LACE: Switch over to Lace for rulesets. UntestedDaniel Silverstone2012-05-168-685/+322
| |
| * CONFIG: Load a gitano repository object for the admin repo once it's readyDaniel Silverstone2012-05-161-1/+6
|/
* LIB: Rename gitano/init.lua to gitano.lua for easier LUA_PATHDaniel Silverstone2012-05-161-0/+0
|
* Handle description updates more effectivelyDaniel Silverstone2012-05-161-4/+13
|
* BIN: Support per-project-repository update hookDaniel Silverstone2012-05-101-2/+18
|
* COMMAND: Add help text to all remaining visible commandsDaniel Silverstone2012-05-091-4/+35
|
* NOTES: initial pull-request notes. Introduces the idea of a client toolDaniel Silverstone2012-05-081-0/+132
|
* UTIL: Neater mkdir_p implementation which does not spawn()Daniel Silverstone2012-05-071-7/+28
|
* REPOSITORY: Rework chmod to use luxio.simple.chmod() rather than spawningDaniel Silverstone2012-05-071-8/+5
|
* README: Mention the website and gitwebDaniel Silverstone2012-05-071-1/+6
|
* GIT.REPOSITORY: Ensure stderr is swallowed when running gitDaniel Silverstone2012-05-071-0/+2
|
* REPOSITORY: Make get_ref() use --verify to ensure a single ref is returnedDaniel Silverstone2012-05-071-1/+1
|
* ACTIONS: Initial CIA.vc report commit-notificationsDaniel Silverstone2012-05-071-0/+152
|
* LOG: More resilient log level setting etcDaniel Silverstone2012-05-071-2/+21
|
* REPOSITORY: Add rev_list() supportDaniel Silverstone2012-05-071-0/+17
|
* UTIL: Add html_escape. Incomplete but good enough for things like CIADaniel Silverstone2012-05-071-0/+9
|
* GIT.LL: Add rev-listDaniel Silverstone2012-05-071-1/+1
|
* BIN: Move hook globals into actions from gitano-post-receive-hookDaniel Silverstone2012-05-041-12/+2
|
* ACTIONS: Move hook_globals into actions, add a simple http_get wrapperDaniel Silverstone2012-05-041-0/+48
|
* BIN: Fix tree acquisition in gitano-update-hook againDaniel Silverstone2012-05-041-2/+2
|
* BIN: Fix tree acquisition in gitano-update-hookDaniel Silverstone2012-05-041-2/+2
|
* RULES: More useful ddebug on trycalloutDaniel Silverstone2012-05-041-0/+3
|
* RULES: if the compile fails on a trycallout, ddebug itDaniel Silverstone2012-05-041-0/+2
|
* RULES: UserIs not IsUserDaniel Silverstone2012-05-041-1/+4
|
* RULES: Support reponame for CORE: rulesetsDaniel Silverstone2012-05-041-1/+2
|