- Make flake8 happy (
c2b4316
) - Convert the logger to a daily rollover, with 1 week kept (
d11d863
) - Better handling for transient errors (
87b8855
)
- update requirements.txt (
2d93bd9
) - update requirements-tests.txt (
25daca7
) - update requirements-docs.txt (
65cb7c2
) - Only search for idle and waiting task counts when doing queue_tasks (
3a60c7a
) - Separate idle and waiting tasks for dataset view (
27fb372
) - Fix materialization end-of-queue (
d60610d
)
- update requirements.txt (
163330e
) - update requirements-tests.txt (
2f3e505
) - update requirements-docs.txt (
9b254cc
) - Move back to running gridftp transfers inside the condor job (#382) (
64957b1
)
- update requirements.txt (
be82643
) - update requirements-tests.txt (
9bce64e
) - update requirements-docs.txt (
7f7fa63
)
- Only use a single os for container selection (
00238e4
)
- update requirements.txt (
7b2df75
) - update requirements-tests.txt (
4b4151c
) - update requirements-docs.txt (
00b2d75
)
- update requirements.txt (
63c8841
) - update requirements-tests.txt (
373825c
) - update requirements-docs.txt (
b5501e5
) - Update dataset schema to be looser (
9197849
)
- Remove latest tag from cvmfs (
4a42c8a
) - Add some spare disk for stdout/err, other misc files (
6e97f18
)
- This release removes support for IceProd pilots, and instead relies on HTCondor file transfer and running the module code directly in the HTCondor job. As a consequence, we are able to fully support running in containers via HTCondor. (
3c3681e
) - Breaking changes: Data transfer now happens at the task level. Other file transfer is deprecated, and will be merged with the task. Dataset config removals: Module running_class support has been removed. Use the src attribute instead. Data compression support has been removed. Resources have been removed - use data in permanent input mode. Steering/system has been removed. The debugging pilot has limited support, and all data transfer has been removed. The dataset truncated status has been moved to an attribute. Tasks start at idle instead of waiting. Task status waiting is now "ready to queue" and status queued is "on the HTCondor queue" with processing actually being processing in HTCondor. The task reset status has been removed, and tasks will now directly go to idle. (
3c3681e
)
- update requirements.txt (
71013dd
) - update requirements-tests.txt (
723afb6
) - update requirements-docs.txt (
3200b3a
)
- Update credentials to use new rest-tools syntax (#373) (
c4bcb01
) - Fixes for materialization and job temp cleaning (
2fddba2
)
- update requirements.txt (
ebf9adb
) - update requirements-tests.txt (
0f35b39
) - update requirements-docs.txt (
246abad
) - Fix not enough values to unpack error (
bcf6496
)