Releases: HSF/iDDS
2.2.10: Merge pull request #374 from HSF/dev
add options to support additional task parameters per site
2.2.9: Merge pull request #372 from HSF/dev
(1) add options to support additional task parameters, for example, to disable looping check
(2) optimize client retry to add sleeping between different retries
(3) optimize log rotation to add random number to make sure different instances can restart http at different time
(4) update idds db to change some items from int to bigint
(5) make iworkflow function executior to propagate function status to function executor
2.2.8: Merge pull request #370 from HSF/dev
fix orm requests to get_requests
2.2.7: Merge pull request #368 from HSF/dev
(1) Add function to run shell command with timeout
(2) add function to convert MapResult to dict, for json dump and load
(3) update iDDS health check, to provide labels for k8s live probe
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