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

Notify/download latest version file as part of cron #327

Closed
2 tasks done
nabeelio opened this issue Jul 17, 2019 · 1 comment
Closed
2 tasks done

Notify/download latest version file as part of cron #327

nabeelio opened this issue Jul 17, 2019 · 1 comment

Comments

@nabeelio
Copy link
Owner

nabeelio commented Jul 17, 2019

Notify and download the latest version file as part of a cron, as to not slow the dashboard loading down. The actual latest version ID can be saved/set in a hidden setting() call or some table used for storing internal data (kvp)

  • Create new table called kvp - store a key and value pairs as string:string
  • New cron for checking updates/downloading files just once daily (adjustable by setting?)

Somewhat related to #326

@nabeelio nabeelio changed the title Download latest version as part of cron Notify/download latest version file as part of cron Jul 17, 2019
@nabeelio
Copy link
Owner Author

nabeelio commented Aug 6, 2019

KVP done with spatie package and stored on disk. Cron checks from Github and added setting to check for beta versions.

@nabeelio nabeelio closed this as completed Aug 6, 2019
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

No branches or pull requests

1 participant