gitlab_support_readiness 1.0.82 → 1.0.83

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: d4f4570f7add99e7c252ebcdb5bcf6a793902de409c8e36fb13f36bdc73358d5
4
- data.tar.gz: 3f5e3bc1f72936d735089392dd065f8acdebbf2a5cca2086323de39c50e7f5ca
3
+ metadata.gz: 6a5aafc6f45666ac5ce8d48b3c409afc3ce8c3c4807dfd5455c3ffe38030dedc
4
+ data.tar.gz: 9beca917e0b0e1e014f11bb7117eaaefd663be7bb1198a5b6067c1d0cd83a18b
5
5
  SHA512:
6
- metadata.gz: fc082cb2418b5dc406e0186c871c9a01cc637706dbd65e2068468205e32b15e7196d398b8f39e6ded4b907273a614eda81f302681919cb483543c6cdd4acf8aa
7
- data.tar.gz: d97f7bf324f532f839e9d1451488924640e7424231794e164669579004cfa3440678aab5092867293836b53c1c129f41bb3daad68c45c2fe7447d38bb056f704
6
+ metadata.gz: f139993fe87bb14b05f4df232b816f6b0be1dc709d870ba9afcdda18536437cc98b1be881f5d12dee4551ab16d1879492f3b79c6b3e779e9920b9ebaa84a2ca1
7
+ data.tar.gz: c3edb752b546f350b1ffd6ad33aedb3646046959f78c46380a619afba9ff178ee14ecfcc223d687d70342c811ec129394ef707574579c6141712089db7ac936c
@@ -766,8 +766,8 @@ module Readiness
766
766
  'sub_oss' => org.organization_fields['sub_oss'],
767
767
  'sub_community_other' => org.organization_fields['sub_community_other'],
768
768
  'sub_ss_ase' => org.organization_fields['sub_ss_ase'],
769
- 'sub_ss_success_growth' => org.organization_fields['sub_ss_success_growth'],
770
- 'sub_ss_success_enterprise' => org.organization_fields['sub_ss_success_enterprise'],
769
+ 'sub_ss_growth' => org.organization_fields['sub_ss_growth'],
770
+ 'sub_ss_enterprise' => org.organization_fields['sub_ss_enterprise'],
771
771
  'sub_other' => org.organization_fields['sub_other'],
772
772
  'partner_customer' => org.organization_fields['partner_customer'],
773
773
  'not_in_sfdc' => org.organization_fields['not_in_sfdc'],
@@ -1012,8 +1012,8 @@ module Readiness
1012
1012
  'sub_sm_starter' => account['sub_sm_starter'],
1013
1013
  'sub_sm_ultimate' => account['sub_sm_ultimate'],
1014
1014
  'sub_ss_ase' => account['sub_ss_ase'],
1015
- 'sub_ss_success_growth' => account['sub_ss_success_growth'],
1016
- 'sub_ss_success_enterprise' => account['sub_ss_success_enterprise'],
1015
+ 'sub_ss_growth' => account['sub_ss_growth'],
1016
+ 'sub_ss_enterprise' => account['sub_ss_enterprise'],
1017
1017
  'sub_usgov_12x5' => account['sub_usgov_12x5'],
1018
1018
  'sub_usgov_24x7' => account['sub_usgov_24x7'],
1019
1019
  'support_hold' => account['support_hold'],
@@ -170,8 +170,8 @@ module Readiness
170
170
  "sub_oss" => subscriptions.include?('sub_oss'),
171
171
  "sub_community_other" => subscriptions.include?('sub_community_other'),
172
172
  "sub_ss_ase" => subscriptions.include?('sub_ss_ase'),
173
- 'sub_ss_success_growth' => subscriptions.include?('sub_ss_success_growth'),
174
- 'sub_ss_success_enterprise' => subscriptions.include?('sub_ss_success_enterprise'),
173
+ 'sub_ss_growth' => subscriptions.include?('sub_ss_growth'),
174
+ 'sub_ss_enterprise' => subscriptions.include?('sub_ss_enterprise'),
175
175
  "sub_other" => subscriptions.include?('sub_other'),
176
176
  "partner_customer" => account_is_partner_customer?(account, type),
177
177
  "not_in_sfdc" => false,
@@ -264,8 +264,8 @@ module Readiness
264
264
  sub_types.push('sub_oss') if SubscriptionDefinitions.oss.include? sub.Name
265
265
  sub_types.push('sub_community_other') if SubscriptionDefinitions.community_other.include? sub.Name
266
266
  sub_types.push('sub_ss_ase') if SubscriptionDefinitions.ss_ase.include? sub.Name
267
- sub_types.push('sub_ss_success_growth') if SubscriptionDefinitions.ss_success_advanced.include? sub.Name
268
- sub_types.push('sub_ss_success_enterprise') if SubscriptionDefinitions.ss_success_signature.include? sub.Name
267
+ sub_types.push('sub_ss_growth') if SubscriptionDefinitions.ss_success_advanced.include? sub.Name
268
+ sub_types.push('sub_ss_enterprise') if SubscriptionDefinitions.ss_success_signature.include? sub.Name
269
269
  sub_types.push('sub_usgov_24x7') if SubscriptionDefinitions.fedramp.include? sub.Name
270
270
  sub_types.push('sub_gitlab_dedicated') if SubscriptionDefinitions.fedramp.include? sub.Name
271
271
  sub_types.push('sub_other') if sub_types.count.zero?
@@ -400,8 +400,8 @@ module Readiness
400
400
  return 'custom' if subscriptions.include? 'sub_usgov_12x5'
401
401
  return 'custom' if subscriptions.include? 'sub_usgov_24x7'
402
402
  return 'custom' if subscriptions.include? 'sub_ss_ase'
403
- return 'custom' if subscriptions.include? 'sub_ss_success_growth'
404
- return 'custom' if subscriptions.include? 'sub_ss_success_enterprise'
403
+ return 'custom' if subscriptions.include? 'sub_ss_growth'
404
+ return 'custom' if subscriptions.include? 'sub_ss_enterprise'
405
405
  return 'community' if subscriptions.include? 'sub_edu'
406
406
  return 'community' if subscriptions.include? 'sub_oss'
407
407
  return 'community' if subscriptions.include? 'sub_community_other'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab_support_readiness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.82
4
+ version: 1.0.83
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Colyer