Skip to content
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

control-service: ability to add offset to dates in logs URL #644

Merged

Conversation

mivanov1988
Copy link
Collaborator

Some of the external systems that our customers use
have different time than Control Service.

This change aims to introduce configurable offset
that will be added to both start_time and end_time varibles
during the building of logs URL for each particular execution.

Testing Done: unit and integration tests

Signed-off-by: Miroslav Ivanov [email protected]

Copy link
Contributor

@tpalashki tpalashki left a comment

Choose a reason for hiding this comment

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

Looking good.

Can I ask when you adopt this with concrete values for the new offsets, to also make the same adjustments to the urls in the notification rules?

Some of the external systems that our customers use
have different time than Control Service.

This change aims to introduce configurable offset
that will be added to both start_time and end_time varibles
during the building of logs URL for each particular execution.

Testing Done: unit and integration tests

Signed-off-by: Miroslav Ivanov [email protected]
@mivanov1988 mivanov1988 force-pushed the person/miroslavi/add-offset-to-start-time-and-end-time branch from a1a05a1 to d34494f Compare December 17, 2021 15:14
@mivanov1988 mivanov1988 merged commit 20464e7 into main Dec 17, 2021
@mivanov1988 mivanov1988 deleted the person/miroslavi/add-offset-to-start-time-and-end-time branch December 17, 2021 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add configurable offset_start_time and offset_end_time for Executions Logs URL
4 participants