Activity
From 02/05/2015 to 03/06/2015
03/06/2015
- 05:38 PM Revision 9144 (metacat): Add a test method to test v1.getFormat.
- 05:29 PM Revision 9143 (metacat): Transform the ObjectFormat from v2 to v1 in getFormat method.
- 02:48 PM Revision 9142 (metacat): do not require site parameter if registry.show.siteList=false.
- https://projects.ecoinformatics.org/ecoinfo/issues/6687
- 02:10 PM Revision 9141 (metacat): Make them executable.
03/05/2015
- 11:05 PM Revision 9140 (metacat): Add a script file to restore knb db from a dumped file.
- 11:02 PM Revision 9139 (metacat): Add a script to dump the knb database.
- 02:47 PM Revision 9138 (metacat): add step about enabling CGI module.
- https://projects.ecoinformatics.org/ecoinfo/issues/6678
- 02:18 PM Revision 9137 (metacat): Add a read timeout for the connection. See bug https://projects.ecoinformatics.org/ecoinfo/issues/6684:wq
03/04/2015
- 03:23 PM Revision 9136 (metacat): remove unnecessary Make step in registry installation instructions.
- https://projects.ecoinformatics.org/ecoinfo/issues/6678
02/27/2015
- 02:44 PM Revision 9135 (metacat): * Use the cite tag for the MetacatUI skin citation
- * Take out extra divs in the MetacatUI skin that are not necessary
* Add a placeholder for the package contents table...
02/25/2015
02/19/2015
- 03:12 PM Revision 9132 (metacat): It is tricky to determine if the type works since v2.SystemMetadata extends from v1.SystemMetadata.
- We have to set true that the return object is v1.SystemMetadata, also set false that the return object is not v2.Syst...
- 02:54 PM Revision 9131 (metacat): Convert the v2 system metadata object to v1 in the getSystemMetadata method.
- 02:51 PM Revision 9130 (metacat): Add the test code for v1 api.
02/18/2015
- 05:25 PM Revision 9129 (metacat): Completed the 18 test cases.
- 05:22 PM Revision 9128 (metacat): Use the log to the replace system.out.print.
- 11:47 AM Revision 9127 (metacat): Add more test cases for the method getHeadVersion.
02/17/2015
- 05:37 PM Revision 9126 (metacat): Add more test cases for the method getHeadVersion.
- 04:01 PM Revision 9125 (metacat): The setObsoletedBy only handles PID.
- 04:00 PM Revision 9124 (metacat): The method setObsoletedBy only hanldes SID.
- 02:41 PM Revision 9123 (metacat): Added the code to handle put method in meta url. See bug https://projects.ecoinformatics.org/ecoinfo/issues/6666
- 02:40 PM Revision 9122 (metacat): Add the code to handle the PUT method for meta url. See https://projects.ecoinformatics.org/ecoinfo/issues/6666.
02/13/2015
- 08:54 PM Revision 9120 (metacat): Add test cases for the method getHeadPID.
- 04:37 PM Revision 9119 (metacat): Add the code to get the head version.
02/12/2015
02/09/2015
- 05:44 PM Revision 9112 (metacat): Add a test case for testing sid chains.
- 05:38 PM Revision 9111 (metacat): Call the method lock.lock() immediately after getting the lock. Otherwise, if an exception happened between the two calls (in another word, lock.lock() was called), lock.unlock() can cause an issue:
- Current thread is not owner of lock!
See https://redmine.dataone.org/issues/6836.
02/06/2015
- 04:47 PM Revision 9108 (metacat): Add the code to test only 512 characters can be written to db.
- 04:46 PM Revision 9107 (metacat): Add a cap to only write 512 characters of the user-agent to db.
- 03:46 PM Revision 9105 (metacat): Add the code to make sure that the event, ip address, principal and userAgent were recorded.
- 03:23 PM Revision 9104 (metacat): Handle the IOException which was added to MockCNode constructor.
- 03:22 PM Revision 9103 (metacat): Change the constructor's signature since the super class - MultipartDCNode was changed.
- 12:23 PM Revision 9100 (metacat): Add comments explaining limits on max_upload_size property.
- 12:10 PM Revision 9099 (metacat): Modify v1 and v2 calls to MultipartRequestResolver to use MAX_UPLOAD_SIZE from configuration.
- 11:55 AM Revision 9098 (metacat): The constrcutor of EventLogData missed the user-agent field. So the user-agent wasn't recorded.
- The bug was fixed.
- 11:12 AM Revision 9097 (metacat): Lower the file size limit to deal with max size of Integer issue.
- 09:21 AM Revision 9096 (metacat): organize imports. move exception-throwing method call into try block.
- 09:15 AM Revision 9095 (metacat): use HttpMultipartRestClient since the DefaultHttpMultipartRestClient was removed from d1_libclient_java
- 01:16 AM Revision 9094 (metacat): Updated D1ResourceHandler to not hardcode a file size limit. This will allow
- large, multi-gigabyte files to be uploaded, but still needs testing. The limit
is now drawn from the metacat.propert...
Also available in: Atom