Releases: HSF/iDDS
2.2.6: Merge pull request #365 from HSF/dev
(1) fix to set message bulk size
(2) setup rest logs
(3) fix log rotation
(4) add health monitor
2.2.5: Merge pull request #363 from HSF/dev
(1) to support container options in workflow
(2) fix to avoid fetching the same messages duplicated by different threads
2.2.4: Merge pull request #361 from HSF/dev
Rubin set the default cloud to US. Here iDDS needs to correct it if the task is sent to a different cloud.
2.2.3: Merge pull request #359 from HSF/dev
- fix to handle cloud for sites
- fix to update messages without request_id
2.2.2: Merge pull request #357 from HSF/dev
fix session.query errors because of migrating to sqlalchmy2.0
fix transformer throttler
2.2.1: Merge pull request #355 from HSF/dev
update the orm model to update the table structure, related tables: requests, transforms and processings
update the core/orm layer to reccord thread information
add alembic functions for automatical db upgrades/downgrades
Fix create database errors because of switching to new sqlalchemy 2.0
2.2.0: Merge pull request #353 from HSF/dev
- add test functions to refresh tokens
- use threads in conductor to handle verification messages
- optimize idds event bus to avoid zeromq bind error being a blocker
- add timeout wrapper to monito the execution of a function
- optimize carrier event handling to avaoid processing a task multiple
- optimze get_processing function to handle lockes
- fix to be able to retrieve messages without setting request_id
- optimize asyncresult to handle exceptions
- optimize iworkflow to handle exceptions
- reorganize the workflow wrapper to run functions at remote sites
2.1.41: Merge pull request #351 from HSF/dev
(1) add options to define the iworkflow name
(2) encode presetup and setup for iworkflow
(3) fix to handle broken task status
2.1.40: Merge pull request #346 from HSF/dev
upgrade sqlalchemy 1 to sqlalchemy 2.0
add supports of oracledb
migrate some sqlalchemy session.query.first to select.query.fetchone
migrate some sqlalchemy session.query.subquery to select.subquery
add latest sql instructions for oracle
install wget into the docker image
fix oracle client packages
2.1.39: Merge pull request #344 from HSF/dev
upgrade sqlalchemy 1 to sqlalchemy 2.0
add supports of oracledb
migrate some sqlalchemy session.query.first to select.query.fetchone
migrate some sqlalchemy session.query.subquery to select.subquery
add latest sql instructions for oracle
install wget into the docker image