该项目从 https://github.com/project-chip/zap 镜像。
拉取镜像更新于 。
- 3月 29, 2024
-
-
由 Bharat Raju 创作于
JIRA: MCUDT-34386
-
由 paulr34 创作于
* get list from db instead of zcl.json
-
- 3月 28, 2024
-
- 3月 26, 2024
-
-
由 Bharat Raju 创作于
> - Schema changes such that sessions now have session partitions to allow multiple zcl and template config files. > - Session packages and endpoint types are now linked to a session partition such that generation and UI can be made exclusive to the device type selected on an endpoint > - All relevant queries have been updated with session partition > - imp-exp of .zap files is taken into account here as well > - ZAP Generation can now generate the corresponding templates based on the category of the device type and the category of the generation templates eg: matter or zigbee. The same goes for UI > - All existing tests pass with these changes - Fixing the cluster view when multiple zcl device types are selected - ZAP: Opening existing .zap files does not allow multi-device type selection - Fixing sessionAttempt in initialize.js and cleaning up the packages from the session in jsonDataLoader function in import-json fixed this - Other minor cleanup - Fixing CMP generation for command line in startup.js#generateSingleFile such that it generates for all generation template json files and not just one of them - bumping the feature level of zap - Adding the reference to parentEndpointRef in endpoint extended in db-mapping due to rebase and also fixing the selectAllEndpointsBasedOnTemplateCategory for the same - Cleaning up session package and session partitions to avoid having the wrong session packages and partitions in deleteAllSessionPackages - Cleaning up query-session#ensureBlankSession - Fixing the zap schema for command trigger warnings when adding endpoints - Fixing the parent-endpoint.test.js just like the rest with session partition info - Fixing the default attribute enablement based on catgeory such as matter/zigbee for global attributes other minor cleanup - Not showing the extensions tab in case of multi-protocol since it is currently not supported, see ZCLToolbar.vue - Showing all logos based on the categories from the zcl files selected, see ZCLToolbar.vue - Added multi-protocol tests, see multi-protocol.test.js, multi-protocol.zap, test-utils.js - Removed lo-devices.xml from the zcl-with-extensions.json matter file to test multi-protocol more efficiently since for generation as is the case in reality as well. - Fixing calls to insertEndpointType with device type params in query.test.js - Fix cypress tests for vue tour which was happening due to category(zigbee/matter) not being picked from zcl properties files. Also handling the default use case when category is not found - Calling this..dispatch('zap/updateClusters') in vue tour after update to endpoint type due to multi-protocol changes - Fixing the default use case for showing and not showing UI elements in ui-options.js - Fixing server-bare.test.js when inserting a package along with some other minor cleanup which is needed - Fix the server-bare.test.js - Improving the session creation and package selection process in the UI via ZapConfig.vue changes - Pre-selecting the package files which exist in ZapConfig.vue. Also now showing package selection view if the packages which exist in the db are the same as the ones in the .zap file. - Showing a warning in the custom xml page when a multi-proptocol config is open since custom xml is not currently supported for custom xml. See ZclCustomZclView.vue - JIRA: ZAPP-1216
-
- 3月 23, 2024
-
-
由 Timotej Ecimovic 创作于
* Update XML with latest from Matter. * Add initial unit test skeleton for the new ZCL files. * Got all the new XML files to load in. * Ignore the XML files which do not have an ID in cluster element. * Propagate errors to the context from the new XML files.
-
- 3月 19, 2024
-
- 3月 16, 2024
-
- 3月 14, 2024
-
- 3月 08, 2024
-
-
由 Benjamin 创作于
-
- 3月 07, 2024
-
- 3月 04, 2024
-
-
由 Timotej Ecimovic 创作于
Some cleanup of the IDE integration code.
-
- 3月 01, 2024
-
-
由 Philip Gregor 创作于
* tv-casting-app: ZAP generation js helper * Update src-electron/generator/matter/darwin/Framework/CHIP/templates/helper.js Commit suggestion by bzbarsky-apple Co-authored-by:
Boris Zbarsky <bzbarsky@apple.com>
-
- 2月 27, 2024
-
-
由 dependabot[bot] 创作于
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 5.1.4. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.4/packages/vite ) --- updated-dependencies: - dependency-name: vite dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 dependabot[bot] 创作于
Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.26.1...v0.28.0 ) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 2月 15, 2024
-
- 2月 14, 2024
-
-
由 paulr34 创作于
* Adding logic for configuring Parent Endpoint when user edits Endpoint * cleanup, comments, and updating feature version
-
- 2月 08, 2024
-
-
由 Boris Zbarsky 创作于
Code-generated tests have been removed, so there is no longer a "tests" type for zap_regen_all.py.
- 2月 07, 2024
-
-
由 paulr34 创作于
* fixing helper to have a NULL placeholder and adding tests
-
- 2月 06, 2024
-
-
由 paulr34 创作于
* Phase 1 - Composite Endpoints
-
- 1月 22, 2024
-
-
由 paulr34 创作于
-
- 1月 20, 2024
-
-
由 paulr34 创作于
* disabing default if storage is manually changed to external * if Storage set to External the default field should be set to null along with not be editable. * add comments and better descriptions of methods
-
- 1月 06, 2024
-
-
由 Bharat Raju 创作于
- Fixing the warnings which show up when disabling a cluster that is not required based on a device type. - Adding tests for it - Github: ZAP#1243
-
- 1月 03, 2024
-
-
由 Bharat Raju 创作于
Github: ZAP#1094
-
- 12月 16, 2023
-
- 12月 14, 2023
-
-
由 Timotej Ecimovic 创作于
-
- 12月 13, 2023
-
-
由 Bharat Raju 创作于
slc not picking up zap due to arm64 vs aarch64 arhictecture naming convention. Not sure why we had arm64 in the first place. Need someone to review this. (#1234)
-
- 12月 12, 2023
-
-
由 Bharat Raju 创作于
Show the tootip with path to the json files so that user can distinguish the packages when the name and description are the same (#1235) JIRA: ZAPP-1288
-
由 Bharat Raju 创作于
* Adding the session notification messages with respect to Device Type specification: - When a ZAP file is imported the spec compliance messages will be output into the console and will also be loaded into the session_notice table so that they can be viewed in the UI. See import-json.js - When the user enables/disables the clusters, attributes or commands in the UI the sql triggers will check for compliance and remove the spec compliance messages from the session notification table if they are satisfied. See the sql triggers in the schema. - Adding some color coding for session notice messages in the UI * Adding the session notification messages tests: - Adding a new zap file for testing spec compliance - Adding the spec-check.test.js to test the above - Adding additional test queries to test-query.js - Fixing attribute tests to return the correct output counts in query.test.js and importexport.test.js based on cluster side and not just the cluster itself as a whole which includes client and server - Formatting the spec compliance message better for more readability on the console - Fixing the sql triggers for notifications in the case of clusters - Minor cleanup * Adding a polling mechanism for new notifications such that the UI can show the notifications coming from SQL triggers: - Updating the sql schema with NEW_NOTIFICATION flag - Creating a trigger on Session notice table which updates the new notification flag within session table - Creating a polling mechanism in async reporting for session notice flag - Updating db-mapping appropriately - Update the schema * Changing the schema such that triggers only log session notice warnings based on device type requirements: * - Fixing the sql schema to delete messages appropriately - Having the import spec check messages to show device type requirements as well - Fixing the tests accordingly * - Updating the schema to log cluster compliance messages to session_notice table - Updating the import file logic to log cluster compliance messages to the console and session_notice table - Adding the cluster compliance message tests apart from the device type compliance message tests - Cleaning up importEndpointTypes - Github: ZAP-1194
-
- 12月 09, 2023
-
-
由 Bharat Raju 创作于
Adding more logic to pick a better package before picking up the first package in the list of available packages (#1233) - Using the zcl and templates json file which is passed as arguments by UC when a file within the .zap file is not found as part of the fuzzy logic. This makes sure that zap is not picking template files from different sdks during the initial project creation and generation - Adding more logic to pick a better package before picking up the first package in the list of available packages - Minor cleanup
-
- 12月 06, 2023
-
- 12月 05, 2023
-
-
由 Timotej Ecimovic 创作于
* Fix some security issues. * Add the UI element that will toggle the functionality of IDE component toggling. * Deal with the back-end changes for the manual component toggling override.
-
由 Bharat Raju 创作于
- The changes to import-json.js allows the ZAP UI to load instead of throwing an error and locking ZAP. - Now the error message appears in the ZAP notification's pane so that the user can see a detailed error and act upon it - Minor cleanup - JIRA: ZAPP-1148
- 12月 04, 2023
-
-
由 Gergely Kiss 创作于
-