index
:
cristal-kernel.git
2.3.2
2.3.3
2.4
idl-rewrite
ldap-refactor
ldap-refactor-saved
lookup
master
state
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
c2kernel
/
entity
Age
Commit message (
Expand
)
Author
2014-09-26
Check if queue is empty before wait(). Possible deadlock when proxy
Andrew Branson
2014-09-22
Castor unmarshalling was resulting in null itemPaths in ImportItem.
Andrew Branson
2014-09-22
ItemPath.fromUUIDString unnecessary as ItemPath(String) supports both
Andrew Branson
2014-09-19
Introduced static method ItemPath.fromUUIDString and made the UUID
Andrew Branson
2014-09-18
Hierarchical Roles. Fixes #199
Andrew Branson
2014-09-16
Better reporting on ImportItem.create
Andrew Branson
2014-09-16
Tweaked debug message on Item.request to property declare calling agent
Andrew Branson
2014-09-15
Add trim calls to ObjectProperties.getString() to discard any extra
Andrew Branson
2014-09-15
Rename DomainPath.setEntity to setItemPath
Andrew Branson
2014-09-09
Replaced int sysKey Item identifier with UUID, which is now portable.
Andrew Branson
2014-08-28
pull master devs
ogattaz
2014-07-24
Search for correct properties in Server tree for subscription
Andrew Branson
2014-07-23
Move openldap files to ldap package
Andrew Branson
2014-06-30
Separated modifying Lookup methods into LookupManager, which is only
Andrew Branson
2014-06-23
Combine various Lookup.search methods into a general search(Path,
Andrew Branson
2014-06-23
Separate PredefinedStepContainers for Agents and Items (and Server Item)
Andrew Branson
2014-06-11
Separate PredefinedStepContainers for Agents and Items (and Server Item)
Andrew Branson
2014-06-05
Moved old entitycreation package from the predefined step package to a
Andrew Branson
2014-06-05
LDAP refactored behind interfaces. All functions of LDAP now hidden
Andrew Branson
2014-05-16
item.request returns the final outcome, which may be modified during the
Andrew Branson
2014-05-14
Removed unnecessary ItemProxy casts after removal of EntityProxy
Andrew Branson
2014-05-14
Refactored Proxy update notification server into its own class and
Andrew Branson
2014-05-08
Agent now extends Item, so they can have workflows. All traces of the
Andrew Branson
2014-04-11
OutcomeInitiator interface to create initial states of outcomes if empty
Andrew Branson
2014-03-18
getActPropString should return null when the property is null.
Andrew Branson
2014-02-26
Properties extended as ObjectProperties, which can return any Object,
Andrew Branson
2014-01-29
Removed Job.getAgentProxy() as it shouldn't be necessary
Andrew Branson
2013-12-12
Properties preserve and respect the PropertyDescription 'isMutable'
Andrew Branson
2013-12-09
Return false from Transition.hasOutcome and hasScript if there are
Andrew Branson
2013-11-18
3.0-SNAPSHOT (Will be first open source version)
Andrew Branson
2013-09-30
Javadoc on IDLs
Andrew Branson
2013-07-15
No need to store a POA in the locators
Andrew Branson
2013-07-08
Copy tree sub keys before notifying. Fixes #131
Andrew Branson
2013-06-25
Imply correct POA when calling getItem and getAgent, so other places can
Andrew Branson
2013-06-20
getWorkflow and getViewpoint utility methods in ItemProxy
Andrew Branson
2013-06-18
Suspend outcome validation fixed
andrew
2013-06-14
getCollection proxy API method.
Andrew Branson
2013-06-06
Check SchemaType for outcome requirement instead of Version
Andrew Branson
2013-05-31
Make sure validator exists if outcome is null before script execution.
Andrew Branson
2013-05-21
Collect stale job IDs when refreshing joblist. Remove them after to
Andrew Branson
2013-05-17
Cleanup
Andrew Branson
2013-04-10
added getSchema() method to Outcome to load schema xml.
Andrew Branson
2013-02-27
Catch wrong class of C2KLocalObject being fed
Andrew Branson
2013-02-08
Logging and exception cleanup
Andrew Branson
2012-08-28
Simplify execute method signature
Andrew Branson
2012-08-22
Rename clashing parameter names
Andrew Branson
2012-07-12
Suspend transition now can carry an optional 'Errors' outcome where
Andrew Branson
2012-07-06
Modules serialize with Castor. Just about to remove the parsing.
Andrew Branson
2012-06-22
getItem now works on any Path object, so it's compatible with
Andrew Branson
2012-05-30
Initial Maven Conversion
Andrew Branson