<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cristal-kernel.git/src/main/resources/boot, branch changelog</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.branson.me.uk/cristal-kernel.git/atom?h=changelog</id>
<link rel='self' href='https://git.branson.me.uk/cristal-kernel.git/atom?h=changelog'/>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/'/>
<updated>2013-05-23T12:36:45+00:00</updated>
<entry>
<title>Agent and Item were out of line with the new module versions of NewItem</title>
<updated>2013-05-23T12:36:45+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-05-23T12:36:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=a36892b9788639aadda293cb27496ae00e189677'/>
<id>urn:sha1:a36892b9788639aadda293cb27496ae00e189677</id>
<content type='text'>
and NewAgent, and the mapfile.</content>
</entry>
<entry>
<title>Add Role management support to module, instead of just creating one if</title>
<updated>2013-05-17T09:44:46+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-05-17T09:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=be9aa9c636204051381f4efe4b895dff968f0c4d'/>
<id>urn:sha1:be9aa9c636204051381f4efe4b895dff968f0c4d</id>
<content type='text'>
it's not already there.
Supports 'jobList' attribute to enable job pushing</content>
</entry>
<entry>
<title>Module didn't allow empty Aggregations</title>
<updated>2013-03-27T10:46:01+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-03-27T10:46:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=5dc9412157462c68ae184e00985693489eedf61a'/>
<id>urn:sha1:5dc9412157462c68ae184e00985693489eedf61a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added module property to Resource item property description</title>
<updated>2013-03-27T10:41:12+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-03-27T10:41:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=9233aa7c396a63abf8fb27272f9b3b82e485d41e'/>
<id>urn:sha1:9233aa7c396a63abf8fb27272f9b3b82e485d41e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First unit tests, and their detected correction to the</title>
<updated>2013-02-28T15:07:53+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-02-28T15:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=b077dac8ae8ffc79202a6b7dd2a008eef22489d3'/>
<id>urn:sha1:b077dac8ae8ffc79202a6b7dd2a008eef22489d3</id>
<content type='text'>
CompositeActivityDef schema.</content>
</entry>
<entry>
<title>Formatting and cleanup</title>
<updated>2012-07-12T12:52:54+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-12T12:52:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=0b7ccbb852f40b4869918ff793c3db3a586bd3cc'/>
<id>urn:sha1:0b7ccbb852f40b4869918ff793c3db3a586bd3cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suspend transition now can carry an optional 'Errors' outcome where</title>
<updated>2012-07-12T12:52:36+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-12T12:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=20c81748688547c1b13686f15c65fbb1d60d81a0'/>
<id>urn:sha1:20c81748688547c1b13686f15c65fbb1d60d81a0</id>
<content type='text'>
client processes can record the reason for the suspension. Errors XML is
marshalled ErrorInfo. UserCodeProcess automatically sends fatal
ErrorInfos through suspend jobs.
Job API added to to support all this.
fixes #23</content>
</entry>
<entry>
<title>Remove XML parsing from module processing, use Castor unmarshalling</title>
<updated>2012-07-06T13:50:45+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-06T13:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=b53164978a9a264fbe26679c07e32731a4d495f9'/>
<id>urn:sha1:b53164978a9a264fbe26679c07e32731a4d495f9</id>
<content type='text'>
instead.
Create module item with collection of imported Items and module XML
registered as an outcome.</content>
</entry>
<entry>
<title>Modules serialize with Castor. Just about to remove the parsing.</title>
<updated>2012-07-06T09:00:24+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-06T09:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=24314dc1699c7e73048fa24e33729f1aa1ec0e86'/>
<id>urn:sha1:24314dc1699c7e73048fa24e33729f1aa1ec0e86</id>
<content type='text'>
CastorXMLUtility is now a static member of gateway. Domain specific
instances can be used by domain applications, but the maps do not
interfere with the kernel.</content>
</entry>
<entry>
<title>Removed persistency of VertexOutlineCreator - containing subclasses</title>
<updated>2012-07-02T12:16:20+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2012-07-02T12:16:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=cc79e98c4763affba4fa2e17dfe5a412f9de66c3'/>
<id>urn:sha1:cc79e98c4763affba4fa2e17dfe5a412f9de66c3</id>
<content type='text'>
should set this.
Fixed persistency of GTimeStamp
Fixed CompActOutcome not showing when loaded</content>
</entry>
</feed>
