-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move timestamp/duration formatting to utils [Step results #5] #3019
Merged
Conversation
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
happz
requested review from
psss,
lukaszachy,
thrix and
janhavlin
as code owners
June 15, 2024 12:06
happz
changed the title
Move timestamp/duration formatting to utils
Move timestamp/duration formatting to utils [Step results #5]
Jun 15, 2024
8 tasks
happz
added
the
code | no functional change
"No Functional Change" intended. Patch should not change tmt's behavior in any way.
label
Jun 15, 2024
happz
force-pushed
the
plugins-move-timestamp-formatting
branch
from
June 15, 2024 13:22
029171f
to
f0c8125
Compare
martinhoyer
approved these changes
Aug 1, 2024
happz
force-pushed
the
plugins-prepare-finish-save-results
branch
from
August 6, 2024 18:39
2773d15
to
d362ba0
Compare
happz
requested review from
KwisatzHaderach,
dav-pascual and
frantisekz
as code owners
August 6, 2024 18:39
happz
force-pushed
the
plugins-move-timestamp-formatting
branch
from
August 6, 2024 18:50
f0c8125
to
6da7544
Compare
happz
force-pushed
the
plugins-prepare-finish-save-results
branch
from
August 12, 2024 07:08
d362ba0
to
72a9c8f
Compare
Tests are failing with:
|
happz
force-pushed
the
plugins-prepare-finish-save-results
branch
from
August 13, 2024 10:10
d33cd48
to
d3060af
Compare
therazix
reviewed
Aug 13, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just need to update the tests.
happz
force-pushed
the
plugins-prepare-finish-save-results
branch
4 times, most recently
from
August 15, 2024 08:14
780df71
to
4a17a03
Compare
martinhoyer
approved these changes
Aug 19, 2024
happz
force-pushed
the
plugins-move-timestamp-formatting
branch
from
August 20, 2024 10:56
3b7f96e
to
1ebba5d
Compare
therazix
approved these changes
Aug 29, 2024
happz
force-pushed
the
plugins-move-timestamp-formatting
branch
from
August 29, 2024 11:41
1ebba5d
to
7e0f36e
Compare
happz
added
the
status | ready for merge
The only missing piece is to do the rebase the current 'main' and let the CI finish.
label
Aug 29, 2024
KwisatzHaderach
approved these changes
Aug 29, 2024
We will need them from other places, it's not longer just `execute` who will be dealign with times.
happz
force-pushed
the
plugins-move-timestamp-formatting
branch
from
August 29, 2024 13:35
7e0f36e
to
c545bb9
Compare
The-Mule
pushed a commit
to The-Mule/tmt
that referenced
this pull request
Oct 14, 2024
…eemtee#3019) We will need them from other places, it's not longer just `execute` who will be dealign with times. Co-authored-by: Martin Hoyer <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci | full test
Pull request is ready for the full test execution
code | no functional change
"No Functional Change" intended. Patch should not change tmt's behavior in any way.
status | ready for merge
The only missing piece is to do the rebase the current 'main' and let the CI finish.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We will need them from other places, it's not longer just
execute
who will be dealign with times.Depends on #2979
Pull Request Checklist