summaryrefslogtreecommitdiff
path: root/lib/gitano/repository.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | REPOSITORY: Fix silly newline issueDaniel Silverstone2012-08-281-3/+8
| |
* | REPOSITORY: Fix another clod related hiccoughDaniel Silverstone2012-08-281-1/+1
| |
* | CLOD: Switch Repository to using clod for settingsDaniel Silverstone2012-08-251-35/+63
|/
* GITANO: Switch all current hooks (update, post-receive) to use SuppleDaniel Silverstone2012-08-101-12/+25
|
* REPOSITORY: Switch to safe_load for project.confDaniel Silverstone2012-08-081-8/+2
|
* REPOSITORY: Ensure that if you save_admin() you run_checks() to apply changesDaniel Silverstone2012-08-081-1/+1
|
* REPOSITORY: Add a newline to description if it's not providedDaniel Silverstone2012-08-081-0/+3
|
* REPOSITORY: Re-level a bunch of loggingDaniel Silverstone2012-07-011-5/+5
|
* REPOSITORY: Allow HEAD to be configuredDaniel Silverstone2012-07-011-0/+15
|
* REPOSITORY: Configure the owner for gitwebDaniel Silverstone2012-06-171-0/+6
|
* REPOSITORY: Ensure that we support changing HEAD via refs/gitano/adminDaniel Silverstone2012-06-171-4/+12
|
* REPOSITORY: Add rename capability to repositoryDaniel Silverstone2012-05-271-0/+25
|
* REPOSITORY: Support for confirmation tokens and repository destroyDaniel Silverstone2012-05-271-0/+40
|
* Change commands to lace themselves using repo:run_lace() so that we can ↵Daniel Silverstone2012-05-271-7/+23
| | | | later do multiple laces in a command
* 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
|
* REPOSITORY: Force the empty tree to always exist. Skanky for nowDaniel Silverstone2012-05-171-0/+4
|
* REPOSITORY: Better debug during check_local_git_filesDaniel Silverstone2012-05-161-3/+2
|
* LACE: Switch over to Lace for rulesets. UntestedDaniel Silverstone2012-05-161-17/+20
|
* Handle description updates more effectivelyDaniel Silverstone2012-05-161-4/+13
|
* REPOSITORY: Rework chmod to use luxio.simple.chmod() rather than spawningDaniel Silverstone2012-05-071-8/+5
|
* REPOSITORY: Add a populate_tags() method to repositoriesDaniel Silverstone2012-05-031-0/+5
|
* REPOSITORY: Add hook loadingDaniel Silverstone2012-05-031-8/+27
|
* 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
* REPOSITORY: Support iterating repositoriesDaniel Silverstone2012-05-021-22/+90
|
* REPOSITORY: Support hooking post-receiveDaniel Silverstone2012-05-021-1/+1
|
* REPOSITORY: git-daemon-export-ok and description managed automatically nowDaniel Silverstone2012-05-011-0/+41
|
* REPOSITORY: Create the hook files if absentDaniel Silverstone2012-05-011-2/+2
|
* REPOSITORY: Check hooks on repo creationDaniel Silverstone2012-05-011-2/+63
|
* REPOSITORY: Initial validation and owner/description managementDaniel Silverstone2012-04-261-8/+121
|
* REPOSITORY: Tidy the run_checks method to use refs/gitano/admin and add ↵Daniel Silverstone2012-04-261-6/+35
| | | | initial realise method for nascent repositories
* REPOSITORY: Fix default callout nameDaniel Silverstone2012-04-251-1/+1
|
* GITANO: Complete initial renameDaniel Silverstone2012-03-281-12/+12
|
* GITANO: Simple filename replaceDaniel Silverstone2012-03-281-0/+145