-
Notifications
You must be signed in to change notification settings - Fork 179
create dev area post 0.1.5 release #99
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
Conversation
Support following switches: --count --microseconds --seconds --minutes --hours
Should help @Spazholio and others upload calibrations to Nightscout so that raw can be shown. CC @jasoncalabrese.
This allows providing only the count, skipping the since specs. This fixes an issue where it was very easy to get an empty array because there are no records since "now."
In general, optional switches should come before required positionals. This helps encourage moving switches towards the beginning of the line. In addition, this helps tweak issue #102 #102 (comment), by fixing an issue in the handling of the INI file for the oref0_glucose report.
Fix oref0_glucose report on G5
add hostname to the device field: openaps://host/device
@bewest it appears I may not have the required PyPi maintainer permissions to be able to release a new version? Can you check that? |
Howdy @scottleibrand please, set up a practice/demo project/repo and go through a few release exercises. |
Hey @bewest - Scott's asked me to help out with the pypi side of things. I was wondering if you could confirm the general (overall) release process, so that I am sure I'm doing things correctly. I've been releasing mmeowlink with pypi for a bit, and am pretty happy with things (though I don't use pypi at $WORK) Once you've had some time to confirm the below, I'll go through a test process with my pypi account. From what I can see:
Then some manual steps happen (I'm guessing at this process), on your dev box:
Once all the above is done, we're at the same point as when we started, and the process repeats. If you're happy with things, if you could grant me permissions on pypi and testpypi? My username is oskarpearson on both of them. I'll do some testing with a test name value in setup.py first, then with the real package name but uploading to testpypi. If everything then goes to plan, I'll push to pypi. Thanks for your help. |
Howdy, I created a simple python package here to practice with: openaps/stdprojectexample#1 |
Thanks for doing that @oskarpearson, looks good. I've add you on pypi for a bunch of projects including this one. 😸 |
Err, except |
Release planning happens here. 😺