Project

General

Profile

Statistics
| Revision:
  • svn:ignore: build
  • svn:mergeinfo: /branches/D1_0_6_2_BRANCH:6107-6121 /branches/METACAT_2_6_BRANCH:9560-9586

# Date Author Comment
10325 05/23/2017 03:56 PM Jing Tao

Add the release node for 2.8.3

10323 05/22/2017 01:56 PM Jing Tao

Change the test metacat deployment directory.

10321 05/22/2017 12:52 PM Jing Tao

Fixed a bug that the eml object wasn't changed checksum but its content was modified in the publish method.

10318 05/20/2017 10:36 PM Jing Tao

Make the checksum match during the create method.

10315 05/20/2017 10:12 PM Jing Tao

Add the code to reget the object input stream after generating the system metadata. Otherwise, the checksum will be wrong.

10313 05/20/2017 10:01 PM Jing Tao

Exclude the MockReplicationMNode class in the test method.

10311 05/20/2017 03:42 PM Jing Tao

Add the script to update the version to 2.8.3

10310 05/20/2017 03:41 PM Jing Tao

Add the script which update the db to 2.8.3.

10302 05/19/2017 09:44 PM Jing Tao

Add the script to update db.

10301 05/19/2017 09:41 PM Jing Tao

Add the db upgrade from 2.8.1 to 2.8.2

10300 05/18/2017 11:51 AM Jing Tao

Add the code to remove the pid from the identifier table if the update method failed.

10298 05/18/2017 11:33 AM Jing Tao

Add tests to test the miss-matched checkup in the update method.

10296 05/17/2017 09:58 PM Jing Tao

Reget the object inputstream in order to calculate the correct checksum.

10294 05/17/2017 08:45 PM Jing Tao

Add the checksum as the parameter to the method write.

10292 05/17/2017 08:42 PM Jing Tao

Add the code to computer the checksum.

10290 05/17/2017 08:39 PM Jing Tao

Add the checksum parameter to the write method.

10288 05/17/2017 08:37 PM Jing Tao

Move the checking if the checksum exists into the create method.

10286 05/17/2017 08:34 PM Jing Tao

Add the checksum parameter to the method DocumentImple.write.

10284 05/17/2017 08:26 PM Jing Tao

Add a method to test the miss-matched checksum for creating a metadata object.

10282 05/17/2017 03:37 PM Jing Tao

Add a new test method to test the miss-matched checksum for the data object.

10280 05/17/2017 03:32 PM Jing Tao

Add the checksum as a parameter to the method handleInsertOrUpdate.

10278 05/17/2017 03:26 PM Jing Tao

Add the checksum parameter to the handleInsertorUpdate method.

10276 05/17/2017 03:15 PM Jing Tao

Add the checksum parameter to the handleInsertAndUpdate method.

10274 05/17/2017 03:12 PM Jing Tao

Change the signature of the method handleInsertAndUpdate.

10272 05/17/2017 03:06 PM Jing Tao

Add code to check the check sum by the DigestOutputStream.

10270 05/17/2017 09:36 AM Jing Tao

Removed the duplicated code to check the checksum in the replicate method since the method D1Node.create, which is called by the replicate method, has the mechanism.

10268 05/16/2017 09:54 PM Jing Tao

Revised the method for testing replication. It did nothing but does test the replication between the mock mn and the local host.

10266 05/16/2017 09:50 PM Jing Tao

Add the replication source node into the node locator.

10264 05/16/2017 09:47 PM Jing Tao

Add some methods to support the replicate.

10262 05/16/2017 09:14 PM Jing Tao

Add a mock mn node as the source node during a replication operation.

10260 05/16/2017 02:23 PM Jing Tao

Add a integration test.

10259 05/16/2017 02:22 PM Jing Tao

Add two properties will be used in the dataone replication test.

10249 05/11/2017 10:43 AM Jing Tao

Add some debug information.

10247 05/10/2017 08:12 AM Chris Jones

Change MetacatHandler.generateOutputName() to use the SystemMetadata.fileName value when it is available. Needs testing.

refs https://projects.ecoinformatics.org/ecoinfo/issues/7187

10245 05/04/2017 11:49 AM Matt Jones

Define location of the AWS binary so the tool works under CRON.

10244 05/03/2017 11:25 PM Matt Jones

Modified backup script to improve efficiency.

Now, lists of metadata and data files that were last backed up is stored in the /var/metacat/metacat-backup folder, and
these are diffed with the current file lists to discover new files. These are then copied to AWS S3. The AWS...

10243 05/03/2017 02:23 PM Jing Tao

Add the release note for the 2.8.2 version.

10241 05/03/2017 02:11 PM Jing Tao

The metacatui version was changed to 1.14.1

10239 05/02/2017 04:41 PM Jing Tao

Add the code to filter out the pids with white spaces in the query.

10237 04/25/2017 11:23 PM Matt Jones

Add backup script to copy files to Amazon S3.

10227 04/20/2017 03:10 PM Jing Tao

Call the method TripleStoreService.destroy to delete the dataset.

10225 04/13/2017 04:06 PM Peter Slaughter

Disable indexing of 'prov_hasSources' field

10224 04/13/2017 03:15 PM Peter Slaughter

Fix problem with prov_hasSources not being indexed

10221 04/10/2017 03:05 PM Peter Slaughter

Add check in iindex unit test for 'prov_hasDerivations' field

10220 04/10/2017 02:31 PM Peter Slaughter

Fix problem where 'prov_hasDerivations' field not being indexed (metacat issue 7176)

10219 04/07/2017 04:33 PM Jing Tao

Make sure it is same as branch 2.8 except the mdq stuff

10218 04/07/2017 04:29 PM Jing Tao

Still use syncFailed.getPid to get identifier in the syncFailed method.

10217 04/06/2017 04:42 PM Jing Tao

Fixed typos in the vairable name.

10216 04/06/2017 04:36 PM Jing Tao

In the synchronizationFailed method, use syncExcpetion.getIdentifier method to try before the obsoleted method getPid.

10215 04/06/2017 04:24 PM Jing Tao

Change the version to 2.9.0

10214 04/06/2017 04:24 PM Jing Tao

change the version to 2.9.0. Change the version of the d1_denpendency to 2.4.

10213 04/06/2017 04:22 PM Jing Tao

Change the version to 2.9.0

10212 04/06/2017 04:22 PM Jing Tao

Change the version to 2.9.0

10211 04/06/2017 04:21 PM Jing Tao

Change the version to 2.9.0. Change the version of the d1 dependency to 2.4.

10210 04/06/2017 04:17 PM Jing Tao

Modify version to 2.9.0

10209 04/06/2017 04:14 PM Jing Tao

Add the script to upgrade the db to 2.9.0

10207 04/06/2017 02:34 PM Jing Tao

Move a statement e.printStactTrace to the logMetacat.error method.

10206 04/06/2017 09:51 AM Chris Jones

Add the 'Collaborator' role to the list of roles in the EML Registry CGI.

refs https://github.com/NCEAS/metacatui/issues/78

10205 04/06/2017 08:54 AM Jing Tao

In the expandRightHolder method, we don't use the parameter count=-1 to query the cn. Now we use count=200 and will use the page query to query again if it is necessary.

10202 04/05/2017 03:06 PM Jing Tao

Add the debug statement.

10201 04/05/2017 03:04 PM Jing Tao

Add the debug statement.

10200 03/28/2017 12:55 PM Lauren Walker

Remove extra <table> HTML element that was causing rendering issues with the enumerated domain template

10199 03/27/2017 04:12 PM Jing Tao

Add the method name and line number in the statment.

10198 03/27/2017 04:11 PM Jing Tao

Add the method name and line number in the statement.

10195 03/24/2017 06:30 PM Bryce Mecum

Fix broken links in taxonomy section of registry guide

10194 03/23/2017 10:17 AM Bryce Mecum

Fix a typo that was preventing dateTime attributes from rendering fully

10193 03/14/2017 03:57 PM Jing Tao

Add more debug statement on cn.create method.

10191 03/09/2017 05:47 PM Bryce Mecum

If EML physical/size/@unit isn't specified, assume its bytes

Previously, if the unit attribute wasn't set on an EML physical size
element, the size showed up as just the number with no units. The EML
spec says that, if unit is omitted, bytes is the assumed unit.

10190 03/07/2017 10:27 AM ben leinfelder

include multiple creators for DOI test

10189 03/06/2017 04:58 PM ben leinfelder

add test to check if creator value is correctly being extracted from eml when registering with EZID. https://github.nceas.ucsb.edu/KNB/arctic-data/issues/143

10188 03/06/2017 04:22 PM ben leinfelder

extract EML creator[s] and use those names or organizations when registering DOI with EZID. https://github.nceas.ucsb.edu/KNB/arctic-data/issues/143

10187 03/01/2017 02:17 PM Jing Tao

Add a test method to test the method check if a local id is in the xml_revision table.

10186 03/01/2017 02:16 PM Jing Tao

In the archive method, add a new mechanism to check if the local id is in the xml_revision table if it is not in the xml_documents table.

10185 03/01/2017 02:14 PM Jing Tao

Add a new method to determine if a docid and rev is in the xml_revision table.

10181 02/28/2017 02:58 PM Jing Tao

Add more permission tests on the archive method.

10180 02/28/2017 02:58 PM Jing Tao

Give the users having change-permission to archive an object which is from a v1 node.

10176 02/08/2017 05:19 PM Jing Tao

Check the change of the access rules on data objects only when we need to write access rules base on the access part of the eml document.

10175 02/08/2017 05:18 PM Jing Tao

Check the change of the access rules on data objects only when we need to write access rules base on the access part of the eml document.

10174 01/24/2017 12:40 PM Bryce Mecum

- Clean up isoroot selectors and comments. Use relative xpaths when possible
- Clean up the output of the ex module
- Misc whitespace/formatting fixes

10173 01/17/2017 01:07 PM ben leinfelder

Ensure XML run response from quality engine. Use mock http request to ensure correct save behavior of the resulting run. https://projects.ecoinformatics.org/ecoinfo/issues/7171 and https://github.com/NCEAS/mdqengine/issues/73

10172 01/06/2017 04:36 PM ben leinfelder

Trigger MDQ when inserting or updating metadata documents. https://projects.ecoinformatics.org/ecoinfo/issues/7171 and https://github.com/NCEAS/mdqengine/issues/73

10171 01/04/2017 06:30 PM ben leinfelder

index the multiple values provided by award number lookup. https://github.com/NCEAS/mdqengine/issues/72

10169 12/29/2016 02:26 PM Bryce Mecum

Clean up ISO stylesheet formatting

10168 12/28/2016 01:38 PM Jing Tao

Fixed a typo.

10166 12/28/2016 11:53 AM Jing Tao

Add a new completed task.

10164 12/28/2016 10:42 AM Jing Tao

The indexall action will be run on another thread.

10162 12/27/2016 02:17 PM Jing Tao

Change the default test replication server.

10160 12/22/2016 06:17 PM Bryce Mecum

Start the basis for gmd:distributionInfo

10159 12/22/2016 06:02 PM Bryce Mecum

Minor tweaks and code cleanup to ISO XSLT

- Renamed the folder once more to be more correct

10158 12/22/2016 05:58 PM Bryce Mecum

Improve the EML XSLT's handling of ORCIDs as userIds

10155 12/21/2016 06:28 PM Jing Tao

Remove the referenced bean rdfXmlSubprocessor which was on the removed file application-context-oa.xml.

10154 12/21/2016 05:11 PM ben leinfelder

remove unused OA indexing file and reference

10153 12/21/2016 04:15 PM Jing Tao

Add the provenence subprocessor.

10152 12/21/2016 03:46 PM Jing Tao

Change the metacat ui version to 1.13.3

10150 12/21/2016 03:00 PM Jing Tao

Add the release note for the 2.8.1

10148 12/21/2016 02:34 PM ben leinfelder

extract "metadata" fields from result output now rather than dedicated fields in the model

10147 12/21/2016 02:30 PM Jing Tao

Change the param from the class field to a local variable.

10145 12/21/2016 12:06 PM Bryce Mecum

Add support in the EML XSLT for making ORCID userIds into links

10143 12/21/2016 11:25 AM Chris Jones

Remove the inadvertant UTF-8 BOM from the beginning of the file, and initialize the contact variable properly (again).

10142 12/21/2016 09:15 AM ben leinfelder

include group lookup field in mdq indexing