summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SUPPLE: Add repo:get(shaish) to the proxy reposDaniel Silverstone2012-08-101-0/+5
* ACTIONS: Support rewind (as rebase) in cia reporting actionDaniel Silverstone2012-08-101-0/+3
* Merge branch 'supple-integration'Daniel Silverstone2012-08-1010-74/+306
|\
| * GITANO: Switch all current hooks (update, post-receive) to use SuppleDaniel Silverstone2012-08-108-34/+204
| * COMMAND: Ensure SSH key => alignment in whoami outputDaniel Silverstone2012-08-081-1/+8
| * REPOSITORY: Switch to safe_load for project.confDaniel Silverstone2012-08-081-8/+2
| * COMMAND: Fix group colon alignment in whoami outputDaniel Silverstone2012-08-081-1/+1
| * CONFIG: Change gitano-admin config loading to use limited sandboxDaniel Silverstone2012-08-081-29/+16
| * SANDBOX: Add runtime limits to the sandboxDaniel Silverstone2012-08-081-1/+27
| * 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
| * COMMAND: Add set-descriptionDaniel Silverstone2012-08-081-0/+45
|/
* Ensure that we don't pass non-shaish things to repo.git:rev-list()supple-integrationDaniel Silverstone2012-08-061-0/+3
* USERCOMMAND: Ensure sshkey helptext variable named correctly so it will be shownDaniel Silverstone2012-08-061-1/+1
* CIA: Report rebases and large pushes in a more controlled mannerDaniel Silverstone2012-08-051-2/+26
* BIN: gitano-update-hook: Defer generation of trees and treedeltasDaniel Silverstone2012-07-211-76/+104
* LACE: Support negative assertions in lacesDaniel Silverstone2012-07-071-1/+18
* EXAMPLE: Update rules to include destroy repo and rename repo and various oth...Daniel Silverstone2012-07-035-2/+23
* EXAMPLE: Add support for set-head to example laceDaniel Silverstone2012-07-012-0/+4
* COMMAND: Add a set-head commandDaniel Silverstone2012-07-011-0/+39
* REPOSITORY: Re-level a bunch of loggingDaniel Silverstone2012-07-011-5/+5
* ADMINCOMMAND: Fix using 'as' for commands which take reposDaniel Silverstone2012-07-011-1/+1
* COMMAND: Change a bunch of chat into stateDaniel Silverstone2012-07-011-18/+17
* REPOSITORY: Allow HEAD to be configuredDaniel Silverstone2012-07-011-0/+15
* ADMINCOMMAND: Add group command for managing groupsDaniel Silverstone2012-07-011-0/+258
* EXAMPLE: Add group show to example defines.laceDaniel Silverstone2012-07-011-1/+2
* CONFIG: Fix up subgroups a bit so serialisation works nicelyDaniel Silverstone2012-07-011-1/+4
* UTIL: Add a set utility function for turning ipairs() tables into setsDaniel Silverstone2012-07-011-0/+11
* ACTIONS: Fix double-reversal in CIA orderingDaniel Silverstone2012-07-011-1/+1
* LACE: Update lace matchers to include targetuser for site adminDaniel Silverstone2012-07-011-0/+2
* EXAMPLE: Update example for user command laceDaniel Silverstone2012-07-013-0/+34
* ADMINCOMMAND: Add user commandDaniel Silverstone2012-07-011-0/+165
* CONFIG: When set-ifying group members, use the index as the truth valueDaniel Silverstone2012-07-011-1/+1
* LIB: Alter ssh key pattern to support 'comments'Daniel Silverstone2012-06-302-2/+2
* LIB: Create an admin command module and move 'as' into it. Also ensure help ...Daniel Silverstone2012-06-293-89/+132
* USERCOMMAND: Ensure whoami and sshkey pass through the laceDaniel Silverstone2012-06-291-7/+17
* EXAMPLE: Self operations support in the laceDaniel Silverstone2012-06-293-0/+12
* Initial 'as' support in the laceDaniel Silverstone2012-06-294-0/+15
* USERCOMMAND: Initial work on 'as' commandDaniel Silverstone2012-06-291-0/+81
* BIN: gitano-auth: Provide more useful error when no commandline sentDaniel Silverstone2012-06-291-0/+5
* EXAMPLE: Change from a .git to a set of files, so it's easier to see/edit the...Daniel Silverstone2012-06-2928-483/+113
* REPOSITORY: Configure the owner for gitwebDaniel Silverstone2012-06-171-0/+6
* GIT.REPOSITORY: Trivial config interfaceDaniel Silverstone2012-06-171-0/+9
* GIT.LL: Add configDaniel Silverstone2012-06-171-1/+1
* REPOSITORY: Ensure that we support changing HEAD via refs/gitano/adminDaniel Silverstone2012-06-171-4/+12
* GIT.REPOSITORY: symbolic_ref implementationDaniel Silverstone2012-06-171-0/+11
* COMMAND: New sshkey user command for manipulating ssh keysDaniel Silverstone2012-06-171-2/+115
* CONFIG: Move ssh authorized_keys generation into gitano.config for reuseDaniel Silverstone2012-06-172-29/+45
* USERCOMMAND: Fix up whoami to indicate which SSH key is in useDaniel Silverstone2012-06-171-2/+5
* COMMAND: Split pure user commands off into a separate moduleDaniel Silverstone2012-06-172-67/+88