-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
GroupDataProvider: PersistentStorageDelegate Initialization #16079
Merged
tcarmelveilleux
merged 6 commits into
project-chip:master
from
rcasallas-silabs:group_data_provider_init
Mar 12, 2022
Merged
GroupDataProvider: PersistentStorageDelegate Initialization #16079
tcarmelveilleux
merged 6 commits into
project-chip:master
from
rcasallas-silabs:group_data_provider_init
Mar 12, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
andy31415,
anush-apple,
austinh0,
balducci-apple,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
emargolis,
erjiaqing,
franck-apple,
gjc13,
hawk248,
holbrookt,
harsha-rajendran,
isiu-apple,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kghost,
lazarkov and
LuDuda
March 10, 2022 20:28
PR #16079: Size comparison from 244969f to aa5013d Increases (21 builds for cyw30739, esp32, k32w, linux, mbed, nrfconnect, telink)
Decreases (6 builds for efr32, p6)
Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
rcasallas-silabs
force-pushed
the
group_data_provider_init
branch
3 times, most recently
from
March 11, 2022 12:40
2f032e1
to
a43fb59
Compare
PR #16079: Size comparison from ae514b6 to a43fb59 Increases (10 builds for cyw30739, esp32, k32w, linux, mbed)
Decreases (16 builds for cyw30739, efr32, esp32, k32w, linux, mbed, p6, telink)
Full report (17 builds for cyw30739, efr32, esp32, k32w, linux, mbed, p6, telink)
|
rcasallas-silabs
changed the title
GroupDataProvider: PersistentStorageDelegate passed on init()
GroupDataProvider: PersistentStorageDelegate Initialization
Mar 11, 2022
PR #16079: Size comparison from ae514b6 to 0032e69 Increases (10 builds for cyw30739, esp32, k32w, linux, mbed, nrfconnect)
Decreases (17 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Full report (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
tcarmelveilleux
approved these changes
Mar 11, 2022
bzbarsky-apple
approved these changes
Mar 11, 2022
emargolis
approved these changes
Mar 11, 2022
PR #16079: Size comparison from ae514b6 to 115fdf5 Increases (10 builds for cyw30739, esp32, k32w, linux, mbed, nrfconnect)
Decreases (17 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Full report (18 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
rcasallas-silabs
force-pushed
the
group_data_provider_init
branch
from
March 11, 2022 23:36
115fdf5
to
dc93387
Compare
PR #16079: Size comparison from 9cc0fb3 to dc93387 Increases (18 builds for cyw30739, esp32, k32w, linux, nrfconnect)
Decreases (23 builds for cyw30739, efr32, esp32, k32w, linux, nrfconnect, p6, telink)
Full report (26 builds for cyw30739, efr32, esp32, k32w, linux, nrfconnect, p6, telink)
|
andrei-menzopol
pushed a commit
to andrei-menzopol/connectedhomeip
that referenced
this pull request
Apr 14, 2022
…chip#16079) * Group Data Provider: PersistentStorageDelegate passed as init() argument. * Group Data Provider: PersistentStorageDelegate: Review comments applied. * Remove storage dependency on GroupDataProvider.h * restyled * Fix comment typo. * Group Data Provider initialization: Rebased. Co-authored-by: Tennessee Carmel-Veilleux <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
The storage delegate should be injected using the Init() method, instead of the constructor
Change overview
Testing
Group, and Group Data Provider unit tests and YAML tests ran successfully.