zuora_connect 2.0.57t → 2.0.57u

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a6a432dac08dcd5fd8991267982829432b40f48269373750fef562dea155470d
4
- data.tar.gz: 7d937dabdcc5041cf8d530bd6097697eb1daa49fc3e5b47dcd0e5a12f2b430be
3
+ metadata.gz: d6aca3131ad1e7e0d1893cdee0bf1f5e586866d5f2a723bed5a786cf54cf9526
4
+ data.tar.gz: 4d23ae9f2c26901f752480978013f296405c901f4983fca43b8ac474c63337f8
5
5
  SHA512:
6
- metadata.gz: f236a77c9ad30b8c414d2e98e26fcc03a1552297d59563a6570383ea63d9653b1f805c337dca0ddad0d465562c358083be0b53f258e312907e9a45c7059f5bc5
7
- data.tar.gz: 5dd6d0add7818a99206e9d8f53d5ebabd587304db00ade4afec9e99eb348225415880c316c40674d85f21d8158995a10875662628dec717b1abb7042eadb0fc1
6
+ metadata.gz: 36e18417d268a88be0d6c6afee5cf5d3a749ac9c14a59e9c1c9fd5f515b4edb9887ec2b353cecdf1c0237c5c359c6702c040c9955a6fb9d8c7bf928f420ea6e6
7
+ data.tar.gz: ebee73aa95264ef9b980ddaeae11203b43891721ec2bac3e125794a24dd063ac0f8df5e3ef0fe1a6ffb13c34788b963653779f06bcd0a7db0f71da9bd229474a
@@ -203,7 +203,7 @@ module ZuoraConnect
203
203
  else
204
204
  self.new_session_message = "REBUILDING - Expires in #{time_expire} seconds"
205
205
  end
206
- ZuoraConnect.logger.debug(self.new_session_message)
206
+ ZuoraConnect.logger.debug(self.new_session_message, self.default_ougai_items)
207
207
  self.build_task(task_data: session["#{self.id}::task_data"], session: session)
208
208
  end
209
209
  end
@@ -19,7 +19,6 @@ module ZuoraConnect
19
19
  ElasticAPM.set_label(:trace_id, request.uuid) if defined?(ElasticAPM) && ElasticAPM.running?
20
20
  end
21
21
  end
22
- start_time = Time.now
23
22
  if request.headers["API-Token"].present?
24
23
  @appinstance = ZuoraConnect::AppInstance.find_by(:api_token => request.headers["API-Token"])
25
24
  ZuoraConnect.logger.debug("API REQUEST - API token") if @appinstance.present?
@@ -65,10 +64,6 @@ module ZuoraConnect
65
64
  else
66
65
  check_instance
67
66
  end
68
-
69
- if @appinstance.present?
70
- ZuoraConnect.logger.debug("Authenticate App API Request Completed In - #{(Time.now - start_time).round(2)}s")
71
- end
72
67
  end
73
68
  end
74
69
 
@@ -101,7 +96,6 @@ module ZuoraConnect
101
96
  ElasticAPM.set_label(:trace_id, request.uuid)
102
97
  end
103
98
  end
104
- start_time = Time.now
105
99
 
106
100
  if ZuoraConnect.configuration.mode == "Production"
107
101
  setup_instance_via_prod_mode
@@ -141,8 +135,6 @@ module ZuoraConnect
141
135
  rescue
142
136
  ZuoraConnect.logger.error(ex)
143
137
  end
144
-
145
- ZuoraConnect.logger.debug("Authenticate App Request Completed In - #{(Time.now - start_time).round(2)}s")
146
138
  end
147
139
  rescue ZuoraConnect::Exceptions::InvalidCredentialSet => ex
148
140
  id = @appinstance.id
@@ -1,3 +1,3 @@
1
1
  module ZuoraConnect
2
- VERSION = "2.0.57t"
2
+ VERSION = "2.0.57u"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zuora_connect
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.57t
4
+ version: 2.0.57u
5
5
  platform: ruby
6
6
  authors:
7
7
  - Connect Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-13 00:00:00.000000000 Z
11
+ date: 2020-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: apartment