Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 7月 14, 2022
    • Timotej Ecimovic's avatar
      Clean up server-mode for concurrent use (#598) · 0fe96a7d
      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.
      未验证
      0fe96a7d
  2. 7月 13, 2022
  3. 7月 12, 2022
    • Timotej Ecimovic's avatar
      Events cleanup (#592) · 25b8ddae
      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.
      未验证
      25b8ddae
    • Jing T's avatar
      +script: ZAP artifact downloader via Github (#595) · ee8d41e6
      Jing T 创作于
      未验证
      ee8d41e6
  4. 7月 09, 2022
  5. 7月 07, 2022
  6. 7月 05, 2022
  7. 7月 02, 2022
  8. 7月 01, 2022
    • Timotej Ecimovic's avatar
      Minor UI improvements. (#575) · 2edfc857
      Timotej Ecimovic 创作于
      * Cleanup the naming of axios global accessor functions.
      * Add license checker to workflow.
      未验证
      2edfc857
    • Timotej Ecimovic's avatar
      Event field types (#574) · ae43c99f
      Timotej Ecimovic 创作于
      * Add unit test for event field type checking.
      未验证
      ae43c99f
    • Bharat Raju's avatar
      Removing unecessary columns being pulled for the queries (#564) · 8e05bc31
      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
      未验证
      8e05bc31
    • Timotej Ecimovic's avatar
      Version automatic handling (#577) · 7c7774fe
      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.
      未验证
      7c7774fe
  9. 6月 25, 2022
  10. 6月 23, 2022
    • Timotej Ecimovic's avatar
      Expand package info (#566) · 17f57f09
      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.
      未验证
      17f57f09
  11. 6月 21, 2022
  12. 6月 20, 2022
  13. 6月 18, 2022
  14. 6月 16, 2022
    • Bharat Dandu's avatar
      Adding helpers for zcl cli commands such that the right content is generated... · 774d3270
      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
      774d3270
  15. 6月 12, 2022
  16. 6月 11, 2022
  17. 6月 09, 2022
  18. 6月 08, 2022
  19. 6月 07, 2022
  20. 6月 06, 2022
加载中