Skip to content

Commit a807f99

Browse files
author
DIRACGrid CI
committed
docs: Add release notes for v8.0.0a10
1 parent ed7ac28 commit a807f99

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

release.notes

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
[v8.0.0a10]
2+
3+
*ConfigurationSystem
4+
5+
CHANGE: (#5682) Bdii2CSAgent: add InjectSingleCoreQueue option to automatically create single core equivalents for MutliCore Queues , kind of fixes #5582
6+
CHANGE: (#5682) Bdii2CSAgent: CEs in the BannedCEs list are no longer updated by the agent, previously this list only concerned CEs that are not already in the Configuration, fixes #5224
7+
CHANGE: (#5682) dirac-admin-add-resources: add --onecore option to automatically create single core equivalents for MutliCore Queues
8+
FIX: (#5682) dirac-admin-add-resources: fix the query about adding new CEs, this can now be answered in the negative
9+
10+
*Resources
11+
12+
FIX: (#5674) decode the http response in WLCGAccountingHTTPJson
13+
CHANGE: (#5643) HTCondorCE submits jobs with -spool option when a local schedd is used to spool the pilot wrappers that can be deleted afterwards
14+
15+
*Core
16+
17+
FIX: (#5671) DIRAC.isPy3VersionNumber always returns True
18+
FIX: (#5656) Tasks never get removed from the ExecutorState if an UnrecoverableTaskException is raised
19+
CHANGE: (#5629) use DIRAC_DEBUG_M2CRYPTO to enable SSL debugging in tornado
20+
21+
*RMA
22+
23+
FIX: (#5670) If a job was Killed, set it Killed at request completion
24+
25+
*TransformationSystem
26+
27+
FIX: (#5666) fix RequestTasks flaky tests
28+
NEW: (#5642) Allow MultiOperation body to fetch values from the task dict
29+
NEW: (#5642) Introduce Body Plugins for DMS transformations
30+
FIX: (#5630) TransformationCleaningAgent 'deletes', do not 'remove' jobs
31+
32+
*WorkloadManagement
33+
34+
FIX: (#5665) Python 3 support in SSHComputingElement
35+
FIX: (#5657) Bad error handling in OptimizationMindHandler.exec_taskError
36+
37+
*Docs
38+
39+
CHANGE: (#5663) removed a bunch of py2 related documentation
40+
41+
*MonitoringSystem
42+
43+
FIX: (#5658) Wrong link on the docs page for the WMSHistory dashboard. Fixed the link and edited some of the text.
44+
NEW: (#5634) JSON file for WMS monitoring dashboard
45+
46+
*docs
47+
48+
FIX: (#5654) fix trailing-whitespace
49+
50+
*FrameworkSystem
51+
52+
FIX: (#5652) SystemAdministratorCLI: get DIRAC version from Extensions
53+
CHANGE: (#5641) proxy expiration emails are sent from an address taken from the Service/Agent config instead of the DB
54+
NEW/CHANGE/FIX: (#5627) avoid duplication of code in TornadoBundleDeliveryHandler
55+
FIX: (#5619) continue on empty service list in getComponentsStatus
56+
57+
*DataManagementSystem
58+
59+
FIX: (#5651) dirac-dms-directory-sync: The script will now try all files and not end a thread if one of the files assigned to be uploaded or downloaded to a thread fails. The script will also print out all failed files, and their error at the end of a thread. A few log messages have been corrected as well.
60+
61+
*ResourceStatusSystem
62+
63+
FIX: (#5647) specifying the gocDB type for known types
64+
65+
*WorkloadManagementSystem
66+
67+
CHANGE: (#5643) Add functions in WMSUtilities, move content of getPilotLoggingInfo() and getGridJobOutput() in PilotManagerHandler
68+
69+
*RequestManagementSystem
70+
71+
NEW: (#5615) add SweepSize option to the ReqProxy
72+
173
[v8.0.0a9]
274

375
*TransformationSystem

0 commit comments

Comments
 (0)