|
1 | | -[v7r3-pre19] |
| 1 | +[v7r3-pre20] |
2 | 2 |
|
3 | 3 | NEW: (#5000) Initial support for Python 3 server installations |
4 | 4 | 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, |
40 | 40 | FIX: (#5286) PathFinder - getGatewayURLs pass list to randomize when serviceName is empty |
41 | 41 | FIX: (#5298) fix getServiceFailoverURL for multi url case |
42 | 42 |
|
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 |
46 | 45 |
|
47 | 46 | *Framework: |
48 | 47 | CHANGE: (#4303) Removed completely the SystemLogging |
49 | 48 | CHANGE: (#5164) Remove HashTag table from Framework/UserProfile |
50 | 49 | CHANGE: (#5164) Remove dataTypeRE argument when retrieving values from Framework/UserProfileClient |
51 | 50 |
|
| 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 | + |
52 | 64 | *WMS |
53 | 65 | NEW: (#4903) Added WMS (Jobs) State Machine |
54 | 66 | NEW: (#5214) Added a HTTPs JobManager service |
55 | 67 | NEW: (#5214) Added a HTTPs JobMonitor service |
56 | 68 | NEW: (#5214) Added a HTTPs JobStateUpdate service |
| 69 | +NEW: (#5314) Add a PilotStatus module to clearly define the pilot status in the code |
57 | 70 | CHANGE: (#5214) Removed need for ThreadScheduler in JobManagerHandler |
58 | 71 | CHANGE: (#5289) SiteDirector: do not send dirac-install if it's py3 pilot |
59 | 72 | CHANGE: (#4884) JobDB: compress JDLs by default (no need for flag anymore) |
60 | 73 | CHANGE: (#4937) removed StatesMonitoringAgent (use StatesAccountingAgent agent instead) |
61 | 74 | CHANGE: (#5141) add an Aborted_HOUR column to the pilot efficiency table needed by the WebApp |
62 | 75 | CHANGE: (#5178) JobMonitoring does not need to look into TaskQueue |
63 | 76 | CHANGE: (#5246) remove pilots before start Test_PilotsClient test |
| 77 | +CHANGE: (#5318) Move SiteDirector.getQueues in QueueUtilities module |
64 | 78 | FIX: (#5246) mock _escapeString in Test_Agent_PilotStatusAgent to pass test |
65 | 79 | FIX: (#5246) escape values in PilotAgentsDB |
66 | 80 | FIX: (#5246) decode values using decode() method in JobDB |
67 | 81 |
|
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 | | - |
77 | 82 | *tests |
78 | 83 | NEW: (#5062) add Test_LocalConfiguration |
79 | 84 | CHANGE: (#5046) don't use mail in the self generated certificates |
|
0 commit comments