summaryrefslogtreecommitdiff
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* Add hook testsdsilvers/hooksDaniel Silverstone2017-07-021-0/+73
| | | | Basic hook tests which verify preauth commandline and post receive hooks.
* Add support for ENV vars in gitano-test-toolDaniel Silverstone2017-06-172-1/+39
| | | | | This adds support for gitano-test-tool to set environment variables. We also add some yarn implementations for doing this.
* Add missing finally to "created repositories have server info" yarnRichard Maw2017-05-131-0/+2
|
* Merge remote-tracking branch 'origin/dsilvers/update-on-create'Richard Maw2017-04-081-0/+13
|\
| * adds a test for server-info files in new reposDaniel Silverstone2017-04-081-0/+13
| | | | | | | | Even new repositories need http server info files.
* | adds a force-push checking scenariodsilvers/force-push-testingDaniel Silverstone2017-03-061-0/+34
| |
* | adds support to amend the top commit in a repoDaniel Silverstone2017-03-061-0/+2
| |
* | adds support for force-push in IMPLEMENTSDaniel Silverstone2017-03-061-2/+2
|/
* quotes all the thingsDaniel Silverstone2017-03-041-87/+87
|
* adds a test covering the rest of treediff/*Daniel Silverstone2017-03-046-0/+142
|
* adds testing for treediff/targetsDaniel Silverstone2017-03-044-0/+107
|
* adds the ability to revert content patchesDaniel Silverstone2017-03-041-4/+9
|
* adds test for checking start_treeDaniel Silverstone2017-03-042-0/+72
|
* permits empty commit pushing to failDaniel Silverstone2017-02-131-3/+5
|
* supports reversing admin patchesDaniel Silverstone2017-02-131-4/+9
|
* adds an initial treedelta testDaniel Silverstone2017-02-123-0/+54
|
* adds the testing ability to apply a content patchDaniel Silverstone2017-02-121-0/+7
|
* logs stdout/stderr when patching gitano-adminDaniel Silverstone2017-02-121-5/+14
|
* adds support for expecting failure on a pushDaniel Silverstone2017-02-121-2/+5
|
* Add a version number system to GitanoDaniel Silverstone2017-01-151-0/+4
|
* Copyright cleanupsDaniel Silverstone2017-01-152-1/+53
|
* testing: Add a way to extract variables from the test suiteRichard Maw2017-01-081-0/+3
|
* Add a missing --force in group membership scenariov0.8.1Daniel Silverstone2017-01-021-1/+1
|
* Example needed to quieten python yarn over the gravestoneDaniel Silverstone2017-01-021-1/+1
|
* Add group test yarnv0.8Daniel Silverstone2017-01-021-2/+161
|
* cleanups: Whitespace and indentation and untabifyDaniel Silverstone2017-01-021-47/+47
| | | | | | This is a massive unpleasant commit which does whitespace cleanup and fixes indentation (including untabifying). Hopefully we won't need to do this ever again, if we keep an eye on commits.
* Some notes in the library.yarnDaniel Silverstone2017-01-021-20/+31
|
* Some more tiny tweaks in wording, remove readme yarnDaniel Silverstone2017-01-024-4/+4
|
* Tweak wording ever so slightly in 'as' yarnDaniel Silverstone2017-01-021-1/+1
|
* A little more description of shallownessDaniel Silverstone2017-01-021-3/+13
|
* Update the whoami yarn a littleDaniel Silverstone2017-01-021-2/+33
|
* Add some notes to the help yarnDaniel Silverstone2017-01-021-4/+18
|
* More explanation in the graveyard yarnDaniel Silverstone2017-01-021-1/+23
|
* Some more notes in create's yarnDaniel Silverstone2017-01-021-1/+10
|
* Some more notes in count-objects' yarnDaniel Silverstone2017-01-021-0/+10
|
* Explain 'configuration changes stick' slightly betterDaniel Silverstone2017-01-021-2/+6
|
* Split up the user yarn a littleDaniel Silverstone2017-01-021-7/+49
|
* Some documentation for the rename yarnDaniel Silverstone2017-01-021-1/+13
|
* Tidy up and split out sshkey scenarios a bitDaniel Silverstone2017-01-021-11/+35
|
* Split up the destroy yarn a bitDaniel Silverstone2017-01-021-1/+29
|
* Split up the copy yarn a teeny bitDaniel Silverstone2017-01-021-7/+20
|
* Add Gitorious' gravestone to the graveyard yarnDaniel Silverstone2017-01-021-0/+16
|
* Simplify yarns which create alice/main to use a new implementationDaniel Silverstone2017-01-0211-47/+38
|
* Complete cleanups that Richard startedDaniel Silverstone2017-01-027-154/+158
|
* testing: Reformat yarnsRichard Maw2017-01-0216-417/+463
| | | | | | | | We got some weird indentations because some code editors normalise whitespace and do so to different levels. This also took the opportunity to re-justify the text too.
* Remove readme command, and (somewhat) empty testDaniel Silverstone2017-01-021-2/+0
|
* testing: clone/push over http in http test modeRichard Maw2016-12-181-7/+86
| | | | | | | | | This sets up password auth for the gitano-smart-http wrapper so we can finally test commands over http. We wouldn't normally bother with auth during test mode, but lighttpd does not pass REMOTE_USER through to the CGIs unless we have authenticated.
* testing: In http mode add passwords for usersRichard Maw2016-12-181-0/+13
| | | | | | | These use the username as the password as a hack. We don't have a fully password-self-hosted setup, so this is a bit of a hack with a bootstrapping problem. This would be fixed by having gitano-setup accept passwords too.
* testing: Record stdout and stderr from cloneRichard Maw2016-12-181-1/+2
|
* testing: Rename gtt {push,pull}viassh to {push,pull}Richard Maw2016-12-182-7/+7
| | | | | This is going to support smart HTTP {push,pull} so it's incorrect to be named "via ssh".