Command handler interface mixin no change#208
Open
ratgr wants to merge 147 commits into
Open
Conversation
Co-authored-by: Andrei Litvin <andy314@gmail.com>
…p#38461) Co-authored-by: Andrei Litvin <andreilitvin@google.com>
# Conflicts: # .github/workflows/protocol_compatibility.yaml
…oject-chip#38451) * ESP32: add sdkconfig to build lighting-app for Matter Over Thread - Added the sdkconfig.defaults.esp32c6_thread which can be used to build the lighting-app for thread transport - Also, added steps in the README * Restyled by prettier-markdown * refine the heading --------- Co-authored-by: Restyled.io <commits@restyled.io>
* Cleanup typos in the code * Simplify IDL usage in scripts * Fix matter_idl_generator_files * Keep tests only in matter-idl GN * Restyled by isort * Fix Java CI * Activate env prior to gn gen in gn_silabs_example.sh --------- Co-authored-by: Restyled.io <commits@restyled.io>
…ip#38128) * da-revocation: add test data for dac and pai both revoked case Clubbed the different revocation set into single file and adjusted the doc accordingly. * Added certification test cases for TC-DA-1-9 Added the test cases for testing device attestation revocation feature * fix the yaml indentation * Restyled by whitespace * Restyled by prettier-json * Restyled by prettier-markdown * Restyled by prettier-yaml * Add CRL for revoked PAI CA and adjust the unit tests after clubbing data into single file * remove manual test case for TC-DA-1-9 * update comment in dac provider test vectors * merge revocation sets * add python test for tc-da-1-9 * Restyled by autopep8 * Restyled by isort * remove unnecessary if * skip running tc-da-1-9 in ci * Restyled by prettier-yaml * change test case as per python testing requirements * enable tc-da in ci * add a todo * Restyled by autopep8 * fix the app path * Restyled by autopep8 * fix paths for ci * remove unused commnet * address review comments * add asserts when required arguments are not present and use the default log path for storing app logs, also fix the ci by passing --PICS argument --------- Co-authored-by: Restyled.io <commits@restyled.io>
To address CHIP-Specifications/chip-test-plans#5067 this test case needs to be removed because the Oven Cavity Operational State cluster does not support pause and resume what this step is testing for.
- Simplify call sites by not passing the stringified module name - Avoid duplicate plain and os_log string constants - Actually avoid retain/release of the logger Overall this saves about 50k of code and 100k of strings in Matter.framework
…#38122) * Closure device type updates as per latest specification * Adding App to MTRDeviceTypeClass Enum * Updating closure app with new device types --------- Co-authored-by: sabollim <satyanaag.bollimpalli@silabs.com>
* Add handling for non-volatile attributes * Restyled by whitespace * Restyled by clang-format * Add missing clearing of the provided vectors --------- Co-authored-by: Restyled.io <commits@restyled.io>
…erface-mixin-no-change
ratgr
force-pushed
the
command-handler-interface-mixin-no-change
branch
from
April 18, 2025 16:25
2f2fcb7 to
b32c323
Compare
ratgr
force-pushed
the
command-handler-interface-mixin-no-change
branch
from
April 18, 2025 16:40
b32c323 to
ae7c0b3
Compare
ratgr
force-pushed
the
command-handler-interface-mixin-no-change
branch
from
April 18, 2025 19:03
ebac26e to
408f217
Compare
This file contains hidden or 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
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.
Temporary PR for testing and showing differences
Testing