summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-211-0/+1359
|
* 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
|
* LACE: Work better with nascent repositoriesDaniel Silverstone2012-05-161-7/+15
|
* 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
|
* 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-166-633/+276
|
* 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
|
* COMMAND: Add help text to all remaining visible commandsDaniel Silverstone2012-05-091-4/+35
|
* 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
|
* 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
|
* ACTIONS: Move hook_globals into actions, add a simple http_get wrapperDaniel Silverstone2012-05-041-0/+48
|
* 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
|
* RULES: Ensure we can load core: rulesDaniel Silverstone2012-05-031-0/+4
|
* REPOSITORY: Add a populate_tags() method to repositoriesDaniel Silverstone2012-05-031-0/+5
|
* RULES: Add various matches/is rules. Also fix the wagon error and allow ↵Daniel Silverstone2012-05-031-3/+34
| | | | setting arbitrary tags
* Allow underscores in the key nameDaniel Silverstone2012-05-031-1/+1
|
* REPOSITORY: Add hook loadingDaniel Silverstone2012-05-031-8/+27
|
* LOG: warning, not warningsDaniel Silverstone2012-05-031-1/+1
|
* REPOSITORY: Use util.mkdir_p and also ensure we return nascent repos (broken ↵Daniel Silverstone2012-05-031-0/+11
| | | | since previous rework for find_repository
* UTIL: Shonky implementation of mkdir -pDaniel Silverstone2012-05-031-1/+5
|
* RULES: Use patesc from gitano.utilDaniel Silverstone2012-05-031-4/+1
|
* UTIL: Add a bunch of useful util functions for path manipulationDaniel Silverstone2012-05-031-0/+44
|
* REPOSITORY: Support iterating repositoriesDaniel Silverstone2012-05-021-22/+90
|