deploy_log 0.2.0 → 0.2.1a
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +22 -0
- data/_config.yml +1 -0
- data/bin/deploy_log +7 -1
- data/deploy_log.gemspec +1 -1
- data/docs/CODE_OF_CONDUCT_md.html +162 -0
- data/docs/DeployLog/Calendar.html +154 -0
- data/docs/DeployLog/Error.html +103 -0
- data/docs/DeployLog/Github/Deploys.html +388 -0
- data/docs/DeployLog/Github/Helper.html +314 -0
- data/docs/DeployLog/Github.html +96 -0
- data/docs/DeployLog.html +112 -0
- data/docs/DeployLogTest.html +117 -0
- data/docs/Gemfile.html +98 -0
- data/docs/LICENSE_txt.html +104 -0
- data/docs/README_md.html +219 -0
- data/docs/Rakefile.html +107 -0
- data/docs/_config.yml +1 -0
- data/docs/bin/setup.html +100 -0
- data/docs/created.rid +30 -0
- data/docs/css/fonts.css +167 -0
- data/docs/css/rdoc.css +590 -0
- data/docs/deploy_log_gemspec.html +125 -0
- data/docs/fonts/Lato-Light.ttf +0 -0
- data/docs/fonts/Lato-LightItalic.ttf +0 -0
- data/docs/fonts/Lato-Regular.ttf +0 -0
- data/docs/fonts/Lato-RegularItalic.ttf +0 -0
- data/docs/fonts/SourceCodePro-Bold.ttf +0 -0
- data/docs/fonts/SourceCodePro-Regular.ttf +0 -0
- data/docs/images/add.png +0 -0
- data/docs/images/arrow_up.png +0 -0
- data/docs/images/brick.png +0 -0
- data/docs/images/brick_link.png +0 -0
- data/docs/images/bug.png +0 -0
- data/docs/images/bullet_black.png +0 -0
- data/docs/images/bullet_toggle_minus.png +0 -0
- data/docs/images/bullet_toggle_plus.png +0 -0
- data/docs/images/date.png +0 -0
- data/docs/images/delete.png +0 -0
- data/docs/images/find.png +0 -0
- data/docs/images/loadingAnimation.gif +0 -0
- data/docs/images/macFFBgHack.png +0 -0
- data/docs/images/package.png +0 -0
- data/docs/images/page_green.png +0 -0
- data/docs/images/page_white_text.png +0 -0
- data/docs/images/page_white_width.png +0 -0
- data/docs/images/plugin.png +0 -0
- data/docs/images/ruby.png +0 -0
- data/docs/images/tag_blue.png +0 -0
- data/docs/images/tag_green.png +0 -0
- data/docs/images/transparent.png +0 -0
- data/docs/images/wrench.png +0 -0
- data/docs/images/wrench_orange.png +0 -0
- data/docs/images/zoom.png +0 -0
- data/docs/index.html +117 -0
- data/docs/js/darkfish.js +161 -0
- data/docs/js/jquery.js +4 -0
- data/docs/js/navigation.js +141 -0
- data/docs/js/navigation.js.gz +0 -0
- data/docs/js/search.js +109 -0
- data/docs/js/search_index.js +1 -0
- data/docs/js/search_index.js.gz +0 -0
- data/docs/js/searcher.js +229 -0
- data/docs/js/searcher.js.gz +0 -0
- data/docs/table_of_contents.html +213 -0
- data/lib/deploy_log/github/deploys.rb +3 -1
- data/lib/deploy_log/github/helper.rb +30 -3
- data/lib/deploy_log/version.rb +1 -1
- metadata +65 -4
@@ -0,0 +1,314 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>class DeployLog::Github::Helper - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "../../";
|
11
|
+
var index_rel_prefix = "../../";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="../../js/jquery.js"></script>
|
15
|
+
<script src="../../js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="../../css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="../../css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" role="document" class="class">
|
24
|
+
<nav role="navigation">
|
25
|
+
<div id="project-navigation">
|
26
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
27
|
+
<h2>
|
28
|
+
<a href="../../index.html" rel="home">Home</a>
|
29
|
+
</h2>
|
30
|
+
|
31
|
+
<div id="table-of-contents-navigation">
|
32
|
+
<a href="../../table_of_contents.html#pages">Pages</a>
|
33
|
+
<a href="../../table_of_contents.html#classes">Classes</a>
|
34
|
+
<a href="../../table_of_contents.html#methods">Methods</a>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
39
|
+
<form action="#" method="get" accept-charset="utf-8">
|
40
|
+
<div id="search-field-wrapper">
|
41
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
42
|
+
aria-autocomplete="list" aria-controls="search-results"
|
43
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
44
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<ul id="search-results" aria-label="Search Results"
|
48
|
+
aria-busy="false" aria-expanded="false"
|
49
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
50
|
+
</form>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
<div id="parent-class-section" class="nav-section">
|
60
|
+
<h3>Parent</h3>
|
61
|
+
|
62
|
+
|
63
|
+
<p class="link">Object
|
64
|
+
|
65
|
+
</div>
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
<!-- Method Quickref -->
|
70
|
+
<div id="method-list-section" class="nav-section">
|
71
|
+
<h3>Methods</h3>
|
72
|
+
|
73
|
+
<ul class="link-list" role="directory">
|
74
|
+
|
75
|
+
<li ><a href="#method-c-new">::new</a>
|
76
|
+
|
77
|
+
<li ><a href="#method-i-pulls_in_timeframe">#pulls_in_timeframe</a>
|
78
|
+
|
79
|
+
<li ><a href="#method-i-search_pulls_by">#search_pulls_by</a>
|
80
|
+
|
81
|
+
</ul>
|
82
|
+
</div>
|
83
|
+
|
84
|
+
</div>
|
85
|
+
</nav>
|
86
|
+
|
87
|
+
<main role="main" aria-labelledby="class-DeployLog::Github::Helper">
|
88
|
+
<h1 id="class-DeployLog::Github::Helper" class="class">
|
89
|
+
class DeployLog::Github::Helper
|
90
|
+
</h1>
|
91
|
+
|
92
|
+
<section class="description">
|
93
|
+
|
94
|
+
</section>
|
95
|
+
|
96
|
+
|
97
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
<section class="constants-list">
|
104
|
+
<header>
|
105
|
+
<h3>Constants</h3>
|
106
|
+
</header>
|
107
|
+
<dl>
|
108
|
+
|
109
|
+
<dt id="LINE_FORMAT">LINE_FORMAT
|
110
|
+
|
111
|
+
<dd>
|
112
|
+
|
113
|
+
|
114
|
+
</dl>
|
115
|
+
</section>
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
<section id="public-class-5Buntitled-5D-method-details" class="method-section">
|
122
|
+
<header>
|
123
|
+
<h3>Public Class Methods</h3>
|
124
|
+
</header>
|
125
|
+
|
126
|
+
|
127
|
+
<div id="method-c-new" class="method-detail ">
|
128
|
+
|
129
|
+
<div class="method-heading">
|
130
|
+
<span class="method-name">new</span><span
|
131
|
+
class="method-args">(user_repo)</span>
|
132
|
+
|
133
|
+
<span class="method-click-advice">click to toggle source</span>
|
134
|
+
|
135
|
+
</div>
|
136
|
+
|
137
|
+
|
138
|
+
<div class="method-description">
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
|
143
|
+
|
144
|
+
|
145
|
+
<div class="method-source-code" id="new-source">
|
146
|
+
<pre><span class="ruby-comment"># File lib/deploy_log/github/helper.rb, line 10</span>
|
147
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">initialize</span>(<span class="ruby-identifier">user_repo</span>)
|
148
|
+
<span class="ruby-ivar">@client</span> = <span class="ruby-operator">::</span><span class="ruby-constant">Octokit</span><span class="ruby-operator">::</span><span class="ruby-constant">Client</span>.<span class="ruby-identifier">new</span>(<span class="ruby-value">login:</span> <span class="ruby-constant">ENV</span>[<span class="ruby-string">'GITHUB_USER'</span>], <span class="ruby-value">password:</span> <span class="ruby-constant">ENV</span>[<span class="ruby-string">'GITHUB_TOKEN'</span>])
|
149
|
+
<span class="ruby-ivar">@repo_location</span> = <span class="ruby-identifier">user_repo</span>
|
150
|
+
<span class="ruby-keyword">end</span></pre>
|
151
|
+
</div>
|
152
|
+
|
153
|
+
</div>
|
154
|
+
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
</div>
|
159
|
+
|
160
|
+
|
161
|
+
</section>
|
162
|
+
|
163
|
+
<section id="public-instance-5Buntitled-5D-method-details" class="method-section">
|
164
|
+
<header>
|
165
|
+
<h3>Public Instance Methods</h3>
|
166
|
+
</header>
|
167
|
+
|
168
|
+
|
169
|
+
<div id="method-i-pulls_in_timeframe" class="method-detail ">
|
170
|
+
|
171
|
+
<div class="method-heading">
|
172
|
+
<span class="method-name">pulls_in_timeframe</span><span
|
173
|
+
class="method-args">(date_start = nil, date_end = nil)</span>
|
174
|
+
|
175
|
+
<span class="method-click-advice">click to toggle source</span>
|
176
|
+
|
177
|
+
</div>
|
178
|
+
|
179
|
+
|
180
|
+
<div class="method-description">
|
181
|
+
|
182
|
+
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
<div class="method-source-code" id="pulls_in_timeframe-source">
|
188
|
+
<pre><span class="ruby-comment"># File lib/deploy_log/github/helper.rb, line 15</span>
|
189
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">pulls_in_timeframe</span>(<span class="ruby-identifier">date_start</span> = <span class="ruby-keyword">nil</span>, <span class="ruby-identifier">date_end</span> = <span class="ruby-keyword">nil</span>)
|
190
|
+
<span class="ruby-ivar">@client</span>.<span class="ruby-identifier">auto_paginate</span> = <span class="ruby-keyword">true</span>
|
191
|
+
<span class="ruby-identifier">list</span> = <span class="ruby-ivar">@client</span>.<span class="ruby-identifier">pull_requests</span>(<span class="ruby-ivar">@repo_location</span>,
|
192
|
+
<span class="ruby-value">state:</span> <span class="ruby-value">:closed</span>,
|
193
|
+
<span class="ruby-value">per_page:</span> <span class="ruby-value">500</span>,
|
194
|
+
<span class="ruby-value">sort:</span> <span class="ruby-string">'long-running'</span>
|
195
|
+
)
|
196
|
+
|
197
|
+
<span class="ruby-identifier">prs_covered</span> = <span class="ruby-value">0</span>
|
198
|
+
|
199
|
+
<span class="ruby-constant">File</span>.<span class="ruby-identifier">open</span>(<span class="ruby-string">'/tmp/github-deploys.log'</span>, <span class="ruby-string">'w+'</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span>
|
200
|
+
<span class="ruby-identifier">list</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">pr</span><span class="ruby-operator">|</span>
|
201
|
+
<span class="ruby-keyword">next</span> <span class="ruby-keyword">unless</span> (<span class="ruby-identifier">date_start</span><span class="ruby-operator">..</span><span class="ruby-identifier">date_end</span>).<span class="ruby-identifier">cover?</span> <span class="ruby-identifier">pr</span>.<span class="ruby-identifier">merged_at</span>
|
202
|
+
|
203
|
+
<span class="ruby-identifier">prs_covered</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span>
|
204
|
+
|
205
|
+
<span class="ruby-identifier">f</span>.<span class="ruby-identifier">write</span>(
|
206
|
+
<span class="ruby-identifier">sprintf</span>(
|
207
|
+
<span class="ruby-constant">LINE_FORMAT</span>,
|
208
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">title</span>,
|
209
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">html_url</span>,
|
210
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">login</span>,
|
211
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">head</span>.<span class="ruby-identifier">ref</span>,
|
212
|
+
<span class="ruby-identifier">user_who_merged</span>(<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">number</span>),
|
213
|
+
<span class="ruby-identifier">formatted_time</span>(<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">merged_at</span>, <span class="ruby-keyword">true</span>),
|
214
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">diff_url</span>,
|
215
|
+
<span class="ruby-identifier">committers_for</span>(<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">number</span>).<span class="ruby-identifier">join</span>(<span class="ruby-string">"\n -- "</span>)
|
216
|
+
)
|
217
|
+
)
|
218
|
+
<span class="ruby-keyword">end</span>
|
219
|
+
|
220
|
+
<span class="ruby-identifier">f</span>.<span class="ruby-identifier">write</span>(<span class="ruby-node">"============================================================\n#{prs_covered} PR(s) merged from #{date_start} to #{date_end}\n============================================================\n"</span>)
|
221
|
+
<span class="ruby-keyword">end</span>
|
222
|
+
|
223
|
+
<span class="ruby-keyword">return</span> <span class="ruby-operator">::</span><span class="ruby-constant">Notify</span>.<span class="ruby-identifier">warning</span>(<span class="ruby-node">"No pull requests have been merged in the requested date range (#{date_start} - #{date_end})"</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">prs_covered</span>.<span class="ruby-identifier">zero?</span>
|
224
|
+
|
225
|
+
<span class="ruby-identifier">system</span>(<span class="ruby-string">'cat /tmp/github-deploys.log'</span>)
|
226
|
+
<span class="ruby-keyword">end</span></pre>
|
227
|
+
</div>
|
228
|
+
|
229
|
+
</div>
|
230
|
+
|
231
|
+
|
232
|
+
|
233
|
+
|
234
|
+
</div>
|
235
|
+
|
236
|
+
|
237
|
+
<div id="method-i-search_pulls_by" class="method-detail ">
|
238
|
+
|
239
|
+
<div class="method-heading">
|
240
|
+
<span class="method-name">search_pulls_by</span><span
|
241
|
+
class="method-args">(value, field = :title)</span>
|
242
|
+
|
243
|
+
<span class="method-click-advice">click to toggle source</span>
|
244
|
+
|
245
|
+
</div>
|
246
|
+
|
247
|
+
|
248
|
+
<div class="method-description">
|
249
|
+
|
250
|
+
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
|
255
|
+
<div class="method-source-code" id="search_pulls_by-source">
|
256
|
+
<pre><span class="ruby-comment"># File lib/deploy_log/github/helper.rb, line 54</span>
|
257
|
+
<span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">search_pulls_by</span>(<span class="ruby-identifier">value</span>, <span class="ruby-identifier">field</span> = <span class="ruby-value">:title</span>)
|
258
|
+
<span class="ruby-identifier">list</span> = <span class="ruby-ivar">@client</span>.<span class="ruby-identifier">pull_requests</span>(<span class="ruby-ivar">@repo_location</span>,
|
259
|
+
<span class="ruby-value">:state</span> <span class="ruby-operator">=></span> <span class="ruby-value">:all</span>,
|
260
|
+
<span class="ruby-value">:per_page</span> <span class="ruby-operator">=></span> <span class="ruby-value">100</span>
|
261
|
+
)
|
262
|
+
<span class="ruby-identifier">prs_covered</span> = <span class="ruby-value">0</span>
|
263
|
+
|
264
|
+
<span class="ruby-constant">File</span>.<span class="ruby-identifier">open</span>(<span class="ruby-string">'/tmp/github-deploys.log'</span>, <span class="ruby-string">'w+'</span>) <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">f</span><span class="ruby-operator">|</span>
|
265
|
+
<span class="ruby-identifier">list</span>.<span class="ruby-identifier">each</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">pr</span><span class="ruby-operator">|</span>
|
266
|
+
<span class="ruby-keyword">next</span> <span class="ruby-keyword">unless</span> <span class="ruby-identifier">nested_hash_value</span>(<span class="ruby-identifier">pr</span>, <span class="ruby-identifier">field</span>).<span class="ruby-identifier">match?</span>(<span class="ruby-regexp">/#{value}\b/</span>)
|
267
|
+
|
268
|
+
<span class="ruby-identifier">prs_covered</span> <span class="ruby-operator">+=</span> <span class="ruby-value">1</span>
|
269
|
+
|
270
|
+
<span class="ruby-identifier">f</span>.<span class="ruby-identifier">write</span>(
|
271
|
+
<span class="ruby-identifier">sprintf</span>(
|
272
|
+
<span class="ruby-constant">LINE_FORMAT</span>,
|
273
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">title</span>,
|
274
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">html_url</span>,
|
275
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">user</span>.<span class="ruby-identifier">login</span>,
|
276
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">head</span>.<span class="ruby-identifier">ref</span>,
|
277
|
+
<span class="ruby-identifier">user_who_merged</span>(<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">number</span>),
|
278
|
+
<span class="ruby-identifier">formatted_time</span>(<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">merged_at</span>, <span class="ruby-keyword">true</span>),
|
279
|
+
<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">diff_url</span>,
|
280
|
+
<span class="ruby-identifier">committers_for</span>(<span class="ruby-identifier">pr</span>.<span class="ruby-identifier">number</span>).<span class="ruby-identifier">join</span>(<span class="ruby-string">"\n -- "</span>)
|
281
|
+
)
|
282
|
+
)
|
283
|
+
<span class="ruby-keyword">end</span>
|
284
|
+
|
285
|
+
<span class="ruby-identifier">f</span>.<span class="ruby-identifier">write</span>(<span class="ruby-node">"============================================================\n#{prs_covered} PR(s) matched\n============================================================\n"</span>)
|
286
|
+
<span class="ruby-keyword">end</span>
|
287
|
+
|
288
|
+
<span class="ruby-keyword">return</span> <span class="ruby-operator">::</span><span class="ruby-constant">Notify</span>.<span class="ruby-identifier">warning</span>(<span class="ruby-node">"No pull requests match the requested term (#{value})"</span>) <span class="ruby-keyword">if</span> <span class="ruby-identifier">prs_covered</span>.<span class="ruby-identifier">zero?</span>
|
289
|
+
|
290
|
+
<span class="ruby-identifier">system</span>(<span class="ruby-string">'cat /tmp/github-deploys.log'</span>)
|
291
|
+
<span class="ruby-keyword">end</span></pre>
|
292
|
+
</div>
|
293
|
+
|
294
|
+
</div>
|
295
|
+
|
296
|
+
|
297
|
+
|
298
|
+
|
299
|
+
</div>
|
300
|
+
|
301
|
+
|
302
|
+
</section>
|
303
|
+
|
304
|
+
</section>
|
305
|
+
|
306
|
+
</main>
|
307
|
+
|
308
|
+
|
309
|
+
<footer id="validator-badges" role="contentinfo">
|
310
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
311
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
|
312
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
313
|
+
</footer>
|
314
|
+
|
@@ -0,0 +1,96 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>module DeployLog::Github - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "../";
|
11
|
+
var index_rel_prefix = "../";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="../js/jquery.js"></script>
|
15
|
+
<script src="../js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="../css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="../css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" role="document" class="module">
|
24
|
+
<nav role="navigation">
|
25
|
+
<div id="project-navigation">
|
26
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
27
|
+
<h2>
|
28
|
+
<a href="../index.html" rel="home">Home</a>
|
29
|
+
</h2>
|
30
|
+
|
31
|
+
<div id="table-of-contents-navigation">
|
32
|
+
<a href="../table_of_contents.html#pages">Pages</a>
|
33
|
+
<a href="../table_of_contents.html#classes">Classes</a>
|
34
|
+
<a href="../table_of_contents.html#methods">Methods</a>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
39
|
+
<form action="#" method="get" accept-charset="utf-8">
|
40
|
+
<div id="search-field-wrapper">
|
41
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
42
|
+
aria-autocomplete="list" aria-controls="search-results"
|
43
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
44
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<ul id="search-results" aria-label="Search Results"
|
48
|
+
aria-busy="false" aria-expanded="false"
|
49
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
50
|
+
</form>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
</div>
|
64
|
+
</nav>
|
65
|
+
|
66
|
+
<main role="main" aria-labelledby="module-DeployLog::Github">
|
67
|
+
<h1 id="module-DeployLog::Github" class="module">
|
68
|
+
module DeployLog::Github
|
69
|
+
</h1>
|
70
|
+
|
71
|
+
<section class="description">
|
72
|
+
|
73
|
+
</section>
|
74
|
+
|
75
|
+
|
76
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
</section>
|
87
|
+
|
88
|
+
</main>
|
89
|
+
|
90
|
+
|
91
|
+
<footer id="validator-badges" role="contentinfo">
|
92
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
93
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
|
94
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
95
|
+
</footer>
|
96
|
+
|
data/docs/DeployLog.html
ADDED
@@ -0,0 +1,112 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>module DeployLog - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
var index_rel_prefix = "./";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="./js/jquery.js"></script>
|
15
|
+
<script src="./js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" role="document" class="module">
|
24
|
+
<nav role="navigation">
|
25
|
+
<div id="project-navigation">
|
26
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
27
|
+
<h2>
|
28
|
+
<a href="./index.html" rel="home">Home</a>
|
29
|
+
</h2>
|
30
|
+
|
31
|
+
<div id="table-of-contents-navigation">
|
32
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
33
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
34
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
39
|
+
<form action="#" method="get" accept-charset="utf-8">
|
40
|
+
<div id="search-field-wrapper">
|
41
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
42
|
+
aria-autocomplete="list" aria-controls="search-results"
|
43
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
44
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<ul id="search-results" aria-label="Search Results"
|
48
|
+
aria-busy="false" aria-expanded="false"
|
49
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
50
|
+
</form>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
</div>
|
64
|
+
</nav>
|
65
|
+
|
66
|
+
<main role="main" aria-labelledby="module-DeployLog">
|
67
|
+
<h1 id="module-DeployLog" class="module">
|
68
|
+
module DeployLog
|
69
|
+
</h1>
|
70
|
+
|
71
|
+
<section class="description">
|
72
|
+
|
73
|
+
<p>frozen_string_literal = true</p>
|
74
|
+
|
75
|
+
</section>
|
76
|
+
|
77
|
+
|
78
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
<section class="constants-list">
|
85
|
+
<header>
|
86
|
+
<h3>Constants</h3>
|
87
|
+
</header>
|
88
|
+
<dl>
|
89
|
+
|
90
|
+
<dt id="VERSION">VERSION
|
91
|
+
|
92
|
+
<dd>
|
93
|
+
|
94
|
+
|
95
|
+
</dl>
|
96
|
+
</section>
|
97
|
+
|
98
|
+
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
</section>
|
103
|
+
|
104
|
+
</main>
|
105
|
+
|
106
|
+
|
107
|
+
<footer id="validator-badges" role="contentinfo">
|
108
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
109
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
|
110
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
111
|
+
</footer>
|
112
|
+
|
@@ -0,0 +1,117 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta charset="UTF-8">
|
6
|
+
|
7
|
+
<title>class DeployLogTest - RDoc Documentation</title>
|
8
|
+
|
9
|
+
<script type="text/javascript">
|
10
|
+
var rdoc_rel_prefix = "./";
|
11
|
+
var index_rel_prefix = "./";
|
12
|
+
</script>
|
13
|
+
|
14
|
+
<script src="./js/jquery.js"></script>
|
15
|
+
<script src="./js/darkfish.js"></script>
|
16
|
+
|
17
|
+
<link href="./css/fonts.css" rel="stylesheet">
|
18
|
+
<link href="./css/rdoc.css" rel="stylesheet">
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
<body id="top" role="document" class="class">
|
24
|
+
<nav role="navigation">
|
25
|
+
<div id="project-navigation">
|
26
|
+
<div id="home-section" role="region" title="Quick navigation" class="nav-section">
|
27
|
+
<h2>
|
28
|
+
<a href="./index.html" rel="home">Home</a>
|
29
|
+
</h2>
|
30
|
+
|
31
|
+
<div id="table-of-contents-navigation">
|
32
|
+
<a href="./table_of_contents.html#pages">Pages</a>
|
33
|
+
<a href="./table_of_contents.html#classes">Classes</a>
|
34
|
+
<a href="./table_of_contents.html#methods">Methods</a>
|
35
|
+
</div>
|
36
|
+
</div>
|
37
|
+
|
38
|
+
<div id="search-section" role="search" class="project-section initially-hidden">
|
39
|
+
<form action="#" method="get" accept-charset="utf-8">
|
40
|
+
<div id="search-field-wrapper">
|
41
|
+
<input id="search-field" role="combobox" aria-label="Search"
|
42
|
+
aria-autocomplete="list" aria-controls="search-results"
|
43
|
+
type="text" name="search" placeholder="Search" spellcheck="false"
|
44
|
+
title="Type to search, Up and Down to navigate, Enter to load">
|
45
|
+
</div>
|
46
|
+
|
47
|
+
<ul id="search-results" aria-label="Search Results"
|
48
|
+
aria-busy="false" aria-expanded="false"
|
49
|
+
aria-atomic="false" class="initially-hidden"></ul>
|
50
|
+
</form>
|
51
|
+
</div>
|
52
|
+
|
53
|
+
</div>
|
54
|
+
|
55
|
+
|
56
|
+
|
57
|
+
<div id="class-metadata">
|
58
|
+
|
59
|
+
<div id="parent-class-section" class="nav-section">
|
60
|
+
<h3>Parent</h3>
|
61
|
+
|
62
|
+
|
63
|
+
<p class="link">Minitest::Test
|
64
|
+
|
65
|
+
</div>
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
70
|
+
</div>
|
71
|
+
</nav>
|
72
|
+
|
73
|
+
<main role="main" aria-labelledby="class-DeployLogTest">
|
74
|
+
<h1 id="class-DeployLogTest" class="class">
|
75
|
+
class DeployLogTest
|
76
|
+
</h1>
|
77
|
+
|
78
|
+
<section class="description">
|
79
|
+
|
80
|
+
</section>
|
81
|
+
|
82
|
+
|
83
|
+
<section id="5Buntitled-5D" class="documentation-section">
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
<section class="constants-list">
|
90
|
+
<header>
|
91
|
+
<h3>Constants</h3>
|
92
|
+
</header>
|
93
|
+
<dl>
|
94
|
+
|
95
|
+
<dt id="CLI_ARGS">CLI_ARGS
|
96
|
+
|
97
|
+
<dd>
|
98
|
+
|
99
|
+
|
100
|
+
</dl>
|
101
|
+
</section>
|
102
|
+
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
</section>
|
108
|
+
|
109
|
+
</main>
|
110
|
+
|
111
|
+
|
112
|
+
<footer id="validator-badges" role="contentinfo">
|
113
|
+
<p><a href="https://validator.w3.org/check/referer">Validate</a>
|
114
|
+
<p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.0.
|
115
|
+
<p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
|
116
|
+
</footer>
|
117
|
+
|