Skip to content

dird: display who triggered the job in job reports#532

Merged
frb121 merged 1 commit intomasterfrom
dev/fbergkemper/master/s3563
May 29, 2020
Merged

dird: display who triggered the job in job reports#532
frb121 merged 1 commit intomasterfrom
dev/fbergkemper/master/s3563

Conversation

@frb121
Copy link
Contributor

@frb121 frb121 commented May 27, 2020

This commit introduces an enum class named JobTrigger used in
JobControlRecords. The purpose is storing and tracking down by whom a
job has been triggered and to display its value in job report summaries.

Currently the following values are defined, kScheduler, kUser and
kClient. The default is kUnknown.

The commit also adjusts all the different job summary generators
to display the JobTrigger in a human readable format.

This commit introduces an enum class named JobTrigger used in
JobControlRecords. The purpose is storing and tracking down by whom a
job has been triggered and to display its value in job report summaries.

Currently the following values are defined, kScheduler, kUser and
kClient. The default is kUnknown.

The commit also adjusts all the different job summary generators
to display the JobTrigger in a human readable format.
@frb121 frb121 requested a review from franku May 27, 2020 09:19
Copy link
Contributor

@franku franku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work!

@frb121 frb121 merged commit 2fb93be into master May 29, 2020
@frb121 frb121 deleted the dev/fbergkemper/master/s3563 branch May 29, 2020 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants