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月 17, 2020
  3. 6月 16, 2020
  4. 6月 15, 2020
  5. 6月 12, 2020
  6. 6月 05, 2020
    • Bharat Dandu's avatar
      Removing the use of table names in code and template files since there is no need to do that. · 00bb5d8b
      Bharat Dandu 创作于
      - Changing the generation-options.json template file to use joinRecords instead of tableName in group-info-into-db-row-type and thus removing table names
      - Changing the handlebar template files to reflect the above. Also the same applied to static-generator.js
      - JIRA: ZAPP-143, JIRA: ZAPP-137
      00bb5d8b
    • Bharat Dandu's avatar
      Cleaning up · 1e300024
      Bharat Dandu 创作于
      1e300024
    • Bharat Dandu's avatar
      Removing the use of column names in handlebar templates and instead using the... · f3ad71af
      Bharat Dandu 创作于
      Removing the use of column names in handlebar templates and instead using the mapping provided in db-mapping.js because this will future proof any changes needed for column names in handlebar templates.
      
      - Adding more mappings to db-mapping.js as needed by generation
      - Changing sql queries used for generation to use db-mapping.js
      - Using selectAllClustersApartFromNull instead of selectAllClusters to avoid getting global clusters
      - Changing APIs in helper-utils.js to use the db-mapping scheme when referring to column names
      - Changing all handlebar templates to use the db-mapping scheme column names
      - Making changes to generation-options.json which holds the template data for generation to use the naming in db-mapping.js
      - JIRA: ZAPP-143 JIRA-ZAPP-137
      f3ad71af
  7. 6月 03, 2020
    • Bharat Dandu's avatar
      41533d6a
    • Bharat Dandu's avatar
      Cleaning up · d3eb406c
      Bharat Dandu 创作于
      JIRA: ZAPP-139
      d3eb406c
    • 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
  8. 5月 28, 2020
    • Bharat Dandu's avatar
      - Adding the output and template command line option description in args.js · 606ef033
      Bharat Dandu 创作于
      - Handling the command line generation of zap and the options provided for commandline in electron-main.js
      - Adding API functions for commandline in menu.js so that testing can use this in generation.test.js
      - Adding log info commands in static-generator.js for general purpose debugging
      - JIRA: ZAPP-138
      606ef033
  9. 5月 27, 2020
  10. 5月 26, 2020
  11. 5月 18, 2020
  12. 5月 12, 2020
  13. 3月 28, 2020
加载中