@toptal/davinci-ci 4.0.9-alpha-chore-standardize-command-syntax-for-consistency-5feafaf6.44 → 4.0.10-alpha-cni-1363-use-internal-pact-broker-url-7d0f4910.1
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.0.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2021](https://github.com/toptal/davinci/pull/2021) [`97abce92`](https://github.com/toptal/davinci/commit/97abce922d3a0720e0806ae9cd2f2866f355a1bc) Thanks [@dmaklygin](https://github.com/dmaklygin)!
|
|
8
|
+
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
- standardize command syntax for consistency
|
|
12
|
+
- Updated dependencies [[`97abce92`](https://github.com/toptal/davinci/commit/97abce922d3a0720e0806ae9cd2f2866f355a1bc)]:
|
|
13
|
+
- @toptal/davinci-cli-shared@2.3.1
|
|
14
|
+
|
|
3
15
|
## 4.0.8
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toptal/davinci-ci",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.10-alpha-cni-1363-use-internal-pact-broker-url-7d0f4910.1+7d0f4910",
|
|
4
4
|
"description": "Continuos integrations tools for frontend projects",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@commitlint/cli": "^17.4.0",
|
|
40
40
|
"@commitlint/config-conventional": "^17.1.0",
|
|
41
|
-
"@toptal/davinci-cli-shared": "2.3.
|
|
41
|
+
"@toptal/davinci-cli-shared": "2.3.2-alpha-cni-1363-use-internal-pact-broker-url-7d0f4910.1+7d0f4910",
|
|
42
42
|
"danger": "^11.2.2",
|
|
43
43
|
"markdown-table": "^2.0.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@jest/globals": "^29.4.2"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "7d0f4910a0321e1cde1e4b2c10c5c83fe4407bf6"
|
|
49
49
|
}
|
|
@@ -18,7 +18,7 @@ pipeline {
|
|
|
18
18
|
parameters {
|
|
19
19
|
string(name: 'NOTIFICATION_TYPE', description: 'Type of notification this job will send. Possible values: github, slack')
|
|
20
20
|
string(name: 'CONSUMER', description: "Name of the consumer, e.g. 'Staff Portal'")
|
|
21
|
-
string(name: 'PACT_BROKER_URL', defaultValue:'https://pact-broker.toptal.net', description: "Example 'https://pact-broker.toptal.net'")
|
|
21
|
+
string(name: 'PACT_BROKER_URL', defaultValue:'https://pact-broker-internal.toptal.net', description: "Example 'https://pact-broker.toptal.net'")
|
|
22
22
|
string(name: 'GIT_COMMIT', description: 'Git commit which is used as a PACT contract version')
|
|
23
23
|
string(name: 'GITHUB_BRANCH_NAME', description: 'Branch to build')
|
|
24
24
|
string(name: 'GITHUB_REPO_GIT_URL', description: 'Repository URL')
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
</hudson.model.StringParameterDefinition>
|
|
71
71
|
<hudson.model.StringParameterDefinition>
|
|
72
72
|
<name>PACT_BROKER_URL</name>
|
|
73
|
-
<description>Example https://pact-broker.toptal.net</description>
|
|
73
|
+
<description>Example https://pact-broker-internal.toptal.net</description>
|
|
74
74
|
<trim>false</trim>
|
|
75
75
|
</hudson.model.StringParameterDefinition>
|
|
76
76
|
<hudson.model.StringParameterDefinition>
|