-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adding possibility to bulk insert in JobLoggingDB
- Loading branch information
Showing
4 changed files
with
115 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This is a combination of 2 commits. | ||
# This is the 1st commit message: | ||
|
||
feat: adding possibility to bulk insert in JobLoggingDB | ||
|
||
# This is the commit message #2: | ||
|
||
|
||
# Please enter the commit message for your changes. Lines starting | ||
# with '#' will be ignored, and an empty message aborts the commit. | ||
# | ||
# Date: Fri Nov 1 12:22:03 2024 +0100 | ||
# | ||
# interactive rebase in progress; onto 23a864aa1 | ||
# Last commands done (3 commands done): | ||
# pick f4e154966 feat: adding possibility to bulk insert in JobLoggingDB | ||
# squash 8486c57ad f | ||
# Next command to do (1 remaining command): | ||
# pick 0ce73e189 fix: prevent corner case | ||
# You are currently rebasing branch '80_bulkInsertJobLoggingDB' on '23a864aa1'. | ||
# | ||
# Changes to be committed: | ||
# modified: src/DIRAC/WorkloadManagementSystem/DB/JobLoggingDB.py | ||
# modified: src/DIRAC/WorkloadManagementSystem/Service/JobManagerHandler.py | ||
# modified: tests/Integration/WorkloadManagementSystem/Test_JobLoggingDB.py | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters