该项目从 https://github.com/project-chip/zap 镜像。
拉取镜像更新于 。
- 7月 14, 2022
-
-
由 Timotej Ecimovic 创作于
* Share the ipc socket same way as single-instance shares sockets. * Some code cleanup. * Increase feature level to trigger IDE tests. * Make server load both zigbee and matter data. * Fix the hang of the generation in the client/server case.
-
- 7月 13, 2022
-
-
由 Timotej Ecimovic 创作于
-
- 7月 12, 2022
-
-
由 Timotej Ecimovic 创作于
* Remove hardcoded background. * Export events into the zap file. * Do not include empty array keys in the zap file. * Create skeleton function for event importing. * Fix unit tests. * Cleanup the attribute query. * Import event data from zap file into the tables. * Add unit test that validates that events are loaded. * Return the event state in the session back to the UI as part of the state creation. * Work the way up the UI to show event data. * Properly display toggles based on what is loaded in the database. * Fix the package-lock.json that was broken in an earlier faulty merge.
-
- 7月 09, 2022
-
-
由 yunhanw-google 创作于
Add the end-of-run cleanup action to set package.json back to 0.0.0
-
由 Timotej Ecimovic 创作于
-
- 7月 07, 2022
-
-
由 Timotej Ecimovic 创作于
https://github.com/project-chip/zap/issues/582 0. Add sparse enum to the unit test data. 1. Add helpers to generate the spare enum. 2. Add unit test for the "first_unused_enum_value" both modes.
-
- 7月 05, 2022
-
- 7月 02, 2022
-
-
由 Timotej Ecimovic 创作于
* Automatically stamp versions at npm install time, to be ready for concurrency. * Peg package-lock.json to the fake version as well.
-
- 7月 01, 2022
-
-
由 Timotej Ecimovic 创作于
* Cleanup the naming of axios global accessor functions. * Add license checker to workflow.
-
由 Timotej Ecimovic 创作于
* Add unit test for event field type checking.
-
由 Bharat Raju 创作于
Returning from insertDataType just like the other insert functions Adding cluster id since it is being used by our code. Removing dbcache usage since it seems to slow down the generation based on the following statistics Upon generating z3Light app with dbcache: Average time taken across 5 runs: 24.8812 Upon generating z3Light app without dbcache: Average time taken across 5 runs: 19.272 These changes are saving around 5s locally Adding the command argument count to the command queries to avoid additional sql calls for finding out the count within a block helper to reduce the complexity of the template Bumping the feature level for zap JIRA: EMZIGBEE-9385
-
由 Timotej Ecimovic 创作于
* Update versioning scheme to on-the-fly inject a correct version for build. * Add npm targets for version fake/real stamping. * Update version-stamp with creating a real version in package.json * Move a package.json logic to a function in script-util. * Update printouts. * When building, use a timestamp of a last git commit, NOT the current time.
-
- 6月 25, 2022
-
-
由 Timotej Ecimovic 创作于
-
由 Timotej Ecimovic 创作于
* Export category and enable zapmatter target property. * Add description to the zap file, so users can be presented with a nice dialog.
-
- 6月 23, 2022
-
-
由 Timotej Ecimovic 创作于
* Clean up some package queries and encapsulate db. * Fix the loading of templates and zcl packages to include category and description. * Increase feature level. * Update generation templates handling with the new columns. * Update preview and add the template name to the db. * Update expected electron version to what we actually have.
-
- 6月 21, 2022
-
-
由 Jing Teng 创作于
-
由 Jing Teng 创作于
JSON.stringify does not handle TypeError object
-
由 Jing Teng 创作于
-
由 Mehrad malayeri 创作于
* https://github.com/project-chip/zap/issues/503 * https://github.com/project-chip/zap/issues/505 * https://github.com/project-chip/zap/issues/507 * https://github.com/project-chip/zap/issues/519 * adding ubuntu latest to enviornments of github action jobs
-
由 Timotej Ecimovic 创作于
-
由 Timotej Ecimovic 创作于
* Minor cleanup. * Clean up some session creation in tests. * Configure more lenient timeouts for github actions.
-
- 6月 20, 2022
-
-
由 Boris Zbarsky 创作于
For strings especially, consumers really do want to know what size to expect.
-
- 6月 18, 2022
-
-
由 Bharat Raju 创作于
Adding helpers for zcl cli commands such that the right content is generated for Zigbee and other cleanup.
-
- 6月 16, 2022
-
-
由 Bharat Dandu 创作于
Adding helpers for zcl cli commands such that the right content is generated for Zigbee and other cleanup. - Increasing the feature level pointer for apacka.json - Checking for lowercase when querying bitmaps and enums since the atomics are in uppper case under certain occasions for eg BITMAP8 instead of bitmap8 - Getting rid of the cli helpers in helper-zcl.js and using the new data_type table after the schema change instead of the old logic. Also moving the cli helpers int helper-zigbee-zcl since it is specific to zigbee 3.0 only - Adding helper-zigbee-zcl.js to template-engine such that the helpers are included - Adding the new zcl cli helper in zap-cli.zapt such that testing of the new helper is covered along with the old one. - JIRA: ZAPP-802
-
- 6月 12, 2022
-
-
由 Timotej Ecimovic 创作于
-
由 Timotej Ecimovic 创作于
Multiple zcl metafiles
-
由 Timotej Ecimovic 创作于
-
- 6月 11, 2022
-
-
由 Timotej Ecimovic 创作于
0. Downgrade typescript and downgrade quasar-cypress-testing-e2e, fix package-lock. 1. Peg cypress to correct version. 2. Update package-lock.json
-
由 Timotej Ecimovic 创作于
0. Proper exit if passed zcl.json file is broken. 1. Make zcl.json files an array. 2. Fix unit tests, which do not pass an array to zcl files. 3. Clean up the API for multi-file loading. 4. Properly propagate array and load the packages.
-
- 6月 09, 2022
-
-
由 Timotej Ecimovic 创作于
https://github.com/project-chip/zap/issues/514 0. Bring in an external single-instance package, that is not electron specific. 1. Add a util method. 2. Converge both headless and UI startup through the same logic.
-
- 6月 08, 2022
-
-
由 Timotej Ecimovic 创作于
Honor JENKINS_HOME or --jenkins argument
-
由 Timotej Ecimovic 创作于
-
- 6月 07, 2022
-
-
由 Timotej Ecimovic 创作于
Several UI issues and minor improvements
-
由 Timotej Ecimovic 创作于
-
- 6月 06, 2022