gitlab_support_readiness 1.0.136 → 1.0.137
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 +4 -4
- data/lib/support_readiness/salesforce/accounts.rb +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e099f19d3317bf598a69b300a9b38f9763de67f02e7c4a14b172fb7cc2923ad
|
4
|
+
data.tar.gz: 269acda307463da5ed94f8bb73e97e9309af1a0a4e5058f6a3ea74c2c516b36a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '048c26f26d7151b2f582a47781890762399ec8e7fc4106618dcc3c29f0f6d17ca2aa1300f70d64495f3944fe398a2c613efcb6035271001ba65060ca9ee3df01'
|
7
|
+
data.tar.gz: 79ffc4797ebe879c3a64c055f8763963897f73b808e79e6197fc7c740df6fb93b4cf8aaba4ac3c2361dbd703f4824780a1e648b3383640bd1269654b06439cbd
|
@@ -269,6 +269,10 @@ module Readiness
|
|
269
269
|
sub_types.push('sub_ss_enterprise') if SubscriptionDefinitions.ss_success_signature.include? sub.Name
|
270
270
|
sub_types.push('sub_usgov_24x7') if SubscriptionDefinitions.fedramp.include? sub.Name
|
271
271
|
sub_types.push('sub_gitlab_dedicated') if SubscriptionDefinitions.fedramp.include? sub.Name
|
272
|
+
sub_types.push('sub_ss_enterprise') if account.Account_ID_18__c == '00161000010fYlBAAU' && sub.Name =~ /Success\ Plan\ Services/
|
273
|
+
sub_types.push('sub_ss_enterprise') if account.Account_ID_18__c == '001PL00000S7nT3YAJ' && sub.Name =~ /Success\ Plan\ Services/
|
274
|
+
sub_types.push('sub_ss_enterprise') if account.Account_ID_18__c == '0016100000K8R8fAAF' && sub.Name =~ /Success\ Plan\ Services/
|
275
|
+
sub_types.push('sub_ss_enterprise') if account.Account_ID_18__c == '0014M00001lcEpNQAU' && sub.Name =~ /Success\ Plan\ Services/
|
272
276
|
sub_types.push('sub_other') if sub_types.count.zero?
|
273
277
|
subs += sub_types
|
274
278
|
end
|
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.137
|
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-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|