| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | LACE: Add PCRE support to simple matcherdsilvers/revamp-patterns | Daniel Silverstone | 2013-05-23 | 1 | -1/+6 |
| | | | | | | This adds PCRE support to the simple matcher. In order for this to work, lrexlib is required (lua-rex-pcre in Debian/Ubuntu). | ||||
| * | LACE: Add prefix and suffix simple matches | Daniel Silverstone | 2013-05-23 | 1 | -0/+6 |
| | | | | | | | This adds prefix and suffix simple matches and updates the default ruleset to use them as appropriate. This actually eliminates almost all pattern matches from the default ruleset. | ||||
| * | LACE: Update simple match with generic matchers | Daniel Silverstone | 2013-05-23 | 1 | -22/+27 |
| | | | | | | | This updates the simple match routine to have a table of match functions. Initially this only supports the exact and pattern matches, but we can add more. | ||||
| * | LACE: Alter simple match compiler ready for more | Daniel Silverstone | 2013-05-23 | 1 | -11/+27 |
| | | | | | | | | | | This alters the simple match compiler to support a definition format along the lines of: define some_name ref pattern ^refs/heads/ The accepted middle entries being exact, pattern, !exact and !pattern | ||||
| * | REPOSITORY: Cope better with various cases of branch deletion | Daniel Silverstone | 2013-05-01 | 1 | -8/+13 |
| | | |||||
| * | ADMINCOMMAND: Fix 'as' to check if users exist | Daniel Silverstone | 2013-04-30 | 1 | -1/+8 |
| | | |||||
| * | REPO: Add a mechanism to update the info/web/last-modified file | Daniel Silverstone | 2013-04-24 | 1 | -0/+49 |
| | | |||||
| * | USERCOMMAND: In sshkey, ensure we refuse to continue if tag format is bad | Daniel Silverstone | 2013-04-24 | 1 | -0/+1 |
| | | |||||
| * | USERCOMMAND: Fix up whoami output a little | Daniel Silverstone | 2013-04-24 | 1 | -6/+6 |
| | | |||||
| * | COMMAND: Rearrange destroy success message to prevent tl;dr situations | Daniel Silverstone | 2013-04-24 | 1 | -2/+2 |
| | | |||||
| * | AS: Fix up some logging so as foouser cmd <repo> doesn't crash | Daniel Silverstone | 2013-04-24 | 1 | -4/+4 |
| | | |||||
| * | ACTIONS: Ensure that if we fail to read cleanly we don't assert, in HTTP client | Daniel Silverstone | 2012-11-10 | 1 | -1/+6 |
| | | |||||
| * | ACTIONS: Remove assert()s from the HTTP client to increase resilience | Daniel Silverstone | 2012-11-10 | 1 | -3/+11 |
| | | |||||
| * | ADMINCOMMAND: Lowercase user and group names | Daniel Silverstone | 2012-11-10 | 1 | -1/+10 |
| | | |||||
| * | Upgrade purge message from info to state | Daniel Silverstone | 2012-11-10 | 1 | -1/+1 |
| | | |||||
| * | ADMINCOMMAND: Add a graveyard command | Daniel Silverstone | 2012-11-10 | 1 | -0/+165 |
| | | |||||
| * | UTIL: Add rm_rf function to gitano.util | Daniel Silverstone | 2012-11-10 | 1 | -0/+32 |
| | | |||||
| * | Remove dead code | Daniel Silverstone | 2012-11-10 | 1 | -173/+0 |
| | | |||||
| * | Add --verbose support to the ls command | Daniel Silverstone | 2012-10-09 | 1 | -4/+16 |
| | | |||||
| * | Ensure spaces and nulls cannot form part of a repository name | Daniel Silverstone | 2012-10-09 | 1 | -0/+2 |
| | | |||||
| * | USERCOMMAND: Ensure sshkey is validating tag names | Daniel Silverstone | 2012-09-22 | 1 | -0/+6 |
| | | |||||
| * | COMMANDS: nascent repositories should not be pushed or pulled | Daniel Silverstone | 2012-09-22 | 1 | -0/+6 |
| | | |||||
| * | GITANO: Move the force_empty_tree() call from always, to update-hook and ↵ | Daniel Silverstone | 2012-09-10 | 1 | -4/+0 |
| | | | | | only if needed | ||||
| * | UTIL: Fix up deep_copy for memoisation | Daniel Silverstone | 2012-09-09 | 1 | -2/+2 |
| | | |||||
| * | GITANO: Migrate from gitano.git to gall | Daniel Silverstone | 2012-09-08 | 12 | -979/+23 |
| | | |||||
| * | SUPPLE: Quick fix for global hook support | Daniel Silverstone | 2012-09-06 | 1 | -2/+3 |
| | | |||||
| * | ACTIONS: Transform connect errors into '500' errors instead | Daniel Silverstone | 2012-09-06 | 1 | -1/+4 |
| | | |||||
| * | ACTIONS: Support hostname:port in the host argument to the HTTP methods | Daniel Silverstone | 2012-09-06 | 1 | -1/+5 |
| | | |||||
| * | GITANO: Rationalise splittable stuff and split groups on dashes and repos on ↵ | Daniel Silverstone | 2012-09-05 | 4 | -13/+37 |
| | | | | | slashes | ||||
| * | LACE: Add targetgroup and member to lace | Daniel Silverstone | 2012-09-04 | 1 | -1/+1 |
| | | |||||
| * | REPOSITORY: Add repository/{base,dir}name and repository/N to the context, ↵ | Daniel Silverstone | 2012-09-03 | 1 | -0/+10 |
| | | | | | where {base,dir}name are obvious and /N is the Nth element | ||||
| * | REPOSITORY: Change reponame cleaning rules to be more pleasant and useful | Daniel Silverstone | 2012-09-01 | 1 | -5/+10 |
| | | |||||
| * | COMMAND: destroy: Also mention the token in the confirmation | Daniel Silverstone | 2012-09-01 | 1 | -0/+2 |
| | | |||||
| * | COMMAND: destroy: Fix broken time format so hour is now zero-padded | Daniel Silverstone | 2012-09-01 | 1 | -1/+1 |
| | | |||||
| * | SUPPLE: Supply an actor table in the global namespace of each hook, ↵ | Daniel Silverstone | 2012-09-01 | 1 | -3/+8 |
| | | | | | containing info about the user | ||||
| * | SUPPLE: Reorder run_hook() args for neatness | Daniel Silverstone | 2012-09-01 | 1 | -1/+1 |
| | | |||||
| * | SUPPLE: Tidy _repo -> repo | Daniel Silverstone | 2012-09-01 | 1 | -3/+2 |
| | | |||||
| * | Merge pre-receive hook support | Daniel Silverstone | 2012-09-01 | 1 | -1/+1 |
| |\ | |||||
| | * | HOOKS: Add support for pre-receive hooks | Daniel Silverstone | 2012-08-22 | 1 | -1/+1 |
| | | | |||||
| * | | REPOSITORY: Fix spello in mkdir_p() name | Daniel Silverstone | 2012-08-31 | 1 | -1/+1 |
| | | | |||||
| * | | REPOSITORY: Allow lace to run against nascent repositories | Daniel Silverstone | 2012-08-31 | 1 | -1/+5 |
| | | | |||||
| * | | GITANO: Update to remove repository_root from gitano-admin | Daniel Silverstone | 2012-08-30 | 2 | -8/+16 |
| | | | |||||
| * | | GITANO: Remove need for graveyard_root | Daniel Silverstone | 2012-08-30 | 2 | -2/+2 |
| | | | |||||
| * | | COMMAND: Use the new filter function in the ls command | Daniel Silverstone | 2012-08-30 | 1 | -12/+10 |
| | | | |||||
| * | | REPOSITORY: Add filter function to foreach | Daniel Silverstone | 2012-08-30 | 1 | -3/+9 |
| | | | |||||
| * | | REPOSITORY: Tweaks and tidying for base config and admin messages | Daniel Silverstone | 2012-08-30 | 1 | -5/+5 |
| | | | |||||
| * | | REPOSITORY: Fix check_and_upgrade_hooks to use symlinks | Daniel Silverstone | 2012-08-30 | 1 | -42/+15 |
| | | | |||||
| * | | INSTALLER: make install and gitano-setup should work (mostly) | Daniel Silverstone | 2012-08-30 | 2 | -10/+24 |
| | | | |||||
| * | | BUILD: More work towards an installer | Daniel Silverstone | 2012-08-30 | 1 | -2/+8 |
| | | | |||||
| * | | REPOSITORY: Apparently repo-specific cgitrc files lack the repo. | Daniel Silverstone | 2012-08-28 | 1 | -1/+1 |
| | | | |||||
