Skip to content
代码片段 群组 项目
该项目从 https://github.com/project-chip/zap 镜像。 拉取镜像更新于
  1. 6月 18, 2020
    • Bharat Dandu's avatar
      Making Generation in the Preview pane faster by breaking the one large http get response · e6536c8c
      Bharat Dandu 创作于
      - Indexing the generation result for the preview pane in static_generator.js such that multiple http get requests can be fired when user scrolls through the generation code and more content can be generated into the preview pane by chunking a big response into smaller ones.
      - Adding routing parameters into the urls to accomodate the above in generation.js
      - Updating the generation view from q-input to q scroll area in ZclLayout.vue such that large content can be generated using multiple http get request/reponse when the user scrolls through generation result in the preview pane. Before these updates, large responses can sometimes take several seconds to show up on the UI(preview pane)
      - Modifying testing as per the above changes
      - JIRA: ZAPP-166
      e6536c8c
  2. 6月 03, 2020
    • Bharat Dandu's avatar
      Removing constants/hardcoded values from generation files menu.js and... · 6adc01e3
      Bharat Dandu 创作于
      Removing constants/hardcoded values from generation files menu.js and generation.js and moving them to a template file such as test/gen-template/generation-options
      
      - Added a new cluster query which gets all clusters apart from global clusters in query-zcl.js
      - Cleaned up static-generator.js, menu.js and generation.js such that files can be generated generically using generation-options.json. Going through each generation option in generation-option.js and applying a common generation functionality instead of generating each file in a different mechanism.
      - Making changes to ZclLayout.Vue such that when a get request is made the request parameters are the same as the generated file names without extension
      - Modifying testing as per the above changes
      - Adding the addition generation-options.json file in the test/gen-template folder
      - JIRA: ZAPP-139
      6adc01e3
  3. 5月 27, 2020
  4. 5月 26, 2020
  5. 5月 18, 2020
  6. 5月 12, 2020
  7. 3月 28, 2020
加载中