@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.
Files changed (42) hide show
  1. package/package.json +3 -3
  2. package/CHANGELOG.md +0 -970
  3. package/LICENSE.MD +0 -4
  4. package/README.md +0 -83
  5. package/bin/davinci-ci.js +0 -8
  6. package/src/commands/danger.js +0 -67
  7. package/src/configs/danger/conventional-commits/dangerfile.js +0 -17
  8. package/src/configs/danger/conventional-commits/plugins/conventional-commits/index.js +0 -52
  9. package/src/configs/danger/conventional-commits/plugins/conventional-pr-title/index.js +0 -53
  10. package/src/configs/danger/conventional-commits/plugins/index.js +0 -7
  11. package/src/configs/danger/plugins/empty-assignee.js +0 -24
  12. package/src/configs/danger/toptal/config.js +0 -30
  13. package/src/configs/danger/toptal/dangerfile.js +0 -17
  14. package/src/configs/danger/toptal/plugins/index.js +0 -7
  15. package/src/configs/danger/toptal/plugins/toptal-commits/index.js +0 -73
  16. package/src/configs/danger/toptal/plugins/toptal-pr-title/index.js +0 -62
  17. package/src/configs/docker/Dockerfile +0 -30
  18. package/src/configs/docker/Dockerfile.gha-deploy +0 -33
  19. package/src/configs/docker/Dockerfile.release +0 -28
  20. package/src/configs/docker/Dockerfile.storybook +0 -20
  21. package/src/configs/docker/env-runtime.entrypoint.sh +0 -47
  22. package/src/configs/docker/nginx-vhost-storybook.conf +0 -20
  23. package/src/configs/docker/nginx-vhost.conf +0 -18
  24. package/src/configs/jobs/build-image/Jenkinsfile +0 -142
  25. package/src/configs/jobs/build-image/config.xml +0 -119
  26. package/src/configs/jobs/build-release-image/Jenkinsfile +0 -154
  27. package/src/configs/jobs/build-release-image/config.xml +0 -102
  28. package/src/configs/jobs/consumer-contracts-verify/Jenkinsfile +0 -117
  29. package/src/configs/jobs/consumer-contracts-verify/config.xml +0 -114
  30. package/src/configs/jobs/deploy/config.xml +0 -107
  31. package/src/configs/jobs/deploy-helm-run/Jenkinsfile +0 -159
  32. package/src/configs/jobs/deploy-helm-run/config.xml +0 -107
  33. package/src/configs/jobs/deploy-helm-run-trigger/Jenkinsfile +0 -200
  34. package/src/configs/jobs/master-main/Jenkinsfile +0 -460
  35. package/src/configs/jobs/master-main/config.xml +0 -119
  36. package/src/configs/jobs/pr-tests/Jenkinsfile +0 -407
  37. package/src/configs/jobs/pr-tests/config.xml +0 -134
  38. package/src/configs/jobs/publish-alpha-package/Jenkinsfile +0 -189
  39. package/src/configs/jobs/publish-alpha-package/config.xml +0 -136
  40. package/src/configs/jobs/temploy-helm-run/Jenkinsfile +0 -141
  41. package/src/configs/jobs/temploy-helm-run/config.xml +0 -97
  42. 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-7fb36d05.18+7fb36d05",
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-7fb36d05.18+7fb36d05",
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": "7fb36d058b1e4ed4347eea7d271823b8be9e2ad8"
39
+ "gitHead": "bc6ed661d4338880043ba32ac9c4d6acbc796cb0"
40
40
  }