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 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 [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.
Aron Roberts [Fri, 3 Aug 2012 19:25:15 +0000 (12:25 -0700)]
CSPACE-4691: Prototyped one way that we might return large decimal values without formatting these in decimal notation. Note that we likely will need to support more decimal places than 2, by changing the DecimalFormat pattern string.
Aron Roberts [Wed, 1 Aug 2012 23:36:35 +0000 (16:36 -0700)]
Merge pull request #48 from collectionspace/CSPACE-5433
CSPACE-5433: Calls to merge in a set of standard list results fields into another set of list results fields from per-tenant configuration are now synchronized. (Code and schema changes made by Richard, merged in by Aron.)
Richard Millet [Wed, 1 Aug 2012 21:21:29 +0000 (14:21 -0700)]
CSPACE-5433: Left most of the code alone, but added a synchronization flag to the shared list item structure. Now this list item array gets modified only once and in a synchronized manner.
Aron Roberts [Fri, 20 Jul 2012 18:32:57 +0000 (11:32 -0700)]
Merge pull request #43 from rjaffe/CSPACE-5405
CSPACE-5405: Fixing authRefs in tenant-binding-proto.xml; modifying CollectionObjectAuthRefsTest.java to match (i.e., to expect to find refNames for previously commented-out authRefs).