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

Allow legacy deduplication #741

Open
wants to merge 430 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 250 commits
Commits
Show all changes
430 commits
Select commit Hold shift + click to select a range
235c05c
fix type
jh-bate Feb 1, 2024
fc353cb
BACK 2746
jh-bate Feb 7, 2024
0e6783e
tests moves to migration utils
jh-bate Feb 7, 2024
2d2ecb5
basic update tests
jh-bate Feb 7, 2024
bef257e
payload test
jh-bate Feb 7, 2024
8dcb33a
test for payload and annotations
jh-bate Feb 7, 2024
1b52af2
remove calc wizard from audit
jh-bate Feb 7, 2024
649bcf5
build mongo query form difference
jh-bate Feb 11, 2024
c70e95d
don't build diff on internal properties
jh-bate Feb 12, 2024
7011293
import order
jh-bate Feb 12, 2024
9a0548c
remove payload
jh-bate Feb 12, 2024
c27671a
check if cap set or not
jh-bate Feb 12, 2024
c46998b
set last update ID for select
jh-bate Feb 12, 2024
4f6c7cf
set id even when item not updated
jh-bate Feb 12, 2024
9115b92
don't write the updates yet
jh-bate Feb 12, 2024
9c87b14
switch to audit or update process
jh-bate Feb 12, 2024
329af8c
filter out inner payload changes
jh-bate Feb 13, 2024
4915b2e
errors per type
jh-bate Feb 13, 2024
b41fbdf
type specific validator changes
jh-bate Feb 13, 2024
f7334c5
fix payload type
jh-bate Feb 13, 2024
4a0fe93
parse for specific types
jh-bate Feb 13, 2024
56816a7
move percent so it is deleted in update
jh-bate Feb 13, 2024
8912a52
try to remove empty payload
jh-bate Feb 13, 2024
204ff7e
remove payload
jh-bate Feb 13, 2024
ace6538
type specific updates
jh-bate Feb 13, 2024
203427e
allow updates
jh-bate Feb 13, 2024
87a97df
log if auditing
jh-bate Feb 13, 2024
da9bbe9
remove needless logging
jh-bate Feb 13, 2024
5941ddc
tests and updates
jh-bate Feb 13, 2024
fb540b9
trying to sort empty payload
jh-bate Feb 13, 2024
222cc52
generic object also
jh-bate Feb 13, 2024
7094887
moar debugging for cbg
jh-bate Feb 13, 2024
d0c9e35
empty payload removed
jh-bate Feb 13, 2024
7e54587
fix reservoirchange status
jh-bate Feb 13, 2024
85b1514
test BuildPlatformDatum
jh-bate Feb 14, 2024
94eafcb
fix for cgmSettings precision
jh-bate Feb 14, 2024
5456c14
parse previousOverride allow string alarm status
jh-bate Feb 14, 2024
b075de8
hold off writing errors until the end
jh-bate Feb 14, 2024
3f97d79
all errors to JSON at once
jh-bate Feb 14, 2024
d44dd31
errors as we write updates smaller files
jh-bate Feb 14, 2024
f02369d
cleaner error logs and grouping
jh-bate Feb 14, 2024
9d7a0e5
limit per group
jh-bate Feb 14, 2024
8661d31
write errors as pretty JSON
jh-bate Feb 15, 2024
fa9d7b9
json formatting for errors
jh-bate Feb 15, 2024
86087d5
generate ans set hash
jh-bate Feb 15, 2024
ca18a36
new line after each
jh-bate Feb 15, 2024
db165bd
all tests
jh-bate Feb 20, 2024
03aaf80
output diff in batches also
jh-bate Feb 20, 2024
314f53b
group updates by type for diff
jh-bate Feb 21, 2024
57b99b0
flush diffs at end
jh-bate Feb 21, 2024
bba5b9f
remove audit, set _deduplicator correctly on updates
jh-bate Feb 21, 2024
6474069
filter out empty updates
jh-bate Feb 21, 2024
fb10961
reset after written
jh-bate Feb 21, 2024
1ede9ee
debug status changes
jh-bate Feb 21, 2024
b858997
status ID checks
jh-bate Feb 21, 2024
e4ff330
debug for bolusID on wizard
jh-bate Feb 21, 2024
88eeba9
changes for wizard datum with bolus string
jh-bate Feb 22, 2024
53f0321
fixes for pathing
jh-bate Feb 22, 2024
b35d332
update has both an apply and revert
jh-bate Feb 27, 2024
f8a5fb3
fix log paths
jh-bate Feb 27, 2024
189441f
write line by line
jh-bate Feb 27, 2024
5cb3cba
set revert for logging
jh-bate Feb 28, 2024
4249efb
attempt to get vaild bg updates
jh-bate Feb 28, 2024
cc5c310
update targetObj setting
jh-bate Feb 28, 2024
81dd29d
fix for wizard target types
jh-bate Feb 28, 2024
015a574
logging
jh-bate Feb 28, 2024
03b7482
fix when units are invalid
jh-bate Feb 28, 2024
3fbb935
write revert data for each datum
jh-bate Feb 28, 2024
c5b5ddc
fix empty payload issue
jh-bate Feb 29, 2024
06b4f6d
test pumpSettings with bolus
jh-bate Feb 29, 2024
e4b3806
fix so wizard bolus is validated
jh-bate Feb 29, 2024
8e8c99a
updates and tests for payload and annotations
jh-bate Mar 4, 2024
130f4b2
update for deviceEvent with status
jh-bate Mar 4, 2024
a993085
test debug
jh-bate Mar 4, 2024
ad5bb24
status deviceEvent test
jh-bate Mar 5, 2024
bc7fff8
start of SleepSchedule test
jh-bate Mar 5, 2024
c23f149
tests for annotations and sleepSchedules
jh-bate Mar 5, 2024
9b6e227
only write audit log if a dry run
jh-bate Mar 5, 2024
beecdc5
update logging
jh-bate Mar 5, 2024
5b0b505
migration updates
jh-bate Mar 6, 2024
821637c
allow for start of revert changes
jh-bate Mar 6, 2024
69af971
error filtering
jh-bate Mar 6, 2024
f067e66
show percent processed
jh-bate Mar 7, 2024
2fe84d9
show percent process
jh-bate Mar 7, 2024
eb44639
cleanup error checking
jh-bate Mar 7, 2024
659bc2d
query updates for filtering
jh-bate Mar 11, 2024
1fffd0a
revert of changes
jh-bate Mar 11, 2024
8855e7e
general writeLastProcessed for audit, process and revert
jh-bate Mar 12, 2024
0d0ea1d
updates for apply rollback
jh-bate Mar 12, 2024
b8f45f5
rollback cmds
jh-bate Mar 12, 2024
57ba478
log only if commands are found
jh-bate Mar 12, 2024
4db4699
update logging details
jh-bate Mar 12, 2024
40a2ce2
Merge branch 'master' into jf_migration_tests
jh-bate Mar 12, 2024
5ab390b
naming updates for consistency
jh-bate Mar 12, 2024
eab3f8d
rework for testing
jh-bate Mar 14, 2024
c107334
migration tests
jh-bate Mar 20, 2024
1729d97
Merge branch 'master' into jf_migration_tests
jh-bate Mar 20, 2024
eef58bd
tests compare original vs rolledback item
jh-bate Mar 20, 2024
e85a447
move out mongo instance checker for easier testing
jh-bate Mar 21, 2024
0cc6b64
make internal
jh-bate Mar 21, 2024
af0214d
not nil or empty
jh-bate Mar 26, 2024
54d6e16
ensure all config is set
jh-bate Mar 26, 2024
52226ec
reset data if not writing to disk
jh-bate Mar 26, 2024
329a62c
write as we go
jh-bate Mar 26, 2024
8b4bcd8
don't persist raw data
jh-bate Mar 26, 2024
0bafed4
cleanup
jh-bate Mar 26, 2024
5e72371
allow to build error summary
jh-bate Apr 1, 2024
5a4a210
fixes to generate log summary
jh-bate Apr 1, 2024
d43e44c
roll log file every 6 hours
jh-bate Apr 1, 2024
582b55f
format dateContainer for logs
jh-bate Apr 1, 2024
8ebb807
fix err check
jh-bate Apr 1, 2024
5dcb098
report run details
jh-bate Apr 2, 2024
b34056d
show query and config
jh-bate Apr 2, 2024
cbf581a
cleanup settings
jh-bate Apr 2, 2024
f6770c0
linting
jh-bate Apr 3, 2024
cbc0f1e
optional splitting of the logs
jh-bate Apr 3, 2024
45b4a57
remove log splitting - will just ensure disk space
jh-bate Apr 3, 2024
b34ec12
cleanup cbg parsing of unused fields
jh-bate Apr 9, 2024
e1c1e65
updates for drilling into specific details
jh-bate Apr 10, 2024
1f5a00f
Merge branch 'master' into jf_migration_tests
jh-bate Apr 15, 2024
be287f9
fix and test for cgmSettings
jh-bate Apr 16, 2024
31d4d6b
move comment
jh-bate Apr 16, 2024
ee8050b
Jf migration history (#712)
jh-bate Apr 25, 2024
b7d579e
LegacyIdentityFields for hash
jh-bate May 29, 2024
176ba64
cleanup creation and tests for legacy id fields
jh-bate May 29, 2024
0ba107e
cleanup for getting of legacy fields
jh-bate May 30, 2024
a50175b
Merge branch 'master' into jf_deduplication
jh-bate Jun 3, 2024
fb425d0
changes for migration of jellyfish upload records
jh-bate Jun 4, 2024
1597c04
Merge branch 'master' into jf_deduplication
jh-bate Jun 18, 2024
b5ff5d0
update devices
jh-bate Jun 20, 2024
59e50d3
cleanup
jh-bate Jun 25, 2024
3c8d3e6
fix field types
jh-bate Jun 25, 2024
4db0383
Merge branch 'master' into jf_deduplication
jh-bate Jun 25, 2024
1f63fc7
updates from previous review
jh-bate Jun 25, 2024
8d15dc8
review updates
jh-bate Jun 25, 2024
0f7dda1
review updates
jh-bate Jun 26, 2024
acd4869
fix nil check
jh-bate Jun 26, 2024
ba2b664
simple dataset comparison tool
jh-bate Jun 27, 2024
5b4d580
fix flag name
jh-bate Jun 27, 2024
23f946b
debug logging
jh-bate Jun 27, 2024
2bbde7c
error checking
jh-bate Jun 27, 2024
2ccdb24
logging for diffs
jh-bate Jun 27, 2024
b6c4ea1
dont clean datasets for compare
jh-bate Jun 27, 2024
2929216
differ updates
jh-bate Jun 27, 2024
aaf274b
trying other options
jh-bate Jun 27, 2024
5151712
limit
jh-bate Jun 27, 2024
03778dd
remove cruft from compare datasets
jh-bate Jun 27, 2024
7a625c4
remove fields not required for comparison
jh-bate Jul 1, 2024
412154a
run diff for a dataset in batches
jh-bate Jul 1, 2024
3b93bb6
cleanup reporting
jh-bate Jul 1, 2024
ae89fca
Merge branch 'master' into jf_deduplication
jh-bate Jul 1, 2024
7a16063
allow finding of blobs
jh-bate Jul 2, 2024
1991df4
update sort
jh-bate Jul 2, 2024
0886a7c
group data by type
jh-bate Jul 2, 2024
5d75629
report type
jh-bate Jul 2, 2024
72521ae
allow to pass datatype of upload to compare
jh-bate Jul 2, 2024
54583a0
clean out revision form compare
jh-bate Jul 2, 2024
6a74788
look at 4 smaller batches to compare
jh-bate Jul 2, 2024
14d9ee8
depending on amount of data process a subset or all data points
jh-bate Jul 2, 2024
46a84dc
batch diffs
jh-bate Jul 2, 2024
ae8d571
fix for fetching blob ids
jh-bate Jul 2, 2024
75c5cab
include deviceId with blob details
jh-bate Jul 2, 2024
dd87ea2
rename blobId
jh-bate Jul 2, 2024
1ed373e
include bolus deliveryContext
jh-bate Jul 2, 2024
d4e573c
add field keys
jh-bate Jul 2, 2024
c3725de
allow day of week to be case insensitive
jh-bate Jul 3, 2024
0ab37ed
test for day of week validation
jh-bate Jul 3, 2024
361b697
updates for dataset verification tool
jh-bate Jul 3, 2024
6cb3072
seperate file name and path
jh-bate Jul 3, 2024
36ca339
also group by subtype if present
jh-bate Jul 4, 2024
e354180
simplify compare sets
jh-bate Jul 4, 2024
6b74c8e
diff row by row
jh-bate Jul 4, 2024
033e3a0
diff datum by datum
jh-bate Jul 4, 2024
092dead
find missing datum if there are any
jh-bate Jul 4, 2024
9206307
allow basal suspend to have no upper bound
jh-bate Jul 8, 2024
2828e2f
cleanup LegacyIDFields setup
jh-bate Jul 10, 2024
8a63758
expand device list
jh-bate Jul 10, 2024
4218656
have generic raw object for units and value (#749)
jh-bate Jul 11, 2024
5b63d5e
Merge branch 'master' into jf_deduplication
jh-bate Jul 11, 2024
c6ac9ad
requirement updates
jh-bate Jul 11, 2024
16fdcb8
updates for deps
jh-bate Jul 11, 2024
387299a
pull blob user also
jh-bate Jul 12, 2024
452362e
device blob path, check which is largest for finding missing records
jh-bate Jul 12, 2024
f2307df
use ConvertCompatibleTypes so non-existent diffs not reported
jh-bate Jul 16, 2024
f5a2190
ability to filter out expected differences
jh-bate Jul 16, 2024
cfbaffd
update tests and filtering
jh-bate Jul 16, 2024
7aaced7
write blob data to file
jh-bate Jul 16, 2024
db52ff6
format blob data and include helper script
jh-bate Jul 17, 2024
eb023c1
find missing datum
jh-bate Jul 19, 2024
aadfec3
tests for finding missing vals
jh-bate Jul 21, 2024
b32d1b9
CompareDatasets and CompareDatasetDatums updates
jh-bate Jul 23, 2024
ef7c733
cleanup CompareDatasets
jh-bate Jul 24, 2024
db10afe
fix for duplicates CompareDatasets
jh-bate Jul 24, 2024
8fcba34
updates to find missing datums from platform records
jh-bate Jul 24, 2024
6d0cd04
combine all verification code and scripts
jh-bate Jul 29, 2024
755103a
keep uploadId and _active
jh-bate Jul 30, 2024
8205240
cleanup and allow query of datasets for deduping
jh-bate Jul 30, 2024
f7960eb
fix tandem model
jh-bate Jul 30, 2024
f1e15a6
Legacy Field Updates
jh-bate Jul 30, 2024
4ac6f5c
expand type LegacyIdentityFields tests
jh-bate Jul 31, 2024
f67d41c
fix test
jh-bate Jul 31, 2024
8872788
updates for DeviceDeactivateHashName with different versions
jh-bate Aug 1, 2024
275cf7a
refine setting of DeviceDeactivateHashVersion
jh-bate Aug 1, 2024
5f6398c
no-op on base LegacyIdentityFields
jh-bate Aug 2, 2024
ed43af9
fix test
jh-bate Aug 2, 2024
0a5c1cc
LegacyIdentityFields returns base fields
jh-bate Aug 2, 2024
fe8a85a
sorting out LegacyIdentityFields error
jh-bate Aug 4, 2024
5ddf7ec
set base LegacyIdentityFields as type, deviceId and time
jh-bate Aug 4, 2024
8a20208
modify time format
jh-bate Aug 5, 2024
e6dce6c
fix format to keep trailing zeros
jh-bate Aug 5, 2024
4541d0d
fix test formatting
jh-bate Aug 5, 2024
5279675
version naming and debug
jh-bate Aug 6, 2024
d51f3ca
start using _groupId for legacy hash
jh-bate Aug 7, 2024
74290b3
try to find last upload if a legacy device
jh-bate Aug 7, 2024
c9ed224
more error details
jh-bate Aug 7, 2024
7588edf
debug
jh-bate Aug 7, 2024
1412b4c
fix error check
jh-bate Aug 7, 2024
079b214
allow checking based on _deduplicator
jh-bate Aug 8, 2024
6a71e3d
extend insulin range to 250 for consistency
jh-bate Aug 8, 2024
3a32367
expand device model list
jh-bate Aug 9, 2024
4ede27e
helper script updates
jh-bate Aug 12, 2024
4876b11
Merge branch 'master' into jf_deduplication
jh-bate Aug 14, 2024
390fce1
naming
jh-bate Aug 20, 2024
8d2c0ff
script updates from testing
jh-bate Aug 20, 2024
135f3e9
Merge branch 'master' into jf_deduplication
jh-bate Aug 20, 2024
f75d16c
testing updates
jh-bate Sep 2, 2024
5eb1d3b
Merge branch 'master' into jf_deduplication
jh-bate Sep 2, 2024
e6c765d
fix hash tests
jh-bate Sep 2, 2024
7f84ab8
include userID in device data query
jh-bate Sep 5, 2024
5c6b8fd
set raw data from CBG, fix issue with missing id for SMBG
jh-bate Sep 10, 2024
04aac95
Merge branch 'master' into jf_deduplication
jh-bate Sep 11, 2024
5007049
Merge branch 'master' into jf_deduplication
jh-bate Sep 17, 2024
cabab88
updates to helper files
jh-bate Sep 23, 2024
5ddf372
Merge branch 'master' into jf_deduplication
jh-bate Sep 23, 2024
5dbfcab
increase carb ratio based on findings from prod data testing (#767)
jh-bate Sep 24, 2024
d52e9d6
remove correlation with expectedExtended and expectedDuration (#778)
jh-bate Oct 3, 2024
e4d88ab
Merge branch 'master' into jf_deduplication
jh-bate Oct 8, 2024
5d39959
review updates
jh-bate Oct 21, 2024
8328218
update to use IdentityFields(version string) ([]string, error)
jh-bate Oct 21, 2024
f87f048
review updates
jh-bate Oct 22, 2024
086b4fd
cleanup
jh-bate Oct 22, 2024
7492d22
cleanup identityFields creation
jh-bate Oct 22, 2024
1c6731f
review updates
jh-bate Oct 22, 2024
f0cc214
Merge branch 'master' into jf_deduplication
jh-bate Oct 22, 2024
0209295
Merge branch 'master' into jf_deduplication
jh-bate Oct 30, 2024
6d84df2
updates from merge
jh-bate Oct 30, 2024
adbd24f
review updates
jh-bate Nov 11, 2024
77ffcca
Merge branch 'master' into jf_deduplication
jh-bate Nov 11, 2024
1a090b0
update import for consistency
jh-bate Nov 11, 2024
f715153
test updates
jh-bate Nov 11, 2024
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
11 changes: 11 additions & 0 deletions data/blood/glucose/glucose.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,14 @@ func NormalizeValueForUnits(value *float64, units *string) *float64 {
}
return value
}

func NormalizeValueForUnitsWithFullPrecision(value *float64, units *string) *float64 {
if value != nil && units != nil {
switch *units {
case MgdL, Mgdl:
floatValue := *value / MmolLToMgdLConversionFactor
return &floatValue
}
}
return value
}
24 changes: 24 additions & 0 deletions data/blood/glucose/glucose_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,28 @@ var _ = Describe("Glucose", func() {
}
})
})
Context("NormalizeValueForUnitsWithFullPrecision", func() {
DescribeTable("given value and units",
func(value *float64, units *string, expectedValue *float64) {
actualValue := glucose.NormalizeValueForUnitsWithFullPrecision(value, units)
if expectedValue == nil {
Expect(actualValue).To(BeNil())
} else {
Expect(actualValue).ToNot(BeNil())
Expect(*actualValue).To(Equal(*expectedValue))
}
},
Entry("returns nil for nil value", nil, pointer.FromString("mmol/L"), nil),
Entry("returns unchanged value for nil units", pointer.FromFloat64(10.0), nil, pointer.FromFloat64(10.0)),
Entry("returns unchanged value for unknown units", pointer.FromFloat64(10.0), pointer.FromString("unknown"), pointer.FromFloat64(10.0)),
Entry("returns unchanged value for mmol/L units", pointer.FromFloat64(10.0), pointer.FromString("mmol/L"), pointer.FromFloat64(10.0)),
Entry("returns unchanged value for mmol/l units", pointer.FromFloat64(10.0), pointer.FromString("mmol/l"), pointer.FromFloat64(10.0)),

Entry("returns converted value for mg/dL units", pointer.FromFloat64(140.0), pointer.FromString("mg/dL"), pointer.FromFloat64(7.771047187463747)),
Entry("returns converted value for mg/dL units", pointer.FromFloat64(100.0), pointer.FromString("mg/dL"), pointer.FromFloat64(5.550747991045533)),
Entry("returns converted value for mg/dl units", pointer.FromFloat64(80.0), pointer.FromString("mg/dl"), pointer.FromFloat64(4.440598392836427)),
Entry("returns converted value for mg/dl units", pointer.FromFloat64(69.0), pointer.FromString("mg/dl"), pointer.FromFloat64(3.830016113821418)),
Entry("returns converted value for mg/dl units", pointer.FromFloat64(50.0), pointer.FromString("mg/dl"), pointer.FromFloat64(2.7753739955227665)),
)
})
})
21 changes: 21 additions & 0 deletions data/blood/glucose/test/glucose.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,31 @@
package test

import (
"github.com/onsi/gomega"

dataBloodGlucose "github.com/tidepool-org/platform/data/blood/glucose"
"github.com/tidepool-org/platform/metadata"
"github.com/tidepool-org/platform/test"
)

func RandomUnits() string {
return test.RandomStringFromArray(dataBloodGlucose.Units())
}

func ExpectRaw(raw *metadata.Metadata, expectedRaw *metadata.Metadata) {
if expectedRaw != nil {
gomega.Expect(raw).ToNot(gomega.BeNil())
if expectedRaw.Get("units") == nil {
gomega.Expect(raw.Get("units")).To(gomega.BeNil())
} else {
gomega.Expect(raw.Get("units")).To(gomega.Equal(expectedRaw.Get("units")))
}
if expectedRaw.Get("value") == nil {
gomega.Expect(raw.Get("value")).To(gomega.BeNil())
} else {
gomega.Expect(raw.Get("value")).To(gomega.Equal(expectedRaw.Get("value")))
}
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved
} else {
gomega.Expect(raw).To(gomega.BeNil())
}
}
2 changes: 2 additions & 0 deletions data/data_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func (d *DataSetClient) Validate(validator structure.Validator) {

type DataSetFilter struct {
ClientName *string
IsLegacy *bool
Deleted *bool
DeviceID *string
}
Expand Down Expand Up @@ -321,6 +322,7 @@ type DataSet struct {
Type string `json:"type,omitempty" bson:"type,omitempty"`
UploadID *string `json:"uploadId,omitempty" bson:"uploadId,omitempty"`
UserID *string `json:"-" bson:"_userId,omitempty"`
LegacyGroupID *string `json:"-" bson:"_groupId,omitempty"`
Version *string `json:"version,omitempty" bson:"version,omitempty"`
VersionInternal int `json:"-" bson:"_version,omitempty"`
}
Expand Down
1 change: 1 addition & 0 deletions data/datum.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type Datum interface {
Normalize(normalizer Normalizer)

IdentityFields() ([]string, error)
LegacyIdentityFields() ([]string, error)
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved

GetOrigin() *origin.Origin
GetPayload() *metadata.Metadata
Expand Down
116 changes: 96 additions & 20 deletions data/deduplicator/deduplicator/device_deactivate_hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ import (
dataStore "github.com/tidepool-org/platform/data/store"
dataTypesUpload "github.com/tidepool-org/platform/data/types/upload"
"github.com/tidepool-org/platform/errors"
"github.com/tidepool-org/platform/page"
"github.com/tidepool-org/platform/pointer"
)

type DeviceDeactivateHashVersion string
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved

const (
DeviceDeactivateHashVersionUnkown DeviceDeactivateHashVersion = ""
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved
DeviceDeactivateHashVersionCurrent DeviceDeactivateHashVersion = "1.1.0"
DeviceDeactivateHashVersionLegacy DeviceDeactivateHashVersion = "0.0.0"
)

const DeviceDeactivateHashName = "org.tidepool.deduplicator.device.deactivate.hash"
Expand All @@ -18,12 +28,36 @@ var DeviceDeactivateHashDeviceManufacturerDeviceModels = map[string][]string{
"Trividia Health": {"TRUE METRIX", "TRUE METRIX AIR", "TRUE METRIX GO"},
}

var DeviceDeactivateLegacyHashManufacturerDeviceModels = map[string][]string{
"Arkray": {"GlucocardExpression"},
"Bayer": {"Contour Next Link", "Contour Next Link 2.4", "Contour Next", "Contour USB", "Contour Next USB", "Contour Next One", "Contour", "Contour Next EZ", "Contour Plus", "Contour Plus Blue"},
"Dexcom": {"G5 touchscreen receiver", "G6 touchscreen receiver"},
"GlucoRx": {"Nexus", "HCT", "Nexus Mini Ultra", "Go"},
"i-SENS": {"CareSens"},
"MicroTech": {"Equil"},
"Roche": {"Aviva Connect", "Performa Connect", "Guide", "Instant (single-button)", "Guide Me", "Instant (two-button)", "Instant S (single-button)", "ReliOn Platinum"},

"Insulet": {"Dash", "Eros", "OmniPod"},
"Tandem": {"1002717", "5602", "5448004", "5448003", "5448001", "5448", "4628003", "4628", "10037177", "1001357", "1000354", "1000096"},
}

type DeviceDeactivateHash struct {
*Base
}

func NewDeviceDeactivateLegacyHash() (*DeviceDeactivateHash, error) {
base, err := NewBase(DeviceDeactivateHashName, string(DeviceDeactivateHashVersionLegacy))
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved
if err != nil {
return nil, err
}

return &DeviceDeactivateHash{
Base: base,
}, nil
}

func NewDeviceDeactivateHash() (*DeviceDeactivateHash, error) {
base, err := NewBase(DeviceDeactivateHashName, "1.1.0")
base, err := NewBase(DeviceDeactivateHashName, string(DeviceDeactivateHashVersionCurrent))
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved
if err != nil {
return nil, err
}
Expand All @@ -33,44 +67,70 @@ func NewDeviceDeactivateHash() (*DeviceDeactivateHash, error) {
}, nil
}

func getDeviceDeactivateHashVersion(dataSet *dataTypesUpload.Upload) DeviceDeactivateHashVersion {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] Consider returning (DeviceDeactivateHashVersion, bool). I believe this will allow DeviceDeactivateHashVersionUnknown to not be needed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, I note that this function is only used to determine whether the data set is legacy or not. Perhaps just focus the function on that, say isLegacyDataSet and return a bool.

if dataSet.Deduplicator != nil {
if dataSet.Deduplicator.Name != nil && dataSet.Deduplicator.Version != nil {
if *dataSet.Deduplicator.Name == DeviceDeactivateHashName {
if *dataSet.Deduplicator.Version == string(DeviceDeactivateHashVersionLegacy) {
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved
return DeviceDeactivateHashVersionLegacy
} else if *dataSet.Deduplicator.Version == string(DeviceDeactivateHashVersionCurrent) {
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved
return DeviceDeactivateHashVersionCurrent
}
}
}
}
if dataSet.DeviceManufacturers != nil && dataSet.DeviceModel != nil {
for _, deviceManufacturer := range *dataSet.DeviceManufacturers {
if allowedDeviceModels, found := DeviceDeactivateLegacyHashManufacturerDeviceModels[deviceManufacturer]; found {
for _, allowedDeviceModel := range allowedDeviceModels {
if allowedDeviceModel == *dataSet.DeviceModel {
return DeviceDeactivateHashVersionLegacy
}
}
}
}
for _, deviceManufacturer := range *dataSet.DeviceManufacturers {
if allowedDeviceModels, found := DeviceDeactivateHashDeviceManufacturerDeviceModels[deviceManufacturer]; found {
for _, allowedDeviceModel := range allowedDeviceModels {
if allowedDeviceModel == *dataSet.DeviceModel {
return DeviceDeactivateHashVersionCurrent
}
}
}
}
}
return DeviceDeactivateHashVersionUnkown
}

func (d *DeviceDeactivateHash) New(dataSet *dataTypesUpload.Upload) (bool, error) {
if dataSet == nil {
return false, errors.New("data set is missing")
}

if !dataSet.HasDataSetTypeNormal() {
return false, nil
}
if dataSet.DeviceID == nil {
return false, nil
}

if dataSet.HasDeduplicatorName() {
return d.Get(dataSet)
}
return getDeviceDeactivateHashVersion(dataSet) != DeviceDeactivateHashVersionUnkown, nil
}

if dataSet.DeviceManufacturers == nil || dataSet.DeviceModel == nil {
return false, nil
func (d *DeviceDeactivateHash) Get(dataSet *dataTypesUpload.Upload) (bool, error) {
// NOTE: check legacy first then fallback to other matches
if dataSet == nil {
return false, errors.New("data set is missing")
}

for _, deviceManufacturer := range *dataSet.DeviceManufacturers {
if allowedDeviceModels, found := DeviceDeactivateHashDeviceManufacturerDeviceModels[deviceManufacturer]; found {
for _, allowedDeviceModel := range allowedDeviceModels {
if allowedDeviceModel == *dataSet.DeviceModel {
return true, nil
}
}
}
if getDeviceDeactivateHashVersion(dataSet) == DeviceDeactivateHashVersionLegacy {
return true, nil
}

return false, nil
}

func (d *DeviceDeactivateHash) Get(dataSet *dataTypesUpload.Upload) (bool, error) {
if found, err := d.Base.Get(dataSet); err != nil || found {
return found, err
}

return dataSet.HasDeduplicatorNameMatch("org.tidepool.hash-deactivate-old"), nil // TODO: DEPRECATED
}

Expand All @@ -88,10 +148,26 @@ func (d *DeviceDeactivateHash) AddData(ctx context.Context, repository dataStore
return errors.New("data set data is missing")
}

if err := AssignDataSetDataIdentityHashes(dataSetData); err != nil {
return err
options := NewDefaultDeviceDeactivateHashOptions()

if getDeviceDeactivateHashVersion(dataSet) == DeviceDeactivateHashVersionLegacy {
filter := &data.DataSetFilter{IsLegacy: pointer.FromBool(true), DeviceID: dataSet.DeviceID}
pagination := &page.Pagination{Page: 1, Size: 1}

uploads, err := repository.ListUserDataSets(ctx, *dataSet.UserID, filter, pagination)
if err != nil {
return errors.Wrap(err, "error getting datasets for user")
}
if len(uploads) != 0 {
if uploads[0].LegacyGroupID != nil {
darinkrauss marked this conversation as resolved.
Show resolved Hide resolved
options = NewLegacyDeviceDeactivateHashOptions(*uploads[0].LegacyGroupID)
}
}
}

if err := AssignDataSetDataIdentityHashes(dataSetData, options); err != nil {
return err
}
return d.Base.AddData(ctx, repository, dataSet, dataSetData)
}

Expand Down
53 changes: 53 additions & 0 deletions data/deduplicator/deduplicator/device_deactivate_hash_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,52 @@ var _ = Describe("DeviceDeactivateHash", func() {
Expect(deduplicator.New(dataSet)).To(BeFalse())
})

It("returns false when the deduplicator name does not match", func() {
dataSet.Deduplicator.Name = pointer.FromString(netTest.RandomReverseDomain())
Expect(deduplicator.New(dataSet)).To(BeFalse())
})

DescribeTable("returns true when",
func(deviceManufacturer string, deviceModel string) {
dataSet.DeviceManufacturers = pointer.FromStringArray([]string{deviceManufacturer})
dataSet.DeviceModel = pointer.FromString(deviceModel)
Expect(deduplicator.New(dataSet)).To(BeTrue())
},
Entry("is Abbott FreeStyle Libre", "Abbott", "FreeStyle Libre"),
Entry("is LifeScan OneTouch Ultra 2", "LifeScan", "OneTouch Ultra 2"),
Entry("is LifeScan OneTouch UltraMini", "LifeScan", "OneTouch UltraMini"),
Entry("is LifeScan Verio", "LifeScan", "Verio"),
Entry("is LifeScan Verio Flex", "LifeScan", "Verio Flex"),
Entry("is Medtronic 523", "Medtronic", "523"),
Entry("is Medtronic 523K", "Medtronic", "523K"),
Entry("is Medtronic 551", "Medtronic", "551"),
Entry("is Medtronic 554", "Medtronic", "554"),
Entry("is Medtronic 723", "Medtronic", "723"),
Entry("is Medtronic 723K", "Medtronic", "723K"),
Entry("is Medtronic 751", "Medtronic", "751"),
Entry("is Medtronic 754", "Medtronic", "754"),
Entry("is Medtronic 1510", "Medtronic", "1510"),
Entry("is Medtronic 1510K", "Medtronic", "1510K"),
Entry("is Medtronic 1511", "Medtronic", "1511"),
Entry("is Medtronic 1512", "Medtronic", "1512"),
Entry("is Medtronic 1580", "Medtronic", "1580"),
Entry("is Medtronic 1581", "Medtronic", "1581"),
Entry("is Medtronic 1582", "Medtronic", "1582"),
Entry("is Medtronic 1710", "Medtronic", "1710"),
Entry("is Medtronic 1710K", "Medtronic", "1710K"),
Entry("is Medtronic 1711", "Medtronic", "1711"),
Entry("is Medtronic 1712", "Medtronic", "1712"),
Entry("is Medtronic 1714", "Medtronic", "1714"),
Entry("is Medtronic 1714K", "Medtronic", "1714K"),
Entry("is Medtronic 1715", "Medtronic", "1715"),
Entry("is Medtronic 1780", "Medtronic", "1780"),
Entry("is Medtronic 1781", "Medtronic", "1781"),
Entry("is Medtronic 1782", "Medtronic", "1782"),
Entry("is Trividia Health TRUE METRIX", "Trividia Health", "TRUE METRIX"),
Entry("is Trividia Health TRUE METRIX AIR", "Trividia Health", "TRUE METRIX AIR"),
Entry("is Trividia Health TRUE METRIX GO", "Trividia Health", "TRUE METRIX GO"),
)

dataSetTypeAssertions := func() {
It("returns false when the deduplicator name does not match", func() {
dataSet.Deduplicator.Name = pointer.FromString(netTest.RandomReverseDomain())
Expand Down Expand Up @@ -213,6 +259,13 @@ var _ = Describe("DeviceDeactivateHash", func() {
dataSet.Deduplicator.Name = pointer.FromString("org.tidepool.hash-deactivate-old")
Expect(deduplicator.Get(dataSet)).To(BeTrue())
})

It("returns true when the deduplicator name matches and legacy id device and model", func() {
dataSet.Deduplicator.Name = pointer.FromString(dataDeduplicatorDeduplicator.DeviceDeactivateHashName)
dataSet.DeviceManufacturers = pointer.FromStringArray([]string{"Tandem"})
dataSet.DeviceModel = pointer.FromString("1002717")
Expect(deduplicator.Get(dataSet)).To(BeTrue())
})
})

Context("with context and repository", func() {
Expand Down
Loading