gitlab_support_readiness 1.0.126 → 1.0.128
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: c7b0a95ac02713f5ce00881fd2d30e40a0117483ac51a0d0eef906c28b99e574
|
4
|
+
data.tar.gz: 94559c7144ea049f20234cb9059028c00b34050489a04403adc512bc6dac881b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cb1a435848948e7f6471d13c774485c522c1b03e3c74ac5eb99bc359ecad2aa66adef0ca184add8f3760c19809cf9dea294db9f8cb3dd65a9dcca693e290935
|
7
|
+
data.tar.gz: 6d1a21984b3ec4a22f2ceb0ce89178de2c92dcd8d10928aecbc511574dbb25dc09e6912754cbbace83512f169edbc0f86daecce4c3a5769e79d69f0d42ce45ba
|
@@ -45,7 +45,7 @@ module Readiness
|
|
45
45
|
# @param client [Object] An instance of {Readiness::GitLab::Client}
|
46
46
|
# @param email [String] The email to search for
|
47
47
|
def self.zendesk_user_check(client, email)
|
48
|
-
user_search = Readiness::Zendesk::Search.users(client, "email:#{
|
48
|
+
user_search = Readiness::Zendesk::Search.users(client, "email:#{email} -role:end-user")
|
49
49
|
user = user_search.detect { |u| u.email.downcase == email.downcase }
|
50
50
|
no_such_zendesk_user(email) if user.nil?
|
51
51
|
user
|
@@ -294,7 +294,7 @@ module Readiness
|
|
294
294
|
|
295
295
|
The Internal Request Form submission you recently filed was not able to be filed due to the following issues:
|
296
296
|
|
297
|
-
- Invalid Zendesk user: #{
|
297
|
+
- Invalid Zendesk user: #{email}
|
298
298
|
|
299
299
|
Please rectify the above issues and re-submit your Internal Request via the form.
|
300
300
|
|
@@ -51,8 +51,7 @@ module Readiness
|
|
51
51
|
new_ticket = Readiness::Zendesk::Tickets.new
|
52
52
|
new_ticket.id = @ticket.id
|
53
53
|
new_ticket.additional_tags = tags_to_add
|
54
|
-
|
55
|
-
#Readiness::Zendesk::Tickets.update_many!(@zendesk_client, [new_ticket])
|
54
|
+
Readiness::Zendesk::Tickets.update_many!(@zendesk_client, [new_ticket])
|
56
55
|
end
|
57
56
|
|
58
57
|
##
|
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.128
|
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-02-
|
11
|
+
date: 2025-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|