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

feat: version checking for core components #1756

Merged
merged 1 commit into from
Nov 28, 2018
Merged

Conversation

3Hren
Copy link
Member

@3Hren 3Hren commented Nov 27, 2018

Currently we often have a situation when our clients (both suppliers and customers) don't know whether a new version of the platform has been released. To avoid this we've done a simple console notification as a warning about whether it's time to update.

@3Hren 3Hren added T: feature This PR/Issue adds a new feature P: medium This PR/Issue has normal priority V: minor This PR/Issue required minor version to be bumped labels Nov 27, 2018
@3Hren 3Hren requested review from antmat, zavgorodnii, nikonov1101 and a team as code owners November 27, 2018 17:19
return time.Add(m.expireDuration).Before(m.clock())
}

// how to use it:
Copy link
Member

Choose a reason for hiding this comment

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

Probably will be better to move usage info into the top of the file?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh, it's just an ancient artifact. I'll drop it.

Currently we often have a situation when our clients (both suppliers and customers) don't know whether a new version of the platform has been released. To avoid this we've done a simple console notification as a warning about whether it's time to update.
@3Hren 3Hren force-pushed the feat/xx/version-checking branch from a8606b8 to 510e8d4 Compare November 28, 2018 11:29
@3Hren 3Hren merged commit e731672 into master Nov 28, 2018
@3Hren 3Hren deleted the feat/xx/version-checking branch November 28, 2018 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: medium This PR/Issue has normal priority T: feature This PR/Issue adds a new feature V: minor This PR/Issue required minor version to be bumped
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants