]> git.aero2k.de Git - tmp/jakarta-migration.git/log
tmp/jakarta-migration.git
13 years agoCSPACE-5130: All tests for Vocabulary service now passing. Will need to ensure that...
Richard Millet [Fri, 4 May 2012 21:38:20 +0000 (14:38 -0700)]
CSPACE-5130: All tests for Vocabulary service now passing.  Will need to ensure that other authority services' tenant bindings get updated to include new termGroup termRef settings in prototype bindings file.

13 years agoCSPACE-5120: Organization now compiles, excluding test compilation via -Dmaven.test...
Aron Roberts [Fri, 4 May 2012 21:02:10 +0000 (14:02 -0700)]
CSPACE-5120: Organization now compiles, excluding test compilation via -Dmaven.test.skip=true.

13 years agoMerge branch 'cspace-4813' of github.com:collectionspace/services into cspace-4813
Richard Millet [Fri, 4 May 2012 20:31:56 +0000 (13:31 -0700)]
Merge branch 'cspace-4813' of github.com:collectionspace/services into cspace-4813

13 years agoCSPACE-5130: More fixes for special handling of VocabularyItemDocumentModelHandler
Richard Millet [Fri, 4 May 2012 20:31:31 +0000 (13:31 -0700)]
CSPACE-5130: More fixes for special handling of VocabularyItemDocumentModelHandler

13 years agoCSPACE-5119,CSPACE-5120: Added termSourceNote to person and org schema's repeatable...
Aron Roberts [Fri, 4 May 2012 20:13:17 +0000 (13:13 -0700)]
CSPACE-5119,CSPACE-5120: Added termSourceNote to person and org schema's repeatable term info group. Moved two fields from mainBodyGroup into that term info group, and removed the mainBodyGroup.

13 years agoCSPACE-5119,CSPACE-5120,CSPACE-5157: Removed legacy Description field from Organizati...
Aron Roberts [Fri, 4 May 2012 18:28:20 +0000 (11:28 -0700)]
CSPACE-5119,CSPACE-5120,CSPACE-5157: Removed legacy Description field from Organization schema. In the repeatable term info group, renamed termSourceUniqueID to termSourceID and termPreferredForLanguage to termPrefForLang, per Patrick's conciseness recommendations and to match Alex's UI schema.

13 years agoCSPACE-5130: Fixing bug in override methods of VocabularyItemDocumentModelHandler
Richard Millet [Fri, 4 May 2012 16:51:14 +0000 (09:51 -0700)]
CSPACE-5130: Fixing bug in override methods of VocabularyItemDocumentModelHandler

13 years agoCSPACE-4685,CSPACE-3718,CSPACE-5155: Update Organization AuthRefsTest to reflect...
Aron Roberts [Fri, 4 May 2012 03:28:19 +0000 (20:28 -0700)]
CSPACE-4685,CSPACE-3718,CSPACE-5155: Update Organization AuthRefsTest to reflect removal of subBody repeatable scalar field from Organization. OrganizationValidatorHandler now reflects repeatable term info group, and is based on ValidationHandlerImpl.

13 years agoCSPACE-5120,CSPACE-4685: Updated Organization schema with repeatable term info group...
Aron Roberts [Fri, 4 May 2012 03:06:41 +0000 (20:06 -0700)]
CSPACE-5120,CSPACE-4685: Updated Organization schema with repeatable term info group. Other changes relative to this schema change have *not* been done. Removed subBody repeatable group from Organization items, per CSPACE-4685. Fixed a stray char that found its way into the updated Persons common schema.

13 years agoCSPACE-5155: Updated AuthRefs tests in ten services and AuthRefsDocs test in Intake...
Aron Roberts [Fri, 4 May 2012 01:09:10 +0000 (18:09 -0700)]
CSPACE-5155: Updated AuthRefs tests in ten services and AuthRefsDocs test in Intake to create Person items using new schema with repeatable term group.

13 years agoMerge remote-tracking branch 'upstream/cspace-4813' into cspace-4813
Aron Roberts [Thu, 3 May 2012 21:59:05 +0000 (14:59 -0700)]
Merge remote-tracking branch 'upstream/cspace-4813' into cspace-4813

13 years agoCSPACE-3718,CSPACE-5119: PersonValidatorHandler now extends ValidatorHandlerImpl...
Aron Roberts [Thu, 3 May 2012 21:58:45 +0000 (14:58 -0700)]
CSPACE-3718,CSPACE-5119: PersonValidatorHandler now extends ValidatorHandlerImpl. (Also performed automated reformatting of source code in the latter class for readability.)

13 years agoCSPACE-5130: Finished most of the special case handling for the Vocabulary item schema.
Richard Millet [Thu, 3 May 2012 21:50:12 +0000 (14:50 -0700)]
CSPACE-5130: Finished most of the special case handling for the Vocabulary item schema.

13 years agoCSPACE-5130: Commenting out implementations of handleComputedDisplayNames() method.
Richard Millet [Thu, 3 May 2012 20:17:34 +0000 (13:17 -0700)]
CSPACE-5130: Commenting out implementations of handleComputedDisplayNames() method.

13 years agoCSPACE-5130: Removing methods that created computed display names.
Richard Millet [Thu, 3 May 2012 20:13:58 +0000 (13:13 -0700)]
CSPACE-5130: Removing methods that created computed display names.

13 years agoCSPACE-5130: Adding special case code for Vocabulary item since we've decided to...
Richard Millet [Thu, 3 May 2012 19:56:31 +0000 (12:56 -0700)]
CSPACE-5130: Adding special case code for Vocabulary item since we've decided to make them different than the standard authority items.

13 years agoCSPACE-5130: Adding new vocabulary item string constant for the display name element.
Richard Millet [Thu, 3 May 2012 19:54:28 +0000 (12:54 -0700)]
CSPACE-5130: Adding new vocabulary item string constant for the display name element.

13 years agoCSPACE-5119,CSPACE-5135,CSPACE-5138,CSPACE-5132: Reverted name of field in lists...
Aron Roberts [Thu, 3 May 2012 01:12:21 +0000 (18:12 -0700)]
CSPACE-5119,CSPACE-5135,CSPACE-5138,CSPACE-5132: Reverted name of field in lists of authority items to displayName from termDisplayName, for (short-term) backwards compatibility, per CSPACE-5132. (These list items will change significantly as of CSPACE-5134.)

13 years agoCSPACE-5119,CSPACE-5135,CSPACE-5138: All Person tests now pass. Validation that each...
Aron Roberts [Thu, 3 May 2012 00:33:14 +0000 (17:33 -0700)]
CSPACE-5119,CSPACE-5135,CSPACE-5138: All Person tests now pass. Validation that each authority item contains at least one term, whose term name or term display name is non-blank, added to validator handler. Cleanup of some commented-out code.

13 years agoCSPACE-5119,CSPACE-5135,CSPACE-5138: All but one test now passes in PersonServiceTest.
Aron Roberts [Wed, 2 May 2012 21:44:40 +0000 (14:44 -0700)]
CSPACE-5119,CSPACE-5135,CSPACE-5138: All but one test now passes in PersonServiceTest.

13 years agoCSPACE-5119,CSPACE-5135,CSPACE-5138: More list tests now pass in Person service.
Aron Roberts [Wed, 2 May 2012 21:10:56 +0000 (14:10 -0700)]
CSPACE-5119,CSPACE-5135,CSPACE-5138: More list tests now pass in Person service.

13 years agoCSPACE-5119,CSPACE-5135,CSPACE-5138: Corrected XPath base for person term info group.
Aron Roberts [Wed, 2 May 2012 19:35:42 +0000 (12:35 -0700)]
CSPACE-5119,CSPACE-5135,CSPACE-5138: Corrected XPath base for person term info group.

13 years agoCSPACE-5138: Add list item support for the term info group in authority items.
Aron Roberts [Wed, 2 May 2012 18:58:35 +0000 (11:58 -0700)]
CSPACE-5138: Add list item support for the term info group in authority items.

13 years agoCSPACE-5130: Adding final implementations of abstract method getItemTermInfoGroupXPat...
Richard Millet [Wed, 2 May 2012 18:30:18 +0000 (11:30 -0700)]
CSPACE-5130: Adding final implementations of abstract method getItemTermInfoGroupXPathBase() to authority resource classes.

13 years agoCSPACE-5130: Adding implementations of abstract method getItemTermInfoGroupXPathBase...
Richard Millet [Wed, 2 May 2012 18:27:00 +0000 (11:27 -0700)]
CSPACE-5130: Adding implementations of abstract method getItemTermInfoGroupXPathBase() to authority resource classes.

13 years agoCSPACE-5130: Adding implementations of abstract method getItemTermInfoGroupXPathBase...
Richard Millet [Wed, 2 May 2012 18:17:27 +0000 (11:17 -0700)]
CSPACE-5130: Adding implementations of abstract method getItemTermInfoGroupXPathBase() to authority resource classes.

13 years agoMerge branch 'cspace-4813' of github.com:collectionspace/services into cspace-4813
Richard Millet [Wed, 2 May 2012 17:24:16 +0000 (10:24 -0700)]
Merge branch 'cspace-4813' of github.com:collectionspace/services into cspace-4813

Conflicts:
services/authority/jaxb/src/main/java/org/collectionspace/services/common/vocabulary/AuthorityItemJAXBSchema.java

13 years agoCSPACE-4813: Just getting things to compile while Aron and I work on this branch...
Richard Millet [Wed, 2 May 2012 17:21:22 +0000 (10:21 -0700)]
CSPACE-4813: Just getting things to compile while Aron and I work on this branch together.  Calls to PersonAuthorityClientUtils.createPersonInstance require a new term related param.  Passing NULL in most of the places for now.  We'll need to change this as we get all the tests working again.

13 years agoCSPACE-5119,CSPACE-5139,CSPACE-5138: Additional work on authority item base classes...
Aron Roberts [Wed, 2 May 2012 00:32:37 +0000 (17:32 -0700)]
CSPACE-5119,CSPACE-5139,CSPACE-5138: Additional work on authority item base classes (and other framework classes) to reflect term info group changes.  More classes compile; some still do not.

13 years agoCSPACE-5119,CSPACE-5139,CSPACE-5138: Initial foray into authority item base classes...
Aron Roberts [Tue, 1 May 2012 22:06:30 +0000 (15:06 -0700)]
CSPACE-5119,CSPACE-5139,CSPACE-5138: Initial foray into authority item base classes to reflect term info group changes. These classes do not yet compile.

13 years agoCSPACE-4813 - Removing comments around of functional test code.
Richard Millet [Tue, 1 May 2012 18:53:42 +0000 (11:53 -0700)]
CSPACE-4813 - Removing comments around of functional test code.

13 years agoCSPACE-5119,CSPACE-5135: Updated common fields in repeatable term information group...
Aron Roberts [Tue, 1 May 2012 17:59:23 +0000 (10:59 -0700)]
CSPACE-5119,CSPACE-5135: Updated common fields in repeatable term information group in Person item schema, to reflect recent discussion/decisions on the Work list. Adding additional changes not yet reflected in last commit.

13 years agoCSPACE-5119,CSPACE-5135: Updated common fields in repeatable term information group...
Aron Roberts [Tue, 1 May 2012 17:26:55 +0000 (10:26 -0700)]
CSPACE-5119,CSPACE-5135: Updated common fields in repeatable term information group in Person item schema, to reflect recent discussion/decisions on the Work list.

13 years agoCSPACE-5119,CSPACE-5135: Client tests of the Person service now run with what appear...
Aron Roberts [Tue, 1 May 2012 02:18:02 +0000 (19:18 -0700)]
CSPACE-5119,CSPACE-5135: Client tests of the Person service now run with what appear to be only server-side errors.

13 years agoCSPACE-5119: Updating services tenant binding config to reflect change in indexed...
Aron Roberts [Tue, 1 May 2012 01:38:01 +0000 (18:38 -0700)]
CSPACE-5119: Updating services tenant binding config to reflect change in indexed field due to term info group schema changes in Person.

13 years agoCSPACE-5119,CSPACE-5135: Modified Person service client tests to reflect addition...
Aron Roberts [Tue, 1 May 2012 01:19:21 +0000 (18:19 -0700)]
CSPACE-5119,CSPACE-5135: Modified Person service client tests to reflect addition of Term Information Group to Person item schema.

13 years agoCSPACE-5119: Nuxeo and JAXB schemas for Person items are now believed to be close...
Aron Roberts [Mon, 30 Apr 2012 23:27:43 +0000 (16:27 -0700)]
CSPACE-5119: Nuxeo and JAXB schemas for Person items are now believed to be close to complete: term info group now contains all functionally-specified and provisional (under discussion) fields.

13 years agoCSPACE-5119: Term Info Group block in Person now closer to actual; still haven't...
Aron Roberts [Mon, 30 Apr 2012 20:12:34 +0000 (13:12 -0700)]
CSPACE-5119: Term Info Group block in Person now closer to actual; still haven't removed equivalent top-level fields.

13 years agoCSPACE-5119: Began revising Person schema with term info group; this work is in progr...
Aron Roberts [Sat, 28 Apr 2012 00:58:56 +0000 (17:58 -0700)]
CSPACE-5119: Began revising Person schema with term info group; this work is in progress and as yet incomplete.

13 years agoCSPACE-5049,CSPACE-3917: XmlReplay-based test of the Imports service now correctly...
Aron Roberts [Thu, 26 Apr 2012 19:22:23 +0000 (12:22 -0700)]
CSPACE-5049,CSPACE-3917: XmlReplay-based test of the Imports service now correctly checks the collectionspace_core part to ensure that server-side variable expansion is working properly.

13 years agoMerge pull request #20 from aronr/cspace-3917
Aron Roberts [Thu, 26 Apr 2012 02:36:39 +0000 (19:36 -0700)]
Merge pull request #20 from aronr/cspace-3917

CSPACE-3917: Facilitate including dollar signs ($) in Imports payloads.

13 years agoCSPACE-3917,CSPACE-5049: Additional check of server-side variable expansion in collec...
Aron Roberts [Thu, 26 Apr 2012 01:31:26 +0000 (18:31 -0700)]
CSPACE-3917,CSPACE-5049: Additional check of server-side variable expansion in collectionspace_core part.

13 years agoCSPACE-3917: Dollar signs (and backslashes) are now legal characters in import record...
Aron Roberts [Wed, 25 Apr 2012 22:17:52 +0000 (15:17 -0700)]
CSPACE-3917: Dollar signs (and backslashes) are now legal characters in import record payloads.

13 years agoMerge pull request #19 from aronr/cspace-5049
Aron Roberts [Wed, 25 Apr 2012 20:39:24 +0000 (13:39 -0700)]
Merge pull request #19 from aronr/cspace-5049

CSPACE-5049,CSPACE-3917: Added an XmlReplay-based test of variable expansion in an imported record. This test is needed in part to prevent regression when working on CSPACE-3917.

13 years agoCSPACE-5049,CSPACE-3917: Added an XmlReplay-based test of variable expansion in an...
Aron Roberts [Wed, 25 Apr 2012 20:34:00 +0000 (13:34 -0700)]
CSPACE-5049,CSPACE-3917: Added an XmlReplay-based test of variable expansion in an imported record. This test is needed in part to prevent regression when working on CSPACE-3917.

13 years agoCSPACE-5115,CSPACE-4983: Use separate static array for returning list of procedural...
Aron Roberts [Tue, 24 Apr 2012 21:54:47 +0000 (14:54 -0700)]
CSPACE-5115,CSPACE-4983: Use separate static array for returning list of procedural record types, in CSPACE-4983 refObjs-related workaround, per Patrick's comment on CSPACE-5115.

13 years agoMerge pull request #18 from collectionspace/CSPACE-5024
Aron Roberts [Fri, 20 Apr 2012 23:10:21 +0000 (16:10 -0700)]
Merge pull request #18 from collectionspace/CSPACE-5024

CSPACE-5024: Added support in services to search across all vocabs of a given authority type. Only supports search, but supports all forms (keyword, partial term, advanced search). Callers must pass "_ALL_" as the parent specifier to access this. E.g. http://localhost:8180/cspace-services/personauthorities/_ALL_/items/?pt=joe  Client tests are included in the IntegrationTests module. All tests of this new functionality, as well as all services tests, pass.

13 years agoCSPACE-5024: Corrected name of one test.
Aron Roberts [Fri, 20 Apr 2012 22:46:43 +0000 (15:46 -0700)]
CSPACE-5024: Corrected name of one test.

13 years agoCSPACE-5024: Resolved issue with adding tests for a second authority (Storage Locatio...
Aron Roberts [Fri, 20 Apr 2012 22:34:53 +0000 (15:34 -0700)]
CSPACE-5024: Resolved issue with adding tests for a second authority (Storage Location); item payload needed to have displayNameComputed flag set to false, or displayName was set to null. Added maintenance clarity via revisions to comments in expected responses and filename changes.

13 years agoMerge remote-tracking branch 'upstream/master' into cspace-5024-branch
Aron Roberts [Fri, 20 Apr 2012 20:50:44 +0000 (13:50 -0700)]
Merge remote-tracking branch 'upstream/master' into cspace-5024-branch

13 years agoCSPACE-5024: Simplified response files, added location vocabulary tests (currently...
Aron Roberts [Fri, 20 Apr 2012 20:50:14 +0000 (13:50 -0700)]
CSPACE-5024: Simplified response files, added location vocabulary tests (currently commented out).

13 years agoMerge branch 'CSPACE-5025'
Richard Millet [Fri, 20 Apr 2012 19:29:50 +0000 (12:29 -0700)]
Merge branch 'CSPACE-5025'

13 years agoCSPACE-5025: Adding 'prepare' 'handle' 'complete' phases to RepositoryClient delete...
Richard Millet [Fri, 20 Apr 2012 19:27:18 +0000 (12:27 -0700)]
CSPACE-5025: Adding 'prepare' 'handle' 'complete' phases to RepositoryClient delete operations.  Adding validate for soft and hard deletes on relationship records.

Signed-off-by: Richard Millet <remillet@berkeley.edu>
13 years agoCSPACE-5024: Added partial term search tests across vocabularies within an authority.
Aron Roberts [Fri, 20 Apr 2012 03:28:37 +0000 (20:28 -0700)]
CSPACE-5024: Added partial term search tests across vocabularies within an authority.

13 years agoCSPACE-5024: First keyword search tests added and passing.
Aron Roberts [Fri, 20 Apr 2012 03:13:52 +0000 (20:13 -0700)]
CSPACE-5024: First keyword search tests added and passing.

13 years agoCSPACE-5024: Initiated XmlReplay-based tests of searching across all vocabularies...
Aron Roberts [Fri, 20 Apr 2012 02:45:32 +0000 (19:45 -0700)]
CSPACE-5024: Initiated XmlReplay-based tests of searching across all vocabularies within a given authority. Current tests simply create authorities and items in preparation for searching; search tests are commented out.

13 years agoCSPACE-3560,CSPACE-3923,CSPACE-5049: Commented out UTF-8 tests of the XmlReplay-based...
Aron Roberts [Thu, 19 Apr 2012 20:42:31 +0000 (13:42 -0700)]
CSPACE-3560,CSPACE-3923,CSPACE-5049: Commented out UTF-8 tests of the XmlReplay-based tests of the Imports service. The deleteObjectExitUTF8 test is failing on Patrick's workstation, with an empty CSID in the DELETE URL.

13 years agoCSPACE-5024 Added support in services to search across all vocabs of a given authorit...
Patrick Schmitz [Thu, 19 Apr 2012 20:04:53 +0000 (13:04 -0700)]
CSPACE-5024 Added support in services to search across all vocabs of a given authority type. Only supports search, but supports all forms (keyword, partial term, advanced search). Callers must pass "_ALL_" as the parent specifier to access this. E.g. http://localhost:8180/cspace-services/personauthorities/_ALL_/items/?pt=joe

13 years agoCSPACE-5076: Adding missing 'type' attributes to Placeauthorities and Places in the...
Aron Roberts [Thu, 19 Apr 2012 19:16:55 +0000 (12:16 -0700)]
CSPACE-5076: Adding missing 'type' attributes to Placeauthorities and Places in the services' tenant bindings prototype config file.

13 years agoCSPACE-3560,CSPACE-3923,CSPACE-5049: XmlReplay-based tests of the Imports service...
Aron Roberts [Thu, 19 Apr 2012 03:33:42 +0000 (20:33 -0700)]
CSPACE-3560,CSPACE-3923,CSPACE-5049: XmlReplay-based tests of the Imports service now clean up more records created during testing.

13 years agoCSPACE-3560,CSPACE-3923,CSPACE-5049: XmlReplay-based tests of the Imports service...
Aron Roberts [Wed, 18 Apr 2012 23:54:34 +0000 (16:54 -0700)]
CSPACE-3560,CSPACE-3923,CSPACE-5049: XmlReplay-based tests of the Imports service now clean up most records created during testing.

13 years agoCSPACE-3560: Added UTF-8, special characters, multiple records / record types XmlRepl...
Aron Roberts [Wed, 18 Apr 2012 22:27:40 +0000 (15:27 -0700)]
CSPACE-3560: Added UTF-8, special characters, multiple records / record types XmlReplay-based tests for the Imports Service. Adding new test datafiles.

13 years agoCSPACE-3560: Added UTF-8, special characters, multiple records / record types XmlRepl...
Aron Roberts [Wed, 18 Apr 2012 22:26:31 +0000 (15:26 -0700)]
CSPACE-3560: Added UTF-8, special characters, multiple records / record types XmlReplay-based tests for the Imports Service.

13 years agoCSPACE-4964: Removed "undelete" from both the cs_default and cs_locking life cycle...
Richard Millet [Tue, 17 Apr 2012 18:33:26 +0000 (11:33 -0700)]
CSPACE-4964: Removed "undelete" from both the cs_default and cs_locking life cycle definitions.

13 years agoCSPACE-4964: Fixing bug in test code of authorization-mgt.
Richard Millet [Fri, 13 Apr 2012 03:12:16 +0000 (20:12 -0700)]
CSPACE-4964: Fixing bug in test code of authorization-mgt.

13 years agoMerge branch 'master' of github.com:collectionspace/services
Richard Millet [Fri, 13 Apr 2012 02:43:17 +0000 (19:43 -0700)]
Merge branch 'master' of github.com:collectionspace/services

13 years agoCSPACE-4964: Fixing bugs related to authority item workflow related permissions.
Richard Millet [Fri, 13 Apr 2012 02:42:57 +0000 (19:42 -0700)]
CSPACE-4964: Fixing bugs related to authority item workflow related permissions.

13 years agoNOJIRA - Removed some gratuitous output logging to System.out
Patrick Schmitz [Fri, 13 Apr 2012 02:34:35 +0000 (19:34 -0700)]
NOJIRA - Removed some gratuitous output logging to System.out

13 years agoMerge branch 'master' of github.com:collectionspace/services
Richard Millet [Thu, 12 Apr 2012 20:03:22 +0000 (13:03 -0700)]
Merge branch 'master' of github.com:collectionspace/services

13 years agoCSPACE-4964: Fixing bug related to slashes in the Permission IDs
Richard Millet [Thu, 12 Apr 2012 20:02:54 +0000 (13:02 -0700)]
CSPACE-4964: Fixing bug related to slashes in the Permission IDs

13 years agoMerge pull request #17 from aronr/cspace-4983-addtl
Aron Roberts [Thu, 12 Apr 2012 17:52:22 +0000 (10:52 -0700)]
Merge pull request #17 from aronr/cspace-4983-addtl

CSPACE-4983: Temporary workaround to reduce query complexity when retrieving lists of objects that reference an authority term. This is a regression to query only procedural records, rather than both procedural records and cataloging records.

13 years agoCSPACE-4983: Corrected issue number in comments.
Aron Roberts [Thu, 12 Apr 2012 17:41:22 +0000 (10:41 -0700)]
CSPACE-4983: Corrected issue number in comments.

13 years agoCSPACE-4963: Query for referring objects (records which refer to a particular authori...
Aron Roberts [Thu, 12 Apr 2012 17:32:41 +0000 (10:32 -0700)]
CSPACE-4963: Query for referring objects (records which refer to a particular authority term) temporarily restricted to procedural records, rather than also including cataloging / collectionobject records, to reduce query complexity.

13 years agoCSPACE-4966: Adding a more general build mechanism for services to declare their...
Richard Millet [Thu, 12 Apr 2012 17:17:23 +0000 (10:17 -0700)]
CSPACE-4966: Adding a more general build mechanism for services to declare their documents' lifecycle policy.

13 years agoNOJIRA: Adding ignore entries.
Richard Millet [Wed, 11 Apr 2012 23:30:39 +0000 (16:30 -0700)]
NOJIRA: Adding ignore entries.

13 years agoNOJIRA: Turn off TRACE logging level for the performance log.
Richard Millet [Wed, 11 Apr 2012 23:07:14 +0000 (16:07 -0700)]
NOJIRA: Turn off TRACE logging level for the performance log.

13 years agoCSPACE-4964: Changing life cycle of CollectionSpace doctypes to our new defined types...
Richard Millet [Wed, 11 Apr 2012 22:43:34 +0000 (15:43 -0700)]
CSPACE-4964: Changing life cycle of CollectionSpace doctypes to our new defined types -either cs_default or cs_locking.

13 years agoCSPACE-4964: Adding missing life cycle XMLSchema definition.
Richard Millet [Wed, 11 Apr 2012 22:16:24 +0000 (15:16 -0700)]
CSPACE-4964: Adding missing life cycle XMLSchema definition.

13 years agoCSPACE-4964: Adding missing pom.xml file for new "config" module.
Richard Millet [Wed, 11 Apr 2012 22:13:16 +0000 (15:13 -0700)]
CSPACE-4964: Adding missing pom.xml file for new "config" module.

13 years agoMerge remote-tracking branch 'remotes/origin/master'
Richard Millet [Wed, 11 Apr 2012 22:02:59 +0000 (15:02 -0700)]
Merge remote-tracking branch 'remotes/origin/master'

13 years agoMerge branch 'CSPACE-4964' back to trunk. Includes work in the service layer for...
Richard Millet [Wed, 11 Apr 2012 21:45:56 +0000 (14:45 -0700)]
Merge branch 'CSPACE-4964' back to trunk.  Includes work in the service layer for supporting different workflow life cycles.

13 years agoMerge branch 'master' of github.com:collectionspace/services
Richard Millet [Wed, 11 Apr 2012 16:12:59 +0000 (09:12 -0700)]
Merge branch 'master' of github.com:collectionspace/services

13 years agoAdded new life cycle definitions - {active and deleted) and {active, deleted, and...
Richard Millet [Tue, 10 Apr 2012 23:55:24 +0000 (16:55 -0700)]
Added new life cycle definitions - {active and deleted) and {active, deleted, and locked}.

13 years agoSupport for workflow by transition ID now working. Also, more permission related...
Richard Millet [Tue, 10 Apr 2012 23:07:52 +0000 (16:07 -0700)]
Support for workflow by transition ID now working.  Also, more permission related bug fixes added.

13 years agoCSPACE-4814: Cleanup of changes to Import service to emit additional info about impor...
Aron Roberts [Tue, 10 Apr 2012 16:13:29 +0000 (09:13 -0700)]
CSPACE-4814: Cleanup of changes to Import service to emit additional info about imported records in response, in part to support automated tests. Removed comments, extraneous assignment; added wrapper element.

13 years agoMerge pull request #11 from ray-lee/concept
Aron Roberts [Tue, 10 Apr 2012 03:10:23 +0000 (20:10 -0700)]
Merge pull request #11 from ray-lee/concept

CODE-3: Concept Authority Contribution: Merging the Concept Authority into the services layer, following code contribution review.

13 years agoCSPACE-4901: Change conceptType to recordType in a few more files.
Ray Lee [Tue, 10 Apr 2012 02:41:21 +0000 (19:41 -0700)]
CSPACE-4901: Change conceptType to recordType in a few more files.

13 years agoCSPACE-4901: Change conceptType to recordType, for clarity.
Ray Lee [Tue, 10 Apr 2012 01:55:31 +0000 (18:55 -0700)]
CSPACE-4901: Change conceptType to recordType, for clarity.

13 years agoMerge branch 'master' into concept
Ray Lee [Mon, 9 Apr 2012 22:40:17 +0000 (15:40 -0700)]
Merge branch 'master' into concept

13 years agoMerge pull request #16 from aronr/cspace-4814
Aron Roberts [Mon, 9 Apr 2012 20:23:14 +0000 (13:23 -0700)]
Merge pull request #16 from aronr/cspace-4814

CSPACE-4814: Added initial XmlReplay-based test of the Imports service in the services' IntegrationTests module. Responses from requests to the Imports service now include a report on total number of records imported, and numbers of records imported by doctype, in part to facilitate automated testing.

13 years agoCSPACE-4814: Added first XmlReplay-based test of the Imports service to xml-replay...
Aron Roberts [Mon, 9 Apr 2012 20:12:09 +0000 (13:12 -0700)]
CSPACE-4814: Added first XmlReplay-based test of the Imports service to xml-replay-master.xml. Removed currently unused test datafile.

13 years agoCSPACE-4814: Modified expected response and validation level in XmlReplay-based test...
Aron Roberts [Mon, 9 Apr 2012 19:30:47 +0000 (12:30 -0700)]
CSPACE-4814: Modified expected response and validation level in XmlReplay-based test of the Imports service.

13 years agoCSPACE-4814: Imports now report total records imported, number of records imported...
Aron Roberts [Mon, 9 Apr 2012 19:11:09 +0000 (12:11 -0700)]
CSPACE-4814: Imports now report total records imported, number of records imported by docType, in part to help support automated tests.

13 years agoMerge remote-tracking branch 'upstream/master' into cspace-4814
Aron Roberts [Mon, 9 Apr 2012 18:11:02 +0000 (11:11 -0700)]
Merge remote-tracking branch 'upstream/master' into cspace-4814

13 years agoDimension service tests now passing again.
Richard Millet [Mon, 9 Apr 2012 15:18:33 +0000 (08:18 -0700)]
Dimension service tests now passing again.

13 years agoChanged Permission CSIDs from opaque UUID to something more refname-like.
Richard Millet [Mon, 9 Apr 2012 06:51:44 +0000 (23:51 -0700)]
Changed Permission CSIDs from opaque UUID to something more refname-like.

13 years agoMerge branch 'master' into concept
Ray Lee [Sun, 8 Apr 2012 17:17:42 +0000 (10:17 -0700)]
Merge branch 'master' into concept

13 years agoMerge pull request #15 from rjaffe/master
Aron Roberts [Sat, 7 Apr 2012 00:49:23 +0000 (17:49 -0700)]
Merge pull request #15 from rjaffe/master

CODE-19: Pull request for updates to Place authority contribution. All changes look sensible, relative to the purpose of this pull request; services tests ran successfully.

13 years agoCODE-16: Remove unnecessary service:ListResultField relating to fieldCollectionPlace...
Rick Jaffe [Fri, 6 Apr 2012 23:44:10 +0000 (16:44 -0700)]
CODE-16: Remove unnecessary service:ListResultField relating to fieldCollectionPlace from tenant-bindings-proto.xml

13 years agoNOJIRA: Merge updated code from upstream master branch
Rick Jaffe [Fri, 6 Apr 2012 20:43:41 +0000 (13:43 -0700)]
NOJIRA: Merge updated code from upstream master branch