Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  client 5317 almost 14 years daigle Add a debug statement to show existing doc id
  harvesterClient 5035 over 14 years daigle Change location of PropertyService to propertie...
  restservice 5337 almost 14 years berkley removed CrudService dependency on servlet param...
AccessAPITest.java 21.3 KB 5139 over 14 years daigle Fix errors in workflow scheduler unit test
AccessControlTest.java 134 KB 5027 over 14 years daigle Change MetaCatVersion to MetacatVersion
AuthLdapTest.java 3.22 KB 4384 over 15 years daigle Convert remainder of tests that use PropertySer...
BuildIndexTest.java 6.67 KB 5110 over 14 years daigle handle ben's change to the metacat client read ...
EventLogTest.java 3.01 KB 5016 over 14 years daigle Fix references to db classes that were moved an...
IdentifierManagerTest.java 6.39 KB 5335 almost 14 years berkley added a test for CrudService and added tests fo...
InlineDataAccessTest.java 76.9 KB 5110 over 14 years daigle handle ben's change to the metacat client read ...
MetaCatQueryPerformanceTest.java 1.59 KB 3278 almost 17 years Jing Tao A query client to test metacat performance
MetaCatServletTest.java 17.7 KB 5035 over 14 years daigle Change location of PropertyService to propertie...
MetaCatURLTest.java 3.2 KB 3080 over 17 years Matt Jones Eliminated the '@release@' ant tag from the res...
NonAsciiCharacterTest.java 34.6 KB 5110 over 14 years daigle handle ben's change to the metacat client read ...
OnlineDataAccessTest.java 87.5 KB 5110 over 14 years daigle handle ben's change to the metacat client read ...
PropertyServiceTest.java 9.77 KB 5035 over 14 years daigle Change location of PropertyService to propertie...
QueryGroupTest.java 4.66 KB 5035 over 14 years daigle Change location of PropertyService to propertie...
QueryResultBuilderTest.java 8.81 KB 5035 over 14 years daigle Change location of PropertyService to propertie...
QuerySpecificationTest.java 8.72 KB 5035 over 14 years daigle Change location of PropertyService to propertie...
ReplicationServerListTest.java 8.63 KB 5035 over 14 years daigle Change location of PropertyService to propertie...
SchemaRegistryTest.java 28.3 KB 5035 over 14 years daigle Change location of PropertyService to propertie...
SitemapTest.java 4.9 KB 5016 over 14 years daigle Fix references to db classes that were moved an...
SubTreeTest.java 4.72 KB 5035 over 14 years daigle Change location of PropertyService to propertie...
UploadIPCCDataTest.java 21.8 KB 5110 over 14 years daigle handle ben's change to the metacat client read ...
VersionTest.java 2.29 KB 5035 over 14 years daigle Change location of PropertyService to propertie...

Latest revisions

# Date Author Comment
5337 05/07/2010 03:15 PM berkley

removed CrudService dependency on servlet params. CrudService is now a singleton. I'm getting an error from metacat saying it can't find teh systemmetadata schema, even though it is, in fact, registered with metacat. need to identify why this is happening.

5335 05/03/2010 05:23 PM berkley

added a test for CrudService and added tests for IdentifierManager for each method

5317 04/15/2010 09:47 AM daigle

Add a debug statement to show existing doc id

5291 03/22/2010 08:55 PM Matt Jones

Refactored putObject method to separate the create() and update() portions in order to match the method signatures needed for DataONE.

5287 03/18/2010 04:02 AM Matt Jones

Modified ResourceHandler.deleteObject() to take a globally unique id (guid)
as input rather than a metacat-conformant docid. The guid is translated
into a metacat docid which is then used in the handleDelete() call. So now
Metacat supports use of arbitrary identifiers for delete operations, but...

5286 03/18/2010 03:11 AM Matt Jones

Added support to ResourceHandler to allow the putObject method to use
arbitrary guid strings as input. These strings are examined, and if they
match the Metacat docid format (scope.id.rev), they are used directly. If
the id is a string in another format, a new localId is generated based on...

5284 03/17/2010 11:27 PM Matt Jones

Updated MetacatRestClientTest so that the tests are actually calling fail()
when errors occur, and fixed all sixteen tests so that they run successfully
and can be run from any client (i.e., they don't depend on particular
documents being present in Metacat). The 'restfiles' directory can probably ...

5282 03/17/2010 06:54 PM Matt Jones

Added initial support for arbitrary string identifiers in metacat (referred to as a guid). The new identifier table is used to map arbitrary string identifiers to Metacat's current docid format (referred to as the localId). Added a new IdentifierManager class to manage this table, adding new mappings as objects are added to the system. Modified the MetacatTest service to utilize this mapping table to look up a localId from a guid. IdentiferManagerTest is working with these guids now, as is the MetacatTest service get() method, but other parts of the system are unaware of them (e.g., create, update, delete operations are unaware, and no mapping is created when new documents are created). As a consequence, the MetacatRestClientTest is not working (although it also had lots of hardcoded dependencies that need to be fixed as well).

5211 02/03/2010 06:58 PM Matt Jones

Merging in REST interface implementation that was created by Serhan Akin. Main change is
a refactored MetaCatServlet.java class, in which all of the handle* methods were moved
into a separate MetacatHandler.java class. This allows both the standard MetaCatServlet...

5206 02/03/2010 01:14 PM daigle

add delay in insertSpatialDocs test to avoid buildIndex conflict

View revisions

Also available in: Atom