1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove build for Debian 11 More... 3 days ago
Merge branch '5.1' More... 3 days ago
Use an SPDX expression in the license field of setup.py to prevent the warning below More... 3 days ago
Add build for Debian 13 (Trixie) More... 3 days ago
Merge branch '5.1' More... 4 days ago
Run update-requirements-txt script to update Python dependency versions More... 4 days ago
Add a script to update the requirements.txt file to use the latest package version available for each supported Python version. It excludes PyYAML, GitPython, and cryptography, as we expect those to be installed using dnf/apt etc. More... 4 days ago
Fix github url and replace Bamboo with GitLab CI More... 4 days ago
Merge branch '5.1' More... 4 days ago
Merge branch 'master' of https://github.com/pegasus-isi/pegasus More... 4 days ago
For #2123 multiple transfer_attempts and integrity_verification_attempts multipart records can exist in the same job.out file. While creating the job composite event, if a key exists we make sure we merge it into the existing data structure More... 4 days ago
For #2123 multiple transfer_attempts and integrity_verification_attempts multipart records can exist in the same job.out file. While creating the job composite event, if a key exists we make sure we merge it into the existing data structure More... 4 days ago
Reduce requires coverage to 20% More... 4 days ago
Reduce requires coverage to 20% More... 4 days ago
Merge branch '5.1' More... 11 days ago
For #2120 the condor classad to set the wf submit dir in the job needs be set via a function in the Job class to ensure it gets set appropriatly for clustered jobs. More... 11 days ago
For #2120 some refactoring of the names. More... 11 days ago
Merge branch '5.1' More... 12 days ago
For #2122 ported changes to the new analyzer module too More... 12 days ago
For #2122 Add the initial dir to all files to be copied as long as they dont start with / or $(wf_submit_dir) in the submit file of the job being debugged More... 12 days ago
For #2122 substitute $(wf_submit_dir) with ${wf_submit_dir} in the generated debug shell script for a job More... 12 days ago
Merge branch '5.1' More... 13 days ago
Fixes #2121 . We no longer throw an error when planning a wf in condorio mode against a bosco site, where the pegasus style is set to ssh. More... 13 days ago
For #2120 only set the wf_submit_dir classad in the condor code generator. More... 24 days ago
For #2120 we know what files are transferred from the worklfow submit dir via condorio. so being specific about it. substitution now does not happen for all files added via condorio; only the ones we know are from the wf submit directory. More... 24 days ago
For #2120 fixed the constant naming for consistency More... 24 days ago
For #2120 fixed broken unit tests More... 24 days ago
For #2120 when wrapping with pegasus-lite-local make sure the env variable _PEGASUS_WF_SUBMIT_DIR is set to the value of the wf submit directory More... 24 days ago
For GH-2120 when wrapping job with a local pegasus lite, the check for if initialdir is required or not is dependent on if there is an absoulte path for an input file to be transferred. the absolute file path check has another OR condition now to check if the path specified starts with a classad variable. More... 24 days ago
For #2120 set the submit directory classad for the job in the code generator for time being also. and also throw a better error if an issue with wrapping with PegasusLite More... 25 days ago