<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Property/Group.hs, branch master</title>
<subtitle>gnusosa's centralized propellor repository for hosts spin-up.
</subtitle>
<id>https://git.gnusosa.net/propellor/atom?h=master</id>
<link rel='self' href='https://git.gnusosa.net/propellor/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/'/>
<updated>2016-11-11T18:04:18Z</updated>
<entry>
<title>build fixes</title>
<updated>2016-11-11T18:04:18Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-11-11T18:04:18Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=16ed29570616359626552327702c8e1e358c430f'/>
<id>urn:sha1:16ed29570616359626552327702c8e1e358c430f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>concinnity</title>
<updated>2016-11-10T20:25:57Z</updated>
<author>
<name>Daniel Brooks</name>
<email>db48x@db48x.net</email>
</author>
<published>2016-11-10T20:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=ba7ecada73598674d3d2f411fe7fea05fc7843f8'/>
<id>urn:sha1:ba7ecada73598674d3d2f411fe7fea05fc7843f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add the new shardmasters to iabak</title>
<updated>2016-11-10T15:46:23Z</updated>
<author>
<name>Daniel Brooks</name>
<email>db48x@db48x.net</email>
</author>
<published>2016-11-10T15:46:23Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=2cae0fdb9e12b5a2e247c1f10017746d59c03721'/>
<id>urn:sha1:2cae0fdb9e12b5a2e247c1f10017746d59c03721</id>
<content type='text'>
You might want to test Group.hasUser; I wasn't actually able to test it.
</content>
</entry>
<entry>
<title>more porting</title>
<updated>2016-03-26T18:48:24Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-26T18:48:24Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=551a7ec8bd7486ea599271c99236ceffa1743e5a'/>
<id>urn:sha1:551a7ec8bd7486ea599271c99236ceffa1743e5a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow using `check` on a UncheckedProperty, which yields a Property</title>
<updated>2015-12-06T18:24:44Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-12-06T18:24:44Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=030f13f2d0501c9fb42c8f1efa0a15fa63c94d67'/>
<id>urn:sha1:030f13f2d0501c9fb42c8f1efa0a15fa63c94d67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UncheckedProperty for cmdProperty et al</title>
<updated>2015-12-05T21:53:16Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-12-05T21:52:43Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=12548bae3d8feecce6a322162d91b827289ae824'/>
<id>urn:sha1:12548bae3d8feecce6a322162d91b827289ae824</id>
<content type='text'>
* Properties that run an arbitrary command, such as cmdProperty
  and scriptProperty are converted to use UncheckedProperty, since
  they cannot tell on their own if the command truely made a change or not.
  (API Change)
  Transition guide:
  - When GHC complains about an UncheckedProperty, add:
  	`assume` MadeChange
  - Since these properties used to always return MadeChange, that
    change is always safe to make.
  - Or, if you know that the command should modifiy a file, use:
  	`changesFile` filename
* A few properties have had their Result improved, for example
  Apt.buldDep and Apt.autoRemove now check if a change was made or not.
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2015-10-10T18:45:00Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-10-10T18:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=28fe270223ed56ef8e7fd867573b5ba6a5a221c7'/>
<id>urn:sha1:28fe270223ed56ef8e7fd867573b5ba6a5a221c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>API change: Added User and Group newtypes, and Properties that used to use the type UserName = String were changed to use them.</title>
<updated>2015-04-22T17:04:39Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-04-22T17:04:39Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=f35ef9d6975710f2d77c2ea708c66500861d92d1'/>
<id>urn:sha1:f35ef9d6975710f2d77c2ea708c66500861d92d1</id>
<content type='text'>
Note that UserName is kept and PrivData still uses it in its sum type.
This is to avoid breaking PrivData serialization.
</content>
</entry>
<entry>
<title>GADT properties seem to work (untested)</title>
<updated>2015-01-25T02:38:51Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-01-25T02:38:10Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=0ee04ecc43e047b00437fb660e71f7dd67dd3afc'/>
<id>urn:sha1:0ee04ecc43e047b00437fb660e71f7dd67dd3afc</id>
<content type='text'>
* Property has been converted to a GADT, and will be Property NoInfo
  or Property HasInfo.
  This was done to make sure that ensureProperty is only used on
  properties that do not have Info.
  Transition guide:
  - Change all "Property" to "Property NoInfo" or "Property WithInfo"
    (The compiler can tell you if you got it wrong!)
  - To construct a RevertableProperty, it is useful to use the new
    (&lt;!&gt;) operator
  - Constructing a list of properties can be problimatic, since
    Property NoInto and Property WithInfo are different types and cannot
    appear in the same list. To deal with this, "props" has been added,
    and can built up a list of properties of different types,
    using the same (&amp;) and (!) operators that are used to build
    up a host's properties.
</content>
</entry>
<entry>
<title>Group: preferred style</title>
<updated>2014-11-25T17:12:56Z</updated>
<author>
<name>Félix Sipma</name>
<email>felix.sipma@no-log.org</email>
</author>
<published>2014-11-25T16:59:00Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=7d0f79a0c7656a0dd68235c93e2f770b0b1b6ea3'/>
<id>urn:sha1:7d0f79a0c7656a0dd68235c93e2f770b0b1b6ea3</id>
<content type='text'>
Signed-off-by: Félix Sipma &lt;felix.sipma@no-log.org&gt;
</content>
</entry>
</feed>
