James Woglom
e52cd73549
Fix incomplete extended bolus parsing
2023-02-03 23:40:15 -05:00
James Woglom
10fca69038
ignore unrelated pipenv check
2023-01-25 01:17:41 -05:00
James Woglom
1f95dd99f6
fix AutoupdateNoNewDataDetectedError
2023-01-25 01:13:53 -05:00
James Woglom
1e16b7ad01
bump version to v0.9.2
v0.9.2
2023-01-16 19:59:49 -05:00
James Woglom
cffee9cdca
fix codecov config
2023-01-16 19:58:44 -05:00
James Woglom
ee85226c2f
fix test failure
2023-01-16 19:54:16 -05:00
James Woglom
db7d34e62e
flake8 fix
2023-01-16 19:52:22 -05:00
James Woglom
7b17304efc
bump v0.9.1
v0.9.1
2023-01-16 19:49:47 -05:00
James Woglom
d0af9c5c91
Profile sync bugfix and extra validation logic
2023-01-16 19:35:01 -05:00
James Woglom
85303bca82
transparently split large time range calls to ws2 therapytimeline
2023-01-16 19:25:21 -05:00
James Woglom
c6820b7a0d
update log message in process when in pretend mode
2023-01-16 18:21:21 -05:00
James Woglom
04c5a37b8d
separate basal suspension events into own feature to allow skipping WS2 api
2023-01-16 18:06:29 -05:00
James Woglom
31e6737ca7
bump version to 0.9.0
v0.9.0
2023-01-16 17:37:13 -05:00
James Woglom
b9fae36dda
ensure permutations of the same number in different types are considered the same NS profile
2023-01-16 17:35:31 -05:00
James Woglom
1507398eb0
track count in integration tests
2023-01-16 17:12:46 -05:00
James Woglom
4208ffa709
secret bugfix
2023-01-16 17:06:40 -05:00
James Woglom
3b66718e1f
update README with profile sync feature
2023-01-16 17:01:04 -05:00
James Woglom
d9e49e1fc8
integration tests for profile upload
2023-01-16 16:58:19 -05:00
James Woglom
dd9a9ea72c
tests for profile synchronization
2023-01-16 16:00:50 -05:00
James Woglom
d69a760f5b
Translate Tandem profile information to Nightscout format
2023-01-16 14:25:31 -05:00
James Woglom
df4e9e4ed0
fix codecov configuration
2023-01-07 01:17:56 -05:00
James Woglom
98ee986941
bump to 0.8.10
v0.8.10
2023-01-07 00:57:52 -05:00
James Woglom
3f6a0e007d
wider log output in --check-login
2023-01-07 00:56:58 -05:00
James Woglom
48ec97434f
log info about failed software version check
2023-01-07 00:51:07 -05:00
James Woglom
cf0a88c53a
Show full error tracebacks in --check-login
2023-01-07 00:50:56 -05:00
James Woglom
a4ab6398f0
bump v0.8.9
v0.8.9
2022-12-25 13:47:11 -05:00
James Woglom
f67671e1ef
handle cancelled extended bolus with no timestamp: fix #73
2022-12-25 13:46:21 -05:00
James Woglom
5e4d81a618
v0.8.8
v0.8.8
2022-12-12 22:37:30 -05:00
James Woglom
cabbc783c7
catch api exceptions due to workaround with timestamp format in nightscout ( #71 )
2022-12-12 22:36:46 -05:00
James Woglom
62f1322ef6
v0.8.7
v0.8.7
2022-12-02 20:48:51 -05:00
James Woglom
139ccb1878
ignore python3.7 pipenv check warning
2022-12-02 20:48:12 -05:00
James Woglom
e60e9ce537
version 0.8.6
2022-12-02 20:42:35 -05:00
James Woglom
6e180d9f2a
add basal therapy event type, now that Tandem is storing it along with bolus/cgm/bgs
2022-12-02 20:42:35 -05:00
Jarred Yaw and James Woglom
b929d1151e
Moved logger.warn() statements to logger.warning() due to the deprecation msgs I was getting while testing
2022-10-02 00:18:11 -04:00
James Woglom
4d4ee7b425
v0.8.5
v0.8.5
2022-10-02 00:07:32 -04:00
James Woglom
0c5a6d5453
when last_uploaded query returns None, try with fixed timestamp
2022-10-02 00:05:08 -04:00
James Woglom
0b7e33db96
allow self-signed SSL cert with NS_SKIP_TLS_VERIFY ( fixes #63 )
2022-10-01 23:49:16 -04:00
James Woglom
5d58b23d27
v0.8.4
v0.8.4
2022-09-17 10:31:23 -04:00
James Woglom
40aea810cc
pass kwargs to ws2 query
2022-09-17 10:30:01 -04:00
Ryan Stutsman and James Woglom
ec84afdb7a
Fix format string in UnknownTherapyEventType.
...
%s was missing from the format string. This enhances the message to
report the unexpected thearpy type along with the dump of the event that
trigger the exception.
2022-08-26 10:53:50 -04:00
James Woglom
fca7f573a3
set codecov threshold to 50%, to stop failing builds for 0.01% changes in code coverage
2022-08-26 10:53:38 -04:00
James Woglom and GitHub
76fc043a2b
Update issue templates
2022-08-24 12:55:32 -04:00
James Woglom
86e07880a9
bump to v0.8.3
v0.8.3
2022-08-24 12:28:43 -04:00
Jarred Yaw and James Woglom
751087373c
fix unknown therapy event error in ciq_therapy_event.py
2022-08-24 12:20:45 -04:00
Ryan Stutsman and James Woglom
f47421e482
Replace hand-rolled date format with isoformat().
...
Fixes #47 .
2022-08-22 16:45:46 -04:00
t1diotac and James Woglom
dfc39d61bb
Update README.md
...
- Added sections on creating a user-specific install and crontab.
- Added bullet points on installing on CentOS/RHEL/Rocky Linux 8
2022-08-19 10:31:39 -04:00
James Woglom
e8a12e291f
version bump to 0.8.2
v0.8.2
2022-08-12 00:20:11 -04:00
James Woglom
0ebfb2b744
add 10 second timeout on ws2 requests
2022-08-12 00:19:11 -04:00
James Woglom
8f6d03797a
update API section in readme, and check-login script to properly sanitize
2022-08-12 00:06:17 -04:00
James Woglom
6f15ef8857
use domain objects for webui scraping pump profiles
2022-08-11 01:22:44 -04:00