gitlab_support_readiness 1.0.47 → 1.0.49

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. checksums.yaml +4 -4
  2. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_billing_entity_change.rb +3 -1
  3. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_extension.rb +3 -1
  4. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_investigate.rb +3 -1
  5. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_link.rb +3 -1
  6. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_nfr.rb +3 -1
  7. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_subscriptions_reset_seat_qsr.rb +3 -1
  8. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_edit.rb +3 -1
  9. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_extension.rb +3 -1
  10. data/lib/support_readiness/support_super_form_processor/global_ir_dotcom_trials_over_plan.rb +3 -1
  11. data/lib/support_readiness/support_super_form_processor/global_ir_hackerone_license.rb +3 -1
  12. data/lib/support_readiness/support_super_form_processor/global_ir_oem_license.rb +3 -1
  13. data/lib/support_readiness/support_super_form_processor/global_ir_order_management.rb +3 -1
  14. data/lib/support_readiness/support_super_form_processor/global_ir_other.rb +3 -1
  15. data/lib/support_readiness/support_super_form_processor/global_ir_provison_failure.rb +3 -1
  16. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_did_not_receive.rb +3 -1
  17. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_multiyear.rb +3 -1
  18. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_nfr.rb +3 -1
  19. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_resend.rb +3 -1
  20. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_scl.rb +3 -1
  21. data/lib/support_readiness/support_super_form_processor/global_ir_sm_subscriptions_temp.rb +3 -1
  22. data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_edit.rb +3 -1
  23. data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_extension.rb +3 -1
  24. data/lib/support_readiness/support_super_form_processor/global_ir_sm_trials_new.rb +3 -1
  25. data/lib/support_readiness/support_super_form_processor/global_ir_wider_community_license.rb +3 -1
  26. data/lib/support_readiness/support_super_form_processor/sa_request_for_support.rb +4 -2
  27. data/lib/support_readiness/zendesk/tickets.rb +2 -1
  28. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: edb11b28298e518d4d8b001901c2319d128c5b1d1889f11ee9d585d9f1d13a5a
4
- data.tar.gz: d8d643cc7ea96e65202249fc5b03c7fd9a183f4fd6632792999624a94b294c0e
3
+ metadata.gz: f5ec777cb67781d35e7adf304810f87ec38a88d73e2465e0e6c7e203bc20254f
4
+ data.tar.gz: c7ceeea129c70de4fb9f9f02e251388457405fc20162b8b75872f1ac5516ee2a
5
5
  SHA512:
6
- metadata.gz: fd1e4b004b8c2daf0c3e8698e34b3081d811a401a91d94f76b468f3bdfcb4bf2c13b4d44e55cd795028a11a27d1c5591aa4e477c801f8e0b4b07bb4e9b3ecce6
7
- data.tar.gz: 2546ab917b91e6e179cbee93de799bb0ee63520e099869281b91f39b193cf636340f389b753cdce804d24b8729d9936393903ce1591e3713456f1cef02788dc1
6
+ metadata.gz: 6006e1b63ccd5018eadcaa780a9a2c52353df6d812790c8a0c4d2e36b14a198b2220755aaa7aa21e08a50fa283b4cc7f748ff06618283302b07b3e955b8c6df0
7
+ data.tar.gz: c21bb79e2e662c4c40390b008d343b6a6e51aa6d5d0ada090611fe4e18aca07c9ae6b7c0416a593d0f821751dabaf08bcb760b7e7f70f4c4256fbc32df3becbd
@@ -26,7 +26,9 @@ module Readiness
26
26
  end
27
27
  @namespace = Readiness::GitLab::Namespaces.find!(@gitlab_admin_client, namespace_provided)
28
28
  ticket = Readiness::Zendesk::Tickets.new
29
- ticket.email_cc_ids = [zd_user.id]
29
+ ticket.email_ccs = [
30
+ { user_id: zd_user.id }
31
+ ]
30
32
  ticket.requester_id = 379855863520
31
33
  ticket.submitter_id = 379855863520
32
34
  ticket.comment = { html_body: body }
@@ -26,7 +26,9 @@ module Readiness
26
26
  end
27
27
  @namespace = Readiness::GitLab::Namespaces.find!(@gitlab_admin_client, namespace_provided)
28
28
  ticket = Readiness::Zendesk::Tickets.new
29
- ticket.email_cc_ids = [zd_user.id]
29
+ ticket.email_ccs = [
30
+ { user_id: zd_user.id }
31
+ ]
30
32
  ticket.requester_id = 379855863520
31
33
  ticket.submitter_id = 379855863520
32
34
  ticket.comment = { html_body: body }
@@ -26,7 +26,9 @@ module Readiness
26
26
  end
27
27
  @namespace = Readiness::GitLab::Namespaces.find!(@gitlab_admin_client, namespace_provided)
28
28
  ticket = Readiness::Zendesk::Tickets.new
29
- ticket.email_cc_ids = [zd_user.id]
29
+ ticket.email_ccs = [
30
+ { user_id: zd_user.id }
31
+ ]
30
32
  ticket.requester_id = 379855863520
31
33
  ticket.submitter_id = 379855863520
32
34
  ticket.comment = { html_body: body }
@@ -26,7 +26,9 @@ module Readiness
26
26
  end
27
27
  @namespace = Readiness::GitLab::Namespaces.find!(@gitlab_admin_client, namespace_provided)
28
28
  ticket = Readiness::Zendesk::Tickets.new
29
- ticket.email_cc_ids = [zd_user.id]
29
+ ticket.email_ccs = [
30
+ { user_id: zd_user.id }
31
+ ]
30
32
  ticket.requester_id = 379855863520
31
33
  ticket.submitter_id = 379855863520
32
34
  ticket.comment = { html_body: body }
@@ -32,7 +32,9 @@ module Readiness
32
32
  end
33
33
  @namespace = Readiness::GitLab::Namespaces.find!(@gitlab_admin_client, namespace_provided)
34
34
  ticket = Readiness::Zendesk::Tickets.new
35
- ticket.email_cc_ids = [zd_user.id]
35
+ ticket.email_ccs = [
36
+ { user_id: zd_user.id }
37
+ ]
36
38
  ticket.requester_id = 379855863520
37
39
  ticket.submitter_id = 379855863520
38
40
  ticket.comment = { html_body: body }
@@ -26,7 +26,9 @@ module Readiness
26
26
  end
27
27
  @namespace = Readiness::GitLab::Namespaces.find!(@gitlab_admin_client, namespace_provided)
28
28
  ticket = Readiness::Zendesk::Tickets.new
29
- ticket.email_cc_ids = [zd_user.id]
29
+ ticket.email_ccs = [
30
+ { user_id: zd_user.id }
31
+ ]
30
32
  ticket.requester_id = 379855863520
31
33
  ticket.submitter_id = 379855863520
32
34
  ticket.comment = { html_body: body }
@@ -26,7 +26,9 @@ module Readiness
26
26
  end
27
27
  @namespace = Readiness::GitLab::Namespaces.find!(@gitlab_admin_client, namespace_provided)
28
28
  ticket = Readiness::Zendesk::Tickets.new
29
- ticket.email_cc_ids = [zd_user.id]
29
+ ticket.email_ccs = [
30
+ { user_id: zd_user.id }
31
+ ]
30
32
  ticket.requester_id = 379855863520
31
33
  ticket.submitter_id = 379855863520
32
34
  ticket.comment = { html_body: body }
@@ -26,7 +26,9 @@ module Readiness
26
26
  end
27
27
  @namespace = Readiness::GitLab::Namespaces.find!(@gitlab_admin_client, namespace_provided)
28
28
  ticket = Readiness::Zendesk::Tickets.new
29
- ticket.email_cc_ids = [zd_user.id]
29
+ ticket.email_ccs = [
30
+ { user_id: zd_user.id }
31
+ ]
30
32
  ticket.requester_id = 379855863520
31
33
  ticket.submitter_id = 379855863520
32
34
  ticket.comment = { html_body: body }
@@ -26,7 +26,9 @@ module Readiness
26
26
  end
27
27
  @namespace = Readiness::GitLab::Namespaces.find!(@gitlab_admin_client, namespace_provided)
28
28
  ticket = Readiness::Zendesk::Tickets.new
29
- ticket.email_cc_ids = [zd_user.id]
29
+ ticket.email_ccs = [
30
+ { user_id: zd_user.id }
31
+ ]
30
32
  ticket.requester_id = 379855863520
31
33
  ticket.submitter_id = 379855863520
32
34
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -25,7 +25,9 @@ module Readiness
25
25
  Readiness::SupportSuperFormProcessor::Shared.not_oem_member(requester_email)
26
26
  end
27
27
  ticket = Readiness::Zendesk::Tickets.new
28
- ticket.email_cc_ids = [zd_user.id]
28
+ ticket.email_ccs = [
29
+ { user_id: zd_user.id }
30
+ ]
29
31
  ticket.requester_id = 379855863520
30
32
  ticket.submitter_id = 379855863520
31
33
  ticket.comment = { html_body: body }
@@ -25,7 +25,9 @@ module Readiness
25
25
  Readiness::SupportSuperFormProcessor::Shared.not_order_management_member(requester_email)
26
26
  end
27
27
  ticket = Readiness::Zendesk::Tickets.new
28
- ticket.email_cc_ids = [zd_user.id]
28
+ ticket.email_ccs = [
29
+ { user_id: zd_user.id }
30
+ ]
29
31
  ticket.requester_id = 379855863520
30
32
  ticket.submitter_id = 379855863520
31
33
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -28,7 +28,9 @@ module Readiness
28
28
  Readiness::SupportSuperFormProcessor::Shared.invalid_nfr_request(requester_email)
29
29
  end
30
30
  ticket = Readiness::Zendesk::Tickets.new
31
- ticket.email_cc_ids = [zd_user.id]
31
+ ticket.email_ccs = [
32
+ { user_id: zd_user.id }
33
+ ]
32
34
  ticket.requester_id = 379855863520
33
35
  ticket.submitter_id = 379855863520
34
36
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -25,7 +25,9 @@ module Readiness
25
25
  Readiness::SupportSuperFormProcessor::Shared.cannot_self_approve((requester_email))
26
26
  end
27
27
  ticket = Readiness::Zendesk::Tickets.new
28
- ticket.email_cc_ids = [zd_user.id]
28
+ ticket.email_ccs = [
29
+ { user_id: zd_user.id }
30
+ ]
29
31
  ticket.requester_id = 379855863520
30
32
  ticket.submitter_id = 379855863520
31
33
  ticket.comment = { html_body: body }
@@ -22,7 +22,9 @@ module Readiness
22
22
  requester
23
23
  zd_user
24
24
  ticket = Readiness::Zendesk::Tickets.new
25
- ticket.email_cc_ids = [zd_user.id]
25
+ ticket.email_ccs = [
26
+ { user_id: zd_user.id }
27
+ ]
26
28
  ticket.requester_id = 379855863520
27
29
  ticket.submitter_id = 379855863520
28
30
  ticket.comment = { html_body: body }
@@ -205,7 +207,7 @@ module Readiness
205
207
  What is expected from Support?
206
208
  </p>
207
209
  <pre>
208
- <%= @expectations %>
210
+ #{expectations}
209
211
  </pre>
210
212
  STRING
211
213
  end
@@ -10,7 +10,7 @@ module Readiness
10
10
  # @author Jason Colyer
11
11
  # @since 1.0.0
12
12
  class Tickets < Readiness::Client
13
- attr_accessor :assignee_id, :additional_tags, :brand_id, :collaborator_ids, :comment, :created_at, :custom_fields, :custom_status_id, :description, :due_at, :email_cc_ids, :fields, :follower_ids, :followup_ids, :group_id, :has_incidents, :id, :is_public, :organization_id, :priority, :problem_id, :remove_tags, :requester_id, :satisfaction_rating, :status, :subject, :submitter_id, :tags, :ticket_form_id, :type, :updated_at, :via, :via_followup_source_id
13
+ attr_accessor :assignee_id, :additional_tags, :brand_id, :collaborator_ids, :comment, :created_at, :custom_fields, :custom_status_id, :description, :due_at, :email_cc_ids, :email_ccs, :fields, :follower_ids, :followup_ids, :group_id, :has_incidents, :id, :is_public, :organization_id, :priority, :problem_id, :remove_tags, :requester_id, :satisfaction_rating, :status, :subject, :submitter_id, :tags, :ticket_form_id, :type, :updated_at, :via, :via_followup_source_id
14
14
 
15
15
  ##
16
16
  # Creates a new {Readiness::Zendesk::Tickets} instance
@@ -33,6 +33,7 @@ module Readiness
33
33
  @description = object['description']
34
34
  @due_at = object['due_at']
35
35
  @email_cc_ids = object['email_cc_ids']
36
+ @email_ccs = object['email_ccs']
36
37
  @fields = object['fields']
37
38
  @follower_ids = object['follower_ids']
38
39
  @followup_ids = object['followup_ids']
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.47
4
+ version: 1.0.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Colyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-25 00:00:00.000000000 Z
11
+ date: 2024-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport