You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just thinking that sometime you don't want to bug your users every time a basebox updates, but you just want to make sure that you're all on the same version or updated past a certain build.
Not really sure if users will bother with setting date/time through configuration file. If you feel like you personally will benefit from it I can add this parameter as optional.
But I'm 100% agree with you that it's annoying to have such update notifications every time even if you decided to skip this update. To make it more user friendly for now I've changed plugin so if you decided to refuse update it will mark this update as one to be ignored and autoskip this update until next update detected.
This also should be available in version 0.0.3
Like this
1 First run with remote image updated:
[test] Verify remote image data: https://127.0.0.1/dummy.box
[test] Modified image detected : https://127.0.0.1/dummy.box {"Last-Modified"=>"Tue, 18 Jun 2013 11:33:11 GMT"}
Would you like to update the box?
If negative - we keep ignoring this update, and notify only when another update detected.
Type (Y/N)N
[test] This update will be ignored
2 Next run:
[test] Verify remote image data: https://127.0.0.1/dummy.box
[test] Modified image detected, this update set to be ignored until next change
Just thinking that sometime you don't want to bug your users every time a basebox updates, but you just want to make sure that you're all on the same version or updated past a certain build.
So as I'm thinking, the warning would be silenced or auto-skipped if this condition matches.
Thoughts?
The text was updated successfully, but these errors were encountered: