You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split out Attribute Persistance between safe (can be at libCHIP level) and ember-specific (placed in codegen level) (project-chip#36658)
* Separate out logic between Safe and Ember storage persistence.
- keeps persistence and safe persistence as interfaces
- implementations are now Separate
- let server initialize the default safe persistence
- update codegen provider to initialize the ember side
* Some manual updates
* Scripted update
* Restyle
* Some manual updates again
* More manual updates. Only tests remain (and these are odd now ....)
* Update tests and support for nullptr, manual fix for one compilation
* Remove ember dependency from server
* Fix more typos for compilation
* Restyle
* Add a note about cadmin 1_19 being slow
* Fix up link to PR for persistence
* Restyled by prettier-markdown
* Mark one more slow test
* Add a few more dependencies to make esp32 link
* fix data model paths
* Fix qpg and nrf compile
* Fix a few more tests
* Restyled by clang-format
* Fix another typo for NRF compile
* Add persistence cpp files to darwin project
* Fix typo
* Drop timeouts for java tests: it is not reasonable to wait 360 minutes for a run to timeout, set individual tests to short
* Add back deleted line from before
* Restyled by clang-format
* Update src/app/DefaultSafeAttributePersistenceProvider.h
Co-authored-by: Andy Salisbury <salisbury.andy@gmail.com>
---------
Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Andy Salisbury <salisbury.andy@gmail.com>
0 commit comments