Skip to content

Commit

Permalink
Update zap submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
tecimovic committed Aug 12, 2022
1 parent 51279c7 commit 71f38b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/zap/repo
Submodule repo updated 46 files
+6 −2 .github/workflows/cypress.yml
+6 −2 .github/workflows/mattercypress.yml
+1 −1 .github/workflows/sonarcloud.yml
+2 −1 .github/workflows/zap.yml
+24 −5 cypress/integration/check_summary/enabled-attributes.spec.js
+5 −9 cypress/integration/check_summary/enabled-clusters.spec.js
+4 −4 jest.config.js
+74 −69 src-electron/generator/matter/app/zap-templates/common/ClustersHelper.js
+2 −4 src-electron/generator/matter/app/zap-templates/common/variables/Variables.js
+6 −9 src-electron/generator/matter/app/zap-templates/templates/chip/helper.js
+1 −1 src-electron/generator/matter/darwin/Framework/CHIP/templates/helper.js
+24 −22 src-script/download-artifact.ts
+0 −1 src-script/zap-generate.js
+8 −7 src/components/ZclCreateModifyEndpoint.vue
+137 −39 src/components/ZclEndpointCard.vue
+53 −9 src/layouts/ZclConfiguratorLayout.vue
+0 −1 src/layouts/ZclLayout.vue
+15 −15 src/pages/PreferencePackage.vue
+45 −0 src/store/zap/actions.js
+8 −0 src/store/zap/mutations.js
+1 −0 src/store/zap/state.js
+88 −0 test/gen-matter2.test.js
+87 −0 test/gen-matter3.test.js
+1 −0 test/gen-template/matter2/header.zapt
+66 −0 test/gen-template/matter2/simulated-cluster-objects.zapt
+28 −0 test/gen-template/matter2/templates.json
+5 −0 test/gen-template/matter2/yaml/x.yaml
+9 −0 test/gen-template/matter3/1.zapt
+77 −0 test/gen-template/matter3/10.zapt
+33 −0 test/gen-template/matter3/11.zapt
+46 −0 test/gen-template/matter3/12.zapt
+94 −0 test/gen-template/matter3/13.zapt
+33 −0 test/gen-template/matter3/14.zapt
+31 −0 test/gen-template/matter3/15.zapt
+51 −0 test/gen-template/matter3/16.zapt
+116 −0 test/gen-template/matter3/17.zapt
+19 −0 test/gen-template/matter3/2.zapt
+134 −0 test/gen-template/matter3/3.zapt
+27 −0 test/gen-template/matter3/4.zapt
+46 −0 test/gen-template/matter3/5.zapt
+62 −0 test/gen-template/matter3/6.zapt
+39 −0 test/gen-template/matter3/7.zapt
+28 −0 test/gen-template/matter3/8.zapt
+15 −0 test/gen-template/matter3/9.zapt
+106 −0 test/gen-template/matter3/t.json
+4 −0 test/test-util.js

0 comments on commit 71f38b2

Please sign in to comment.