Skip to content

Commit

Permalink
#151 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Nov 2, 2015
2 parents e62065f + 27ce220 commit 1477d19
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,28 @@ Added checks to not copy a collection recursively under itself. Revealed in clo
### -832000 in cloud browser clicking on file in fed zone #152

Removed resource group name from DataObject selects when querying for domain object. That is no longer useful with new resource domain hierarchy and was causing GenQuery exceptions with later iRODS versions
Update cross-zone path heuristic guessing so one can reasonably browse 'down' to home dirs in federated zones

### CI integration with iRODS 4 #18

Enhancements to testing setup to integrate Jargon into Consortium CI services

### PEP on output stream #144

Fixes and tests for firing postProcForPut after certain streaming i/o operations

### PackingIrodsInputStream and PackingIrodsOutputStream

Major enhancements to the performance of streaming i/o though simple read-ahead and write-behind buffering streams, see:

https://github.com/DICE-UNC/jargon/blob/master/jargon-core/src/main/java/org/irods/jargon/core/pub/io/PackingIrodsInputStream.java

and

https://github.com/DICE-UNC/jargon/blob/master/jargon-core/src/main/java/org/irods/jargon/core/pub/io/PackingIrodsOutputStream.java

These enhancements are used in the ModeShape, WebDav, REST, and cloud browser code

### Misc

Lots of small fixes, pull requests, iRODS compatability tests and fixes through work with consortium
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.irods.jargon.core.pub.EnvironmentalInfoAOTest;
import org.irods.jargon.core.pub.FederatedCollectionAOImplTest;
import org.irods.jargon.core.pub.FederatedCollectionAndDataObjectListAndSearchAOImplTest;
import org.irods.jargon.core.pub.FederatedDataObjectAOImplTest;
import org.irods.jargon.core.pub.FederatedDataTransferOperationsImplTest;
import org.irods.jargon.core.pub.FederatedIRODSGenQueryExecutorImplTest;
import org.irods.jargon.core.pub.FederatedSpecificQueryAOTest;
Expand Down

0 comments on commit 1477d19

Please sign in to comment.