Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | gitano.repository: Add git_command() method | Richard Maw | 2016-01-11 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | This takes a git command to run, minus the "git" argument. The intention is that if it needs to insert config options, then they can all be done in one place. | |||||
* | | Merge remote-tracking branch 'rmaw/yarns' | Daniel Silverstone | 2016-02-02 | 3 | -21/+51 | |
|\ \ | |/ |/| | | | Reviewed-By: Daniel Silverstone <dsilvers@digital-scurf.org> | |||||
| * | yarns: Test basic server side copy behaviour | Richard Maw | 2016-01-05 | 2 | -2/+32 | |
| | | ||||||
| * | util.copy_dir: Make more tolerant to DT_UNKNOWN | Richard Maw | 2016-01-05 | 1 | -19/+19 | |
|/ | ||||||
* | Merge remote-tracking branch 'rmaw/yarns' | Daniel Silverstone | 2016-01-04 | 9 | -9/+65 | |
|\ | | | | | | | Reviewed and ok. | |||||
| * | testing: Add tests for rsync plugin | Richard Maw | 2015-12-04 | 4 | -1/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | It's an interesting plugin, that may not hang around since its intended user disappeared. It has some value as an example of gitano extensibility, but not sufficient to rewrite it if it becomes broken. However we won't know when it becomes broken and a candidate for removal unless we test it regularly. | |||||
| * | testing: One weird tip discovered by test engineer to extend coverage, LOC ↵ | Richard Maw | 2015-12-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | metrics hate him This changes the default rules to make it request variables from clod directly, so that we're definitely testing config from clod. | |||||
| * | testing: Test that project.owner can be set | Richard Maw | 2015-12-04 | 1 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | This is a smoke test that gitano doesn't choke in being told the owner must change. Gitano doesn't currently validate that the new owner must exist, and it probably should, but I don't want to add more steps to the test runtime, so I've made a note of what would need to be added. | |||||
| * | testing: Remove yarn files for deprecated commands | Richard Maw | 2015-12-04 | 4 | -8/+4 | |
|/ | | | | | There's commands for setting the config directly now, which are better. | |||||
* | Of course, we might rename the orig user too | Daniel Silverstone | 2015-11-06 | 1 | -0/+3 | |
| | ||||||
* | Try and make detection of lack of repository somewhat automatic | Daniel Silverstone | 2015-11-05 | 2 | -1/+4 | |
| | ||||||
* | Warn about dangling HEAD following a successful push | Daniel Silverstone | 2015-11-05 | 1 | -1/+8 | |
| | ||||||
* | Ensure you can write before copy is permitted to proceed | Daniel Silverstone | 2015-11-05 | 1 | -1/+8 | |
| | ||||||
* | Fix up set_head set_description and set_readme to thread committer | Daniel Silverstone | 2015-11-05 | 1 | -3/+3 | |
| | ||||||
* | Fix up calls to set_owner | Daniel Silverstone | 2015-11-05 | 2 | -3/+3 | |
| | ||||||
* | Ensure uses of repo:save_admin() propagate author and committer | Daniel Silverstone | 2015-11-05 | 2 | -10/+14 | |
| | ||||||
* | Support committing to adminrefs with author/committer different | Daniel Silverstone | 2015-11-05 | 1 | -7/+11 | |
| | ||||||
* | Thread the old user context through cleanly | Daniel Silverstone | 2015-11-05 | 1 | -1/+2 | |
| | ||||||
* | Support passing the committer for user and group and sshkey commands | Daniel Silverstone | 2015-11-05 | 2 | -3/+4 | |
| | ||||||
* | Support author and committer | Daniel Silverstone | 2015-11-05 | 1 | -7/+12 | |
| | ||||||
* | Support dots in users and groups | Daniel Silverstone | 2015-11-05 | 2 | -4/+4 | |
| | ||||||
* | Support renaming the user calling user rename | Daniel Silverstone | 2015-11-05 | 1 | -0/+4 | |
| | ||||||
* | Fix message on group rename | Daniel Silverstone | 2015-11-05 | 1 | -1/+1 | |
| | ||||||
* | Add support for auto_user_* and auto_group_* | Daniel Silverstone | 2015-11-05 | 1 | -1/+36 | |
| | ||||||
* | Change the http interface to use cURL | Daniel Silverstone | 2015-11-05 | 2 | -49/+44 | |
| | ||||||
* | Ensure the archive plugin is installed (and named reasonably) | Daniel Silverstone | 2015-11-01 | 2 | -1/+1 | |
| | ||||||
* | yarns: Add test for git-upload-archive command | Richard Maw | 2015-10-30 | 2 | -1/+13 | |
| | | | | This is used by git-archive to get the server to generate a tarball. | |||||
* | tests: add gitarchive subcommand to GTT and yarn implementation | Richard Maw | 2015-10-30 | 2 | -0/+11 | |
| | ||||||
* | plugins: Don't check for the file type | Richard Maw | 2015-10-30 | 1 | -1/+1 | |
| | | | | | | | dirp:iterate()'s fileinfo may not have d_type initialised, do the check could fail even if it was a valid plugin file. I think the filename check is sufficient. | |||||
* | git-archive command as plugin | Gavin Lee | 2015-10-30 | 1 | -0/+33 | |
| | ||||||
* | yarns: Check cgit hide=1 set when project.archived | Richard Maw | 2015-10-30 | 2 | -1/+18 | |
| | ||||||
* | yarns: Test behaviour when no commands given | Richard Maw | 2015-10-30 | 1 | -0/+13 | |
| | ||||||
* | yarnlib: Allow empty "WHEN foo bar runs" commands | Richard Maw | 2015-10-30 | 1 | -2/+2 | |
| | | | | | Rather than specialising a 0-ary version, it's less effort to make the existing implementation flexible enough. | |||||
* | Fix empty command bug | Richard Ipsum | 2015-10-30 | 4 | -8/+25 | |
| | | | | | | | | | This fixes a bug that causes gitano to crash when it's given an empty command list Opening and closing of the log should be done in the application, so it can log before checking for authorization, log after, and clean up at the end | |||||
* | Set hide=1 in cgitrc when project.archived | Daniel Silverstone | 2015-10-27 | 1 | -0/+4 | |
| | ||||||
* | Merge archiverepo work | Daniel Silverstone | 2015-10-13 | 3 | -10/+45 | |
| | ||||||
* | Change gfind to gmatch so script works with both 5.1 and 5.2 | Daniel Silverstone | 2015-02-03 | 1 | -1/+1 | |
| | ||||||
* | Correct false assumption, require luxio explicitly | Daniel Silverstone | 2015-02-03 | 2 | -0/+2 | |
| | ||||||
* | Support indicating the object type (and tagged object and type) on update | Daniel Silverstone | 2014-08-25 | 1 | -1/+26 | |
| | ||||||
* | Clean up copy routines a little to improve repository copy functionality | Daniel Silverstone | 2014-08-24 | 1 | -7/+33 | |
| | ||||||
* | Update gitano-test-tool because git fsck doesn't always accept a path | Daniel Silverstone | 2014-08-23 | 1 | -1/+1 | |
| | ||||||
* | Support paths.skel in gitano-setup to change skeleton pathbaserock/pedroalvarez/trove-ansible3 | Daniel Silverstone | 2014-05-21 | 1 | -1/+4 | |
| | ||||||
* | Add support for cached ssh keys for testing. Shaves 20% off test runtime | Daniel Silverstone | 2014-05-17 | 7 | -6/+106 | |
| | ||||||
* | Add tests for config | Daniel Silverstone | 2014-05-17 | 1 | -0/+91 | |
| | ||||||
* | Add support for server-side repo checking | Daniel Silverstone | 2014-05-17 | 2 | -0/+14 | |
| | ||||||
* | Short-circuiting hooks if repository is accessed directly | Gavin Lee | 2014-05-16 | 4 | -0/+19 | |
| | | | | Signed-off-by: Vanush "Misha" Paturyan <misha@cs.nuim.ie> | |||||
* | Merge remote-tracking branch 'ri/richardipsum/refactor' | Daniel Silverstone | 2014-05-16 | 5 | -158/+38 | |
|\ | ||||||
| * | Make runcmd output "Unable to continue" | Richard Ipsum | 2014-05-04 | 1 | -0/+1 | |
| | | | | | | | | | | At the moment the test suite requires that certain errors produce "Unable to continue" on stderr | |||||
| * | Make gitano-command cgi use runcmd | Richard Ipsum | 2014-05-04 | 1 | -21/+1 | |
| | | ||||||
| * | Make gitano-auth use is_authorized and runcmd | Richard Ipsum | 2014-05-04 | 1 | -133/+9 | |
| | |