peoplegroup-connectors 0.1.74 → 0.1.78

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: 5356752b9161c1869293f51f145fc4ef5cfc643741ed8409353b87378470d48e
4
- data.tar.gz: d279a84051cb974afbc3414bee5638a874bb43218728ac5210611cb4ec0f22ef
3
+ metadata.gz: adc2b43dab4c8b9d48332ebc2063feee381bf5ec66a84676120e8e2a8eb0f6a0
4
+ data.tar.gz: 6a12ebc1139c679011ba70f42ba5db4e71cf4bd28285e6ddac876cd90ba25063
5
5
  SHA512:
6
- metadata.gz: c6000d5b98239e8b705798916e0be0dc4d50c6a35971d6ca095ee65b61efd741a5f84658cc3d779af2f1a598e7edfd7a2db5d8c7b81b38b27397fb814d248177
7
- data.tar.gz: 1a2e3e9104b3bd755bec0d17b49f899c031b89b74db9e72c43aa213006772dcc4e18a5ed5096b8806f5ca10c0a2e120f2c58aeee3a03d2d65086ca01d40a3f63
6
+ metadata.gz: e881b3f798039ab1cbc1b1749d1a50680345f635d5f31c5e61fa8f82844815bd4a86667ed902fd2732ee6426050a95721780d2dacdce527573725660cd828583
7
+ data.tar.gz: 47d8d0fcf90791ac18ba3404a7d0d719f0db89a2a275c82e88590421a4da847ce3922a102216634a67f61b7f52799d0a3da292ff75a76eb46aa24cb4f6354ec4
@@ -1,4 +1,6 @@
1
1
  - slack_email: cristiano
2
2
  bamboo_email: ccasella
3
3
  - slack_email: kencjohnston
4
- bamboo_email: kjohnston
4
+ bamboo_email: kjohnston
5
+ - slack_email: jmeshell
6
+ bamboo_email: jporter
@@ -83,6 +83,10 @@ module PeopleGroup
83
83
  retry_on_error { @client.issue(project, issue_id) }
84
84
  end
85
85
 
86
+ def update_variable(project, key, value, **opts)
87
+ retry_on_error { @client.update_variable(project, key, value, opts) }
88
+ end
89
+
86
90
  def find_or_create_epic(group_id, title, options = {})
87
91
  epic = find_epic(group_id, title)
88
92
  reopen_epic(epic) if epic && epic.state == 'closed'
@@ -56,8 +56,8 @@ module PeopleGroup
56
56
  end
57
57
 
58
58
  def candidates(id = nil, options = {})
59
- Utils.retry_on_error(errors: [GreenhouseIo::Error, Net::OpenTimeout], on_error: on_error) do
60
- get_from_harvest_api "#{BASE_URL}/candidates#{path_id(id)}", options, "candidates"
59
+ Utils.retry_on_error(errors: [GreenhouseIo::Error, Net::OpenTimeout]) do
60
+ @client.candidates(id, options)
61
61
  end
62
62
  end
63
63
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module PeopleGroup
4
4
  module Connectors
5
- VERSION = '0.1.74'
5
+ VERSION = '0.1.78'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: peoplegroup-connectors
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.74
4
+ version: 0.1.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - lien van den steen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gitlab