Skip to content

Commit 46f1880

Browse files
committed
v7r3-pre20, v7r2p20
1 parent 71d8749 commit 46f1880

File tree

3 files changed

+27
-17
lines changed

3 files changed

+27
-17
lines changed

release.notes

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[v7r3-pre19]
1+
[v7r3-pre20]
22

33
NEW: (#5000) Initial support for Python 3 server installations
44
NEW: VMDIRAC separate project is merged into the core DIRAC project
@@ -40,40 +40,45 @@ CHANGE: (#5286) PathFinder - getSystemSection do not use serviceTuple, add docs,
4040
FIX: (#5286) PathFinder - getGatewayURLs pass list to randomize when serviceName is empty
4141
FIX: (#5298) fix getServiceFailoverURL for multi url case
4242

43-
*Interfaces
44-
CHANGE: (#5110) DiracAdmin: dropped getBDII* functions, which were looking for Glue1 information
45-
CHANGE: (#5110) removed dirac-admin-bdii-info command
43+
*DMS
44+
CHANGE: (#5206) prints why dirac-dms-add-files failed
4645

4746
*Framework:
4847
CHANGE: (#4303) Removed completely the SystemLogging
4948
CHANGE: (#5164) Remove HashTag table from Framework/UserProfile
5049
CHANGE: (#5164) Remove dataTypeRE argument when retrieving values from Framework/UserProfileClient
5150

51+
*Interfaces
52+
CHANGE: (#5110) DiracAdmin: dropped getBDII* functions, which were looking for Glue1 information
53+
CHANGE: (#5110) removed dirac-admin-bdii-info command
54+
55+
*Resources
56+
CHANGE: (#5314) Remove GlobusComputingElement
57+
58+
*RMS
59+
CHANGE: (#5291) ReqDB don't cast datetime to strings
60+
61+
*RSS
62+
NEW: (#5042) Multi-VO mode of operation support
63+
5264
*WMS
5365
NEW: (#4903) Added WMS (Jobs) State Machine
5466
NEW: (#5214) Added a HTTPs JobManager service
5567
NEW: (#5214) Added a HTTPs JobMonitor service
5668
NEW: (#5214) Added a HTTPs JobStateUpdate service
69+
NEW: (#5314) Add a PilotStatus module to clearly define the pilot status in the code
5770
CHANGE: (#5214) Removed need for ThreadScheduler in JobManagerHandler
5871
CHANGE: (#5289) SiteDirector: do not send dirac-install if it's py3 pilot
5972
CHANGE: (#4884) JobDB: compress JDLs by default (no need for flag anymore)
6073
CHANGE: (#4937) removed StatesMonitoringAgent (use StatesAccountingAgent agent instead)
6174
CHANGE: (#5141) add an Aborted_HOUR column to the pilot efficiency table needed by the WebApp
6275
CHANGE: (#5178) JobMonitoring does not need to look into TaskQueue
6376
CHANGE: (#5246) remove pilots before start Test_PilotsClient test
77+
CHANGE: (#5318) Move SiteDirector.getQueues in QueueUtilities module
6478
FIX: (#5246) mock _escapeString in Test_Agent_PilotStatusAgent to pass test
6579
FIX: (#5246) escape values in PilotAgentsDB
6680
FIX: (#5246) decode values using decode() method in JobDB
6781

68-
*DMS
69-
CHANGE: (#5206) prints why dirac-dms-add-files failed
70-
71-
*RMS
72-
CHANGE: (#5291) ReqDB don't cast datetime to strings
73-
74-
*RSS
75-
NEW: (#5042) Multi-VO mode of operation support
76-
7782
*tests
7883
NEW: (#5062) add Test_LocalConfiguration
7984
CHANGE: (#5046) don't use mail in the self generated certificates

releases.cfg

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,15 @@ Releases
2424
Modules = DIRAC
2525
DIRACOS = master
2626
}
27-
v7r3-pre19
27+
v7r3-pre20
2828
{
29-
Modules = DIRAC, RESTDIRAC:v0r5, COMDIRAC:v0r19, WebAppDIRAC:v4r3-pre13
30-
DIRACOS = v1r24
29+
Modules = DIRAC, RESTDIRAC:v0r5, COMDIRAC:v0r19, WebAppDIRAC:v4r3-pre14
30+
DIRACOS = v1r23
31+
}
32+
v7r2p20
33+
{
34+
Modules = DIRAC, VMDIRAC:v2r4p12, RESTDIRAC:v0r5, COMDIRAC:v0r19, WebAppDIRAC:v4r2p8
35+
DIRACOS = v1r23
3136
}
3237
v7r2p19
3338
{

src/DIRAC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
majorVersion = 7
107107
minorVersion = 3
108108
patchLevel = 0
109-
preVersion = 19
109+
preVersion = 20
110110

111111
version = "v%sr%s" % (majorVersion, minorVersion)
112112
# Make it so that __version__ is always PEP-440 style

0 commit comments

Comments
 (0)