qat-reporter-xray-sa 1.1.1 → 1.1.3

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: 42cc4ff05122b7c099ffa5aa7acef04781df4874d9abd8b1c36a034fcfdaf129
4
- data.tar.gz: ba7b357de9ab827e2b438ecc10572f94ca7c753c470a2db9f337f0e1a86558c3
3
+ metadata.gz: 2fdc09a47315f08c3b094b1093b12dba82cee2e3fdaaa8831b30897f1aaffe06
4
+ data.tar.gz: b8050f6eed4eb650ed7738b574b174c7dd7c96dc7c5d3c6e9da6ce1855ab5132
5
5
  SHA512:
6
- metadata.gz: a5dc6ba3a819823f69fe6ed430be3d247628c57455e93fbea6f259240e085a19e81972a8a65303f32ba4454dff091ce4523e1015e1c4732d283be0839756b5c1
7
- data.tar.gz: 7b1eaef7dd6a6cf0923ee25d2eafdbad4e853dbecd75a6db58e4deeb107df4f0bac53e8eab7c1a6376219380fac338cf138b04da5f6546a89612d1fbe1be341b
6
+ metadata.gz: 1e57d286dd0631bdfe32bab970ce6581646e8c0fe9c9aaeff7234ff8867ad35d47f663cf02f504fa24deb3765f39b3660a97d0ef06e0019e3508968bd101e81f
7
+ data.tar.gz: 4589af041ecf9ecb505fc817dd635d2bdb12714d5ded6ed5969a9fa89cbd88c6e3f170d822567b916a369e2b3ed346469807d84c0bddb96fe0de2ba45b4f5a26
@@ -14,10 +14,10 @@ module QAT
14
14
 
15
15
  # Initializes Xray Publisher url and login information
16
16
  def initialize
17
- @base_url = QAT::Reporter::Xray::Config.jira_url
18
- @login_credentials = QAT::Reporter::Xray::Config.login_credentials
19
- @default_cloud_api_url_graphql = QAT::Reporter::Xray::Config.xray_default_api_url_graphql
20
- @cloud_xray_api_credentials = QAT::Reporter::Xray::Config.cloud_xray_api_credentials
17
+ @base_url = QAT::Reporter::Xray::Config.jira_url
18
+ @login_credentials = QAT::Reporter::Xray::Config.login_credentials
19
+ @cloud_xray_api_credentials = QAT::Reporter::Xray::Config.cloud_xray_api_credentials
20
+ @default_cloud_api_url = QAT::Reporter::Xray::Config.xray_default_api_url
21
21
  end
22
22
 
23
23
  # Creates a Jira issue
@@ -101,7 +101,7 @@ module QAT
101
101
  # log_request operation, final_url, args
102
102
  # begin
103
103
  RestClient.method(operation).call(final_url, *args)
104
- #log_response response
104
+ # log_response response
105
105
  # validate response
106
106
  # rescue RestClient::ExceptionWithResponse => e
107
107
  # puts e.response
@@ -5,7 +5,7 @@ module QAT
5
5
  # Namespace for QAT Reporter's Xray integrations
6
6
  class Xray
7
7
  # Represents QAT Reporter's Xray integrations' version
8
- VERSION = '1.1.1'
8
+ VERSION = '1.1.3'
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qat-reporter-xray-sa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - QAT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-29 00:00:00.000000000 Z
11
+ date: 2023-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vcr
@@ -98,20 +98,6 @@ dependencies:
98
98
  - - ">="
99
99
  - !ruby/object:Gem::Version
100
100
  version: '0'
101
- - !ruby/object:Gem::Dependency
102
- name: graphql-client
103
- requirement: !ruby/object:Gem::Requirement
104
- requirements:
105
- - - ">="
106
- - !ruby/object:Gem::Version
107
- version: '0'
108
- type: :runtime
109
- prerelease: false
110
- version_requirements: !ruby/object:Gem::Requirement
111
- requirements:
112
- - - ">="
113
- - !ruby/object:Gem::Version
114
- version: '0'
115
101
  description: |2
116
102
  QAT Report Xray Standalone belongs to QAT Report collection but stand alone version, so no dependencies from other
117
103
  QAT gems are required.