gitlab_support_readiness 1.0.66 → 1.0.67

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: 555e87ceef9f70d14577d0c9d419f56648f3cfad7e4e177169970b041937d2c9
4
- data.tar.gz: 5bc0fc6ddd09c51732523a7d33265500d9ee11b3231a09a8697eec2f22f3cd5e
3
+ metadata.gz: 9a93a50395be5887b15ebb3cd94abc9274559e3a73727cb528b30c9e42dbf9da
4
+ data.tar.gz: 932ce40bfe69ba488856f5fcb4b4f34ce194e14b982c7e221ddcc410858adb41
5
5
  SHA512:
6
- metadata.gz: 9bc0544b8ac79a53e228879be0c736746cf01fe095f4ab1d8a84ec0a82e4222f01c799fa463bb986d79f978d987246ce81762dc940f3259086a0572c6c0da6f5
7
- data.tar.gz: 4c4aaf705453f395ad3a32bf4e6de36ab1cfb23b755568e85e22743bfe07d414da119d45523abab573b37959b21be8a82e6daa1c61acd6e12dff126e0041cc4f
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
 
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.66
4
+ version: 1.0.67
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Colyer