Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 3月 08, 2024
  2. 3月 07, 2024
  3. 3月 04, 2024
  4. 3月 01, 2024
  5. 2月 27, 2024
  6. 2月 15, 2024
  7. 2月 14, 2024
  8. 2月 08, 2024
  9. 2月 07, 2024
  10. 2月 06, 2024
  11. 1月 22, 2024
  12. 1月 20, 2024
  13. 1月 06, 2024
  14. 1月 03, 2024
  15. 12月 16, 2023
  16. 12月 14, 2023
  17. 12月 13, 2023
  18. 12月 12, 2023
    • Bharat Raju's avatar
      Show the tootip with path to the json files so that user can distinguish the... · ddd5760c
      Bharat Raju 创作于
      Show the tootip with path to the json files so that user can distinguish the packages when the name and description are the same (#1235)
      
      JIRA: ZAPP-1288
      ddd5760c
    • Bharat Raju's avatar
      Feature/spec compliance feature/zap 1194 (#1221) · 15f632a6
      Bharat Raju 创作于
      * Adding the session notification messages with respect to Device Type specification:
      - When a ZAP file is imported the spec compliance messages will be output into the console and will also be loaded into the session_notice table so that they can be viewed in the UI. See import-json.js
      - When the user enables/disables the clusters, attributes or commands in the UI the sql triggers will check for compliance and remove the spec compliance messages from the session notification table if they are satisfied. See the sql triggers in the schema.
      - Adding some color coding for session notice messages in the UI
      * Adding the session notification messages tests:
      - Adding a new zap file for testing spec compliance
      - Adding the spec-check.test.js to test the above
      - Adding additional test queries to test-query.js
      - Fixing attribute tests to return the correct output counts in  query.test.js and importexport.test.js based on cluster side and not just the cluster itself as a whole which includes client and server
      - Formatting the spec compliance message better for more readability on the console
      -  Fixing the sql triggers for notifications in the case of clusters
      - Minor cleanup
      * Adding a polling mechanism for new notifications such that the UI can show the notifications coming from SQL triggers:
      - Updating the sql schema with NEW_NOTIFICATION flag
      - Creating a trigger on Session notice table which updates the new notification flag within session table
      - Creating a polling mechanism in async reporting for session notice flag
      - Updating db-mapping appropriately
      - Update the schema
      * Changing the schema such that triggers only log session notice warnings based on device type requirements:
      * - Fixing the sql schema to delete messages appropriately
      - Having the import spec check messages to show device type requirements as well
      - Fixing the tests accordingly
      * - Updating the schema to log cluster compliance messages to session_notice table
      - Updating the import file logic to log cluster compliance messages to the console and session_notice table
      - Adding the cluster compliance message tests apart from the device type compliance message tests
      - Cleaning up importEndpointTypes
      - Github: ZAP-1194
      15f632a6
  19. 12月 09, 2023
  20. 12月 06, 2023
  21. 12月 05, 2023
  22. 12月 04, 2023
  23. 11月 30, 2023
  24. 11月 28, 2023
  25. 11月 16, 2023
  26. 11月 15, 2023
  27. 11月 10, 2023
  28. 11月 08, 2023
  29. 11月 03, 2023
加载中