qa_server 7.9.0 → 7.9.1

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: 98c71b17c28452d0503ee1afd8ee920dbaa12332e578890d02527a402ce1a793
4
- data.tar.gz: b569538f771243239ff2fe85428fbe11b9dd948947aa90e598a12c513aa2e4e2
3
+ metadata.gz: ff06d85cd1c9fe8ce8b330c850856ebd43ec8859704158b9b845cf10d748a484
4
+ data.tar.gz: e6c72b49415833fba261d26603d2683f4dfa45c11f3ca7b4e238cea5080a6e7d
5
5
  SHA512:
6
- metadata.gz: 96ae15dfd8d90bab80600eea28865a6749347bd084df9771b0864e5d58c803bfb7dc23bff8025f4939ca78c5dfbbfa452a0a8f7fe028acb3c85ee7c3374d78ee
7
- data.tar.gz: 04f668c250e1f95188ad2a0553b2ab8a09f33415e4a9028024e4ce97407aa1af041be643dbb6f7b603e61887df8f3b0d7b3b80d7a41c0c194aaa579cb07cd03d
6
+ metadata.gz: 26a67a95946b201218cb764957ab50d050d13e5a051e51e1cec7a2dd83b69c7f2113f94519ae5597a1d35c79677feddd41f33b5fd24e777848c3ebc9b00524e8
7
+ data.tar.gz: 8499863e775be703faac4243a966faf58e66a5098878b1e19f3b95033a752abf7ab824aeab14dc3f7f8cf20a243dbbffd93ca7beccb7dfb09d28e87a263d5d03
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 7.9.1 (2021-06-10)
2
+
3
+ * fix compare accuracy fails if either has pending tests
4
+
1
5
  ### 7.9.0 (2021-04-16)
2
6
 
3
7
  * Add chart showing simulated graph (in table) of the last 30 days of up-down connection data
@@ -81,6 +81,7 @@ module QaServer
81
81
 
82
82
  # @return [String] the name of the css style class to use for the status cell based on the status of the scenario test.
83
83
  def status_style_class(status)
84
+ return "status-#{status}" if status.is_a? Symbol
84
85
  status[:pending] ? "status-dogear status-#{status[:status]}" : "status-#{status[:status]}"
85
86
  end
86
87
 
@@ -151,6 +151,7 @@
151
151
  </tr>
152
152
  <% end %>
153
153
  </table>
154
+ <p><i>NOTE: Dogear means that the test is a known failure marked as pending.</i></p>
154
155
  </div>
155
156
  <% end %>
156
157
 
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module QaServer
3
- VERSION = '7.9.0'
3
+ VERSION = '7.9.1'
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qa_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.9.0
4
+ version: 7.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - E. Lynette Rayle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-17 00:00:00.000000000 Z
11
+ date: 2021-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails