Project

General

Profile

Activity

From 12/10/2013 to 01/08/2014

01/08/2014

05:18 PM Revision 8477 (metacat): Add the test method for the getUserInfo method.
Jing Tao
05:17 PM Revision 8476 (metacat): Add the getUserInfo method.
Jing Tao
04:33 PM Revision 8475 (metacat): Add the common name, organization name and email into the getprincipal method.
Jing Tao
04:32 PM Revision 8474 (metacat): Add some contants.
Jing Tao
04:04 PM Revision 8473 (metacat): Add the description in the getGroups methods.
Jing Tao
03:08 PM Revision 8472 (metacat): Modified the junit test file according to the change in the class.
Jing Tao
02:58 PM Revision 8471 (metacat): Add the common name and email address information into the getUsers method.
Jing Tao
01:40 PM Revision 8470 (metacat): Resampled the background image for the admin docs for a faster page load
Lauren Walker
11:06 AM Revision 8469 (metacat): Fixed a bug that the method addUser didn't set password.
Jing Tao

01/07/2014

05:10 PM Revision 8468 (metacat): Add a new property to specify the hash class which will be used to protect the password.
Jing Tao
05:05 PM Revision 8467 (metacat): Add the dependcy on JBcrypt module.
Jing Tao
05:04 PM Revision 8466 (metacat): Change the test file according to the change made in the class.
Jing Tao
05:03 PM Revision 8465 (metacat): Change the code to use BCryptHash to protect password.
Jing Tao
01:59 PM Feature #6346 (In Progress): Make # READ events available in SOLR index
I committed my first attempt at this. It should probably be tested a bit more to ensure that indexing events do not u... ben leinfelder
01:56 PM Revision 8464 (metacat): Unify solr indexing with an IndexTask that is added to the queue -- allows us to send more than just the systemMetadata to the indexer. Initially this is for READ event counts for each document. https://projects.ecoinformatics.org/ecoinfo/issues/6346
ben leinfelder

01/06/2014

05:12 PM Bug #6320: Create a file-base authentication mechanism as the default method
I did a little bit research on comparing bcrypt and sha1. People say bcrypt is a better hash algorithm.
There is ...
Jing Tao
03:30 PM Bug #6321 (Resolved): Metacat login mechanism needs to handle the ldap alias account
Add a method named getAliasedDn. This method derefer the alias to the real object.
This method is applied in the a...
Jing Tao
02:57 PM Revision 8463 (metacat): Add code to get user info and group info for an alias.
Jing Tao
12:35 PM Feature #6362: Add an id to the year element in the citation in eml-indentifier.xsl
Then in MetacatUI MetadataView, find the ID and put the uploaded date from the system metadata if there is no publica... Lauren Walker
11:30 AM Feature #6362 (New): Add an id to the year element in the citation in eml-indentifier.xsl
Lauren Walker
11:44 AM Feature #6355: Print "N/A" or similar when EML fields don't exist rather than print a blank node
For example, data attributes that are non-existent in an EML file will still be printed by eml-attributes.xsl but wil... Lauren Walker

01/03/2014

02:35 PM Feature #6355 (New): Print "N/A" or similar when EML fields don't exist rather than print a blank node
Lauren Walker
09:49 AM Task #6347 (Closed): Create mechanism for adding name/value pairs to the solr index
For use with getting READ even counts into the object index and also for adding semantic annotation facets into the i... ben leinfelder
09:38 AM Feature #6346 (Resolved): Make # READ events available in SOLR index
I'd suggest using the dynamic fields we have at our disposal: https://cwiki.apache.org/confluence/display/solr/Dynami... ben leinfelder

01/02/2014

02:18 PM Revision 8462 (metacat): Change MetacatUI version to 1.4.2
Lauren Walker

12/24/2013

01:50 PM Bug #6321: Metacat login mechanism needs to handle the ldap alias account
The code was added to handle the alias. But we need to add code to handle get groups as well. Jing Tao
01:48 PM Revision 8461 (metacat): Add the code to handle the login action if it is an alias.
Jing Tao

12/23/2013

01:29 PM Revision 8460 (metacat): Add the methods to get the aliased dn through non-tls or tls.
Jing Tao

12/20/2013

05:03 PM Revision 8459 (metacat): Add a method to get the aliasedDn.
Jing Tao
11:18 AM Revision 8458 (metacat): move metacat trunk to 2.4.0-SNAPSHOT
ben leinfelder
08:11 AM Bug #6323 (Closed): CNodeService.archive() doesn't increment serialVersion correctly
Modified CNodeService and DocumentImpl to increment the serialVersion. Chris Jones
07:31 AM Bug #6323 (Closed): CNodeService.archive() doesn't increment serialVersion correctly
In calling CNodeService.archive(), and perhaps delete() too, the serialVersion isn't set correctly. Check this in Do... Chris Jones
07:46 AM Revision 8454 (metacat): On changes to system metadata in CNodeService and DocumentImpl, increment the serialVersion.
Chris Jones
07:28 AM Bug #6322 (Rejected): Ensure lock is obtained prior to calls to Hazelcast IMap.put()
When modifying the system metadata table, we call systemMetadataMap.put(). since this is a distributed map in the HZ... Chris Jones

12/19/2013

04:15 PM Revision 8452 (metacat): (task #6297): sync pid(s) access policy between member node and coordinating node
Peter Slaughter
03:03 PM Bug #6321 (Resolved): Metacat login mechanism needs to handle the ldap alias account
We are planning to trim the nceas ldap to have one subtree ou=Account which has the real users. The other subtrees, s... Jing Tao
02:56 PM Bug #6320 (Closed): Create a file-base authentication mechanism as the default method
The NCEAS' LDAP will only provide service for some trusted partners in future. For those who currently depend on our ... Jing Tao
02:35 PM Revision 8450 (metacat): Change CNodeService's archive() and delete() methods to only update Member Nodes in the replica list (not CNs!), since calling CN.archive() again would cause an infinite loop. Thanks for catching this Ben.
Chris Jones
01:42 PM Bug #6219 (Closed): Is $ldap->start_tls( verify => 'none') good enough in the ldpweb.cgi?
Jing added 'require' to the TLS calls in the ldapweb script so I believe we are good now. Also involved configuring t... ben leinfelder
01:40 PM Feature #6285: Handle EML singleDateTime field in SOLR index
I think the approach should be to write the singleDateTime value to the existing solr fields for start and end date s... ben leinfelder
10:19 AM Revision 8448 (metacat): merge readme notes from 2.3.1
ben leinfelder
09:36 AM Bug #6315 (Closed): Needs to work for DATA objects as well
Changed CNodeService.delete() and .archive() to handle DATA objects. Chris Jones
09:35 AM Bug #6315 (In Progress): Needs to work for DATA objects as well
Chris Jones
09:35 AM Revision 8444 (metacat): Update CNodeService.delete() and .archive() to handle situations where the pid is of formatType DATA, and therefore are not registered in the identifier table, and caused NotFound exceptions. For DATA objects, we just update the system metadata now, and for all other objects (METADATA, RESOURCE), we continue to use super.{delete()|archive()}. Also, log the delete/archive into the event log.
https://projects.ecoinformatics.org/ecoinfo/issues/6315
https://redmine.dataone.org/issues/4204
Chris Jones
08:53 AM Revision 8440 (metacat): prep for 2.3.1 release
ben leinfelder
08:13 AM Revision 8439 (metacat): Remove the broadcastSystemMetadataChange() method since it was a duplicate of notifyReplicaNodes(). Consolidated now.
Chris Jones

12/18/2013

04:33 PM Bug #6315 (Closed): Needs to work for DATA objects as well
Found that calls need to work on data objects where the CN does not actually store the object.
See DataONE tracker: ...
ben leinfelder

12/17/2013

05:35 PM Bug #6306: During the upgrading metacat to 2.3.0, a user can see a message saying the index schema was changed even though he didn't
This bug it is harder than I thought because i can reproduce the bug once, then i can't.
I downloaded metacat-bin-...
Jing Tao
05:22 PM Revision 8438 (metacat): Add some log information.
Jing Tao
09:43 AM Bug #6290 (Resolved): Include data objects in BagIt download with intelligent file names
Lauren Walker
09:42 AM Revision 8437 (metacat): retrieve the given file names (entityName) of the data files from the EML and use those for our file names in the BagIt content.
Lauren Walker

12/16/2013

02:07 PM Bug #6306: During the upgrading metacat to 2.3.0, a user can see a message saying the index schema was changed even though he didn't
The version of the previous metacat is 2.2.1 Jing Tao
02:06 PM Bug #6306 (Works For Me): During the upgrading metacat to 2.3.0, a user can see a message saying the index schema was changed even though he didn't
If the index schema was modified, users shouldn't see the message. Jing Tao

12/13/2013

04:45 PM Bug #6290: Include data objects in BagIt download with intelligent file names
Two things to edit here:
- Add the file name from the EML to the BagIt file name instead of object format type. Lo...
Lauren Walker
04:06 PM Bug #6290 (In Progress): Include data objects in BagIt download with intelligent file names
Hey Lauren, was thinking about this temp directory - I think there's still some room for collision if two processes e... ben leinfelder
03:52 PM Bug #6290: Include data objects in BagIt download with intelligent file names
The file naming methodology is now pid+object format type (RESOURCE, DATA, METADATA). I removed the randomly generate... Lauren Walker
03:43 PM Bug #6290 (Resolved): Include data objects in BagIt download with intelligent file names
Lauren Walker
03:42 PM Revision 8436 (metacat): Change the BagIt file names to the pid+resource type. Create new Files instead of createTempFile to avoid the randomly generated numbers in the name.
Lauren Walker
03:33 PM Feature #6305 (Resolved): Disable ecogrid links in rendered EML
Lauren Walker

12/12/2013

04:44 PM Revision 8435 (metacat): Change the addGroup method since the API was changed.
Jing Tao
04:43 PM Revision 8434 (metacat): Add a description element for the group.
Jing Tao
01:49 PM Revision 8433 (metacat): Change the user id from the name to the uid.
Jing Tao
01:14 PM Story #6296: authMN SM.accessPolicy out of synch with CN and replicaMN
example package:
Original on GOA: https://goa.nceas.ucsb.edu/#view/df35d.455.4
Replica on KNB: https://knb.ecoinfor...
ben leinfelder
07:17 AM Task #6299 (Resolved): Incorporate synch script as Metacat utility or upgrade routine
If the synch script (see previous task tracker) is written in Java (instead of bash+curl) then this will be easier to... ben leinfelder
07:10 AM Task #6298 (Resolved): Call CN.setAccessPolicy() whenever access control rules are updated in Metacat
When EML is processed and access control rules within it are added to Metacat, these changes should be submitted to t... ben leinfelder
07:04 AM Task #6297 (Resolved): Create MN->CN sync script
As a first pass, this could be a good way to A) fix the issues we have currently with GOA packages being private on t... ben leinfelder

12/11/2013

04:44 PM Story #6296 (Closed): authMN SM.accessPolicy out of synch with CN and replicaMN
Lauren noticed some replica packages from urn:node:GOA on urn:node:KNB today that did not have public read allowed on... ben leinfelder
04:35 PM Revision 8432 (metacat): Add the test method for the getPrincipals.
Jing Tao
04:34 PM Revision 8431 (metacat): Add the method to get the principals.
Jing Tao
11:45 AM Revision 8430 (metacat): Add test methods for changing passwords.
Jing Tao
11:44 AM Revision 8429 (metacat): Add the methods about reset and change password.
Jing Tao

12/10/2013

04:12 PM Revision 8428 (metacat): Add method to test the getusers method.
Jing Tao
04:12 PM Revision 8427 (metacat): Add method to get groups and users.
Jing Tao
01:32 PM Revision 8426 (metacat): Read the password from property file.
Jing Tao
01:30 PM Revision 8425 (metacat): Add a property as the password for generating keys.
Jing Tao
12:53 PM Revision 8424 (metacat): Encrypt the password.
Jing Tao
12:10 PM Feature #5989: Track data download, view and citation statistics
Updated description to clarify a few of the reports and filters. Matt Jones
09:39 AM Revision 8423 (metacat): Add a test method to test authentication.
Jing Tao
 

Also available in: Atom