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

0.7.1 #1317

Merged
merged 70 commits into from
Jun 19, 2022
Merged

0.7.1 #1317

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
86a9517
Merge pull request #1316 from openaps/master
danamlewis Nov 10, 2019
ee1cdf3
Add ability to calculate glucose noise (#1298)
jpcunningh Nov 10, 2019
6bc60eb
Remove aCOBpredBGs (accelerated carbohydrate absorption) as it is not…
tzachi-dar Nov 15, 2019
1f8c400
Allow to upload profile even when the url ends with / (for example: h…
tzachi-dar Nov 16, 2019
62875eb
Make explicit that NS secret prompt will follow (#1320)
old-square-eyes Nov 22, 2019
f3b5207
xdrip-js also works with G6
scottleibrand Dec 1, 2019
cb8e949
fix bug in #1258 breaking don't loop on too-flat CGM data behavior
scottleibrand Dec 2, 2019
b6e831b
clarify CGM too flat error
scottleibrand Dec 2, 2019
2094321
fix glucose-noise lastDelta logic error (#1326)
jpcunningh Dec 3, 2019
f9c8b69
flat CGM data isn't really an error, just a reason to dose neutrally
scottleibrand Dec 4, 2019
b9f6cf5
More comments (#1321)
scottleibrand Dec 4, 2019
f14f6d8
add test to ensure we correctly fall back to dateString property
Dec 4, 2019
87c5813
fix bug by using correct glucose object when parsing current date
Dec 4, 2019
b32880a
encapsulate logic for accessing entry date into a single function
Dec 4, 2019
e9f6922
Mraa ccprog install (#1322)
scottleibrand Dec 6, 2019
d0d8a84
update too-flat language (#1327)
scottleibrand Dec 6, 2019
95cc3cd
Merge branch 'GLUCOSE-GET-LAST' of https://github.com/jakobsandberg/o…
scottleibrand Dec 6, 2019
8f4845c
skip meter bg when getting last glucose (#1328)
jakobsandberg Dec 9, 2019
f889c1a
Merge remote-tracking branch 'origin/dev' into jakobsandberg-GLUCOSE-…
scottleibrand Dec 9, 2019
4f5a325
Merge branch 'jakobsandberg-GLUCOSE-GET-LAST' into dev
scottleibrand Dec 9, 2019
9d4c739
upgrade setuptools to avoid install_requires error per #1303
scottleibrand Dec 10, 2019
f841fa7
set up xdrip-js with DEXCOM_CGM_TX_ID
scottleibrand May 28, 2019
303833c
Add a shutdown function for pi based rigs (#1332)
juehv Dec 15, 2019
c01674b
Ping to default gateways (per network) to see if local connection is …
tzachi-dar Dec 23, 2019
2808a14
Kill ns-loop if it lasts for more than 10 minutes. (#1340)
tzachi-dar Dec 28, 2019
95443cb
simple oref0-simulator (#1325)
scottleibrand Dec 31, 2019
eaac5c0
ignore null glucose records (may fix #1265) (#1324)
scottleibrand Dec 31, 2019
c94b445
Warn users that the status screen is hard coded for the myopenaps dir…
tepidjuice Dec 31, 2019
6648279
Add public ip information to status file (#1331)
juehv Dec 31, 2019
6a1a662
if disk has less than 10MB free, delete something and logrotate (#1337)
scottleibrand Dec 31, 2019
c16a841
whitespace cleanup
scottleibrand Dec 31, 2019
89a90b8
Fix cgm with share2 via nightscout with tokenbased authentication wit…
PieterGit Jan 1, 2020
5b753ad
re-add openaps first-upload (mentioned in docs) (#1338)
scottleibrand Jan 5, 2020
04daea2
wait for silence before running scripts that might use the radio like…
scottleibrand Jan 6, 2020
113a871
Remove unused functions. (#1347)
tzachi-dar Jan 9, 2020
7d58ea9
Add quotation marks around egrep expression. (#1351)
tzachi-dar Jan 21, 2020
90d5ceb
add timeout to oref0-get-ns-entries request call (#1349)
jpcunningh Jan 22, 2020
78cd0a7
Make sure .bash_profile exists (#1354)
cluckj Feb 2, 2020
3cddf42
simulator support for BG target schedules (#1355)
scottleibrand Feb 3, 2020
16b9840
simulator bugfix and better logging (#1356)
scottleibrand Feb 3, 2020
188487b
Upload NS status when possible. (#1346)
tzachi-dar Feb 14, 2020
e777301
deprecate adv_target_adjustments; reorder code for readability (#1344)
scottleibrand Feb 14, 2020
7571845
deprecate/remove support for max_bg and wide_bg_target_range (#1345)
scottleibrand Feb 14, 2020
38732f8
target_bg preference (#1358)
scottleibrand Feb 14, 2020
236b82e
Only install local hostspot if selected (#1323)
scottleibrand Feb 14, 2020
c37b8c4
Installer fixes (#1366)
cluckj Feb 25, 2020
504a478
shared-node (#1361)
scottleibrand Mar 17, 2020
1aed0e9
Fix pancreabble config paths (#1372)
kurbezz May 13, 2020
5313363
calculate effective temp basal rate for Omnipod Loop (#1364)
scottleibrand Jun 23, 2020
b51cfe2
maxDelta bg % threshold as hidden preference (#1382)
Foxy7 Aug 30, 2020
06f2ed4
add mills to status upload to reduce NS client workload (#1385)
jpcunningh Sep 5, 2020
2835986
correct ns sgv query (#1386)
jpcunningh Sep 12, 2020
37a50e4
Fix issue 1377, install correct version of py-parsedatetime (#1387)
sksksksksksksk Sep 18, 2020
5635387
equal sign typo (#1388)
diabeticpilot Nov 22, 2020
1d9e5f5
Update app.py to show sgv via workaround (#1391)
Foxy7 Jan 5, 2021
bec71ed
Fix oref0-ns-loop.sh pushover_snooze NS authorization (#1393)
jpcunningh Apr 20, 2021
839a250
Improve error message on Autotune run without BG-data (#1404)
petervanrijt Jul 22, 2021
7157ef4
Fix SyntaxError for unexpected token on console.error (#1410)
geekygirlsarah Oct 17, 2021
1954758
rewind, prime and battery indicates change (#1409)
Foxy7 Dec 11, 2021
1ec3528
Bugfixes (#1411)
jimrandomh Dec 11, 2021
c454ecd
per #1401 set highest sensitivity on low TT and halfBasal (#1403)
jncchds Dec 18, 2021
fe6e492
replace git:// with https:// (#1398)
Foxy7 Dec 18, 2021
d15d8d4
Enable SMB when BG greater than specified value (#1365)
stevebell117 Dec 18, 2021
d8af80b
Add a script to delete device status entries that are older than 2 mo…
tzachi-dar Dec 18, 2021
cb133de
Fix python script and allow autotune prep/core to write to file direc…
hsghori Dec 18, 2021
da70837
fix #1405 - rT.reason extended (#1415)
mountrcg Dec 18, 2021
912ab07
Tzachi shared node phase2 (#1370)
tzachi-dar Dec 20, 2021
5d0984e
comment out shared-node cp to avoid full disk (#1416)
scottleibrand Dec 21, 2021
5e4ee98
define undefined var dev5m (#1418)
scottleibrand Jan 5, 2022
da7015c
carbsReq pushover improvements (#1421)
scottleibrand Jun 14, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,6 @@ bin/__pycache__
package-lock.json

*.pyc

bash-unit-test-temp

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ API_SECRET="..." NIGHTSCOUT_HOST=localhost:1337 ns-upload-entries <input> <outpu
### Get the source

```
git clone git://github.com/openaps/oref0.git
git clone https://github.com/openaps/oref0.git
cd oref0
git checkout dev
git checkout -b wip/my-enhancement-fix-or-proposal
Expand Down
Loading