Skip to content

Releases: HSF/iDDS

2.2.10: Merge pull request #374 from HSF/dev

11 Dec 09:56
0c0facc
Compare
Choose a tag to compare

add options to support additional task parameters per site

2.2.9: Merge pull request #372 from HSF/dev

10 Dec 15:21
9768394
Compare
Choose a tag to compare

(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

03 Dec 22:40
c5bb158
Compare
Choose a tag to compare

fix orm requests to get_requests

2.2.7: Merge pull request #368 from HSF/dev

18 Nov 21:20
21d692a
Compare
Choose a tag to compare

(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

12 Nov 13:16
32a23cf
Compare
Choose a tag to compare

(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

31 Oct 11:04
8b9558b
Compare
Choose a tag to compare

(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

21 Oct 16:15
684958c
Compare
Choose a tag to compare

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

18 Oct 07:59
8ae34a8
Compare
Choose a tag to compare
  1. fix to handle cloud for sites
  2. fix to update messages without request_id

2.2.2: Merge pull request #357 from HSF/dev

16 Oct 21:23
224356d
Compare
Choose a tag to compare

fix session.query errors because of migrating to sqlalchmy2.0
fix transformer throttler

2.2.1: Merge pull request #355 from HSF/dev

15 Oct 15:45
1ea71bb
Compare
Choose a tag to compare

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