Delubear / GlucoseTray

Tray Icon for displaying current BG information in taskbar.
MIT License
35 stars 21 forks source link

Import missing record from Nightscout. #32

Closed sgmoore closed 4 years ago

sgmoore commented 4 years ago

If using Nightscout, we now check for missing records on program startup. Also added option to import readings on first use.

Delubear commented 4 years ago

Can you increment the version number in appsettings.json? Otherwise it will overwrite the existing release binaries.

sgmoore commented 4 years ago

Updated the version number.

Also, I'm not too familiar with workflows, but it looks like actions on Pull requests are running in read-only mode, so can't create releases, (which is probably a good thing). So I have created a separate workflow for PR's. Not sure if there is a better way of doing this as there is a bit of duplication.

Also don't know if it triggers a push if you want to accept this PR, or whether you need to build a version manually.

Delubear commented 4 years ago

I’ll have to dig deeper into the GitHub actions. I’m normally an AzureDevOps pipeline person so the actions here have been mostly trial and error.