]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
13 years agoCSPACE-5727: Exclude non-active (e.g. soft-deleted, versioned) Movement records when...
Aron Roberts [Wed, 12 Dec 2012 01:31:00 +0000 (17:31 -0800)]
CSPACE-5727: Exclude non-active (e.g. soft-deleted, versioned) Movement records when computing the current location of a CollectionObject.

13 years agoCSPACE-5727: Get the computed current location from all relevant CollectionObject...
Aron Roberts [Wed, 12 Dec 2012 01:24:21 +0000 (17:24 -0800)]
CSPACE-5727: Get the computed current location from all relevant CollectionObject/Movement relations, whether the CollectionObject and Movement are, respectively, the subject or object of those relations.

13 years agoCSPACE-5727: Removed vestiges of former SQL-based approach for computing a Collection...
Aron Roberts [Wed, 12 Dec 2012 00:51:03 +0000 (16:51 -0800)]
CSPACE-5727: Removed vestiges of former SQL-based approach for computing a CollectionObject's current location.

13 years agoCSPACE-5727: First fully working version, using NXQL query and post-processing of...
Aron Roberts [Wed, 12 Dec 2012 00:01:11 +0000 (16:01 -0800)]
CSPACE-5727: First fully working version, using NXQL query and post-processing of returned Relation records to get current location. SQL queries, whether invoking a stored function or simply executing the same query directly, don't yet see the current state of the database when the event handler is invoked, so can't see the updated location date on a just-updated and saved Movement record.

13 years agoCSPACE-5727: Split off loop to update each CollectionObject requiring updating, follo...
Aron Roberts [Sat, 8 Dec 2012 01:48:29 +0000 (17:48 -0800)]
CSPACE-5727: Split off loop to update each CollectionObject requiring updating, following the check for records that require such updates. Inserted additional debug statements based on suggestions from Richard and Ray to track down an issue where the stored function is returning a stale value when run via JDBC from within the event listener; this value is only updated on a subsequent update of any kind to a relevant movement record.

13 years agoCSPACE-5727: Accommodate multiple relevant document types. Changes to comments and...
Aron Roberts [Fri, 7 Dec 2012 23:53:48 +0000 (15:53 -0800)]
CSPACE-5727: Accommodate multiple relevant document types. Changes to comments and log statements.

13 years agoCSPACE-5727: Updating code is working. Update does not occur until next Movement...
Aron Roberts [Fri, 7 Dec 2012 20:33:34 +0000 (12:33 -0800)]
CSPACE-5727: Updating code is working. Update does not occur until next Movement update event, however; will investigate this next.

13 years agoCSPACE-5727: Refactoring to remove one level of nesting, continue pulling procedural...
Aron Roberts [Fri, 7 Dec 2012 19:57:38 +0000 (11:57 -0800)]
CSPACE-5727: Refactoring to remove one level of nesting, continue pulling procedural code out into single-purpose methods.

13 years agoCSPACE-5727: Began check for comparison between old and new value for computed curren...
Aron Roberts [Fri, 7 Dec 2012 03:54:02 +0000 (19:54 -0800)]
CSPACE-5727: Began check for comparison between old and new value for computed current location.

13 years agoMerge remote-tracking branch 'upstream/master' into CSPACE-5727
Aron Roberts [Fri, 7 Dec 2012 03:45:39 +0000 (19:45 -0800)]
Merge remote-tracking branch 'upstream/master' into CSPACE-5727

13 years agoMerge pull request #77 from rjaffe/CSPACE-5756
Aron Roberts [Fri, 7 Dec 2012 03:34:09 +0000 (19:34 -0800)]
Merge pull request #77 from rjaffe/CSPACE-5756

CSPACE-5756: Adding computedCurrentLocation field to .xsd schemas, addi...

13 years agoCSPACE-5727: Event listener now successfully acquires a list of related CollectionObj...
Aron Roberts [Fri, 7 Dec 2012 02:41:46 +0000 (18:41 -0800)]
CSPACE-5727: Event listener now successfully acquires a list of related CollectionObject / Cataloging records and the computed current location for each. Added trivial method useful when debugging JDBC results to JDBCTools class.

13 years agoMerge remote-tracking branch 'upstream/master' into CSPACE-5727
Aron Roberts [Fri, 7 Dec 2012 02:39:40 +0000 (18:39 -0800)]
Merge remote-tracking branch 'upstream/master' into CSPACE-5727

13 years agoCSPACE-5727: Code now (with hard-coding of a relevant CSID) retrieves storage locatio...
Aron Roberts [Fri, 7 Dec 2012 00:16:55 +0000 (16:16 -0800)]
CSPACE-5727: Code now (with hard-coding of a relevant CSID) retrieves storage location from database function.

13 years agoCSPACE-5727: Stored function in the database is now successfully created programmatic...
Aron Roberts [Thu, 6 Dec 2012 20:48:07 +0000 (12:48 -0800)]
CSPACE-5727: Stored function in the database is now successfully created programmatically.

13 years agoCSPACE-5727: Refactoring part of program flow into several methods. Restored pseudoco...
Aron Roberts [Thu, 6 Dec 2012 20:29:02 +0000 (12:29 -0800)]
CSPACE-5727: Refactoring part of program flow into several methods. Restored pseudocode comments, inadvertently dropped in a previous commit.

13 years agoCSPACE-5375 Fixed typo that caused unequal relations to be seen as equal, precluding...
Patrick Schmitz [Thu, 6 Dec 2012 20:17:48 +0000 (12:17 -0800)]
CSPACE-5375 Fixed typo that caused unequal relations to be seen as equal, precluding replacement. Removed related cruft left over from earlier refactoring.

13 years agoMerge branch 'master' of github.com:collectionspace/services
Patrick Schmitz [Thu, 6 Dec 2012 17:37:57 +0000 (09:37 -0800)]
Merge branch 'master' of github.com:collectionspace/services

13 years agoCSPACE-5727: Read compute current location function creation SQL command from a resource.
Aron Roberts [Thu, 6 Dec 2012 05:09:20 +0000 (21:09 -0800)]
CSPACE-5727: Read compute current location function creation SQL command from a resource.

13 years agoCSPACE-5727: Added resources directory for listener, to store database function to...
Aron Roberts [Thu, 6 Dec 2012 04:02:05 +0000 (20:02 -0800)]
CSPACE-5727: Added resources directory for listener, to store database function to obtain computed current location. Added pseudocode and initial code to check for existence of this function.

13 years agoCSPACE-5727: Removing vestigates of attempt to install computeCurrentLocation functio...
Aron Roberts [Thu, 6 Dec 2012 02:27:23 +0000 (18:27 -0800)]
CSPACE-5727: Removing vestigates of attempt to install computeCurrentLocation function via 'ant create_nuxeo_db'. This likely won't work, because PostgreSQL checks for the existence of the tables (relations) in the function before creating or replacing the function, and when we run ant_create_nuxeo_db during build, those tables haven't necessarily been created.

13 years agoCSPACE-5756: Adding compputedCurrentLocation field to .xsd schemas, adding authRef...
Rick Jaffe [Thu, 6 Dec 2012 01:42:09 +0000 (17:42 -0800)]
CSPACE-5756: Adding compputedCurrentLocation field to .xsd schemas, adding authRef for field to tenant-bindings-proto.xml

13 years agoCSPACE-5727: Added resource directory for storing CollectionObject-related SQL code...
Aron Roberts [Thu, 6 Dec 2012 00:33:00 +0000 (16:33 -0800)]
CSPACE-5727: Added resource directory for storing CollectionObject-related SQL code. Initial pass at pseudocode for updating the non-normalized lastIdentifiedLocation field in CollectionObject records via an event listener, using a SQL function to obtain the value to go into that field.

13 years agoCSPACE-5727: Filter out all but active Movement records when responding to create...
Aron Roberts [Wed, 5 Dec 2012 04:08:47 +0000 (20:08 -0800)]
CSPACE-5727: Filter out all but active Movement records when responding to create or update events.

13 years agoCSPACE-5727: Corrected listener name; removed priority from listener configuration.
Aron Roberts [Wed, 5 Dec 2012 03:31:20 +0000 (19:31 -0800)]
CSPACE-5727: Corrected listener name; removed priority from listener configuration.

13 years agoCSPACE-5727: Event listener now logs on movement record creates and updates. Bundle...
Aron Roberts [Wed, 5 Dec 2012 02:49:37 +0000 (18:49 -0800)]
CSPACE-5727: Event listener now logs on movement record creates and updates. Bundle files have been updated with correct package name.

13 years agoCSPACE-5727: Changes to integrate 'update object location on move' module with its...
Aron Roberts [Tue, 4 Dec 2012 19:45:27 +0000 (11:45 -0800)]
CSPACE-5727: Changes to integrate 'update object location on move' module with its parent module.

13 years agoCSPACE-5727: Initial directory structure for an 'update object location on move'...
Aron Roberts [Tue, 4 Dec 2012 19:38:45 +0000 (11:38 -0800)]
CSPACE-5727: Initial directory structure for an 'update object location on move' event listener. Cloned from the 'delete relations on soft delete' event listener, and still needs updates in several files to reflect the new module/package name.

13 years agoMerge pull request #75 from aronr/CSPACE-5753
Aron Roberts [Tue, 4 Dec 2012 04:11:17 +0000 (20:11 -0800)]
Merge pull request #75 from aronr/CSPACE-5753

CSPACE-5753: Created a container module, in the services source code tre...

13 years agoCSPACE-5753: Corrected relative path to top-level build.properties file.
Aron Roberts [Tue, 4 Dec 2012 04:10:40 +0000 (20:10 -0800)]
CSPACE-5753: Corrected relative path to top-level build.properties file.

13 years agoCSPACE-5753: Created a container module, in the services source code tree, for adding...
Aron Roberts [Tue, 4 Dec 2012 04:05:47 +0000 (20:05 -0800)]
CSPACE-5753: Created a container module, in the services source code tree, for adding services modules that rely on Nuxeo event listeners.

13 years agoMerge pull request #74 from aronr/CSPACE-4796
Aron Roberts [Mon, 3 Dec 2012 21:28:26 +0000 (13:28 -0800)]
Merge pull request #74 from aronr/CSPACE-4796

CSPACE-4796: Remove post-init check that effectively blocked the default...

13 years agoCSPACE-4796: Remove post-init check that effectively blocked the default 'reader...
Aron Roberts [Mon, 3 Dec 2012 20:48:41 +0000 (12:48 -0800)]
CSPACE-4796: Remove post-init check that effectively blocked the default 'reader' database account in PostgreSQL from obtaining read-only access to extension schemas.

13 years agoMerge pull request #72 from aronr/01ae9ac56e87c0f48d1cc48b6f5c8ebf353782c1
Aron Roberts [Sat, 1 Dec 2012 01:24:30 +0000 (17:24 -0800)]
Merge pull request #72 from aronr/01ae9ac56e87c0f48d1cc48b6f5c8ebf353782c1

CSPACE-5506: Return a new Exception message and corresponding custom...

13 years agoCSPACE-5750: Added configuration identifying the Age Qualifier field in CollectionObj...
Aron Roberts [Sat, 1 Dec 2012 00:46:40 +0000 (16:46 -0800)]
CSPACE-5750: Added configuration identifying the Age Qualifier field in CollectionObject / Cataloging records as a term reference field.

13 years agoCSPACE-5506: Return a new Exception message and corresponding custom HTTP status...
Aron Roberts [Fri, 30 Nov 2012 02:23:47 +0000 (18:23 -0800)]
CSPACE-5506: Return a new Exception message and corresponding custom HTTP status code if a Nuxeo transaction times out or otherwise fails. Some of these Exceptions may result in transaction rollbacks, and can more generally leave data involved in the transaction in an unexpected state.

13 years agoMerge pull request #70 from aronr/CSPACE-5733
Aron Roberts [Thu, 29 Nov 2012 23:21:37 +0000 (15:21 -0800)]
Merge pull request #70 from aronr/CSPACE-5733

CSPACE-5733: All Record Types search now truly searches...

13 years agoCSPACE-5733: Minor cleanup of comments, annotation, etc.
Aron Roberts [Thu, 29 Nov 2012 23:11:51 +0000 (15:11 -0800)]
CSPACE-5733: Minor cleanup of comments, annotation, etc.

13 years agoCSPACE-5733: Moved vocabularyitems service to a new 'vocabulary' service type, thus...
Aron Roberts [Thu, 29 Nov 2012 21:31:06 +0000 (13:31 -0800)]
CSPACE-5733: Moved vocabularyitems service to a new 'vocabulary' service type, thus pulling it out of the 'authority' type (and hence also out of the 'common' set of types, when authority services are optionally included in that set). Service types are currently used just in identifying document types to be scanned for authority references (refObjs) and in all records search, and in neither of these contexts should vocabularyitem records be included. We can either revert this change or include vocabularyitems in future sets as needed by future functionality.

13 years agoCSPACE-5733: Emit refnames with each item in 'all record types' search results, this...
Aron Roberts [Thu, 29 Nov 2012 04:48:04 +0000 (20:48 -0800)]
CSPACE-5733: Emit refnames with each item in 'all record types' search results, this time truly doing exactly that.

13 years agoCSPACE-5733: Emit refnames with each item in 'all record types' search results.
Aron Roberts [Thu, 29 Nov 2012 02:46:16 +0000 (18:46 -0800)]
CSPACE-5733: Emit refnames with each item in 'all record types' search results.

13 years agoCSPACE-5733: Emit correct URLs in servicegroups' items list for authority items.
Aron Roberts [Thu, 29 Nov 2012 02:03:48 +0000 (18:03 -0800)]
CSPACE-5733: Emit correct URLs in servicegroups' items list for authority items.

13 years agoCSPACE-5733: Emit authority records from servicegroups queries.
Aron Roberts [Wed, 28 Nov 2012 23:29:49 +0000 (15:29 -0800)]
CSPACE-5733: Emit authority records from servicegroups queries.

13 years agoCSPACE-4661: Removing 'provided' scope from slf4j as well as log4j classes, to ensure...
Aron Roberts [Wed, 28 Nov 2012 01:49:40 +0000 (17:49 -0800)]
CSPACE-4661: Removing 'provided' scope from slf4j as well as log4j classes, to ensure that their JAR files are included in the cspace-services.war file. This is necessary for logging to cspace-services.jar, while still preserving log rolling, per Jesse and Aron's experiments.

13 years agoCSPACE-5681 Added refName to refObjs return schema
Patrick Schmitz [Wed, 21 Nov 2012 01:27:21 +0000 (17:27 -0800)]
CSPACE-5681 Added refName to refObjs return schema

13 years agoCSPACE-5724: Updated services build version to 3.2-SNAPSHOT from 3.1-SNAPSHOT.
Aron Roberts [Thu, 15 Nov 2012 03:13:30 +0000 (19:13 -0800)]
CSPACE-5724: Updated services build version to 3.2-SNAPSHOT from 3.1-SNAPSHOT.

13 years agoMerge pull request #69 from jessemartinez/CSPACE-4661
Aron Roberts [Fri, 9 Nov 2012 21:07:38 +0000 (13:07 -0800)]
Merge pull request #69 from jessemartinez/CSPACE-4661

CSPACE-4661: removing 'provided' scope for log4j dependency. This will f...

13 years agoCSPACE-4661: removing 'provided' scope for log4j dependency. This will force the...
Jesse Martinez [Fri, 9 Nov 2012 19:38:13 +0000 (14:38 -0500)]
CSPACE-4661: removing 'provided' scope for log4j dependency. This will force the log4j jar file to be added to the deployed services war file, and will catch the log4j.properties settings for the services app.

13 years agoCSPACE-5677: Updated comments, test group name for clarity.
Aron Roberts [Sat, 27 Oct 2012 00:50:07 +0000 (17:50 -0700)]
CSPACE-5677: Updated comments, test group name for clarity.

13 years agoCSPACE-5677: Added the remaining initial versioning tests requested by Patrick.
Aron Roberts [Sat, 27 Oct 2012 00:35:52 +0000 (17:35 -0700)]
CSPACE-5677: Added the remaining initial versioning tests requested by Patrick.

13 years agoMerge pull request #66 from aronr/CSPACE-5677
Aron Roberts [Sat, 27 Oct 2012 00:02:35 +0000 (17:02 -0700)]
Merge pull request #66 from aronr/CSPACE-5677

CSPACE-5677: Added rudimentary initial XmlReplay-based tests of newly-ad...

13 years agoCSPACE-5677: Clarified comment.
Aron Roberts [Fri, 26 Oct 2012 23:58:24 +0000 (16:58 -0700)]
CSPACE-5677: Clarified comment.

13 years agoCSPACE-5677: Added rudimentary initial XmlReplay-based tests of newly-added versionin...
Aron Roberts [Fri, 26 Oct 2012 23:54:14 +0000 (16:54 -0700)]
CSPACE-5677: Added rudimentary initial XmlReplay-based tests of newly-added versioning functionality. These tests are currently restricted to verifying that, by default, versioned documents do not appear in list results and that only the current version is retrieved on a GET.

13 years agoCSPACE-5664 - Added support to services config to use the Nuxeo versioning support...
Patrick Schmitz [Fri, 26 Oct 2012 17:05:15 +0000 (10:05 -0700)]
CSPACE-5664 - Added support to services config to use the Nuxeo versioning support on a per-service, per tenant basis. Added support to filter versions from normal search and list queries. Did not add support for a query param to control this - that is a future feature as needed. Made lifesci tenant Movement use versioning, to test and demo this functionality. Performed basic testing, but needs additional test development.

13 years agoCSPACE-5271: Fixed logic error in URITemplateRegistry-related test; some asserts...
Aron Roberts [Tue, 23 Oct 2012 00:57:37 +0000 (17:57 -0700)]
CSPACE-5271: Fixed logic error in URITemplateRegistry-related test; some asserts formerly were unreachable.

13 years agoNOJIRA: Updating POM parent versions to 3.1-SNAPSHOT.
Richard Millet [Fri, 12 Oct 2012 20:10:51 +0000 (13:10 -0700)]
NOJIRA: Updating POM parent versions to 3.1-SNAPSHOT.

13 years agoCSPACE-5499 Added support to refObjs methods to only match the base of the refName...
Patrick Schmitz [Tue, 2 Oct 2012 06:25:55 +0000 (23:25 -0700)]
CSPACE-5499 Added support to refObjs methods to only match the base of the refName, ignoring the displayName suffix.

13 years agoCSPACE-5537 Added support to set external blob csid on update as well as on create.
Patrick Schmitz [Fri, 28 Sep 2012 21:43:03 +0000 (14:43 -0700)]
CSPACE-5537 Added support to set external blob csid on update as well as on create.

13 years agoMerge pull request #62 from rjaffe/CSPACE-5080
Aron Roberts [Tue, 25 Sep 2012 23:38:56 +0000 (16:38 -0700)]
Merge pull request #62 from rjaffe/CSPACE-5080

CSPACE-5080 - Modified tenant-bindings-proto.xml in response to...

13 years agoMerge pull request #63 from aronr/CSPACE-5552
Aron Roberts [Tue, 25 Sep 2012 23:36:40 +0000 (16:36 -0700)]
Merge pull request #63 from aronr/CSPACE-5552

CSPACE-5552: Added internal pagination to relations refName ...

13 years agoCSPACE-5552: Added test of displayName updates propagating to refName fields in colle...
Aron Roberts [Tue, 25 Sep 2012 23:24:18 +0000 (16:24 -0700)]
CSPACE-5552: Added test of displayName updates propagating to refName fields in collectionspace_core and relations records to the XmlReplay master file in IntegrationTests.

13 years agoCSPACE-5552: Added internal pagination to updates of display names in the refName...
Aron Roberts [Tue, 25 Sep 2012 23:18:11 +0000 (16:18 -0700)]
CSPACE-5552: Added internal pagination to updates of display names in the refName fields of relation records. Added tenant ID constraint on NXQL query.

13 years agoMerge remote-tracking branch 'upstream/master' into CSPACE-5552
Aron Roberts [Tue, 25 Sep 2012 22:47:23 +0000 (15:47 -0700)]
Merge remote-tracking branch 'upstream/master' into CSPACE-5552

13 years agoCSPACE-5562: Updated services build version to 3.0-SNAPSHOT from 2.7-SNAPSHOT.
Aron Roberts [Tue, 25 Sep 2012 21:57:09 +0000 (14:57 -0700)]
CSPACE-5562: Updated services build version to 3.0-SNAPSHOT from 2.7-SNAPSHOT.

13 years agoCSPACE-5080: One more tweak: removed whitespace before closing comment tag
Rick Jaffe [Tue, 25 Sep 2012 20:55:43 +0000 (13:55 -0700)]
CSPACE-5080: One more tweak: removed whitespace before closing comment tag

13 years agoCPSACE-5080: Fixing two comments
Rick Jaffe [Tue, 25 Sep 2012 20:48:36 +0000 (13:48 -0700)]
CPSACE-5080: Fixing two comments

13 years agoCSPACE-5552: Add initial tests to verify that updating a display name field in a...
Aron Roberts [Tue, 25 Sep 2012 19:38:22 +0000 (12:38 -0700)]
CSPACE-5552: Add initial tests to verify that updating a display name field in a structured object also update display names in the refName fields in collectionspace_core and in associated relationship records.

13 years agoMerge branch 'master' into CSPACE-5080
Rick Jaffe [Tue, 25 Sep 2012 03:06:04 +0000 (20:06 -0700)]
Merge branch 'master' into CSPACE-5080

13 years agoMerge branch 'CSPACE-5540-REM'
Richard Millet [Mon, 24 Sep 2012 23:32:43 +0000 (16:32 -0700)]
Merge branch 'CSPACE-5540-REM'

13 years agoCSPACE-5540: Relationships in relations-payloads to structured objects only differing...
Richard Millet [Mon, 24 Sep 2012 23:22:21 +0000 (16:22 -0700)]
CSPACE-5540: Relationships in relations-payloads to structured objects only differing by relationship metatypes are now considered new relationships by the handleRelations code.  This means that the old identical relationships are deleted and new ones with the updated relationship metatype are created in their place.

13 years agoCSPACE-5556: Increase log level of message identifying unrecognized elements in reque...
Aron Roberts [Mon, 24 Sep 2012 23:03:11 +0000 (16:03 -0700)]
CSPACE-5556: Increase log level of message identifying unrecognized elements in request payloads to WARN from DEBUG. Suppress that log message for the 'csid' element (only).

13 years agoMerge branch 'v2.7'
Richard Millet [Thu, 20 Sep 2012 23:40:31 +0000 (16:40 -0700)]
Merge branch 'v2.7'

13 years agoCSPACE-5504: Added proper update handling for refName updates for authority items...
Richard Millet [Thu, 20 Sep 2012 23:08:39 +0000 (16:08 -0700)]
CSPACE-5504: Added proper update handling for refName updates for authority items and structured objects -includes updating refNames in relationship records and in collectionspace_core schema.

13 years agoMerge branch 'master' of github.com:collectionspace/services
Richard Millet [Thu, 20 Sep 2012 15:43:38 +0000 (08:43 -0700)]
Merge branch 'master' of github.com:collectionspace/services

13 years agoCSPACE-5504: The refNames in relationship records are now updated when their correspo...
Richard Millet [Thu, 20 Sep 2012 06:41:33 +0000 (23:41 -0700)]
CSPACE-5504: The refNames in relationship records are now updated when their corresponding resources' refNames change.

13 years agoNOJIRA - Concept Authority SupportsHierarchy was in the wrong section, which was...
Patrick Schmitz [Wed, 19 Sep 2012 23:33:25 +0000 (16:33 -0700)]
NOJIRA - Concept Authority SupportsHierarchy was in the wrong section, which was defeating the logic to handle hierarchy relations. Discovered in incidental testing.

13 years agoCSPACE-5504: Adding code that will update relations_common table with updated/changed...
Richard Millet [Wed, 19 Sep 2012 04:52:10 +0000 (21:52 -0700)]
CSPACE-5504: Adding code that will update relations_common table with updated/changed refNames

13 years agoNOJIRA: Adding README.txt because git does not like empty directories.
Richard Millet [Wed, 19 Sep 2012 04:50:52 +0000 (21:50 -0700)]
NOJIRA: Adding README.txt because git does not like empty directories.

13 years agoMerge remote-tracking branch 'upstream/master' into CSPACE-5540
Aron Roberts [Wed, 19 Sep 2012 02:05:19 +0000 (19:05 -0700)]
Merge remote-tracking branch 'upstream/master' into CSPACE-5540

13 years agoCSPACE-5440: Adding missing IntegrationTests changes, associated with integrating...
Aron Roberts [Wed, 19 Sep 2012 02:05:05 +0000 (19:05 -0700)]
CSPACE-5440: Adding missing IntegrationTests changes, associated with integrating the relationshipMetaType field into relations and relations list payloads.

13 years agoMerge pull request #60 from aronr/CSPACE-5540
Aron Roberts [Wed, 19 Sep 2012 01:31:33 +0000 (18:31 -0700)]
Merge pull request #60 from aronr/CSPACE-5540

CSPACE-5440,CSPACE-5509: Fully integrate relationshipMetaType field into...

13 years agoCSPACE-5540: Standardize ordering of fields in relations_common.xsd files.
Aron Roberts [Tue, 18 Sep 2012 23:46:29 +0000 (16:46 -0700)]
CSPACE-5540: Standardize ordering of fields in relations_common.xsd files.

13 years agoCSPACE-5080: Minor change to a comment
Rick Jaffe [Tue, 18 Sep 2012 22:56:55 +0000 (15:56 -0700)]
CSPACE-5080: Minor change to a comment

13 years agoCSPACE-5440,CSPACE-5509: Fully integrate relationshipMetaType field into the services...
Aron Roberts [Tue, 18 Sep 2012 22:37:00 +0000 (15:37 -0700)]
CSPACE-5440,CSPACE-5509: Fully integrate relationshipMetaType field into the services, including reading and that field's value from, and emitting that value in, lists of relations records.

13 years agoMerge branch 'master' into CSPACE-5080
Rick Jaffe [Tue, 18 Sep 2012 22:34:55 +0000 (15:34 -0700)]
Merge branch 'master' into CSPACE-5080

13 years agoCSPACE-5080: Commenting out authRef for addressCountry because it has been configured...
Rick Jaffe [Tue, 18 Sep 2012 22:16:51 +0000 (15:16 -0700)]
CSPACE-5080: Commenting out authRef for addressCountry because it has been configured as a term list

13 years agoCSPACE-5531: Added code to update refName field of collectionspace_core table when...
Richard Millet [Tue, 18 Sep 2012 20:21:59 +0000 (13:21 -0700)]
CSPACE-5531: Added code to update refName field of collectionspace_core table when there has been a refName change

13 years agoCSPACE-5080: Removing authRef, previously commented out during development, for the...
Rick Jaffe [Tue, 18 Sep 2012 20:04:08 +0000 (13:04 -0700)]
CSPACE-5080: Removing authRef, previously commented out during development, for the addressCountry field. The authRef was originally added in anticipation of the field being tied to the Place authority, based on the wiki schema.

13 years agoCSPACE-5080: Initial work - adding termRef for addressCountry field in tenant-binding...
Rick Jaffe [Fri, 14 Sep 2012 23:43:27 +0000 (16:43 -0700)]
CSPACE-5080: Initial work - adding termRef for addressCountry field in tenant-bindings. Commenting out authRef for same field -- it had been added in anticipation of this field being tied to Place authority.

13 years agoCSPACE-5518: Fixed case typo in XmlReplay payload file used in structured objects...
Aron Roberts [Fri, 14 Sep 2012 19:05:06 +0000 (12:05 -0700)]
CSPACE-5518: Fixed case typo in XmlReplay payload file used in structured objects tests; this error didn't manifest on Mac OS X (filesystem case insensitivity?).

13 years agoMerge pull request #59 from aronr/CSPACE-5518-2
Aron Roberts [Fri, 14 Sep 2012 01:55:59 +0000 (18:55 -0700)]
Merge pull request #59 from aronr/CSPACE-5518-2

CSPACE-5518: Add refName-style tests of structured objects.

13 years agoCSPACE-5518: Completed adding XmlReplay-based tests of structured objects that use...
Aron Roberts [Fri, 14 Sep 2012 01:45:05 +0000 (18:45 -0700)]
CSPACE-5518: Completed adding XmlReplay-based tests of structured objects that use refNames ('id' form) to create and update related records, via relations-common-list payloads included in CollectionObjects create and update requests. These test CSID/refName and refName/CSID pairs as subject/object identifiers when creating records, and refName/refName, CSID/refName and refName/CSID pairs when updating records.

13 years agoCSPACE-5518: Create both parent and child relations, in both create and update tests...
Aron Roberts [Thu, 13 Sep 2012 19:37:53 +0000 (12:37 -0700)]
CSPACE-5518: Create both parent and child relations, in both create and update tests, in preparation for creating 'name' form of tests.

13 years agoMerge pull request #58 from aronr/CSPACE-5522
Aron Roberts [Thu, 13 Sep 2012 17:35:23 +0000 (10:35 -0700)]
Merge pull request #58 from aronr/CSPACE-5522

CSPACE-5522:  Clean up all relation records created by XmlReplay-based t...

13 years agoNORJIRA: Updating Maven and Ant config files to use an updated postgresql driver...
Richard Millet [Thu, 13 Sep 2012 17:31:14 +0000 (10:31 -0700)]
NORJIRA: Updating Maven and Ant config files to use an updated postgresql driver library so that it will get the jar from a public repo.

13 years agoMerge branch 'master' of github.com:collectionspace/services
Richard Millet [Thu, 13 Sep 2012 15:37:06 +0000 (08:37 -0700)]
Merge branch 'master' of github.com:collectionspace/services

13 years agoNOJIRA: Minor Eclipse project settings file changes.
Richard Millet [Thu, 13 Sep 2012 15:36:57 +0000 (08:36 -0700)]
NOJIRA: Minor Eclipse project settings file changes.

13 years agoCSPACE-5522: Clean up all relation records created by XmlReplay-based tests of struc...
Aron Roberts [Thu, 13 Sep 2012 01:20:34 +0000 (18:20 -0700)]
CSPACE-5522:  Clean up all relation records created by XmlReplay-based tests of structured objects.  Set autoDeletePOSTS=true to delete all CollectionObject records created by these tests, as well. Remove one duplicate test, resulting from previous move of tests into a single test group.  Remove superfluous 'auth' attributes.

13 years agoMerge branch 'CSPACE-5523'
Patrick Schmitz [Wed, 12 Sep 2012 23:44:17 +0000 (16:44 -0700)]
Merge branch 'CSPACE-5523'

13 years agoCSPACE-5523 - Fix various problems with relations and refNames.
Patrick Schmitz [Wed, 12 Sep 2012 23:42:16 +0000 (16:42 -0700)]
CSPACE-5523 - Fix various problems with relations and refNames.