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

Replaced the update checker #1275

Merged
merged 3 commits into from
Apr 9, 2018
Merged

Replaced the update checker #1275

merged 3 commits into from
Apr 9, 2018

Conversation

leo
Copy link
Contributor

@leo leo commented Apr 9, 2018

Previously, we've noticed that some customers weren't seeing the update message when there was actually a new version out.

This was due to our previous update checker having a lot of error surface by spawning a child process that could potentially get lost.

In turn, we moved to a self-built one that blocks the command execution for a few hundred milliseconds every day to ensure the user is really running the latest version. If not, a beautiful update message is displayed:

screen shot 2018-04-08 at 19 16 07

@leo leo added patch labels Apr 9, 2018
@leo leo requested a review from rauchg April 9, 2018 02:21
@leo leo changed the title Replaced update checker Replaced the update checker Apr 9, 2018
@javivelasco javivelasco self-requested a review April 9, 2018 03:32
@leo leo removed the request for review from rauchg April 9, 2018 03:33
@leo leo merged commit 6ca2931 into canary Apr 9, 2018
@leo leo deleted the update-checker branch April 9, 2018 03:33
leo added a commit that referenced this pull request Apr 9, 2018
* Replaced update checker

* Moved to devDeps

* Removed prod dep entry
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.

None yet

2 participants