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

Don't initialize collections by default, and other minor cleanup #1070

Merged
merged 93 commits into from
Jan 19, 2025
Merged
Changes from 1 commit
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
fda3a83
Spew out model update for BIND and DELETE operations
grafnu Jan 7, 2025
8dfd850
Adding message capture to local tests
grafnu Jan 7, 2025
dfe54cd
Fixing unit testing
grafnu Jan 7, 2025
6e28627
Validate pull messages
grafnu Jan 7, 2025
8b21cc9
Fixing some capturing stuff
grafnu Jan 7, 2025
50876a4
Remove extra debugging
grafnu Jan 7, 2025
a7b1638
Updaitng output
grafnu Jan 7, 2025
bbf63fe
Add message capture debug
grafnu Jan 7, 2025
cd166f6
Fixing
grafnu Jan 7, 2025
93b10f7
Don't error out
grafnu Jan 7, 2025
040d162
pull_mqtt diagnostics
grafnu Jan 7, 2025
f444e16
More diagnostics
grafnu Jan 7, 2025
70598d9
Allow for empty subType
grafnu Jan 7, 2025
756bd03
Default subType
grafnu Jan 7, 2025
aa85149
Cleanup output
grafnu Jan 7, 2025
10fa31c
Updating expected out
grafnu Jan 7, 2025
f0030ca
Adjusting operations
grafnu Jan 7, 2025
23a9efe
Cleanup PR
grafnu Jan 7, 2025
e8ce06b
Fix expected bind options
grafnu Jan 8, 2025
f057578
Clarifying comments
grafnu Jan 8, 2025
3038584
Add comment explaining request-based model
grafnu Jan 8, 2025
4967ee6
Fix up expunge logic
grafnu Jan 9, 2025
490ffb7
Add operation return for registry return
grafnu Jan 9, 2025
fa83c30
Adding explicit unbind
grafnu Jan 9, 2025
f776c33
Merge branch 'master' into modelupdate
grafnu Jan 9, 2025
76bbc41
Cleanup logging
grafnu Jan 9, 2025
978a7de
Fix linty
grafnu Jan 10, 2025
4de1536
Adding unbind progress indicator
grafnu Jan 10, 2025
3e9c557
Linty fix
grafnu Jan 10, 2025
8a2c437
Don't overly reap
grafnu Jan 10, 2025
3afd11c
Change bound error situation
grafnu Jan 11, 2025
81feeca
Working with gateways bound to devices
grafnu Jan 11, 2025
8205a14
Linty fix
grafnu Jan 11, 2025
1cb048c
Adding gateway unbind
grafnu Jan 12, 2025
ef54d1c
Adding gateway unbind
grafnu Jan 12, 2025
04ebc6c
Basic instantiate extras command line option
grafnu Jan 12, 2025
12f4357
Improving -i
grafnu Jan 13, 2025
284bf4a
Minor tweaks to extra processing
grafnu Jan 13, 2025
4d1c77a
Adding gateway stuff to cloud model
grafnu Jan 13, 2025
2f5873d
Properly handle blocked devices
grafnu Jan 13, 2025
51f7cd2
Fix minor typo
grafnu Jan 13, 2025
40ed83b
Description change
grafnu Jan 13, 2025
7dce00a
Return gateway models
grafnu Jan 14, 2025
0a1962c
Further refactoring
grafnu Jan 14, 2025
dad6276
Linty fixes
grafnu Jan 14, 2025
94a05e8
Fixing unit tests
grafnu Jan 14, 2025
95617d5
Indent
grafnu Jan 14, 2025
3995c2c
Fix updated from config timestamp
grafnu Jan 14, 2025
6a6b1a9
Fix delete error handling
grafnu Jan 14, 2025
3680250
Fix delete extraction
grafnu Jan 14, 2025
83c96f7
Fix delete everything case
grafnu Jan 14, 2025
51c50f6
Restore missing optimization
grafnu Jan 14, 2025
80a59f1
Fix model query
grafnu Jan 14, 2025
9d0e8e4
Fix device bindings for extras
grafnu Jan 14, 2025
ee8091e
Fix linty
grafnu Jan 14, 2025
1ce5daa
Adding alreadyBound
grafnu Jan 14, 2025
062abde
Restore check for already bound devices
grafnu Jan 14, 2025
ff943c3
Increase timeout
grafnu Jan 14, 2025
934be01
Fixing test reset ordering
grafnu Jan 14, 2025
1c61be2
Remove RESULT fail
grafnu Jan 14, 2025
d6bd43f
More permissive version range
grafnu Jan 15, 2025
305ebeb
More working
grafnu Jan 15, 2025
d29fdf7
Handle device delete
grafnu Jan 15, 2025
966571b
Adding functions_ver to setup
grafnu Jan 15, 2025
d8c58d2
Linty fix
grafnu Jan 15, 2025
aaa7e7d
Fix provisioning code
grafnu Jan 16, 2025
01adcb0
Fix unit tests
grafnu Jan 16, 2025
f9bc2e4
Fix loacal implicit provider
grafnu Jan 16, 2025
984a313
Merge branch 'master' into modelupdate
grafnu Jan 16, 2025
2152f83
Fix summary and unbind error handling
grafnu Jan 16, 2025
b5bdb53
Fix summarization error handling logic
grafnu Jan 16, 2025
5fb7520
ERRORS to ERROR
grafnu Jan 16, 2025
672cf78
Cleaning up registrar block logic
grafnu Jan 16, 2025
6d84817
Linty fix
grafnu Jan 16, 2025
4da3433
Merge branch 'master' into modelupdate
grafnu Jan 16, 2025
1351cd4
Do not initialize collections by default
grafnu Jan 17, 2025
9cb6f65
Fixing unit tests
grafnu Jan 17, 2025
641143f
Gencode
grafnu Jan 17, 2025
82cfbcf
Fixing site tests
grafnu Jan 17, 2025
e422123
Cleanup credential processing
grafnu Jan 18, 2025
d1dfe64
Linty
grafnu Jan 18, 2025
adfdc6e
Linty fix
grafnu Jan 18, 2025
3b8b741
Updating parameters
grafnu Jan 18, 2025
1097132
Adding date fix
grafnu Jan 18, 2025
4f6d2da
Add log exception out file
grafnu Jan 18, 2025
077d591
Make result a reply
grafnu Jan 18, 2025
eb56069
Reduce test count
grafnu Jan 18, 2025
586f7f6
Cleanup handler
grafnu Jan 18, 2025
0829200
Adding ignore of reply return
grafnu Jan 18, 2025
db1e805
Fixing config transactions
grafnu Jan 18, 2025
3f15d73
Minor cleanup
grafnu Jan 18, 2025
c761117
Fix filtering of validation events
grafnu Jan 19, 2025
bd5f768
Don't build images on pull request
grafnu Jan 19, 2025
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
Prev Previous commit
Next Next commit
Fix linty
  • Loading branch information
grafnu committed Jan 14, 2025
commit ee8091e64d734b37547cb9e92e440c85748bd654
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,8 @@ private Map<String, CloudModel> augmentGatewayModels(String registryId,
return boundDevices;
}

private void augmentProxiedModel(Entry<String, CloudModel> entry, HashMap<String, String> proxyDeviceGateways) {
private void augmentProxiedModel(Entry<String, CloudModel> entry,
HashMap<String, String> proxyDeviceGateways) {
String gatewayId = proxyDeviceGateways.get(entry.getKey());
ifNotNullThen(gatewayId, id -> {
GatewayModel gatewayModel = new GatewayModel();
Expand Down