gitlab_support_readiness 1.0.135 → 1.0.136
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7b741fe7986c2c56fabf8f787dfc7933df5f0626c3545301bd433c92a4c70a9
|
4
|
+
data.tar.gz: ccf7b32a5094150cefe0f51e40885c4ec9a232a5b30b6545deb48f8ab8e1769f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a68ab896c6ffcf4707dd0218555196841815a6123852473f94cca621f1ea8c40520798cccd2c8893a74ea938d13c4693cae33f687f05ca5970227ca116f7780
|
7
|
+
data.tar.gz: fa721950196ea32283fca4294a97eb9c67fa6e470208fca493f9420e0d2abf32349f3be12f310a0c865973cabf32458b4852b6bf78308e1e529f9fa9e2e03bfc
|
@@ -393,14 +393,14 @@ module Readiness
|
|
393
393
|
end
|
394
394
|
|
395
395
|
def self.usgov_support_hours_comment
|
396
|
-
type = if @organization.tags.include?
|
396
|
+
type = if @organization.tags.include?('24x7_emergency_support_manual') || @organization.organization_fields['emergency_support_24x7']
|
397
397
|
'24x7'
|
398
398
|
else
|
399
399
|
'12x5'
|
400
400
|
end
|
401
|
-
hours = if @ticket.
|
402
|
-
'
|
403
|
-
elsif
|
401
|
+
hours = if @ticket.ticket_form_id == 360001421112 || @ticket.ticket_form_id == '360001421112'
|
402
|
+
'0500-1700 Pacific Time, 7 days a week'
|
403
|
+
elsif type == '24x7' && %w[high urgent].include?(@ticket.priority)
|
404
404
|
'24x7'
|
405
405
|
else
|
406
406
|
'Monday through Friday, 0500-1700 Pacific Time'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gitlab_support_readiness
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.136
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Colyer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-04-
|
11
|
+
date: 2025-04-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|