Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update auth.lua with i18n tokens | Daniel Silverstone | 2016-11-05 | 2 | -12/+25 | |
| | ||||||
* | testing: Add yarn for testing repository creation | Richard Maw | 2016-11-05 | 1 | -5/+3 | |
| | ||||||
* | testing: Test copy by having alice create the personal repo | Richard Maw | 2016-11-05 | 2 | -4/+10 | |
| | | | | This is closer to the usual use-cases where we expect this to happen. | |||||
* | gtt: Add helper for running git commands | Richard Maw | 2016-11-05 | 1 | -0/+12 | |
| | | | | | | This is required so that the home directory and hence git configuration is applied for git commands. | |||||
* | gtt: Initialise basic git config for unix users | Richard Maw | 2016-11-05 | 1 | -0/+8 | |
| | ||||||
* | gtt: Consistently set cwd and HOME in subcommands | Richard Maw | 2016-11-05 | 1 | -2/+7 | |
| | ||||||
* | Remove legacy support for http_get and http.get/http.post in the supple ↵ | Daniel Silverstone | 2016-11-05 | 1 | -13/+0 | |
| | | | | environment | |||||
* | Messages from actions.lua | Daniel Silverstone | 2016-11-05 | 2 | -4/+10 | |
| | ||||||
* | Remove owner fromthe lace context | Daniel Silverstone | 2016-10-25 | 2 | -6/+1 | |
| | ||||||
* | Provide is, {start,end}s{,with}, with auto-inversion; and 'not' without; as ↵v0.1 | Daniel Silverstone | 2016-10-04 | 1 | -0/+11 | |
| | | | | lace match types | |||||
* | Remove automatic user/group because we now have [user exact ...] stuff | Daniel Silverstone | 2016-10-04 | 1 | -22/+0 | |
| | ||||||
* | Fix up simple_match to remove legacy operation | Daniel Silverstone | 2016-09-24 | 1 | -23/+7 | |
| | ||||||
* | Update skeleton to use non-legacy simple match | Daniel Silverstone | 2016-09-24 | 2 | -47/+47 | |
| | ||||||
* | yarns: Sketch out create tests | Richard Maw | 2016-09-24 | 1 | -0/+18 | |
| | ||||||
* | yarns: Test that repository existence is not leaked | Richard Maw | 2016-09-24 | 1 | -0/+6 | |
| | ||||||
* | yarns: Test that you can't trample a repository with copy | Richard Maw | 2016-09-24 | 2 | -1/+20 | |
| | ||||||
* | yarns: Test being denied copy | Richard Maw | 2016-09-24 | 1 | -0/+14 | |
| | ||||||
* | copy: Don't leak the existence of repositories | Richard Maw | 2016-09-24 | 1 | -8/+10 | |
| | | | | | | | | | | | | | | | Previously copy would report that the target existed before running ACLs. While saving a bunch of effort by reporting this early, this means you can see if a repository exists by copying to it even if you haven't got read access to the repository. This is now changed to only report that after the writability check. This has been moved to before the creation check since for the sake of error reporting we should check in order of ascending privilege, and post-write-check is the earliest we can reveal the repository's existence. | |||||
* | Ensure we use the pid when preparing new versions of files to prevent race ↵ | Daniel Silverstone | 2016-09-24 | 1 | -6/+6 | |
| | | | | condition | |||||
* | REPO: Add check_signature method and export to supple | Daniel Silverstone | 2016-09-24 | 2 | -0/+48 | |
| | ||||||
* | Fix typo | Daniel Silverstone | 2016-09-24 | 1 | -1/+1 | |
| | ||||||
* | More keyring yarns | Daniel Silverstone | 2016-09-24 | 1 | -11/+34 | |
| | ||||||
* | Add support for GPG and stdin for running things | Daniel Silverstone | 2016-09-24 | 6 | -1/+18 | |
| | ||||||
* | KEYRING: Support the rest of the keyring subcommands | Daniel Silverstone | 2016-09-24 | 1 | -3/+283 | |
| | ||||||
* | UTIL: Add temporary file support | Daniel Silverstone | 2016-09-24 | 1 | -0/+17 | |
| | ||||||
* | Fix inconsistent indentation for recent commits | Richard Maw | 2016-09-24 | 3 | -13/+13 | |
| | | | | | We're inconsistent in general for indentation with tabs, but that's a much wider change. | |||||
* | KEYRING: Add keyring command and associated gubbins | Daniel Silverstone | 2016-09-24 | 5 | -1/+176 | |
| | | | | | | This adds lace interfaces for the keyring command, a basic keyring command with list, create, destroy, and a yarn for it, along with some defines in the skel ready for user rules. | |||||
* | CONFIG: Ensure keyrings aren't unexpectedly copied | Daniel Silverstone | 2016-09-24 | 1 | -2/+3 | |
| | ||||||
* | Allow specifying 'SCENARIO=blah' when make test | Daniel Silverstone | 2016-09-24 | 1 | -0/+3 | |
| | ||||||
* | LACE: Provide new/old object data (incl. type and sign state) to lace | Daniel Silverstone | 2016-09-24 | 2 | -0/+6 | |
| | ||||||
* | CONFIG: Add basic support for keyrings into config | Daniel Silverstone | 2016-09-24 | 1 | -0/+24 | |
| | ||||||
* | Performed i18n on all bin/*.in | Daniel Silverstone | 2016-08-28 | 6 | -58/+101 | |
| | ||||||
* | Initial i18n/l10n of gitano-setup | Daniel Silverstone | 2016-08-27 | 7 | -72/+272 | |
| | ||||||
* | Basic i18n module | Daniel Silverstone | 2016-08-27 | 12 | -1/+53 | |
| | ||||||
* | Remove set-head and set-description since config has been able to set these ↵ | Daniel Silverstone | 2016-08-20 | 1 | -86/+0 | |
| | | | | for ages | |||||
* | Remove mention of set-owner | Daniel Silverstone | 2016-08-20 | 1 | -1/+2 | |
| | ||||||
* | Remove set-owner and ensure setting project.owner gets validated | Daniel Silverstone | 2016-08-20 | 2 | -63/+13 | |
| | ||||||
* | Ensure that supple works during gitano-setup to early-warn if something's odd | Daniel Silverstone | 2016-05-30 | 1 | -0/+34 | |
| | ||||||
* | Allow --force as token text | Daniel Silverstone | 2016-05-30 | 2 | -9/+18 | |
| | ||||||
* | Ensure curl operations are pcall'd | Daniel Silverstone | 2016-05-30 | 1 | -1/+8 | |
| | ||||||
* | Support tags pointing at tags in the update hook | Daniel Silverstone | 2016-05-30 | 1 | -2/+2 | |
| | ||||||
* | Ensure user add and group add validate their inputs. Fixes ↵ | Daniel Silverstone | 2016-05-30 | 3 | -0/+24 | |
| | | | | https://trello.com/c/mLGNXKdo/165-group-add-allows-slashes-which-are-not-valid | |||||
* | Add CoC | Daniel Silverstone | 2016-05-30 | 1 | -0/+20 | |
| | ||||||
* | Merge remote-tracking branch 'rmaw/config' | Daniel Silverstone | 2016-02-02 | 9 | -31/+83 | |
|\ | | | | | | | Reviewed-By: Daniel Silverstone <dsilvers@digital-scurf.org> | |||||
| * | testing: Add yarn for shallow pushes | Richard Maw | 2016-01-13 | 2 | -1/+21 | |
| | | ||||||
| * | testing: Support checking for the existence of files in repos server-side | Richard Maw | 2016-01-13 | 1 | -0/+4 | |
| | | | | | | | | | | Technically checking whether a file contains "." will work, but this is more readable. | |||||
| * | testing: extend gtt to support pushing | Richard Maw | 2016-01-13 | 2 | -0/+10 | |
| | | ||||||
| * | testing: Extend cloneviassh to accept depth | Richard Maw | 2016-01-13 | 2 | -4/+4 | |
| | | ||||||
| * | gitano.repository.git_command: Handle shallowUpdate config | Richard Maw | 2016-01-13 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | If the repository is configured with git.receive.shallowUpdate (as set by `gitanocmd config set git.receive.shallowUpdate true`) then git will be run with receive.shallowUpdate set, which allows shallow commits to be pushed. | |||||
| * | Call git commands through repo:git_command() | Richard Maw | 2016-01-13 | 4 | -26/+20 | |
| | |