| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | adds a force-push checking scenariodsilvers/force-push-testing | Daniel Silverstone | 2017-03-06 | 2 | -1/+35 |
| | | |||||
| * | adds support to amend the top commit in a repo | Daniel Silverstone | 2017-03-06 | 1 | -0/+2 |
| | | |||||
| * | adds support for force-push in IMPLEMENTS | Daniel Silverstone | 2017-03-06 | 1 | -2/+2 |
| | | |||||
| * | adds instructions on coverage testing | Daniel Silverstone | 2017-03-04 | 1 | -2/+42 |
| | | |||||
| * | adds support for coverage testing | Daniel Silverstone | 2017-03-04 | 7 | -15/+235 |
| | | |||||
| * | adds the luacov submodule | Daniel Silverstone | 2017-03-04 | 2 | -0/+3 |
| | | |||||
| * | quotes all the things | Daniel Silverstone | 2017-03-04 | 1 | -87/+87 |
| | | |||||
| * | adds a test covering the rest of treediff/* | Daniel Silverstone | 2017-03-04 | 6 | -0/+142 |
| | | |||||
| * | adds testing for treediff/targets | Daniel Silverstone | 2017-03-04 | 4 | -0/+107 |
| | | |||||
| * | adds the ability to revert content patches | Daniel Silverstone | 2017-03-04 | 1 | -4/+9 |
| | | |||||
| * | adds test for checking start_tree | Daniel Silverstone | 2017-03-04 | 2 | -0/+72 |
| | | |||||
| * | permits empty commit pushing to fail | Daniel Silverstone | 2017-02-13 | 1 | -3/+5 |
| | | |||||
| * | supports reversing admin patches | Daniel Silverstone | 2017-02-13 | 1 | -4/+9 |
| | | |||||
| * | adds an initial treedelta test | Daniel Silverstone | 2017-02-12 | 4 | -1/+55 |
| | | |||||
| * | adds the testing ability to apply a content patch | Daniel Silverstone | 2017-02-12 | 1 | -0/+7 |
| | | |||||
| * | logs stdout/stderr when patching gitano-admin | Daniel Silverstone | 2017-02-12 | 1 | -5/+14 |
| | | |||||
| * | adds support for expecting failure on a push | Daniel Silverstone | 2017-02-12 | 1 | -2/+5 |
| | | |||||
| * | Don't trim whitespace in patches, it breaks them | Daniel Silverstone | 2017-02-12 | 1 | -0/+2 |
| | | |||||
| * | fixes HTTP action POST content-type defaulting | Daniel Silverstone | 2017-02-12 | 1 | -1/+1 |
| | | | | | | | Correct the default expression for content-type in POST actions from application/octet-stream to "application/octet-stream" which is less likely to cause a nil/nil-nil type evaluation. | ||||
| * | Copyright/licence terms in the PDFv1.0 | Daniel Silverstone | 2017-01-15 | 1 | -0/+39 |
| | | |||||
| * | Add a version number system to Gitano | Daniel Silverstone | 2017-01-15 | 3 | -0/+71 |
| | | |||||
| * | Copyright cleanups | Daniel Silverstone | 2017-01-15 | 47 | -39/+1257 |
| | | |||||
| * | Admin manual needs pandoc | Daniel Silverstone | 2017-01-15 | 1 | -0/+3 |
| | | |||||
| * | Final tweaks before 1.0 release of manual | Daniel Silverstone | 2017-01-15 | 5 | -3/+20 |
| | | |||||
| * | admin-doc: Fix confusing version compatibility comparison | Richard Maw | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | admin-doc: Fix typo allof as alloff | Richard Maw | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | Add a contributing section | Daniel Silverstone | 2017-01-14 | 1 | -0/+14 |
| | | |||||
| * | Update README | Daniel Silverstone | 2017-01-14 | 1 | -5/+31 |
| | | |||||
| * | More cleanups, make document nicer, include cover logo | Daniel Silverstone | 2017-01-14 | 8 | -5/+402 |
| | | |||||
| * | More admin manual work | Daniel Silverstone | 2017-01-14 | 1 | -45/+107 |
| | | |||||
| * | Clarify front of admin manual | Daniel Silverstone | 2017-01-14 | 1 | -3/+4 |
| | | |||||
| * | whitespace cleanup in admin manual | Daniel Silverstone | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | Point to the wiki and the gitano-setup manpage from the admin manual intro | Daniel Silverstone | 2017-01-14 | 1 | -2/+3 |
| | | |||||
| * | Update credits, and prepare copyright ready for artwork due from Maxine soon | Daniel Silverstone | 2017-01-11 | 2 | -2/+137 |
| | | |||||
| * | admin-doc: Add missing config key/value predicates | Richard Maw | 2017-01-08 | 1 | -0/+2 |
| | | |||||
| * | admin-doc: Mention `keyringname` predicate | Richard Maw | 2017-01-08 | 1 | -0/+1 |
| | | |||||
| * | admin-doc: Clarify `member` predicate | Richard Maw | 2017-01-08 | 1 | -1/+1 |
| | | |||||
| * | keyring: Make keyring name variable consistently named | Richard Maw | 2017-01-08 | 2 | -3/+2 |
| | | | | | | It was named keyring when listing keyrings, but all the other keyring commands called it keyringname. | ||||
| * | admin-doc: source may be "http". | Richard Maw | 2017-01-08 | 1 | -1/+1 |
| | | |||||
| * | testing: Disable variable dump by default | Richard Maw | 2017-01-08 | 2 | -1/+4 |
| | | | | | | | | | | It's a security risk to allow gitano to write to an arbitrary path based on the value of an environment variable. It's low risk since by default gitano is run directly by the http or ssh server, which do not set variables by default, but it's trivial enough to leave it commented out. | ||||
| * | testing: Add dependency on penlight for context dump mode | Richard Maw | 2017-01-08 | 1 | -0/+2 |
| | | |||||
| * | testing: Add a way to extract variables from the test suite | Richard Maw | 2017-01-08 | 3 | -0/+43 |
| | | |||||
| * | admin-doc: Describe predicates about ref update types | Richard Maw | 2017-01-08 | 1 | -0/+10 |
| | | |||||
| * | admin-doc: Add variables for tagged content and signing | Richard Maw | 2017-01-08 | 1 | -1/+7 |
| | | |||||
| * | admin-doc: Describe conditional include | Richard Maw | 2017-01-08 | 1 | -0/+12 |
| | | |||||
| * | admin-doc: Document how to use variables | Richard Maw | 2017-01-08 | 1 | -2/+28 |
| | | |||||
| * | admin-doc: Add config/ as a predicate | Richard Maw | 2017-01-08 | 1 | -0/+1 |
| | | |||||
| * | admin-doc: Fill in variables table | Richard Maw | 2017-01-08 | 1 | -6/+32 |
| | | |||||
| * | admin-doc: Minor rewording of predicates that are sets | Richard Maw | 2017-01-02 | 1 | -2/+2 |
| | | |||||
| * | admin-doc: Describe uncommon match types | Richard Maw | 2017-01-02 | 1 | -21/+23 |
| | | |||||
