该项目从 https://github.com/project-chip/zap 镜像。
拉取镜像更新于 。
- 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
-
-
由 paulr34 创作于
-
由 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 创作于
-
- 11月 30, 2023
-
-
由 Timotej Ecimovic 创作于
At this point, the new data is not yet used, this simply adds the first part of the loading mechanism to deal with it.
-
- 11月 28, 2023
-
-
由 Boris Zbarsky 创作于
zapTypeToClusterObjectType needs to be consistent with the actual types we generate for cluster objects, and it was producing different output for a struct (or event) which had an all-caps name.
-
- 11月 16, 2023
-
-
由 Timotej Ecimovic 创作于
* Eliminate some TS leftovers. * Remove some old junk. * Lower the thresholds temporarily. * Add conditionality for regen tests. * Fix conditionality of zigbee regen test. * Clean up some code.
-
- 11月 15, 2023
-
-
由 paulr34 创作于
* disabling buttons if forced external (MatterSDK)
-
- 11月 10, 2023
- 11月 08, 2023
-
-
由 paulr34 创作于
* update dependencies * cleanup * PR review * update electron builder
-
- 11月 03, 2023
-
-
由 Junior Martinez 创作于
* add mrpActiveThreshold value and ICDOperatesAsLit to the simulated DiscoveryCommandResponse * update name
-
由 Timotej Ecimovic 创作于
* remove cleanDb * Further takedown of the TS files. * Clean up a unit test. * Clean up imports in tests.
-
- 10月 29, 2023
-
-
由 Boris Zbarsky 创作于
We treated things with neither "introduced" nor "provisional" annotations as provisional in availabilityHelper(), but isProvisional() returned false for them. This could lead us to generate non-provisional code (conditioned on isProvisional()) that would try to call into things with provisional availability, which would fail to compile. The fix is to make isProvisional the source of truth for whether things are provisional, move the "no introduced annotation" check into isProvisional, and factor out the "have provisional annotation" logic so we can keep having the warning when we take the "provisional because not otherwise annotated" codepath.
-
- 10月 27, 2023
- 10月 24, 2023
-
-
由 Boris Zbarsky 创作于
Also fixes endpoint-config codegen for the device type array: These are 32-bit values, not 16-bit.
-
由 Timotej Ecimovic 创作于
-
由 Andrei Litvin 创作于
-
- 10月 19, 2023
-
-
由 tbrkollar 创作于
-
- 10月 14, 2023
-
- 10月 13, 2023
-
-
由 paulr34 创作于
* query the attributes with the edited global attributes
-
由 Andrei Litvin 创作于
* Add support for apiMaturity key in xml for cluster * Add API maturity querying capabilities * Add apiMaturity in the dtd for the zcl xsd * Add more restrictions on api maturity type * Ensure zap files contain the maturity level in them * Fix typo * Define a zap file that supports an api maturity test * Start adding a unit test for api maturity * Fix test file, prepare for client/server maturity test. Still broken unfortunately * make unit test pass * Remove description from struct * Fix ordering to pass xml validation * Minor update to force a CI re-run --------- Co-authored-by:
Andrei Litvin <andreilitvin@google.com>
-
- 10月 10, 2023
-
- 10月 05, 2023
-
-
由 paulr34 创作于
-
- 10月 04, 2023
-
-
由 Bharat Raju 创作于
* Fixing endpoint type command table schema - incoming and outgoing used to be in the endpoint_type_command table as a single record. However this is an association that is related to the command source and the cluster side. When the cluster side is the same as the command source then it is an outgoing command. If the cluster side and command source are not the same then it is an incoming command. Now we have 2 entries instead of 1 in the endpoint_type_command based on this logic. - The above allows us to implement the enabled only .zap file correctly or else we lose the incoming commands when the .zap file is saved for the enabled only content since the way the commands were stored before this commit is that the client sourced commands were stored in the client side cluster and the server sourced command is stored in the server cluster which was wrong. - Updating the endpoint_type_command queries based on the schema changes to the table - Fixing the import/export for the above schema changes - Updating the UI code to capture the new schema correctly - In the insert command for ENDPOINT_TYPE_COMMAND table in query-impexp.js there is an ignore because the .zap files have been hand edited where there are multiple references of the same command in it. - Adding generation tests for the enabled only file format - Updating the default zap file format version to 2 - JIRA: ZAPP-1113
-
由 Jing T 创作于
NOTE: for zap-cli binary, the mac x86 binary is used for the arch64 package as a workaround since pkg, the build tool, does not official support for mac-arch64 yet.
-
- 10月 03, 2023
-
-
由 paulr34 创作于
* make sure session create is async
-
由 Boris Zbarsky 创作于
* Add an asMethodName helper for Darwin codegen. * Remove incorrect comment
-
- 9月 29, 2023
-
- 9月 28, 2023
-
-
由 Boris Zbarsky 创作于
We were not declaring "error", so ended up throwing an "undeclared variable" exception, not the actual exception we were trying to throw.
-
- 9月 23, 2023
-
-
由 Jing T 创作于
restrict chrome to v116 as workaround chrome v117 segment fault bug https://bugs.chromium.org/p/chromium/issues/detail?id=1483163
- 9月 21, 2023
-
-
由 Boris Zbarsky 创作于
This lets us control exactly what things expand to via our defines header.
-
- 9月 20, 2023
-
-
由 tbrkollar 创作于
* Add custom style to notification * Modify popup window in zcldomainclusterview * Modify list style and position in popup
-
由 Timotej Ecimovic 创作于
* Switch to logs showing human readable time. * Clean up the schema pic.
-
- 9月 19, 2023
-
-
由 Jing T 创作于
* studio integration: clean up / proper error when backend fail to send notice to frontend * fIx Notify box error when adding new Matter endpoint BUG: ZAPP-1254
-