Skip to content

Releases: HSF/iDDS

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

2.2.0: Merge pull request #353 from HSF/dev

14 Oct 14:29
5d2e353
Compare
Choose a tag to compare
  1. add test functions to refresh tokens
  2. use threads in conductor to handle verification messages
  3. optimize idds event bus to avoid zeromq bind error being a blocker
  4. add timeout wrapper to monito the execution of a function
  5. optimize carrier event handling to avaoid processing a task multiple
  6. optimze get_processing function to handle lockes
  7. fix to be able to retrieve messages without setting request_id
  8. optimize asyncresult to handle exceptions
  9. optimize iworkflow to handle exceptions
  10. reorganize the workflow wrapper to run functions at remote sites

2.1.41: Merge pull request #351 from HSF/dev

01 Oct 08:51
b27a0c9
Compare
Choose a tag to compare

(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

10 Sep 12:39
d29ec5c
Compare
Choose a tag to compare

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

10 Sep 12:22
dffbde5
Compare
Choose a tag to compare

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