gitlab_support_readiness 1.0.66 → 1.0.67
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: 9a93a50395be5887b15ebb3cd94abc9274559e3a73727cb528b30c9e42dbf9da
|
4
|
+
data.tar.gz: 932ce40bfe69ba488856f5fcb4b4f34ce194e14b982c7e221ddcc410858adb41
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97ca67657388069f28799adf3641a05d310e2f9a73ee7f8a471b6c07575516d1efcb9231bebca2ae4216aa0520bd15456388a5a71e2a721acf4251c0272cc01d
|
7
|
+
data.tar.gz: 0e026d5c4e0a5d916fab3d6cdab61f6432a2ec5b246e453cb0311f11398c7d5ce19b2ab1bb7b94e990f4813a7c650217eec0f94a787e03f9c4ff2d37bd6e6587
|
@@ -210,9 +210,6 @@ module Readiness
|
|
210
210
|
unless file.key? 'file_name'
|
211
211
|
errors.push("No such article file: #{path}")
|
212
212
|
end
|
213
|
-
file_contents = Readiness::GitLab::Repositories.raw_file(@gitlab_client, pages_project, '.gitlab/CODEOWNERS', 'master')
|
214
|
-
match = file_contents =~ %r{#{path} #{article_dris}}
|
215
|
-
errors.push("No such CODEOWNERS entry: #{path} #{article_dris}") unless match
|
216
213
|
end
|
217
214
|
|
218
215
|
##
|
@@ -260,15 +257,6 @@ module Readiness
|
|
260
257
|
@create_article_link ||= ENV.fetch('CREATE_ARTICLE_LINK')
|
261
258
|
end
|
262
259
|
|
263
|
-
##
|
264
|
-
# Sets the global variable article_dris
|
265
|
-
#
|
266
|
-
# @author Jason Colyer
|
267
|
-
# @since 1.0.42
|
268
|
-
def self.article_dris
|
269
|
-
@article_dris ||= ENV.fetch('CREATE_ARTICLE_DRIS')
|
270
|
-
end
|
271
|
-
|
272
260
|
##
|
273
261
|
# Sets the global variable article_title
|
274
262
|
#
|
@@ -324,7 +312,6 @@ module Readiness
|
|
324
312
|
This is a request to create a new article within Zendesk. The details are as follows:
|
325
313
|
|
326
314
|
- Link to article file: #{create_article_link}
|
327
|
-
- Article DRIs: `#{article_dris}`
|
328
315
|
- Zendesk Instance(s):
|
329
316
|
#{instance_block}
|
330
317
|
|