Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 11月 13, 2022
  2. 11月 12, 2022
  3. 11月 11, 2022
  4. 11月 10, 2022
  5. 11月 09, 2022
  6. 11月 08, 2022
    • Timotej Ecimovic's avatar
    • Timotej Ecimovic's avatar
      Work for multi template and multi zcl SDK. (#785) · ddcd4874
      Timotej Ecimovic 创作于
      * Clean up gen template loading.
      * Minor cleanup with the context for template loading.
      * Fix a brokenness with incorrect packageId.
      * Deal with separate array case.
      * Load multiple generation template packages.
      * Add the ability to bypass template loading failure.
      * Add secondary mechanism for loading templates to be compatible with primary.
      * Update apack.json to support multiple templates.
      * Lower the test threshold temporarily.
      * Remove xvfb from some places.
      ddcd4874
    • Bharat Dandu's avatar
      Adding helpers for zcl data types · 80bcb299
      Bharat Dandu 创作于
      - Helper for getting size of zcl type
      - Adding size and sign of argument type to zcl_command_arguments helpers
      - Creating a generic comparison helper instead of polluting with too many if helpers
      - Minor cleanup to add command argument type size and sign
      - bumping the feature level
      - JIRA: EMZIGBEE-10378
      80bcb299
    • paulr34's avatar
      Adding notification foundation (#688) · 7e81189f
      paulr34 创作于
      -adding db mapping and db enum
      -updating db-enum.js
      -notification is showing with new SESSION_NOTICE table
      -adding queries
      -adding REST API logic
      -adding Notification page
      -adding better front end design and getting rid of unnecessary information
      -fixing dev tools cypress test
      
      Github: ZAPP-184
      7e81189f
  7. 11月 03, 2022
    • Timotej Ecimovic's avatar
      Fix the issues with the package selection page (#771) · aa0c1150
      Timotej Ecimovic 创作于
      * Properly shortcut the config page if there is only one of each package type.
      
      * Remove printouts.
      
      * Bypass the login page.
      
      * Add the proper logic to detect packages page.
      
      * Better description of the XML loader error.
      
      * Comment out the "smart" logic that does the button clicks on the package page.
      
      * Remove console.log
      aa0c1150
  8. 11月 01, 2022
  9. 10月 31, 2022
  10. 10月 27, 2022
  11. 10月 25, 2022
    • Timotej Ecimovic's avatar
      Cleanup work. (#763) · d2847383
      Timotej Ecimovic 创作于
      * Some cleanup of versioning to properly show zap-cli being used.
      * Regen schema diagram.
      * Regen api doc.
      d2847383
  12. 10月 19, 2022
  13. 10月 18, 2022
  14. 10月 15, 2022
  15. 10月 14, 2022
    • Timotej Ecimovic's avatar
      Cleanup and minor upgrades (#753) · 7d55899f
      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.
      7d55899f
  16. 10月 13, 2022
  17. 10月 12, 2022
  18. 10月 08, 2022
    • Bharat Dandu's avatar
      Adding generic helpers with less hardcoding such that they can be used across... · 4f70b203
      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
      4f70b203
  19. 9月 28, 2022
  20. 9月 27, 2022
    • Bharat Dandu's avatar
      Changes to resolve the custom xml generation/loading issue with zap's cli generation. · 94ddaa95
      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
      94ddaa95
  21. 9月 24, 2022
  22. 9月 23, 2022
  23. 9月 22, 2022
  24. 9月 20, 2022
    • Jing T's avatar
      Fix state path logging (#731) · fd381747
      Jing T 创作于
      * fix incorrect path printout in logs on windows
      
      * Update release.yml
      
      * Revert "Update release.yml"
      
      This reverts commit 5c75fabf935170269c59e699a74686fc2a3c3854.
      fd381747
  25. 9月 16, 2022
  26. 9月 15, 2022
    • Jing T's avatar
      fix Nexus asset query issue. (#724) · 2132026f
      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
      2132026f
    • A.ghasemkhani's avatar
      chore: fix comment message · aaa1322d
      A.ghasemkhani 创作于
      aaa1322d
加载中