Commit 8e4479a
refactor: restructure DIRACCommon to preserve DIRAC directory hierarchy
Reorganize DIRACCommon modules to match the original DIRAC structure:
- Core/Utilities/ClassAd/ClassAdLight.py (utilities belong in Core)
- WorkloadManagementSystem/DB/JobDBUtils.py (preserves original location)
- WorkloadManagementSystem/Utilities/ParametricJob.py (preserves original location)
Update all imports across DIRAC, diracx, and DIRACCommon to use the new
structured paths. Reorganize tests to match the new directory structure.
This maintains the logical organization while enabling proper code migration.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a3f3d2d commit 8e4479a
File tree
31 files changed
+79
-66
lines changed- dirac-common
- src/DIRACCommon
- Core
- Utilities
- ClassAd
- Utils/ClassAd
- WorkloadManagementSystem
- DB
- Utilities
- tests
- Core
- Utilities
- ClassAd
- Utils
- WorkloadManagementSystem
- DB
- Utilities
- src/DIRAC
- Core/Utilities
- ClassAd
- WorkloadManagementSystem
- DB
- Utilities
- test
31 files changed
+79
-66
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | | - | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments