@toptal/davinci-ci 1.14.6-alpha-feature-comm-833-reusing-graphql-fragments-7fb36d05.18 → 1.14.6-alpha-feature-comm-833-reusing-graphql-fragments-bc6ed661.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -3
- package/CHANGELOG.md +0 -970
- package/LICENSE.MD +0 -4
- package/README.md +0 -83
- package/bin/davinci-ci.js +0 -8
- package/src/commands/danger.js +0 -67
- package/src/configs/danger/conventional-commits/dangerfile.js +0 -17
- package/src/configs/danger/conventional-commits/plugins/conventional-commits/index.js +0 -52
- package/src/configs/danger/conventional-commits/plugins/conventional-pr-title/index.js +0 -53
- package/src/configs/danger/conventional-commits/plugins/index.js +0 -7
- package/src/configs/danger/plugins/empty-assignee.js +0 -24
- package/src/configs/danger/toptal/config.js +0 -30
- package/src/configs/danger/toptal/dangerfile.js +0 -17
- package/src/configs/danger/toptal/plugins/index.js +0 -7
- package/src/configs/danger/toptal/plugins/toptal-commits/index.js +0 -73
- package/src/configs/danger/toptal/plugins/toptal-pr-title/index.js +0 -62
- package/src/configs/docker/Dockerfile +0 -30
- package/src/configs/docker/Dockerfile.gha-deploy +0 -33
- package/src/configs/docker/Dockerfile.release +0 -28
- package/src/configs/docker/Dockerfile.storybook +0 -20
- package/src/configs/docker/env-runtime.entrypoint.sh +0 -47
- package/src/configs/docker/nginx-vhost-storybook.conf +0 -20
- package/src/configs/docker/nginx-vhost.conf +0 -18
- package/src/configs/jobs/build-image/Jenkinsfile +0 -142
- package/src/configs/jobs/build-image/config.xml +0 -119
- package/src/configs/jobs/build-release-image/Jenkinsfile +0 -154
- package/src/configs/jobs/build-release-image/config.xml +0 -102
- package/src/configs/jobs/consumer-contracts-verify/Jenkinsfile +0 -117
- package/src/configs/jobs/consumer-contracts-verify/config.xml +0 -114
- package/src/configs/jobs/deploy/config.xml +0 -107
- package/src/configs/jobs/deploy-helm-run/Jenkinsfile +0 -159
- package/src/configs/jobs/deploy-helm-run/config.xml +0 -107
- package/src/configs/jobs/deploy-helm-run-trigger/Jenkinsfile +0 -200
- package/src/configs/jobs/master-main/Jenkinsfile +0 -460
- package/src/configs/jobs/master-main/config.xml +0 -119
- package/src/configs/jobs/pr-tests/Jenkinsfile +0 -407
- package/src/configs/jobs/pr-tests/config.xml +0 -134
- package/src/configs/jobs/publish-alpha-package/Jenkinsfile +0 -189
- package/src/configs/jobs/publish-alpha-package/config.xml +0 -136
- package/src/configs/jobs/temploy-helm-run/Jenkinsfile +0 -141
- package/src/configs/jobs/temploy-helm-run/config.xml +0 -97
- package/src/index.js +0 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-ci",
|
|
3
|
-
"version": "1.14.6-alpha-feature-comm-833-reusing-graphql-fragments-
|
|
3
|
+
"version": "1.14.6-alpha-feature-comm-833-reusing-graphql-fragments-bc6ed661.22+bc6ed661",
|
|
4
4
|
"description": "Continuos integrations tools for frontend projects",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@commitlint/cli": "^17.0.2",
|
|
34
34
|
"@commitlint/config-conventional": "^17.1.0",
|
|
35
|
-
"@toptal/davinci-cli-shared": "1.5.2-alpha-feature-comm-833-reusing-graphql-fragments-
|
|
35
|
+
"@toptal/davinci-cli-shared": "1.5.2-alpha-feature-comm-833-reusing-graphql-fragments-bc6ed661.22+bc6ed661",
|
|
36
36
|
"danger": "^11.0.7",
|
|
37
37
|
"markdown-table": "^2.0.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "bc6ed661d4338880043ba32ac9c4d6acbc796cb0"
|
|
40
40
|
}
|