| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add fixme for targetuser | Lars Wirzenius | 2017-01-02 | 1 | -0/+7 | |
| | | ||||||
| * | Add FIXME to fix as_user/group | Lars Wirzenius | 2017-01-02 | 1 | -0/+19 | |
| | | ||||||
| * | Explain repository/{basename,dirname} | Lars Wirzenius | 2017-01-02 | 1 | -2/+2 | |
| | | ||||||
| * | Add missing brackets | Lars Wirzenius | 2017-01-02 | 1 | -2/+2 | |
| | | ||||||
| * | Drop FIXME that's been done | Lars Wirzenius | 2017-01-02 | 1 | -4/+0 | |
| | | ||||||
| * | Add boolean negation | Lars Wirzenius | 2017-01-02 | 1 | -0/+6 | |
| | | ||||||
| * | Mention anyof and allof | Lars Wirzenius | 2017-01-02 | 1 | -2/+7 | |
| | | ||||||
| * | Add placeholder for listing variables for Lace | Lars Wirzenius | 2017-01-02 | 1 | -0/+11 | |
| | | ||||||
| * | Add table with condition predicates | Lars Wirzenius | 2017-01-02 | 1 | -0/+35 | |
| | | ||||||
| * | Describe what happens if Gitano falls off end of ruleset | Lars Wirzenius | 2017-01-02 | 1 | -1/+9 | |
| | | ||||||
| * | Add example with inlined conditions | Lars Wirzenius | 2017-01-02 | 1 | -1/+6 | |
| | | ||||||
| * | Expand on the Lace chapter a bit | Lars Wirzenius | 2017-01-02 | 1 | -0/+46 | |
| | | ||||||
| * | Expand the Lace chapter outline a little | Lars Wirzenius | 2017-01-02 | 1 | -7/+29 | |
| | | ||||||
| * | Add skeleton of an example | Lars Wirzenius | 2017-01-02 | 1 | -1/+7 | |
| | | ||||||
| * | Add a first outline | Lars Wirzenius | 2017-01-02 | 1 | -0/+87 | |
| | | ||||||
| * | Add group test yarnv0.8 | Daniel Silverstone | 2017-01-02 | 1 | -2/+161 | |
| | | ||||||
| * | Add overrides so that when you specify YARN_ARGS we still build the extra bits | Daniel Silverstone | 2017-01-02 | 1 | -5/+5 | |
| | | ||||||
| * | cleanups: Whitespace and indentation and untabify | Daniel Silverstone | 2017-01-02 | 25 | -1277/+1279 | |
| | | | | | | | 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. | |||||
| * | Canonicalise permitting GIVEN with the SCENARIO | Richard Maw | 2017-01-02 | 1 | -0/+14 | |
| | | | | | It looks nicer for short scenarios. | |||||
| * | doc: Add an example run of gitano-setup to the manpage | Richard Maw | 2017-01-02 | 1 | -4/+162 | |
| | | | | | | | | This leads onto mentioning that other documentation can be found in the online help command, the unfinished Administrator manual, and the nascent Gitano wiki. | |||||
| * | Some notes in the library.yarn | Daniel Silverstone | 2017-01-02 | 1 | -20/+31 | |
| | | ||||||
| * | Some more tiny tweaks in wording, remove readme yarn | Daniel Silverstone | 2017-01-02 | 4 | -4/+4 | |
| | | ||||||
| * | Tweak wording ever so slightly in 'as' yarn | Daniel Silverstone | 2017-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | A little more description of shallowness | Daniel Silverstone | 2017-01-02 | 1 | -3/+13 | |
| | | ||||||
| * | Update the whoami yarn a little | Daniel Silverstone | 2017-01-02 | 1 | -2/+33 | |
| | | ||||||
| * | Add some notes to the help yarn | Daniel Silverstone | 2017-01-02 | 1 | -4/+18 | |
| | | ||||||
| * | More explanation in the graveyard yarn | Daniel Silverstone | 2017-01-02 | 1 | -1/+23 | |
| | | ||||||
| * | Some more notes in create's yarn | Daniel Silverstone | 2017-01-02 | 1 | -1/+10 | |
| | | ||||||
| * | Some more notes in count-objects' yarn | Daniel Silverstone | 2017-01-02 | 1 | -0/+10 | |
| | | ||||||
| * | Explain 'configuration changes stick' slightly better | Daniel Silverstone | 2017-01-02 | 1 | -2/+6 | |
| | | ||||||
| * | Split up the user yarn a little | Daniel Silverstone | 2017-01-02 | 1 | -7/+49 | |
| | | ||||||
| * | Some documentation for the rename yarn | Daniel Silverstone | 2017-01-02 | 1 | -1/+13 | |
| | | ||||||
| * | Tidy up and split out sshkey scenarios a bit | Daniel Silverstone | 2017-01-02 | 1 | -11/+35 | |
| | | ||||||
| * | Split up the destroy yarn a bit | Daniel Silverstone | 2017-01-02 | 1 | -1/+29 | |
| | | ||||||
| * | Split up the copy yarn a teeny bit | Daniel Silverstone | 2017-01-02 | 1 | -7/+20 | |
| | | ||||||
| * | Add Gitorious' gravestone to the graveyard yarn | Daniel Silverstone | 2017-01-02 | 1 | -0/+16 | |
| | | ||||||
| * | Simplify yarns which create alice/main to use a new implementation | Daniel Silverstone | 2017-01-02 | 11 | -47/+38 | |
| | | ||||||
| * | Complete cleanups that Richard started | Daniel Silverstone | 2017-01-02 | 7 | -154/+158 | |
| | | ||||||
| * | Add an explanation of how to format Yarns. | Richard Maw | 2017-01-02 | 1 | -0/+92 | |
| | | ||||||
| * | testing: Reformat yarns | Richard Maw | 2017-01-02 | 16 | -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. | |||||
| * | Add gitattributes so that gitignore doesn't go into archive tarballs | Daniel Silverstone | 2017-01-02 | 1 | -0/+2 | |
| | | ||||||
| * | Added editorconfig file | Daniel Silverstone | 2017-01-02 | 1 | -0/+26 | |
| | | ||||||
| * | Ensure that if there is no : then readme gets one, for safety | Daniel Silverstone | 2017-01-02 | 1 | -0/+3 | |
| | | ||||||
| * | Remove markdown.lua | Daniel Silverstone | 2017-01-02 | 5 | -1059/+2 | |
| | | ||||||
| * | Remove README support from repository | Daniel Silverstone | 2017-01-02 | 2 | -55/+0 | |
| | | ||||||
| * | Remove readme command, and (somewhat) empty test | Daniel Silverstone | 2017-01-02 | 4 | -76/+2 | |
| | | ||||||
| * | Support skipping the HTTP tests if necessary | Daniel Silverstone | 2017-01-02 | 2 | -1/+16 | |
| | | ||||||
| * | More testing notes | Daniel Silverstone | 2017-01-02 | 1 | -16/+50 | |
| | | ||||||
| * | Document HTTP test mode dependencies | Richard Maw | 2016-12-24 | 1 | -0/+17 | |
| | | ||||||
| * | Document that htpasswd is required for passwd support. | Richard Maw | 2016-12-24 | 1 | -0/+4 | |
| | | ||||||
