<feed xmlns='http://www.w3.org/2005/Atom'>
<title>propellor/src/Propellor/Property/OpenId.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>2017-02-26T20:17:19Z</updated>
<entry>
<title>use ConfigurableValue where applicable</title>
<updated>2017-02-26T20:17:19Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2017-02-26T20:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=55ed8e8743e861e2230e40670a56034353cf4e32'/>
<id>urn:sha1:55ed8e8743e861e2230e40670a56034353cf4e32</id>
<content type='text'>
* Removed fromPort (use val instead). (API change)
* Removed several Show instances that were only used for generating
  configuration, replacing with ConfigurableValue instances. (API change)

It's somewhat annoying that IsInfo requires a Show instance.
That's needed to be able to display Info in ghci, but some non-derived Show
instances had to be kept to support that.
</content>
</entry>
<entry>
<title>more porting</title>
<updated>2016-03-26T19:03:56Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2016-03-26T19:03:56Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=341064ea8cfaeb04ec4129239edc096a314de036'/>
<id>urn:sha1:341064ea8cfaeb04ec4129239edc096a314de036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add fromPort function</title>
<updated>2016-03-07T20:31:52Z</updated>
<author>
<name>Félix Sipma</name>
<email>felix.sipma@no-log.org</email>
</author>
<published>2016-03-07T13:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=85e58f49ca676a3cfb34c6bfb27bb5d0b39e83f4'/>
<id>urn:sha1:85e58f49ca676a3cfb34c6bfb27bb5d0b39e83f4</id>
<content type='text'>
(cherry picked from commit c3a23f89092d1ef8367c37ab8993ea7031124f4b)
</content>
</entry>
<entry>
<title>recent changes broke the baseurl</title>
<updated>2015-10-14T19:48:32Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-10-14T19:48:32Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=7d2576ec9c8623182f8d4b890a372b1929fd758a'/>
<id>urn:sha1:7d2576ec9c8623182f8d4b890a372b1929fd758a</id>
<content type='text'>
</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>note</title>
<updated>2015-10-10T18:00:52Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-10-10T18:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=6d59086ec68bde33d9fba54b9557af8855dc3e56'/>
<id>urn:sha1:6d59086ec68bde33d9fba54b9557af8855dc3e56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>propellor spin</title>
<updated>2015-10-10T17:46:00Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2015-10-10T17:46:00Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=1b2a63f7fda4411adc71da3f43b173ffe7e7eb10'/>
<id>urn:sha1:1b2a63f7fda4411adc71da3f43b173ffe7e7eb10</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>typo</title>
<updated>2014-12-07T16:50:40Z</updated>
<author>
<name>Joey Hess</name>
<email>joeyh@joeyh.name</email>
</author>
<published>2014-12-07T16:50:40Z</published>
<link rel='alternate' type='text/html' href='https://git.gnusosa.net/propellor/commit/?id=6a906c8a4c63567e08521e2beb774cf4308944b9'/>
<id>urn:sha1:6a906c8a4c63567e08521e2beb774cf4308944b9</id>
<content type='text'>
</content>
</entry>
</feed>
