该项目从 https://github.com/project-chip/zap 镜像。
拉取镜像更新于 。
- 6月 18, 2020
-
-
由 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
-
- 6月 03, 2020
-
-
由 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
-
- 5月 27, 2020
-
-
由 Timotej Ecimovic 创作于
-
- 5月 26, 2020
-
-
由 Timotej Ecimovic 创作于
-
- 5月 18, 2020
-
-
由 Timotej Ecimovic 创作于
-
- 5月 12, 2020
-
-
由 Timotej Ecimovic 创作于
-
- 3月 28, 2020
-
-
由 Timotej Ecimovic 创作于
-