CLDSRV-838: Change startTime type to milliseconds since epoch#6056
CLDSRV-838: Change startTime type to milliseconds since epoch#6056bert-e merged 2 commits intodevelopment/9.2from
Conversation
Hello dvasilas,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
|
/approve |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/9.3/improvement/CLDSRV-838 origin/development/9.3
git merge origin/improvement/CLDSRV-838
# <intense conflict resolution>
git commit
git push -u origin w/9.3/improvement/CLDSRV-838The following options are set: approve |
|
🤖 |
Build failedThe build for commit did not succeed in branch w/9.3/improvement/CLDSRV-838 The following options are set: approve |
7aae6b6 to
0f24499
Compare
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the The following options are set: approve |
|
🤖 |
History mismatchMerge commit #44084e6f838e5dae971ffda8082ce0dedb0333a8 on the integration branch It is likely due to a rebase of the branch Please use the The following options are set: approve |
|
/reset |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
... and 1 file with indirect coverage changes @@ Coverage Diff @@
## development/9.2 #6056 +/- ##
===================================================
- Coverage 84.43% 84.40% -0.04%
===================================================
Files 206 206
Lines 13036 13033 -3
===================================================
- Hits 11007 11000 -7
- Misses 2029 2033 +4
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Reset completeI have successfully deleted this pull request's integration branches. The following options are set: approve |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/9.3/improvement/CLDSRV-838 origin/development/9.3
git merge origin/improvement/CLDSRV-838
# <intense conflict resolution>
git commit
git push -u origin w/9.3/improvement/CLDSRV-838The following options are set: approve |
|
🤖 |
|
I'm trying to merge #6055 to go in the bump 9.2.19 |
Build failedThe build for commit did not succeed in branch w/9.3/improvement/CLDSRV-838 The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-838. Goodbye dvasilas. |
Change the
startTimefield in server access logs from a formatted "seconds.milliseconds" string to milliseconds since Unix epoch.