All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Noisy error log due to logging os.ErrClosed in the client goroutines reading from baton STDOUT/STDERR. This error was raised because the subprocess could close the reader before EOF was reached. The fix is to first wait for EOF once the client has been cancelled.
- Hang when baton crashed
- Bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.9.1
- Bump github.com/onsi/gomega from 1.20.2 to 1.27.6
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.2
- Bump github.com/rs/zerolog from 1.28.0 to 1.29.0
- Checksum verification on put
Removal of a workaround that was created for iRODS 4.1.* now allows
extendo to support iRODS' checksum verification feature for put
operations.
This feature calculates a checksum from the local file on disk and compares
this to the checksum of the remote data object in iRODS, as part of the put
operation. This is the same behaviour as the iRODS icommand iput -K
.
- iRODS 4.1.* PutDataObject workaround
- iRODS 4.2.10 GitHub Action tests
-
Build with Go 1.17
-
Migrate GitHub Action from Ubuntu 18.04 to 20.04
-
Update baton to 4.0.0 in GitHub Action tests
-
Bump github.com/onsi/ginkgo from 1.16.1 to 2.1.6
-
Bump github.com/onsi/gomega from 1.11.0 to 1.20.2
-
Bump github.com/stretchr/testify from 1.7.0 to 1.8.0
-
Bump github.com/rs/zerolog from 1.21.0 to 1.28.0
- Github Actions test automation
- Bump github.com/onsi/ginkgo from 1.15.0 to 1.16.1
- Bump github.com/onsi/gomega from 1.10.5 to 1.11.0
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1
- Bump github.com/rs/zerolog from 1.19.0 to 1.21.0
- Bump github.com/wtsi-npg/logshim from 1.2.0 to 1.3.0
- Bump github.com/wtsi-npg/logshim-zerolog 1.2.0 to 1.3.0
-
Migrated the repository from github.com/kjsanger to github.com/wtsi-npg
-
Bump github.com/onsi/ginkgo from 1.12.2 to 1.15.0
-
Bump github.com/onsi/gomega from 1.9.0 to 1.10.5
-
Bump github.com/stretchr/testify from 1.6.1 to 1.7.0
-
Bump github.com/wtsi-npg/logshim from 1.1.0 to 1.2.0
-
Bump github.com/wtsi-npg/logshim-zerolog from 1.0.0 to 1.2.0
- Added HasNamespace, Namespace, WithNamespace, WithoutNamespace methods to AVU.
-
Deprecated MakeAVU.
-
Bump github.com/stretchr/testify from 1.5.1 to 1.6.1
-
Bump github.com/onsi/ginkgo from 1.12.0 to 1.12.2
-
Bump github.com/rs/zerolog from 1.18.0 to 1.19.0
- HasMetadatum, HasSomeMetadata and HasAllMetadata methods to RodsItem.
- Parent method to Collection and DataObject.
- Test on Go 1.14
-
AddMetadata and RemoveMetadata are now idempotent.
-
Bump github.com/stretchr/testify from 1.4.0 to 1.5.1
- This changelog.
- Support to stop idle and long-running clients.
- IdleTime and Runtime methods to Client.
- Locking to Client for state updates and iRODS operations.
-
Modify NewClientPool to accept ClientPoolParams. This is an API breaking change as it modifies the signature of NewClientPool to allow a number of pool settings to be managed.
-
Switch ClientPool from using channels to mutex.
-
Bump Miniconda3 from 4.5.11 to 4.6.14
-
Bump baton from 2.0.0 to 2.0.1
-
Bump github.com/rs/zerolog from 1.17.2 to 1.18.0
-
Bump github.com/pkg/errors from 0.8.1 to 0.9.1
-
Bump github.com/wtsi-npg/logshim from 1.0.0 to 1.1.0
-
Bump github.com/wtsi-npg/logshim-zerolog from 1.0.0 to 1.1.0
-
Bump github.com/onsi/gomega from 1.7.1 to 1.9.0
-
Bump github.com/onsi/ginkgo from 1.10.3 to 1.12.0
-
Refactor sorting to use sort.SliceStable.
-
Bump github.com/onsi/gomega from 1.5.0 to 1.7.1
-
Bump github.com/onsi/ginkgo from 1.8.0 to 1.10.3
-
Bump github.com/rs/zerolog from 1.14.3 to 1.17.2
-
Bump github.com/stretchr/testify from 1.3.0 to 1.4.0
- Improvements to documentation, formatting and logging.
- ClientPool to help applications in client lifecyle management.
- Collection and DataObject API.
- ListChecksum operation.
- ListItem operation.
- Travis CI configuration.
- List, Put, Chmod, Remove, Metamod, Metaquery operations.