Aron Roberts [Tue, 11 Sep 2012 02:05:23 +0000 (19:05 -0700)]
CSPACE-5122: Added tests for showAllRelations calls for mid-level and bottom-level records in a hierarchy of structured objects. These are currently commented out, as showAllRelations doesn't appear to properly include sibling relationships in its responses.
Aron Roberts [Mon, 10 Sep 2012 23:20:26 +0000 (16:20 -0700)]
CSPACE-5520: Corrected XmlReplay-based tests of structured objects to create parent/child relationships with each create request. As Richard observed, when sending a relations-common-list payload with a record to be created, that payload must only include relations where that record is either a subject or object of the relationship.
Aron Roberts [Mon, 10 Sep 2012 19:46:42 +0000 (12:46 -0700)]
CSPACE-5520: Redid changes from commit 98a38422024f6ddfd02a8adbd7e9524a21358779, again with correct commit comment: Added expected payload for a relations obj= test of structured objects.
Richard Millet [Fri, 7 Sep 2012 23:42:17 +0000 (16:42 -0700)]
CSPACE-5518: Updating ServiceContext factory methods to accept a UriInfo rather than MultivaluedMap<String, String> queryParams = ui.getQueryParameters();
Aron Roberts [Fri, 7 Sep 2012 22:58:08 +0000 (15:58 -0700)]
CSPACE-5120: Updated structured object tests. All are now in a single test group, because variable values weren't being shared between some groups. Tweaked payloads, including namespace prefixes.
Aron Roberts [Fri, 7 Sep 2012 18:47:50 +0000 (11:47 -0700)]
CSPACE-5518,CSPACE-5520: Remove dev-master, committed temporarily to master branch during CSPACE-5518 work. Add missing objectName var in XmlReplay test of structured objects.
Aron Roberts [Fri, 7 Sep 2012 04:15:58 +0000 (21:15 -0700)]
CSPACE-5518: Committing latest state of XmlReplay tests for structured (hierarchical) CollectionObjects. Create with relations test fails; am checking this in for Richard's use 'as is.'
Aron Roberts [Thu, 6 Sep 2012 22:13:05 +0000 (15:13 -0700)]
CSPACE-5518: Tests now create an initial set of hierarchical relationships between CollectionObjects, and include a skeletal set of hierarchy tests. Need to add more such tests, as well testing the contents of response payloads. As well, we may also need to clean up relations created by the tests.
Aron Roberts [Thu, 6 Sep 2012 21:31:17 +0000 (14:31 -0700)]
CSPACE-5518: Create initial XmlReplay-based test for structured objects, starting out by simply creating, reading, and deleting a three-level hierarchy of CollectonObjects relating to items in a chess set.
Richard Millet [Thu, 6 Sep 2012 07:33:45 +0000 (00:33 -0700)]
CSPACE-5488: Adjusted order-by-with-pt-field configuration to take place only when partial-term queries are requested; otherwise just the default order-by field is used.
Richard Millet [Thu, 30 Aug 2012 00:01:18 +0000 (17:01 -0700)]
CSPACE-5492: Cleaning up some of the tangled dependency issues related to refactoring the relations hierarchy code from authority items to a more general case usage.
Richard Millet [Wed, 29 Aug 2012 19:22:34 +0000 (12:22 -0700)]
CSPACE-5489: Added "supports hierarchy" field to document handler parameter list in the tenant bindings schema. Also added method to check this param in the base class for document handlers."
Richard Millet [Tue, 21 Aug 2012 07:33:44 +0000 (00:33 -0700)]
CSPACE-5466: See JIRA issue for full description. In short, media from originating from an external URL is deleted from the system after a set of derivatives are produced.
Aron Roberts [Fri, 17 Aug 2012 03:01:13 +0000 (20:01 -0700)]
CSPACE-5271:CSPACE-5453: Handles cases where URI template cannot be retrieved from the URI template registry, or where an unrecognized URI template type is obtained.
Aron Roberts [Fri, 17 Aug 2012 00:14:47 +0000 (17:14 -0700)]
CSPACE-5472: Re-enabled most XmlReplay-based tests in the services. Batch services-related tests need examination, as several test cases are currently failing, and as a result, the Batch control file has been left commented out in xml-replay-master.xml.
Aron Roberts [Wed, 15 Aug 2012 23:58:28 +0000 (16:58 -0700)]
CSPACE-5271,CSPACE-5453: Moved population of the URI template registry to ServiceMain, per Patrick's suggestion. Initial work on integrating the registry with referencing objects (refObjs) URI generation; still containing bugs yet to be fixed.
Aron Roberts [Fri, 10 Aug 2012 03:42:12 +0000 (20:42 -0700)]
CSPACE-5271: Reworked UriTemplateRegistry to make the registry's entries tenant-qualified. Need to fix a bug in CollectionSpaceJaxRsApplication that causes each new set of entries to stomp on the existing map, and rework the test class to reflect the tenant-qualification change.
Aron Roberts [Sat, 4 Aug 2012 00:06:54 +0000 (17:06 -0700)]
CSPACE-4808,CSPACE-3457: Removing cruft from the DocHandlerParams blocks in the services' tenant bindings configuration; removing what may be an unused code block with an old hack from DocHandlerBase.
Aron Roberts [Fri, 3 Aug 2012 22:58:16 +0000 (15:58 -0700)]
CSPACE-4774: Removed obsolete, legacy loanInContact field from the Loan In record in the services layer. Since v2.0, this field has been effectively replaced by the borrowersContact field.