该项目从 https://github.com/project-chip/zap 镜像。
拉取镜像更新于 。
- 11月 01, 2022
-
-
由 Timotej Ecimovic 创作于
* Use CLI from slc. * Increase feature level. * use zap-cli naming for the CLI executable * Update apack.json with the zap-cli name. * pack zap-cli into ZAP artifacts * fix path issue when packing cli binary for mac/linux * Remove an overly paranoid check, which happens to prevent pkg-bundled executable to access metafiles. Co-authored-by:
jiteng <jing.teng@silabs.com>
-
- 10月 31, 2022
-
- 10月 27, 2022
-
- 10月 25, 2022
-
-
由 Timotej Ecimovic 创作于
* Some cleanup of versioning to properly show zap-cli being used. * Regen schema diagram. * Regen api doc.
-
- 10月 19, 2022
-
-
由 Timotej Ecimovic 创作于
* Fix the icons assets. * Remove verbosity and collapse copyfiles.
-
- 10月 18, 2022
-
-
由 Timotej Ecimovic 创作于
* Update README to refer to node 16 as a default version. * Update detailed instructions docs.
-
- 10月 15, 2022
-
-
由 Mehrad malayeri 创作于
* Implement the initial selection of the valid sessions and property files. Co-authored-by:
Timotej Ecimovic <timotej.ecimovic@silabs.com>
-
- 10月 14, 2022
-
-
由 Timotej Ecimovic 创作于
* Hold the package-lock.json at the lockfileVersion 2 level, which mandates node 16. * Add metafile check, making sure nobody commits package-lock file with an ancient npm. * Update lock file.
-
- 10月 13, 2022
-
-
由 Boris Zbarsky 创作于
-
- 10月 12, 2022
-
- 10月 08, 2022
-
-
由 Bharat Dandu 创作于
Adding generic helpers with less hardcoding such that they can be used across different kinds of templates - Adding selectStructsWithClusterAssociation which takes the logic src-electron/generator/matter/chip-tool/templates/helper.js#structs_with_cluster_name to the backend(sql query). structs_with_clusters helper uses this instead of exports.structs_with_cluster_name - Updating cleanseLabelAsKebabCase so that it can be used instead of asDelimitedCommand - endpoint type was being treated as signed integer due to parsing logic in zcl-silabs-loader.js. Added a separate condition for this - Added generation tests for all the new helpers with an additional matter generation template - Adding the groupByStructName option to structs_with_clusters to avoid duplicate rows - Cleaning up the loader - Cleaning up the helpers in helper-zcl - For zcl data types, taking into account the signed attribute in the xml for numbers. If not mentioned then accounting for known exceptions such as single and double data types Throwing an error in as_type_max/min_value when language option is not specified Github: ZAP#679
-
- 9月 28, 2022
-
-
由 Bharat Dandu 创作于
JIRA: EMZIGBEE-10318
-
由 Bharat Dandu 创作于
Fixing the command argument optional attribute loading and fixing the zcl cli helper to take that into account - Adding additional options to zcl_command_argument_type_to_cli_data_type_util function such that it can account for the the isOptional argument to return the precise CLI command argument - The xml mentions optional=1 for the command arguments. Therefore accounting for that in the zcl-loader-silabs.js - JIRA: EMZIGBEE-10318
-
- 9月 27, 2022
-
-
由 Bharat Dandu 创作于
- This solves the issue of zap generation when the saved zap file already has the custom xml reference and then generation is performed on it using cli - Loading the main/standard gen template and zcl xml packages before the custom xml packages such that custom xml and clusters extensions within custom xml are loaded properly - Fixing a query in query-package.js - Adding tests for the above behavior by creating a zap file which has a reference to a custom xml. Testing generation of zap file and adding more tests for xml removal and generating again - JIRA: ZAPP-971
-
- 9月 24, 2022
-
- 9月 23, 2022
-
-
由 Amir Reza Ghasemkhani 创作于
-
- 9月 22, 2022
-
- 9月 20, 2022
-
- 9月 16, 2022
-
-
由 Timotej Ecimovic 创作于
* Simplify the convert script to same as generate script. * Clean up the convert action. * Fix the problem of binary build having a 0.0.0 version. * Stop using package.json for runtime version detection, use .version.json instead. * Fix the heap size for the binary executables.
-
由 Vivien Nicolas 创作于
-
由 Vivien Nicolas 创作于
-
由 Vivien Nicolas 创作于
-
- 9月 15, 2022
-
-
由 Jing T 创作于
* fix Nexus asset query issue. was not constructing continuationToken URL correctly. * ignore temp artifact files. * unit test for download-artifact * update cached download-artifact.js * ignore download-artifact test from zap unit tests. * download-artifact: add unit test / delegate to Github if specified branch is not cached on Nexus intended for internal jenkins PRs that specifies a non-cached ZAP branch on Nexus
-
由 A.ghasemkhani 创作于
-
由 Vivien Nicolas 创作于
-
由 A.ghasemkhani 创作于
chore: - change cypress check summary test fix: - fix compiler-sfc warning
-
- 9月 14, 2022
-
- 9月 13, 2022
-
-
由 Bharat Dandu 创作于
Github: ZAP#698
-
由 Bharat Dandu 创作于
Updating attribute and command queries to use packageIds such that custom extensions for standard clusters are handled appropriately - When a cluster extension is added to standard clusters in the form of attributes or commands through custom xml then there is a need to account for packageIds - For eg if a user adds a custom xml for the above use case and removes it the generation continues to generate for the added custom xml since it is not checking for removed packages. - Github: ZAP#698
-
- 9月 10, 2022
-
-
由 Pedram Kashani 创作于
* chore: resolve conflicts * chore: clean space * chore: resolving conflict * fix: fix duplicate issue after rebase * chore: fix typo issue and remove catch for duplicate function Co-authored-by:
A.ghasemkhani <a.ghasemkhaniii@gmail.com>
-
- 9月 09, 2022
-
- 9月 08, 2022
- 9月 02, 2022
-
-
由 Bharat Dandu 创作于
-
- 9月 01, 2022
-
-
由 jiteng 创作于
-