pact_broker-client 1.28.3 → 1.31.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 21b198e50ce3323193d1d4ee08c5de775c6d1a86cea0fcab7150870a35a39dc2
4
- data.tar.gz: 25f87195826bf949de6d330dc60cdbfcf06398fd9bee8b0d50c8095c98dd4230
3
+ metadata.gz: a6d01915e01529a223ea249ec54672916c03f7518564710937570e8236c6317d
4
+ data.tar.gz: 9afcd886e4a3028fdfa66f7cca8a9f1d37e1fab30db469507b49843c84a6a4aa
5
5
  SHA512:
6
- metadata.gz: d32d943bb74e1bcaf0dcadb22f6fe8b9d9c434c131e43cfa23f67c7a2eeae7c5a7c4bceceb1bea9346ae5f30b10a2dbacff4a18c7a8c3d2046c03522ee78301d
7
- data.tar.gz: 5a0065b1401a19cd4407c3f88f957e4169d7ca878ca35157c8b340475146372d32fffcd8ba135b2799a8ff70c1218343d79bb159ef59e3b2aec13711addfbbd7
6
+ metadata.gz: 1099d5d729df80630cb6f95e916a1d05628f536adaa4e939ff7dbf4158145179b6676746ce3e71ea9dadf89ac565a0ebdbea7229bfb00167bc301f783342830d
7
+ data.tar.gz: 40bed81357857aeb44dd7c0acaa81a7b51ceda70294586daf78d058b16357dce5f814b0c6562000d55c47db1527509fae2d745119511180588c97e2a80a96e93
@@ -30,7 +30,7 @@ jobs:
30
30
  - uses: actions/checkout@v2
31
31
  with:
32
32
  fetch-depth: 0
33
- - uses: pact-foundation/release-gem@v0.0.10
33
+ - uses: pact-foundation/release-gem@v0.0.11
34
34
  id: release
35
35
  env:
36
36
  GEM_HOST_API_KEY: '${{ secrets.RUBYGEMS_API_KEY }}'
@@ -41,7 +41,7 @@ jobs:
41
41
  needs: release
42
42
  strategy:
43
43
  matrix:
44
- repository: [pact-foundation/pact-ruby-cli, pact-foundation/pact-ruby-standalone, $GITHUB_REPOSITORY]
44
+ repository: [pact-foundation/pact-ruby-cli, pact-foundation/pact-ruby-standalone, pact-foundation/pact_broker-client]
45
45
  runs-on: ubuntu-latest
46
46
  steps:
47
47
  - name: Notify ${{ matrix.repository }} of gem release
@@ -1,11 +1,41 @@
1
- <a name="v1.28.3"></a>
2
- ### v1.28.3 (2020-07-18)
1
+ <a name="v1.31.0"></a>
2
+ ### v1.31.0 (2020-10-22)
3
+
4
+ #### Features
3
5
 
6
+ * update thor dependancy (#75) ([2078f31](/../../commit/2078f31))
7
+
8
+ <a name="v1.30.0"></a>
9
+ ### v1.30.0 (2020-10-09)
10
+
11
+ #### Features
12
+
13
+ * remove outdated comment from pact publishing output ([251b4df](/../../commit/251b4df))
14
+
15
+ <a name="v1.29.1"></a>
16
+ ### v1.29.1 (2020-08-07)
4
17
 
5
18
  #### Bug Fixes
6
19
 
7
- * testing release process ([24d800f](/../../commit/24d800f))
20
+ * explicitly set the CA file and path from SSL_CERT_FILE and SSL_CERT_DIR for the pact-ruby-standalone ([27a0fe6](/../../commit/27a0fe6))
21
+
22
+ <a name="v1.29.0"></a>
23
+ ### v1.29.0 (2020-08-05)
8
24
 
25
+ #### Features
26
+
27
+ * print out helpful error message for 403 ([5d5a18a](/../../commit/5d5a18a))
28
+ * support publishing pacts for multiple consumers at the same time ([573e97c](/../../commit/573e97c))
29
+
30
+ <a name="v1.28.4"></a>
31
+ ### v1.28.4 (2020-07-31)
32
+
33
+ #### Bug Fixes
34
+
35
+ * add missing require for PactBroker::Client::Error ([72eb796](/../../commit/72eb796))
36
+
37
+ <a name="v1.28.3"></a>
38
+ ### v1.28.3 (2020-07-19)
9
39
 
10
40
  <a name="v1.28.2"></a>
11
41
  ### v1.28.2 (2020-07-17)
data/Gemfile CHANGED
@@ -6,10 +6,6 @@ gemspec
6
6
  # even thought it's in the development dependencies. Trying it here.
7
7
  gem 'rake', '~> 13.0'
8
8
 
9
- group :release do
10
- gem 'bump', git: 'https://github.com/bethesque/bump.git'
11
- end
12
-
13
9
  if ENV['X_PACT_DEVELOPMENT'] == 'true'
14
10
  gem 'pact-mock_service', path: '../pact-mock_service'
15
11
  gem 'pact-support', path: '../pact-support'
data/README.md CHANGED
@@ -153,7 +153,7 @@ Can I deploy the latest version of the application Foo that has the tag "test" t
153
153
 
154
154
  If you are unable to use tags, or there is some other limitation that stops you from using the recommended approach, you can specify one or more of the dependencies explictly. You must also do this if you want to use the `--all TAG` option for any of the pacticipants.
155
155
 
156
- You can specify as many application versions as you like, and you can even specify multiple versions of the same application (repeat the `--pacticipant` name and supply a different version.)
156
+ You can specify as many application versions as you like, and you can even specify multiple versions of the same application (repeat the `--pacticipant` name and supply a different version). If you have a monorepo and you deploy a group of applications together, you can either call `can-i-deploy` once for each application, or you can group them all together by specifying a `--pacticipant` and `--version` for each sub-application.
157
157
 
158
158
  You can use explictly declared dependencies with or without the `--to ENVIRONMENT`. For example, if you declare two (or more) application versions with no `--to ENVIRONMENT`, then only the applications you specify will be taken into account when determining if it is safe to deploy. If you declare two (or more) application versions _as well as_ a `--to ENVIRONMENT`, then the Pact Broker will work out what integrations your declared applications will have in that environment when determining if it safe to deploy. When using this script for a production release, and you are using tags, it is always the most future-proof option to use the `--to` if possible, as it will catch any newly added consumers or providers.
159
159
 
@@ -182,6 +182,13 @@ Can I deploy the latest version of Foo with tag "master" and the latest version
182
182
  --pacticipant Bar --latest master \
183
183
  --broker-base-url BROKER_BASE_URL
184
184
 
185
+ Can I deploy all the applications in my monorepo to prod?
186
+
187
+ $ pact-broker can-i-deploy --pacticipant A --version a7e28207 \
188
+ --pacticipant B --version a7e28207 \
189
+ --pacticipant C --version a7e28207 \
190
+ --to prod \
191
+ --broker-base-url BROKER_BASE_URL
185
192
 
186
193
  Mobile provider use case - can I deploy version b80e7b1b of Bar, all versions of Foo with tag "prod", and the latest version tagged "prod" of any other automatically calculated dependencies together? (Eg. where Bar is a provider and Foo is a mobile consumer with multiple versions in production, and Bar also has its own providers it needs to be compatible with.)
187
194
 
@@ -69,6 +69,12 @@ module PactBroker
69
69
  yield response
70
70
  elsif response.code == 404
71
71
  nil
72
+ elsif response.code == 403
73
+ message = "Authorization failed (insufficient permissions)"
74
+ if response.body && response.body.size > 0
75
+ message = message + ": #{response.body}"
76
+ end
77
+ raise Error.new(message)
72
78
  elsif response.code == 401
73
79
  message = "Authentication failed"
74
80
  if response.body && response.body.size > 0
@@ -53,6 +53,7 @@ module PactBroker
53
53
  method_option :verbose, aliases: "-v", type: :boolean, default: false, required: false, desc: "Verbose output. Default: false"
54
54
 
55
55
  def publish(*pact_files)
56
+ require 'pact_broker/client/error'
56
57
  validate_credentials
57
58
  validate_pact_files(pact_files)
58
59
  success = publish_pacts(pact_files)
@@ -57,6 +57,11 @@ module PactBroker
57
57
  http = Net::HTTP.new(uri.host, uri.port, :ENV)
58
58
  http.set_debug_output(output_stream) if verbose
59
59
  http.use_ssl = (uri.scheme == 'https')
60
+ # Need to manually set the ca_file and ca_path for the pact-ruby-standalone.
61
+ # The env vars seem to be picked up automatically in later Ruby versions.
62
+ # See https://github.com/pact-foundation/pact-ruby-standalone/issues/57
63
+ http.ca_file = ENV['SSL_CERT_FILE'] if ENV['SSL_CERT_FILE'] && ENV['SSL_CERT_FILE'] != ''
64
+ http.ca_path = ENV['SSL_CERT_DIR'] if ENV['SSL_CERT_DIR'] && ENV['SSL_CERT_DIR'] != ''
60
65
  http.start do |http|
61
66
  http.request request
62
67
  end
@@ -52,6 +52,10 @@ module PactBroker
52
52
  @pact_files ||= pact_file_paths.collect{ |pact_file_path| PactFile.new(pact_file_path) }
53
53
  end
54
54
 
55
+ def consumer_names
56
+ pact_files.collect(&:consumer_name).uniq
57
+ end
58
+
55
59
  def publish_pact pact
56
60
  begin
57
61
  $stdout.puts "Publishing #{pact.pact_name} to pact broker at #{pact_broker_base_url}"
@@ -72,12 +76,14 @@ module PactBroker
72
76
  def tag_consumer_version tag
73
77
  versions = pact_broker_client.pacticipants.versions
74
78
  Retry.while_error do
75
- $stdout.puts "Tagging version #{consumer_version} of #{consumer_name} as #{tag.inspect}"
76
- versions.tag(pacticipant: consumer_name, version: consumer_version, tag: tag)
77
- true
79
+ consumer_names.collect do | consumer_name |
80
+ versions.tag(pacticipant: consumer_name, version: consumer_version, tag: tag)
81
+ $stdout.puts "Tagged version #{consumer_version} of #{consumer_name} as #{tag.inspect}"
82
+ true
83
+ end
78
84
  end
79
85
  rescue => e
80
- $stderr.puts "Failed to tag version #{consumer_version} of #{consumer_name} due to error: #{e.class} - #{e}}"
86
+ $stderr.puts "Failed to tag version due to error: #{e.class} - #{e}"
81
87
  false
82
88
  end
83
89
 
@@ -89,15 +95,11 @@ module PactBroker
89
95
  end
90
96
 
91
97
  latest_pact_url = pacts.publish(pact_hash: pact, consumer_version: consumer_version)
92
- $stdout.puts "The latest version of this pact can be accessed at the following URL (use this to configure the provider verification):\n#{latest_pact_url}"
98
+ $stdout.puts "The latest version of this pact can be accessed at the following URL:\n#{latest_pact_url}"
93
99
  true
94
100
  end
95
101
  end
96
102
 
97
- def consumer_name
98
- pact_files.first.consumer_name
99
- end
100
-
101
103
  def validate
102
104
  raise PactBroker::Client::Error.new("Please specify the consumer_version") unless (consumer_version && consumer_version.to_s.strip.size > 0)
103
105
  raise PactBroker::Client::Error.new("Please specify the pact_broker_base_url") unless (pact_broker_base_url && pact_broker_base_url.to_s.strip.size > 0)
@@ -1,5 +1,5 @@
1
1
  module PactBroker
2
2
  module Client
3
- VERSION = '1.28.3'
3
+ VERSION = '1.31.0'
4
4
  end
5
5
  end
@@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
24
24
  gem.add_runtime_dependency 'httparty', '~>0.18'
25
25
  gem.add_runtime_dependency 'term-ansicolor', '~> 1.7'
26
26
  gem.add_runtime_dependency 'table_print', '~> 1.5'
27
- gem.add_runtime_dependency 'thor', '~> 0.20'
27
+ gem.add_runtime_dependency 'thor', '>= 0.20', '< 2.0'
28
28
  gem.add_runtime_dependency 'rake', '~> 13.0' #For FileList
29
29
 
30
30
  gem.add_development_dependency 'fakefs', '~> 0.4'
@@ -0,0 +1,2 @@
1
+ bundle exec bin/pact-broker create-or-update-pacticipant --name Bethtest
2
+
@@ -81,6 +81,25 @@ module PactBroker
81
81
  end
82
82
  end
83
83
 
84
+ context "when publishing multiple files with different consumers" do
85
+ let(:pact_file_paths) { ['spec/pacts/consumer-provider.json','spec/pacts/foo-bar.json']}
86
+ let(:tags) { ['dev'] }
87
+
88
+ it "tags each consumer" do
89
+ expect(pact_versions_client).to receive(:tag).with(
90
+ pacticipant: "Consumer",
91
+ version: consumer_version,
92
+ tag: "dev"
93
+ )
94
+ expect(pact_versions_client).to receive(:tag).with(
95
+ pacticipant: "Foo",
96
+ version: consumer_version,
97
+ tag: "dev"
98
+ )
99
+ subject.call
100
+ end
101
+ end
102
+
84
103
  context "when publishing one or more pacts fails" do
85
104
  let(:pact_file_paths) { ['spec/pacts/consumer-provider.json','spec/pacts/foo-bar.json']}
86
105
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pact_broker-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.3
4
+ version: 1.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Beth Skurrie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-19 00:00:00.000000000 Z
11
+ date: 2020-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -56,16 +56,22 @@ dependencies:
56
56
  name: thor
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0.20'
62
+ - - "<"
63
+ - !ruby/object:Gem::Version
64
+ version: '2.0'
62
65
  type: :runtime
63
66
  prerelease: false
64
67
  version_requirements: !ruby/object:Gem::Requirement
65
68
  requirements:
66
- - - "~>"
69
+ - - ">="
67
70
  - !ruby/object:Gem::Version
68
71
  version: '0.20'
72
+ - - "<"
73
+ - !ruby/object:Gem::Version
74
+ version: '2.0'
69
75
  - !ruby/object:Gem::Dependency
70
76
  name: rake
71
77
  requirement: !ruby/object:Gem::Requirement
@@ -216,6 +222,7 @@ files:
216
222
  - lib/pact_broker/client/webhooks/test.rb
217
223
  - lib/pact_broker_client.rb
218
224
  - pact-broker-client.gemspec
225
+ - script/create-pacticipant.sh
219
226
  - script/generate-cli-usage.sh
220
227
  - script/publish-pact.sh
221
228
  - script/release.sh