Skip to content

Commit

Permalink
feat: applied shell breaking changes
Browse files Browse the repository at this point in the history
* build: added sdk as npm package

* chore: removed unused webpack config molder

* chore: updated package scripts

* feat: added attrKey to app declaration object

* chore: updated jenkinsfile

* chore: updated sdk

* chore: updated deps and solved typing errors
  • Loading branch information
zovomat authored Feb 24, 2022
1 parent efe3bcc commit f72ab4c
Show file tree
Hide file tree
Showing 63 changed files with 14,898 additions and 18,907 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* SPDX-License-Identifier: AGPL-3.0-only
*/
library(
identifier: 'zapp-jenkins-lib@github-pipeline',
identifier: 'zapp-jenkins-lib@github-pipeline-v2',
retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'git@bitbucket.org:zextras/zapp-jenkins-lib.git',
Expand Down
22,161 changes: 14,505 additions & 7,656 deletions package-lock.json

Large diffs are not rendered by default.

24 changes: 14 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
"description": "Mails module for Zextras Carbonio",
"main": "src/app.jsx",
"scripts": {
"build": "node sdk build",
"deploy": "node sdk deploy",
"start": "node sdk watch",
"build": "sdk build",
"deploy": "sdk deploy",
"start": "sdk watch",
"postinstall": "is-ci || husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --resolve-plugins-relative-to node_modules/@zextras/carbonio-ui-configs src",
"test": "echo jest",
"sdk-setup": "npm ci --prefix sdk"
"test": "echo jest"
},
"keywords": [],
"author": "Zextras DL Team <https://www.zextras.com/carbonio/>",
Expand Down Expand Up @@ -43,6 +42,7 @@
"@types/react-router-dom": "5.3.2",
"@types/styled-components": "^5.1.15",
"@zextras/carbonio-ui-configs": "^0.1.11",
"@zextras/carbonio-ui-sdk": "github:Zextras/carbonio-ui-sdk#devel",
"babel-jest": "27.3.1",
"babel-plugin-i18next-extract": "0.8.3",
"babel-plugin-styled-components": "2.0.1",
Expand All @@ -53,13 +53,14 @@
},
"dependencies": {
"@reduxjs/toolkit": "1.6.2",
"@zextras/carbonio-design-system": "^0.1.3",
"@zextras/carbonio-shell-ui": "^0.3.0-rc.1",
"@zextras/carbonio-design-system": "^0.1.4",
"@zextras/carbonio-shell-ui": "^0.4.1-rc.0",
"core-js": "3.19.1",
"i18next": "^21.5.4",
"immer": "7.0.14",
"lodash": "4.17.21",
"moment": "2.29.1",
"path-browserify": "^1.0.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -76,11 +77,14 @@
"Firefox ESR",
"not dead"
],
"zapp": {
"carbonio": {
"translations_repository": "git@bitbucket.org:zextras/com_zextras_zapp_mails.git",
"name": "carbonio-mails-ui",
"priority": 5,
"type": "carbonio",
"attrKey": "zimbraFeatureMailEnabled",
"display": "Mails",
"route": "mails",
"priority": 5
"icon": "MailModOutline",
"sentryDsn": "https://90672cc95a43460485b50717c4be69ab@feedback.zextras.tools/7"
}
}
1 change: 0 additions & 1 deletion sdk/.github/CODEOWNERS

This file was deleted.

49 changes: 0 additions & 49 deletions sdk/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion sdk/.nvmrc

This file was deleted.

3 changes: 0 additions & 3 deletions sdk/.nvmrc.license

This file was deleted.

19 changes: 0 additions & 19 deletions sdk/.reuse/dep5

This file was deleted.

235 changes: 0 additions & 235 deletions sdk/COPYING

This file was deleted.

235 changes: 0 additions & 235 deletions sdk/LICENSES/AGPL-3.0-only.txt

This file was deleted.

121 changes: 0 additions & 121 deletions sdk/LICENSES/CC0-1.0.txt

This file was deleted.

33 changes: 0 additions & 33 deletions sdk/README.md

This file was deleted.

Loading

0 comments on commit f72ab4c

Please sign in to comment.