gitlab_support_readiness 1.0.57 → 1.0.59
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 248df1330a985e96a3143e72ef54b280b35340284568b89b2c15eca7db8ac227
|
4
|
+
data.tar.gz: da1f4a2a69042f475ecf1a40f19dc7641d6a5aae34206e2449f453d4d44aff8f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96eec61172a53c25bad8e9c41366a3ea3ef51a8222be0ae46320ed2abb7138a592c44d90321e7a3ad5b2b822a7db95faf7432a12913f9f1e9238c413896ca03c
|
7
|
+
data.tar.gz: 508b3188565f3a8bb1996cd979eec3b64108f8c86330b3090f9b472c27a255c0c779a3d3e309ca7c0128c1a4a3b0d9cf67104e40bde3892a7af2d05ea3d077c1
|
@@ -749,7 +749,7 @@ module Readiness
|
|
749
749
|
'greatly_expired' => org.organization_fields['greatly_expired'],
|
750
750
|
'sub_consumption_ai' => org.organization_fields['sub_consumption_ai'],
|
751
751
|
'sub_consumption_cicd_minutes' => org.organization_fields['sub_consumption_cicd_minutes'],
|
752
|
-
'sub_consumption_duo_enterprise' => org.organization_fields['
|
752
|
+
'sub_consumption_duo_enterprise' => org.organization_fields['sub_consumption_duo_enterprise'],
|
753
753
|
'sub_consumption_duo_premium' => org.organization_fields['sub_consumption_duo_premium'],
|
754
754
|
'sub_consumption_eap' => org.organization_fields['sub_consumption_eap'],
|
755
755
|
'sub_consumption_storage' => org.organization_fields['sub_consumption_storage'],
|
@@ -801,7 +801,7 @@ module Readiness
|
|
801
801
|
'emergency_support_24x7' => org.organization_fields['emergency_support_24x7'],
|
802
802
|
'sub_consumption_ai' => org.organization_fields['sub_consumption_ai'],
|
803
803
|
'sub_consumption_cicd_minutes' => org.organization_fields['sub_consumption_cicd_minutes'],
|
804
|
-
'sub_consumption_duo_enterprise' => org.organization_fields['
|
804
|
+
'sub_consumption_duo_enterprise' => org.organization_fields['sub_consumption_duo_enterprise'],
|
805
805
|
'sub_consumption_duo_premium' => org.organization_fields['sub_consumption_duo_premium'],
|
806
806
|
'sub_consumption_eap' => org.organization_fields['sub_consumption_eap'],
|
807
807
|
'sub_consumption_storage' => org.organization_fields['sub_consumption_storage'],
|
@@ -39,6 +39,7 @@ module Readiness
|
|
39
39
|
require "#{__dir__}/support_super_form_processor/global_ir_sm_trials_new"
|
40
40
|
require "#{__dir__}/support_super_form_processor/global_ir_wider_community_license"
|
41
41
|
require "#{__dir__}/support_super_form_processor/global_set_collaboration_id"
|
42
|
+
require "#{__dir__}/support_super_form_processor/global_set_org_ase"
|
42
43
|
require "#{__dir__}/support_super_form_processor/global_toggle_escalation"
|
43
44
|
require "#{__dir__}/support_super_form_processor/gratis_request"
|
44
45
|
require "#{__dir__}/support_super_form_processor/gratis_support_extension"
|
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.59
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Colyer
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -416,7 +416,7 @@ licenses:
|
|
416
416
|
metadata:
|
417
417
|
bug_tracker_uri: https://gitlab.com/gitlab-com/support/support-ops/support-ops-project/-/issues
|
418
418
|
documentation_uri: https://gitlab-support-readiness.gitlab.io/gitlab_support_readiness_gem/
|
419
|
-
post_install_message:
|
419
|
+
post_install_message:
|
420
420
|
rdoc_options: []
|
421
421
|
require_paths:
|
422
422
|
- lib
|
@@ -431,8 +431,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
431
431
|
- !ruby/object:Gem::Version
|
432
432
|
version: '0'
|
433
433
|
requirements: []
|
434
|
-
rubygems_version: 3.4.
|
435
|
-
signing_key:
|
434
|
+
rubygems_version: 3.4.22
|
435
|
+
signing_key:
|
436
436
|
specification_version: 4
|
437
437
|
summary: GitLab Support Readiness
|
438
438
|
test_files: []
|