<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cristal-kernel.git, branch idl-rewrite</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.branson.me.uk/cristal-kernel.git/atom?h=idl-rewrite</id>
<link rel='self' href='https://git.branson.me.uk/cristal-kernel.git/atom?h=idl-rewrite'/>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/'/>
<updated>2014-01-30T08:04:35+00:00</updated>
<entry>
<title>Move workflow methods to ManageableEntity</title>
<updated>2014-01-30T08:04:35+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-01-30T08:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=38de573761f222824ca1d5dc7827a2e7f521b783'/>
<id>urn:sha1:38de573761f222824ca1d5dc7827a2e7f521b783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed Job.getAgentProxy() as it shouldn't be necessary</title>
<updated>2014-01-29T19:58:14+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-01-29T19:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=8dbae9edabf67e6a69ec4e5dbed8dd5ec55a3d67'/>
<id>urn:sha1:8dbae9edabf67e6a69ec4e5dbed8dd5ec55a3d67</id>
<content type='text'>
Removed hanging if in AgentProxy.execute</content>
</entry>
<entry>
<title>Tweak Admin predef step restriction. Set correct activity property.</title>
<updated>2014-01-24T15:36:03+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-01-24T15:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=c8b9d2d31f0758951d912472be2cb3867b0c3dd6'/>
<id>urn:sha1:c8b9d2d31f0758951d912472be2cb3867b0c3dd6</id>
<content type='text'>
Closes #152
Fix nulls in exceptions
</content>
</entry>
<entry>
<title>Predefined steps that rewrite the workflow, manipulate collection slots</title>
<updated>2014-01-24T08:57:15+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-01-24T08:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=cf9699f4029ab8bf39b733be9013ac4c9c9b0076'/>
<id>urn:sha1:cf9699f4029ab8bf39b733be9013ac4c9c9b0076</id>
<content type='text'>
or arbitrarily alter C2KLocalObjects are now hard-coded as Admin only.</content>
</entry>
<entry>
<title>Console functions updated to new Resource API</title>
<updated>2014-01-24T08:56:05+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-01-24T08:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=ab931eadd04536e1158f8056bd7f1b56ea60705f'/>
<id>urn:sha1:ab931eadd04536e1158f8056bd7f1b56ea60705f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactored Resource into a new ResourceLoader interface, which allows</title>
<updated>2014-01-23T11:09:30+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2014-01-23T11:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=8256917551c259df2b7e69e32cd74497e5394786'/>
<id>urn:sha1:8256917551c259df2b7e69e32cd74497e5394786</id>
<content type='text'>
CRISTAL processes in other enviroments with complex class loading (e.g.
OSGi) to supply their own resource and class loader to the kernel and
its modules. Fixes #149</content>
</entry>
<entry>
<title>Properties preserve and respect the PropertyDescription 'isMutable'</title>
<updated>2013-12-12T13:13:36+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-12-12T13:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=428d828ca640d1348979f9982d1c0bc0a489a3b4'/>
<id>urn:sha1:428d828ca640d1348979f9982d1c0bc0a489a3b4</id>
<content type='text'>
property. This setting prevents the WriteProperty predefined step from
changing the property value when isMutable is false. WriteProperty also
requires the selected property to already exist - they should be created
either during Item instantiation or using AddC2KObject.
LDAPPropertyManager prepends the Property name in its entries with ! if
they are non mutable.
Various places around the kernel that create properties now set the
mutable field.
Fixes #150</content>
</entry>
<entry>
<title>Password wasn't being redacted</title>
<updated>2013-12-09T16:35:05+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-12-09T16:35:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=d5d65f58e69424d898f88e8304a49f147d4036f6'/>
<id>urn:sha1:d5d65f58e69424d898f88e8304a49f147d4036f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Return false from Transition.hasOutcome and hasScript if there are</title>
<updated>2013-12-09T16:34:51+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-12-09T16:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=c6e9aa47819f5681b187668753ae4a5e53f4e2bc'/>
<id>urn:sha1:c6e9aa47819f5681b187668753ae4a5e53f4e2bc</id>
<content type='text'>
property symbols but the properties are empty (e.g. activities with no
schema defined). The methods must now be given activity properties.</content>
</entry>
<entry>
<title>Add itemSysKey as a variable of the workflow during initialization.</title>
<updated>2013-12-05T11:57:16+00:00</updated>
<author>
<name>Andrew Branson</name>
<email>andrew.branson@cern.ch</email>
</author>
<published>2013-12-05T11:57:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.branson.me.uk/cristal-kernel.git/commit/?id=37bb1907aca2a3246a7b5d759df79b7fd97c276f'/>
<id>urn:sha1:37bb1907aca2a3246a7b5d759df79b7fd97c276f</id>
<content type='text'>
Use this for creating the shared History map.
Lock event writing on the Workflow rather than the Activity to keep the
History in the transaction. </content>
</entry>
</feed>
