Project

General

Profile

Activity

From 04/09/2015 to 05/08/2015

05/08/2015

11:13 AM Bug #6756 (Resolved): Exception when a user create an account in the file authentication mechanism
The jar file names were changed, so it threw the NoClassDefFoundError. Now the script use the wild card in the class ... Jing Tao
11:11 AM Revision 9202 (metacat): Use the wild card in the class path. So it will not be pain if the jar files were changed.
Jing Tao

05/07/2015

06:14 PM Revision 9201 (metacat): Add the code to test scenario that a user tries to update an archived object.
Jing Tao
06:13 PM Revision 9200 (metacat): Add the code to check if the client is trying to update an archived object. If it is, reject it.
Jing Tao
12:22 PM Revision 9199 (metacat): Move the dataset metadata label for metacatui EML
Lauren Walker
10:56 AM Bug #6756 (Resolved): Exception when a user create an account in the file authentication mechanism
Andrei report this issue on Metacat trunk:
On 4/28/15 12:05 PM, Andrei Buium wrote:
> Hi Jing,
> I'm still runni...
Jing Tao
10:41 AM Revision 9198 (metacat): Mark the entity metadata sections in metacatui EML transformations
Lauren Walker

05/06/2015

05:35 PM Revision 9197 (metacat): Use the ecogrid 1.2.3 tag to replace the branch.
Jing Tao
05:04 PM Revision 9195 (metacat): Fixed an null pointer issue in this class.
Jing Tao

05/05/2015

06:12 PM Bug #6746 (New): Should create a Ecogrid tag from SEEK/Branch_1_2_3 for Metacat
Current Metacat release using SEEK/EcoGrid_1_2_2 tag. This code base has an issue that it use hard-coded "http" proto... Jing Tao
04:29 PM Revision 9194 (metacat): Changed the FGDC MetacatUI theme translation so that it displays nicely in MetacatUI and works correctly
Lauren Walker
09:48 AM Revision 9193 (metacat): comment the statement related to the removed file lib/oa4mp_client.xml.
Jing Tao

05/01/2015

04:56 PM Revision 9192 (metacat): Add a new method -updateSystemMetadata. It only can be called by CNs.
Jing Tao
04:27 PM Revision 9191 (metacat): Add more scenario for check isAuthorized.
Jing Tao
04:25 PM Revision 9190 (metacat): Refactory the authorize methods on D1NodeService.
Add the check for whom can call mn.updatesystemMetadata. Jing Tao
02:59 PM Revision 9189 (metacat): Committed the change which Andreit did.
1. Add the code for synchronize(not implemented)
2. Add the code for addForm.
Jing Tao
02:27 PM Revision 9188 (metacat): Make target and source code to be compatiable to java 1.7 rather than 1.6.
Jing Tao
11:37 AM Revision 9187 (metacat): Get the node id from the metacat.properties instead of the hard coded one.
Jing Tao
11:08 AM Revision 9186 (metacat): Modified the dataone.nodeid from blank to urn:node:METACAT_TEST. Now the mn.updateSystemMetadata only allows be called on the authoritative node of a pid. In order to make junit test work, we need to have a value there.
Jing Tao

04/30/2015

02:11 PM Revision 9185 (metacat): Remove the obsoleted test class.
Jing Tao
02:10 PM Revision 9184 (metacat): Removed the obsoleted test class.
Jing Tao
01:28 PM Revision 9183 (metacat): remove portal servlet and configuration - no need for this if we are supporting auth tokens from authentication service.
ben leinfelder
01:22 PM Revision 9182 (metacat): defer to D1 PortalCertificateManager to pull authentication credentials from the request before defering to old Metacat cookie session
ben leinfelder
10:40 AM Revision 9181 (metacat): Now for the untrusted certificate, the client throws an exception rather than returning null.
Jing Tao
09:52 AM Revision 9180 (metacat): Add a initial test.
Jing Tao
09:38 AM Revision 9179 (metacat): Add a test in it. Otherwise it failed and said there is not tests found.
Jing Tao

04/29/2015

04:41 PM Revision 9178 (metacat): Add the code to check the authorization of the client which is reindexing a pid.
Jing Tao

04/27/2015

08:13 AM Bug #6639 (Closed): RdfXmlSubprocessor class can't be compiled
this class was moved into the cn index project ben leinfelder

04/22/2015

05:01 PM Revision 9177 (metacat): Created the updateSystemMetadata method.
Jing Tao
03:52 PM Revision 9176 (metacat): Add the code to check if the current node is the authoritative node for the the given pid.
Jing Tao

04/21/2015

02:35 PM Revision 9175 (metacat): Add the check of permission to update the system metadata.
Jing Tao

04/15/2015

10:33 AM Revision 9174 (metacat): include 2.4.3 release notes from branch
ben leinfelder

04/14/2015

04:40 PM Revision 9173 (metacat): add whoami endpoint to make debugging authn/authz easier as we use additional mechanisms for proving identity.
ben leinfelder
02:46 PM Revision 9172 (metacat): include 2.4.3 upgrade scripts in the trunk (merged from branch)
ben leinfelder
02:44 PM Revision 9171 (metacat): Change the test case base on the change on checking sid of the create method.
Jing Tao
02:43 PM Revision 9170 (metacat): Remove the code to check sid on create and registerSystemMetadata.
Jing Tao
02:35 PM Revision 9169 (metacat): remove d1_annotator servlet from web xml - not used anymore
ben leinfelder
02:29 PM Revision 9168 (metacat): Fixed a bug that put the detail code in a wrong position.
Jing Tao

04/13/2015

06:19 PM Revision 9167 (metacat): Add the junit test for testing the updateSystemMetadata method.
Jing Tao
06:18 PM Revision 9166 (metacat): Add the code to check if a user tries to modify an immutable field on system metadata.
Jing Tao

04/10/2015

04:19 PM Revision 9165 (metacat): If an Event object is null in the v1 log entry, we won't add it to the log.
Jing Tao
11:05 AM Bug #6666 (Resolved): Fix MNresourceHandler to handle v2 API MNStorage.updateSystemMetadata()
PUT for CN is done and tested. Jing Tao
10:43 AM Bug #6666: Fix MNresourceHandler to handle v2 API MNStorage.updateSystemMetadata()
The PUT for MN is done and tested. Jing Tao
10:21 AM Revision 9164 (metacat): use singleton for getting JWT token - refactor in d1_portal project
ben leinfelder
 

Also available in: Atom