lazylead 0.8.3 → 0.10.0
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 +4 -4
- data/.docker/docker-compose.yml +1 -1
- data/.rubocop.yml +1 -0
- data/Rakefile +2 -3
- data/bin/lazylead +3 -0
- data/lazylead.gemspec +14 -14
- data/lib/lazylead/confluence.rb +1 -2
- data/lib/lazylead/log.rb +11 -0
- data/lib/lazylead/os.rb +55 -0
- data/lib/lazylead/system/jira.rb +10 -7
- data/lib/lazylead/task/accuracy/accuracy.rb +6 -7
- data/lib/lazylead/task/accuracy/attachment.rb +1 -0
- data/lib/lazylead/task/accuracy/logs_link.rb +52 -0
- data/lib/lazylead/task/accuracy/screenshots.rb +10 -6
- data/lib/lazylead/task/accuracy/testcase.rb +4 -4
- data/lib/lazylead/task/assignment.rb +9 -13
- data/lib/lazylead/task/fix_version.rb +5 -8
- data/lib/lazylead/task/loading.rb +6 -1
- data/lib/lazylead/task/micromanager.rb +111 -0
- data/lib/lazylead/task/svn/diff.rb +11 -11
- data/lib/lazylead/task/svn/grep.rb +8 -71
- data/lib/lazylead/task/svn/svn.rb +107 -0
- data/lib/lazylead/task/svn/touch.rb +5 -7
- data/lib/lazylead/version.rb +1 -1
- data/lib/messages/illegal_assignee_change.erb +1 -2
- data/lib/messages/illegal_duedate_change.erb +122 -0
- data/lib/messages/loading.erb +9 -8
- data/lib/messages/svn_diff.erb +29 -29
- data/lib/messages/svn_diff_attachment.erb +5 -7
- data/lib/messages/svn_grep.erb +34 -32
- data/readme.md +8 -5
- data/test/lazylead/system/jira_test.rb +8 -0
- data/test/lazylead/task/accuracy/accuracy_test.rb +1 -1
- data/test/lazylead/task/accuracy/logs_link_test.rb +50 -0
- data/test/lazylead/task/accuracy/onlyll_test.rb +1 -1
- data/test/lazylead/task/accuracy/screenshots_test.rb +16 -4
- data/test/lazylead/task/accuracy/testcase_test.rb +27 -0
- data/test/lazylead/task/alert/alertif_test.rb +2 -1
- data/test/lazylead/task/assignment_test.rb +2 -1
- data/test/lazylead/task/created_recently_test.rb +2 -1
- data/test/lazylead/task/duedate_test.rb +2 -2
- data/test/lazylead/task/fix_version_test.rb +2 -1
- data/test/lazylead/task/loading_test.rb +9 -4
- data/test/lazylead/task/micromanager_test.rb +61 -0
- data/test/lazylead/task/missing_comment_test.rb +1 -1
- data/test/lazylead/task/svn/diff_test.rb +1 -1
- data/test/lazylead/task/svn/grep_test.rb +2 -1
- data/test/test.rb +4 -3
- metadata +36 -27
@@ -65,12 +65,10 @@ module Lazylead
|
|
65
65
|
end
|
66
66
|
|
67
67
|
test "issue has two .png files with reference in description but with extension mismatch" do
|
68
|
-
refute Screenshots.new.passed(
|
68
|
+
refute Screenshots.new(minimum: 2).passed(
|
69
69
|
OpenStruct.new(
|
70
70
|
description: "Hi,\n here are snapshots !img1.jpg|thumbnail!\n!img2.jpg|thumbnail!\n",
|
71
|
-
fields: {
|
72
|
-
"description" => "Hi,\n here are snapshots !img1.jpg|thumbnail!\n!img2.jpg|thumbnail!\n"
|
73
|
-
},
|
71
|
+
fields: { "description" => "-" },
|
74
72
|
attachments: [
|
75
73
|
OpenStruct.new("filename" => "img1.JPG"),
|
76
74
|
OpenStruct.new("filename" => "img2.jpg")
|
@@ -122,5 +120,19 @@ module Lazylead
|
|
122
120
|
)
|
123
121
|
)
|
124
122
|
end
|
123
|
+
|
124
|
+
test "two screenshots with docx attach" do
|
125
|
+
assert Screenshots.new.passed(
|
126
|
+
OpenStruct.new(
|
127
|
+
description: "Hi,\n here are snapshots !img1.jpg!\n!img2.jpg!\n[example.docx^!https://jira.com/images/icons/link_attachment_5.gif|width=7,height=7! ^|https://jira.com/secure/attachment/23/23_example.docx]",
|
128
|
+
fields: { "description" => "-" },
|
129
|
+
attachments: [
|
130
|
+
OpenStruct.new("filename" => "img1.jpg"),
|
131
|
+
OpenStruct.new("filename" => "img2.jpg"),
|
132
|
+
OpenStruct.new("filename" => "example.docx")
|
133
|
+
]
|
134
|
+
)
|
135
|
+
)
|
136
|
+
end
|
125
137
|
end
|
126
138
|
end
|
@@ -273,6 +273,33 @@ module Lazylead
|
|
273
273
|
*{color:#DE10AA}[AR]{color}* = YYYY"
|
274
274
|
end
|
275
275
|
|
276
|
+
test "TC named use case" do
|
277
|
+
assert testcase? "{color:#0747a6}+*Use case*+{color}
|
278
|
+
# Step 1
|
279
|
+
# Step ..
|
280
|
+
# Step N
|
281
|
+
*{color:#00673A}[ER]{color}* = XXXX
|
282
|
+
*{color:#DE10AA}[AR]{color}* = YYYY"
|
283
|
+
end
|
284
|
+
|
285
|
+
test "TC with full ar er words" do
|
286
|
+
assert testcase? "{color:#0747a6}+*Use case*+{color}
|
287
|
+
# Step 1
|
288
|
+
# Step ..
|
289
|
+
# Step N
|
290
|
+
*{color:#00673A}Expected result:{color}* = XXXX
|
291
|
+
*{color:#DE10AA}Actual Result:{color}* = YYYY"
|
292
|
+
end
|
293
|
+
|
294
|
+
test "TC with prerequisites" do
|
295
|
+
assert testcase? "{color:#0747a6}+*Pre-requisites and Steps:*+{color}
|
296
|
+
# Step 1
|
297
|
+
# Step ..
|
298
|
+
# Step N
|
299
|
+
*{color:#00673A}Expected result:{color}* = XXXX
|
300
|
+
*{color:#DE10AA}Actual Result:{color}* = YYYY"
|
301
|
+
end
|
302
|
+
|
276
303
|
# ensure that issue description has a test case, AR and ER
|
277
304
|
def testcase?(desc)
|
278
305
|
Testcase.new.passed(OpenStruct.new(description: desc))
|
@@ -48,7 +48,8 @@ module Lazylead
|
|
48
48
|
"template" => "lib/messages/alertif.erb"
|
49
49
|
)
|
50
50
|
)
|
51
|
-
assert_email "[LL] alert if",
|
51
|
+
assert_email "[LL] alert if",
|
52
|
+
"XD-3064", "Critical", "Done", "Glenn Renfro", "Thomas Risberg", "HdfsMongoDB"
|
52
53
|
end
|
53
54
|
end
|
54
55
|
end
|
@@ -47,7 +47,8 @@ module Lazylead
|
|
47
47
|
)
|
48
48
|
)
|
49
49
|
assert_email "Assignment: How dare you?",
|
50
|
-
|
50
|
+
"DATAJDBC-480", "01-Apr", "Minor", "Mark Paluch", "tom,mike,bob",
|
51
|
+
"EntityInstantiators"
|
51
52
|
end
|
52
53
|
end
|
53
54
|
end
|
@@ -82,7 +82,7 @@ module Lazylead
|
|
82
82
|
)
|
83
83
|
)
|
84
84
|
assert_email "[DD] HMCHT!",
|
85
|
-
|
85
|
+
"STS-3599", "2013-11-08", "Major", "Miles Parker", "Use JavaFX WebView"
|
86
86
|
end
|
87
87
|
|
88
88
|
test "send notification about bunch of tickets" do
|
@@ -100,7 +100,7 @@ module Lazylead
|
|
100
100
|
)
|
101
101
|
)
|
102
102
|
assert_email "ALRT: Frozen",
|
103
|
-
|
103
|
+
"Hi Boss", "STS-3599", "2013-11-08", "Major", "Miles Parker", "Use JavaFX WebView"
|
104
104
|
end
|
105
105
|
|
106
106
|
test "cc got notification" do
|
@@ -48,7 +48,8 @@ module Lazylead
|
|
48
48
|
)
|
49
49
|
)
|
50
50
|
assert_email "FixVersion: How dare you?",
|
51
|
-
|
51
|
+
"DATAJDBC-480", "01-Apr-2020", "Minor", "Mark Paluch", "tom,mike,bob",
|
52
|
+
"EntityInstantiators"
|
52
53
|
end
|
53
54
|
end
|
54
55
|
end
|
@@ -40,15 +40,20 @@ module Lazylead
|
|
40
40
|
Opts.new(
|
41
41
|
"to" => "lead@company.com",
|
42
42
|
"from" => "ll@company.com",
|
43
|
-
"jql" => "key
|
44
|
-
"team" => "mclaren:Tom McLaren,milesparker:Mi Pa",
|
43
|
+
"jql" => "key in (STS-3599, XD-3739, XD-3744)",
|
44
|
+
"team" => "mclaren:Tom McLaren,milesparker:Mi Pa,grussell:Gary Ru",
|
45
45
|
"user_link" => "https://user.com?id=",
|
46
|
-
"
|
46
|
+
"search_link" => "https://jira.spring.io/issues/?jql=",
|
47
|
+
"fields" => "assignee,duedate,customfield_10480",
|
48
|
+
"sprint" => "customfield_10480",
|
47
49
|
"subject" => "[LL] Team loading",
|
48
50
|
"template" => "lib/messages/loading.erb"
|
49
51
|
)
|
50
52
|
)
|
51
|
-
assert_email "[LL] Team loading",
|
53
|
+
assert_email "[LL] Team loading",
|
54
|
+
"grussell", "Gary Ru", "Sprint 68", "1",
|
55
|
+
"Miles Parker", "No sprint: 1", "2013-11-08",
|
56
|
+
"Tom McLaren", "0"
|
52
57
|
end
|
53
58
|
end
|
54
59
|
end
|
@@ -0,0 +1,61 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# The MIT License
|
4
|
+
#
|
5
|
+
# Copyright (c) 2019-2021 Yurii Dubinka
|
6
|
+
#
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy
|
8
|
+
# of this software and associated documentation files (the "Software"),
|
9
|
+
# to deal in the Software without restriction, including without limitation
|
10
|
+
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
11
|
+
# and/or sell copies of the Software, and to permit persons to whom
|
12
|
+
# the Software is furnished to do so, subject to the following conditions:
|
13
|
+
#
|
14
|
+
# The above copyright notice and this permission notice shall be included
|
15
|
+
# in all copies or substantial portions of the Software.
|
16
|
+
#
|
17
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
18
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
19
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE
|
20
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
21
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
22
|
+
# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
23
|
+
# OR OTHER DEALINGS IN THE SOFTWARE.
|
24
|
+
|
25
|
+
require "mail"
|
26
|
+
|
27
|
+
require_relative "../../test"
|
28
|
+
require_relative "../../../lib/lazylead/smtp"
|
29
|
+
require_relative "../../../lib/lazylead/opts"
|
30
|
+
require_relative "../../../lib/lazylead/postman"
|
31
|
+
require_relative "../../../lib/lazylead/task/micromanager"
|
32
|
+
|
33
|
+
module Lazylead
|
34
|
+
class MicromanagerTest < Lazylead::Test
|
35
|
+
test "alert in case duedate changed by not authorized person" do
|
36
|
+
Lazylead::Smtp.new.enable
|
37
|
+
Task::Micromanager.new.run(
|
38
|
+
NoAuthJira.new("https://jira.spring.io"),
|
39
|
+
Postman.new,
|
40
|
+
Opts.new(
|
41
|
+
"to" => "lead@company.com",
|
42
|
+
"from" => "ll@company.com",
|
43
|
+
"jql" => "key in ('STS-3599','SPR-6541') and duedate is not empty",
|
44
|
+
"fields" => "assignee,duedate,priority,created,summary,reporter",
|
45
|
+
"allowed" => "tom,mike,bob",
|
46
|
+
"period" => "86400",
|
47
|
+
"now" => "2009-12-10T00:04:00.000+0000",
|
48
|
+
"subject" => "DD: How dare you?",
|
49
|
+
"template" => "lib/messages/illegal_duedate_change.erb"
|
50
|
+
)
|
51
|
+
)
|
52
|
+
assert_email "DD: How dare you?",
|
53
|
+
"SPR-6541", "Major", "(kdonald)", "2009-12-10", "Spring's Maven Central", "tom,mike,bob"
|
54
|
+
end
|
55
|
+
|
56
|
+
test "since for past 1 min" do
|
57
|
+
greater_or_eq Task::Micromanager.new.since("period" => 60).to_i,
|
58
|
+
(Time.now - 60).to_i
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
@@ -50,7 +50,7 @@ module Lazylead
|
|
50
50
|
)
|
51
51
|
)
|
52
52
|
assert_email "Expected ftp link is missing",
|
53
|
-
|
53
|
+
"DATAJDBC-523", "Major", "Mark Paluch", "https://github.com/spring-projects/spring-data-jdbc/commit/aadbb667ed1d61139d5ac51a06eb3dd1b39316db#diff-510a5041bb8a0575e97fedf105606b83R130"
|
54
54
|
end
|
55
55
|
end
|
56
56
|
end
|
@@ -57,7 +57,7 @@ module Lazylead
|
|
57
57
|
"template-attachment" => "lib/messages/svn_diff_attachment.erb"
|
58
58
|
)
|
59
59
|
)
|
60
|
-
assert_email_line "[SVN] Changed since rev1", %w[r2 by dgroup at
|
60
|
+
assert_email_line "[SVN] Changed since rev1", %w[r2 by dgroup at 16-08-2020]
|
61
61
|
# assert_attachment "[SVN] Changed since rev1", /^.*svn-log-.*.html.zip$/
|
62
62
|
end
|
63
63
|
|
@@ -28,6 +28,7 @@ require_relative "../../../../lib/lazylead/smtp"
|
|
28
28
|
require_relative "../../../../lib/lazylead/opts"
|
29
29
|
require_relative "../../../../lib/lazylead/postman"
|
30
30
|
require_relative "../../../../lib/lazylead/task/svn/grep"
|
31
|
+
require_relative "../../../../lib/lazylead/task/svn/svn"
|
31
32
|
|
32
33
|
module Lazylead
|
33
34
|
class GrepTest < Lazylead::Test
|
@@ -96,7 +97,7 @@ module Lazylead
|
|
96
97
|
|
97
98
|
|
98
99
|
MSG
|
99
|
-
assert_equal 15,
|
100
|
+
assert_equal 15, Lazylead::Svn::Commit.new(diff).diff(%w[ping]).size,
|
100
101
|
"There is one commit with 'ping' word where diff has 14 lines"
|
101
102
|
end
|
102
103
|
end
|
data/test/test.rb
CHANGED
@@ -79,9 +79,9 @@ module Lazylead
|
|
79
79
|
end
|
80
80
|
|
81
81
|
# Assert that text contains expected words
|
82
|
-
def assert_words(words, text)
|
82
|
+
def assert_words(*words, text)
|
83
83
|
words = [words] unless words.respond_to? :each
|
84
|
-
words.each do |w|
|
84
|
+
words.first.each do |w|
|
85
85
|
assert_includes text, w
|
86
86
|
end
|
87
87
|
end
|
@@ -103,7 +103,8 @@ module Lazylead
|
|
103
103
|
|
104
104
|
# Assert that email sent using 'mail' gem in test mode
|
105
105
|
# has expected subject and words
|
106
|
-
def assert_email(subject, words)
|
106
|
+
def assert_email(subject, *words)
|
107
|
+
refute_empty words, "No words provided to match"
|
107
108
|
email = Mail::TestMailer.deliveries
|
108
109
|
.find { |m| m.subject.eql? subject }
|
109
110
|
refute_nil email, "No email found with subject: #{subject}"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lazylead
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yurii Dubinka
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activerecord
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 1.
|
61
|
+
version: 1.5.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 1.
|
68
|
+
version: 1.5.0
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: get_process_mem
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -212,14 +212,14 @@ dependencies:
|
|
212
212
|
requirements:
|
213
213
|
- - '='
|
214
214
|
- !ruby/object:Gem::Version
|
215
|
-
version: 2.3.
|
215
|
+
version: 2.3.2
|
216
216
|
type: :runtime
|
217
217
|
prerelease: false
|
218
218
|
version_requirements: !ruby/object:Gem::Requirement
|
219
219
|
requirements:
|
220
220
|
- - '='
|
221
221
|
- !ruby/object:Gem::Version
|
222
|
-
version: 2.3.
|
222
|
+
version: 2.3.2
|
223
223
|
- !ruby/object:Gem::Dependency
|
224
224
|
name: rufus-scheduler
|
225
225
|
requirement: !ruby/object:Gem::Requirement
|
@@ -240,14 +240,14 @@ dependencies:
|
|
240
240
|
requirements:
|
241
241
|
- - '='
|
242
242
|
- !ruby/object:Gem::Version
|
243
|
-
version: 4.
|
243
|
+
version: 4.9.1
|
244
244
|
type: :runtime
|
245
245
|
prerelease: false
|
246
246
|
version_requirements: !ruby/object:Gem::Requirement
|
247
247
|
requirements:
|
248
248
|
- - '='
|
249
249
|
- !ruby/object:Gem::Version
|
250
|
-
version: 4.
|
250
|
+
version: 4.9.1
|
251
251
|
- !ruby/object:Gem::Dependency
|
252
252
|
name: sqlite3
|
253
253
|
requirement: !ruby/object:Gem::Requirement
|
@@ -352,28 +352,28 @@ dependencies:
|
|
352
352
|
requirements:
|
353
353
|
- - '='
|
354
354
|
- !ruby/object:Gem::Version
|
355
|
-
version: 0.5.
|
355
|
+
version: 0.5.2
|
356
356
|
type: :development
|
357
357
|
prerelease: false
|
358
358
|
version_requirements: !ruby/object:Gem::Requirement
|
359
359
|
requirements:
|
360
360
|
- - '='
|
361
361
|
- !ruby/object:Gem::Version
|
362
|
-
version: 0.5.
|
362
|
+
version: 0.5.2
|
363
363
|
- !ruby/object:Gem::Dependency
|
364
364
|
name: guard
|
365
365
|
requirement: !ruby/object:Gem::Requirement
|
366
366
|
requirements:
|
367
367
|
- - '='
|
368
368
|
- !ruby/object:Gem::Version
|
369
|
-
version: 2.
|
369
|
+
version: 2.17.0
|
370
370
|
type: :development
|
371
371
|
prerelease: false
|
372
372
|
version_requirements: !ruby/object:Gem::Requirement
|
373
373
|
requirements:
|
374
374
|
- - '='
|
375
375
|
- !ruby/object:Gem::Version
|
376
|
-
version: 2.
|
376
|
+
version: 2.17.0
|
377
377
|
- !ruby/object:Gem::Dependency
|
378
378
|
name: guard-minitest
|
379
379
|
requirement: !ruby/object:Gem::Requirement
|
@@ -464,14 +464,14 @@ dependencies:
|
|
464
464
|
requirements:
|
465
465
|
- - '='
|
466
466
|
- !ruby/object:Gem::Version
|
467
|
-
version: 13.0.
|
467
|
+
version: 13.0.4
|
468
468
|
type: :development
|
469
469
|
prerelease: false
|
470
470
|
version_requirements: !ruby/object:Gem::Requirement
|
471
471
|
requirements:
|
472
472
|
- - '='
|
473
473
|
- !ruby/object:Gem::Version
|
474
|
-
version: 13.0.
|
474
|
+
version: 13.0.4
|
475
475
|
- !ruby/object:Gem::Dependency
|
476
476
|
name: random-port
|
477
477
|
requirement: !ruby/object:Gem::Requirement
|
@@ -492,84 +492,84 @@ dependencies:
|
|
492
492
|
requirements:
|
493
493
|
- - '='
|
494
494
|
- !ruby/object:Gem::Version
|
495
|
-
version: 6.3.
|
495
|
+
version: 6.3.2
|
496
496
|
type: :development
|
497
497
|
prerelease: false
|
498
498
|
version_requirements: !ruby/object:Gem::Requirement
|
499
499
|
requirements:
|
500
500
|
- - '='
|
501
501
|
- !ruby/object:Gem::Version
|
502
|
-
version: 6.3.
|
502
|
+
version: 6.3.2
|
503
503
|
- !ruby/object:Gem::Dependency
|
504
504
|
name: rubocop
|
505
505
|
requirement: !ruby/object:Gem::Requirement
|
506
506
|
requirements:
|
507
507
|
- - '='
|
508
508
|
- !ruby/object:Gem::Version
|
509
|
-
version: 1.
|
509
|
+
version: 1.18.3
|
510
510
|
type: :development
|
511
511
|
prerelease: false
|
512
512
|
version_requirements: !ruby/object:Gem::Requirement
|
513
513
|
requirements:
|
514
514
|
- - '='
|
515
515
|
- !ruby/object:Gem::Version
|
516
|
-
version: 1.
|
516
|
+
version: 1.18.3
|
517
517
|
- !ruby/object:Gem::Dependency
|
518
518
|
name: rubocop-minitest
|
519
519
|
requirement: !ruby/object:Gem::Requirement
|
520
520
|
requirements:
|
521
521
|
- - '='
|
522
522
|
- !ruby/object:Gem::Version
|
523
|
-
version: 0.
|
523
|
+
version: 0.14.0
|
524
524
|
type: :development
|
525
525
|
prerelease: false
|
526
526
|
version_requirements: !ruby/object:Gem::Requirement
|
527
527
|
requirements:
|
528
528
|
- - '='
|
529
529
|
- !ruby/object:Gem::Version
|
530
|
-
version: 0.
|
530
|
+
version: 0.14.0
|
531
531
|
- !ruby/object:Gem::Dependency
|
532
532
|
name: rubocop-performance
|
533
533
|
requirement: !ruby/object:Gem::Requirement
|
534
534
|
requirements:
|
535
535
|
- - '='
|
536
536
|
- !ruby/object:Gem::Version
|
537
|
-
version: 1.
|
537
|
+
version: 1.11.3
|
538
538
|
type: :development
|
539
539
|
prerelease: false
|
540
540
|
version_requirements: !ruby/object:Gem::Requirement
|
541
541
|
requirements:
|
542
542
|
- - '='
|
543
543
|
- !ruby/object:Gem::Version
|
544
|
-
version: 1.
|
544
|
+
version: 1.11.3
|
545
545
|
- !ruby/object:Gem::Dependency
|
546
546
|
name: rubocop-rake
|
547
547
|
requirement: !ruby/object:Gem::Requirement
|
548
548
|
requirements:
|
549
549
|
- - '='
|
550
550
|
- !ruby/object:Gem::Version
|
551
|
-
version: 0.
|
551
|
+
version: 0.6.0
|
552
552
|
type: :development
|
553
553
|
prerelease: false
|
554
554
|
version_requirements: !ruby/object:Gem::Requirement
|
555
555
|
requirements:
|
556
556
|
- - '='
|
557
557
|
- !ruby/object:Gem::Version
|
558
|
-
version: 0.
|
558
|
+
version: 0.6.0
|
559
559
|
- !ruby/object:Gem::Dependency
|
560
560
|
name: rubocop-rspec
|
561
561
|
requirement: !ruby/object:Gem::Requirement
|
562
562
|
requirements:
|
563
563
|
- - '='
|
564
564
|
- !ruby/object:Gem::Version
|
565
|
-
version: 2.
|
565
|
+
version: 2.4.0
|
566
566
|
type: :development
|
567
567
|
prerelease: false
|
568
568
|
version_requirements: !ruby/object:Gem::Requirement
|
569
569
|
requirements:
|
570
570
|
- - '='
|
571
571
|
- !ruby/object:Gem::Version
|
572
|
-
version: 2.
|
572
|
+
version: 2.4.0
|
573
573
|
- !ruby/object:Gem::Dependency
|
574
574
|
name: sqlint
|
575
575
|
requirement: !ruby/object:Gem::Requirement
|
@@ -679,6 +679,7 @@ files:
|
|
679
679
|
- lib/lazylead/log.rb
|
680
680
|
- lib/lazylead/model.rb
|
681
681
|
- lib/lazylead/opts.rb
|
682
|
+
- lib/lazylead/os.rb
|
682
683
|
- lib/lazylead/postman.rb
|
683
684
|
- lib/lazylead/requires.rb
|
684
685
|
- lib/lazylead/salt.rb
|
@@ -693,6 +694,7 @@ files:
|
|
693
694
|
- lib/lazylead/task/accuracy/attachment.rb
|
694
695
|
- lib/lazylead/task/accuracy/environment.rb
|
695
696
|
- lib/lazylead/task/accuracy/logs.rb
|
697
|
+
- lib/lazylead/task/accuracy/logs_link.rb
|
696
698
|
- lib/lazylead/task/accuracy/onlyll.rb
|
697
699
|
- lib/lazylead/task/accuracy/records.rb
|
698
700
|
- lib/lazylead/task/accuracy/requirement.rb
|
@@ -709,11 +711,13 @@ files:
|
|
709
711
|
- lib/lazylead/task/echo.rb
|
710
712
|
- lib/lazylead/task/fix_version.rb
|
711
713
|
- lib/lazylead/task/loading.rb
|
714
|
+
- lib/lazylead/task/micromanager.rb
|
712
715
|
- lib/lazylead/task/missing_comment.rb
|
713
716
|
- lib/lazylead/task/propagate_down.rb
|
714
717
|
- lib/lazylead/task/savepoint.rb
|
715
718
|
- lib/lazylead/task/svn/diff.rb
|
716
719
|
- lib/lazylead/task/svn/grep.rb
|
720
|
+
- lib/lazylead/task/svn/svn.rb
|
717
721
|
- lib/lazylead/task/svn/touch.rb
|
718
722
|
- lib/lazylead/version.rb
|
719
723
|
- lib/messages/accuracy.erb
|
@@ -721,6 +725,7 @@ files:
|
|
721
725
|
- lib/messages/created_recently.erb
|
722
726
|
- lib/messages/due_date_expired.erb
|
723
727
|
- lib/messages/illegal_assignee_change.erb
|
728
|
+
- lib/messages/illegal_duedate_change.erb
|
724
729
|
- lib/messages/illegal_fixversion_change.erb
|
725
730
|
- lib/messages/loading.erb
|
726
731
|
- lib/messages/missing_comment.erb
|
@@ -748,6 +753,7 @@ files:
|
|
748
753
|
- test/lazylead/task/accuracy/affected_build_test.rb
|
749
754
|
- test/lazylead/task/accuracy/attachment_test.rb
|
750
755
|
- test/lazylead/task/accuracy/environment_test.rb
|
756
|
+
- test/lazylead/task/accuracy/logs_link_test.rb
|
751
757
|
- test/lazylead/task/accuracy/logs_test.rb
|
752
758
|
- test/lazylead/task/accuracy/onlyll_test.rb
|
753
759
|
- test/lazylead/task/accuracy/records_test.rb
|
@@ -767,6 +773,7 @@ files:
|
|
767
773
|
- test/lazylead/task/echo_test.rb
|
768
774
|
- test/lazylead/task/fix_version_test.rb
|
769
775
|
- test/lazylead/task/loading_test.rb
|
776
|
+
- test/lazylead/task/micromanager_test.rb
|
770
777
|
- test/lazylead/task/missing_comment_test.rb
|
771
778
|
- test/lazylead/task/propagate_down_test.rb
|
772
779
|
- test/lazylead/task/savepoint_test.rb
|
@@ -783,7 +790,7 @@ licenses:
|
|
783
790
|
- MIT
|
784
791
|
metadata: {}
|
785
792
|
post_install_message: |-
|
786
|
-
Thanks for installing Lazylead v0.
|
793
|
+
Thanks for installing Lazylead v0.10.0!
|
787
794
|
Read our blog posts: https://lazylead.org
|
788
795
|
Stay in touch with the community in Telegram: https://t.me/lazylead
|
789
796
|
Follow us on Twitter: https://twitter.com/lazylead
|
@@ -824,6 +831,7 @@ test_files:
|
|
824
831
|
- test/lazylead/task/accuracy/affected_build_test.rb
|
825
832
|
- test/lazylead/task/accuracy/attachment_test.rb
|
826
833
|
- test/lazylead/task/accuracy/environment_test.rb
|
834
|
+
- test/lazylead/task/accuracy/logs_link_test.rb
|
827
835
|
- test/lazylead/task/accuracy/logs_test.rb
|
828
836
|
- test/lazylead/task/accuracy/onlyll_test.rb
|
829
837
|
- test/lazylead/task/accuracy/records_test.rb
|
@@ -843,6 +851,7 @@ test_files:
|
|
843
851
|
- test/lazylead/task/echo_test.rb
|
844
852
|
- test/lazylead/task/fix_version_test.rb
|
845
853
|
- test/lazylead/task/loading_test.rb
|
854
|
+
- test/lazylead/task/micromanager_test.rb
|
846
855
|
- test/lazylead/task/missing_comment_test.rb
|
847
856
|
- test/lazylead/task/propagate_down_test.rb
|
848
857
|
- test/lazylead/task/savepoint_test.rb
|