Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
AuthUtil.java 14.8 KB 6124 almost 13 years Chris Jones Merged in the D1_0_6_2_BRANCH changes that incl...
ConfigurationUtil.java 5.41 KB 5030 over 14 years daigle Change location of PropertyService to propertie...
DatabaseUtil.java 3.64 KB 5030 over 14 years daigle Change location of PropertyService to propertie...
DocumentUtil.java 22.7 KB 7409 over 11 years ben leinfelder allow getlog action to use docid parameters tha...
EMLVersionsTransformer.java 13.3 KB 7128 almost 12 years ben leinfelder add a parameter for optionally writing EML-embe...
ErrorSendingErrorException.java 1.52 KB 4951 almost 15 years daigle Add scheduler and workflow schedule functionality
GeoserverUtil.java 5.07 KB 5867 about 13 years ben leinfelder always re-write web.xml in case geoserver has b...
MetacatPopulator.java 19.9 KB 7222 almost 12 years ben leinfelder use metacat.properties to specify the default c...
MetacatUtil.java 19.9 KB 7823 almost 11 years ben leinfelder use standard File.createTempFile() method for u...
OrganizationUtil.java 3.37 KB 5030 over 14 years daigle Change location of PropertyService to propertie...
ReplicationUtil.java 2.24 KB 6531 over 12 years ben leinfelder include SystemMetadata when replicating data an...
RequestUtil.java 15.8 KB 5914 about 13 years ben leinfelder remove httpclient 3.1 and custom-built httpclie...
ResponseUtil.java 8.08 KB 5027 over 14 years daigle Change MetaCatVersion to MetacatVersion
SessionData.java 2.88 KB 5070 over 14 years daigle Add user name to SessionData object
SkinUtil.java 2.4 KB 5030 over 14 years daigle Change location of PropertyService to propertie...
SystemUtil.java 22.4 KB 7286 over 11 years ben leinfelder use secure Metacat context URL for D1 registrat...

Latest revisions

# Date Author Comment
7823 06/21/2013 09:44 PM ben leinfelder

use standard File.createTempFile() method for uploaded data files and delete them when we are done with them. https://projects.ecoinformatics.org/ecoinfo/issues/6008

7409 10/19/2012 10:20 AM ben leinfelder

allow getlog action to use docid parameters that do not include revision. In these cases, the latest revision will be used.

7286 07/02/2012 03:35 PM ben leinfelder

use secure Metacat context URL for D1 registration
https://redmine.dataone.org/issues/3030

7222 05/31/2012 09:04 PM ben leinfelder

use metacat.properties to specify the default checksum algorithm to use -- this way it will be easy for us to switch to whatever DataONE decrees.
https://redmine.dataone.org/issues/2834

7128 04/09/2012 03:18 PM ben leinfelder

add a parameter for optionally writing EML-embedded access control rules to the Metacat DB.
https://redmine.dataone.org/issues/2584
https://redmine.dataone.org/issues/2583

7030 02/24/2012 02:21 PM Chris Jones

Globally change the property 'dataone.memberNodeId' to 'dataone.nodeId'. This is more useful for both MNs and CNs implemented in Metacat. Also, change D1NodeService.getLogRecords() to return log entries with the actual node id rather than the IP address (looks like a cut/paste error)....

6803 12/16/2011 04:24 PM ben leinfelder

new jars with many changes -- including new CN methods: ping, describe, listChecksumAlgorithm. Removed MN.setAccessPolicy. Refactored CN.setOwner() to CN.setRightsHolder().

6752 12/08/2011 01:12 PM ben leinfelder

only handle 100 (consecutive!) docId generations per millisecond, otherwise the generated docid part is bigger than Long.MAX_VALUE and Metacat cannot fully handle that.

6744 12/07/2011 12:18 PM ben leinfelder

refactor Metacat access handling to be on a per-revision basis so that it more closely aligns with the DataONE approach
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5560

6743 12/07/2011 12:16 PM Chris Jones

To avoid id generation conflicts happening at the same millisecond, append a 5 character random string to the end of the docid.

View revisions

Also available in: Atom