git_reflow 0.9.4 → 0.9.5

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: 328d9e72bc031e3fd7adedd2ed882c922937670ba95ac98d8c42f86f9e2ee129
4
- data.tar.gz: 6ef4dcd1023199822a01140292c050ebda60d812909b479d9a4a57e0f40c4855
3
+ metadata.gz: 0e834acddb09b38d8cf8514276ffffb362686ab63e207a2ee12d86c1e0d1d9a5
4
+ data.tar.gz: cb8b074c0b5a54d4dc6c5924d07c1ea0b3361f9fafa4f1f6e79ac5bd63be144d
5
5
  SHA512:
6
- metadata.gz: 193cd5e199b43000044f268157acc6c74e5075682d75fb3cd14a495367d99eb7e16565e1ab683a9a74b795bc7ce2acfb0783a191232092ebff6b13a52fb24da3
7
- data.tar.gz: c272eb8a4b5fde35215a90b38763daa83bb1b87978ed3b24ee6f3415c02867f0c85e18d0c8ba5751865ebb7ca4008311d60d4c7e1798933e6fc37732340673cd
6
+ metadata.gz: f1e43bfcc3e2ca7d6df9ebfcb87a52ed27088023ea0aed9554e7c49cd6c418a0a7e96f1cb2579e115265849b28fbec16bc01b531a9ffa8d19f49a1a6f062ef21
7
+ data.tar.gz: 3e6cced31705172b348ec8c6a29d5ab5ab033288d61e8ef8854ee48a31094d475b128f11cb19f4f7068596dde71202c3c8c96ac96698479e1823bf4cec3dbda9
@@ -12,22 +12,13 @@ jobs:
12
12
  fail-fast: true
13
13
  matrix:
14
14
  os: [ ubuntu-latest, macos-latest ]
15
- ruby: ['2.5.8', '2.6.6', '2.7.1 ']
15
+ ruby: ['2.6.6', '2.7.2', '3.0.0 ']
16
16
  runs-on: ${{ matrix.os }}
17
17
  steps:
18
18
  - uses: actions/checkout@v2
19
19
  - uses: ruby/setup-ruby@v1
20
20
  with:
21
21
  ruby-version: ${{ matrix.ruby }}
22
- - uses: actions/cache@v1
23
- with:
24
- path: vendor/bundle
25
- key: bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-${{ hashFiles('**/Gemfile.lock') }}
26
- restore-keys: |
27
- bundle-use-ruby-${{ matrix.os }}-${{ matrix.ruby }}-
28
- - name: bundle install
29
- run: |
30
- bundle config path vendor/bundle
31
- bundle install --jobs 4 --retry 3
22
+ bundler-cache: true
32
23
  - name: Run Tests for Ruby ${{ matrix.ruby }} on ${{ matrix.os }}
33
24
  run: bundle exec rake
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.1
1
+ 3.0.0
data/CHANGELOG.md CHANGED
@@ -1,7 +1,24 @@
1
- # Change Log
1
+ # Changelog
2
2
 
3
3
  ## [Unreleased](https://github.com/reenhanced/gitreflow/tree/HEAD)
4
4
 
5
+ [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.4...HEAD)
6
+
7
+ **Fixed bugs:**
8
+
9
+ - Deprecation warnings with Ruby 2.7.0 [\#239](https://github.com/reenhanced/gitreflow/issues/239)
10
+
11
+ ## [v0.9.4](https://github.com/reenhanced/gitreflow/tree/v0.9.4) (2020-11-10)
12
+
13
+ [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.3...v0.9.4)
14
+
15
+ **Merged pull requests:**
16
+
17
+ - Fix critical issue, and update deps [\#245](https://github.com/reenhanced/gitreflow/pull/245) ([codenamev](https://github.com/codenamev))
18
+ - Fixed typo [\#244](https://github.com/reenhanced/gitreflow/pull/244) ([hsbt](https://github.com/hsbt))
19
+
20
+ ## [v0.9.3](https://github.com/reenhanced/gitreflow/tree/v0.9.3) (2020-06-02)
21
+
5
22
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.2...v0.9.3)
6
23
 
7
24
  **Implemented enhancements:**
@@ -20,6 +37,8 @@
20
37
  - Documention for GitReflow::Config [\#238](https://github.com/reenhanced/gitreflow/pull/238) ([PuZZleDucK](https://github.com/PuZZleDucK))
21
38
  - Fixes several issues related to git-reflow setup [\#236](https://github.com/reenhanced/gitreflow/pull/236) ([codenamev](https://github.com/codenamev))
22
39
 
40
+ ## [v0.9.2](https://github.com/reenhanced/gitreflow/tree/v0.9.2) (2019-09-10)
41
+
23
42
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.1...v0.9.2)
24
43
 
25
44
  **Closed issues:**
@@ -29,9 +48,9 @@
29
48
  **Merged pull requests:**
30
49
 
31
50
  - Update dependencies and trap INT signal [\#235](https://github.com/reenhanced/gitreflow/pull/235) ([codenamev](https://github.com/codenamev))
32
- - Allow installing gems from within Workflow files with `use_gem` and `use_gemfile` [\#233](https://github.com/reenhanced/gitreflow/pull/233) ([codenamev](https://github.com/codenamev))
33
51
 
34
52
  ## [v0.9.1](https://github.com/reenhanced/gitreflow/tree/v0.9.1) (2019-04-17)
53
+
35
54
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.9.0...v0.9.1)
36
55
 
37
56
  **Closed issues:**
@@ -39,6 +58,7 @@
39
58
  - Purpose of core `stage` command? [\#232](https://github.com/reenhanced/gitreflow/issues/232)
40
59
 
41
60
  ## [v0.9.0](https://github.com/reenhanced/gitreflow/tree/v0.9.0) (2018-11-09)
61
+
42
62
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.8.10...v0.9.0)
43
63
 
44
64
  **Implemented enhancements:**
@@ -68,17 +88,19 @@
68
88
  - Allow for custom commit/merge message templates [\#223](https://github.com/reenhanced/gitreflow/pull/223) ([codenamev](https://github.com/codenamev))
69
89
 
70
90
  ## [v0.8.10](https://github.com/reenhanced/gitreflow/tree/v0.8.10) (2018-04-19)
91
+
71
92
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.8.9...v0.8.10)
72
93
 
73
94
  **Merged pull requests:**
74
95
 
75
96
  - Updates rubies and gems [\#221](https://github.com/reenhanced/gitreflow/pull/221) ([codenamev](https://github.com/codenamev))
76
- - Remove lingering `skip\_lgtm` options in favor of `force` option [\#218](https://github.com/reenhanced/gitreflow/pull/218) ([codenamev](https://github.com/codenamev))
97
+ - Remove lingering `skip_lgtm` options in favor of `force` option [\#218](https://github.com/reenhanced/gitreflow/pull/218) ([codenamev](https://github.com/codenamev))
77
98
  - Remove dead code [\#217](https://github.com/reenhanced/gitreflow/pull/217) ([codenamev](https://github.com/codenamev))
78
99
  - Updates REAME to Markdown [\#216](https://github.com/reenhanced/gitreflow/pull/216) ([codenamev](https://github.com/codenamev))
79
100
  - Updates readme with details on customization [\#214](https://github.com/reenhanced/gitreflow/pull/214) ([codenamev](https://github.com/codenamev))
80
101
 
81
102
  ## [v0.8.9](https://github.com/reenhanced/gitreflow/tree/v0.8.9) (2017-04-26)
103
+
82
104
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.8.8...v0.8.9)
83
105
 
84
106
  **Fixed bugs:**
@@ -91,9 +113,11 @@
91
113
  - Adds checks for new GH reviews when delivering [\#215](https://github.com/reenhanced/gitreflow/pull/215) ([codenamev](https://github.com/codenamev))
92
114
 
93
115
  ## [v0.8.8](https://github.com/reenhanced/gitreflow/tree/v0.8.8) (2017-04-24)
116
+
94
117
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.8.7...v0.8.8)
95
118
 
96
119
  ## [v0.8.7](https://github.com/reenhanced/gitreflow/tree/v0.8.7) (2017-04-21)
120
+
97
121
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.8.4...v0.8.7)
98
122
 
99
123
  **Implemented enhancements:**
@@ -111,7 +135,7 @@
111
135
  **Merged pull requests:**
112
136
 
113
137
  - 0.8.7 [\#213](https://github.com/reenhanced/gitreflow/pull/213) ([nhance](https://github.com/nhance))
114
- - Updates Github merge request to use new `merge\_method` param [\#211](https://github.com/reenhanced/gitreflow/pull/211) ([codenamev](https://github.com/codenamev))
138
+ - Updates Github merge request to use new `merge_method` param [\#211](https://github.com/reenhanced/gitreflow/pull/211) ([codenamev](https://github.com/codenamev))
115
139
  - Adds a logger to log command runs [\#210](https://github.com/reenhanced/gitreflow/pull/210) ([codenamev](https://github.com/codenamev))
116
140
  - All commands that are run through reflow \(except git-config\) are now blocking [\#209](https://github.com/reenhanced/gitreflow/pull/209) ([codenamev](https://github.com/codenamev))
117
141
  - Fix loading of PR template from '.github' directory [\#208](https://github.com/reenhanced/gitreflow/pull/208) ([codenamev](https://github.com/codenamev))
@@ -120,6 +144,7 @@
120
144
  - \[53\] Allow workflows to be loaded from git config [\#199](https://github.com/reenhanced/gitreflow/pull/199) ([codenamev](https://github.com/codenamev))
121
145
 
122
146
  ## [v0.8.4](https://github.com/reenhanced/gitreflow/tree/v0.8.4) (2016-08-22)
147
+
123
148
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.8.3...v0.8.4)
124
149
 
125
150
  **Closed issues:**
@@ -132,9 +157,11 @@
132
157
  - \[53\] Create core workflow module to consolidate commands [\#198](https://github.com/reenhanced/gitreflow/pull/198) ([codenamev](https://github.com/codenamev))
133
158
 
134
159
  ## [v0.8.3](https://github.com/reenhanced/gitreflow/tree/v0.8.3) (2016-08-04)
160
+
135
161
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.8.2...v0.8.3)
136
162
 
137
163
  ## [v0.8.2](https://github.com/reenhanced/gitreflow/tree/v0.8.2) (2016-08-01)
164
+
138
165
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.8.1...v0.8.2)
139
166
 
140
167
  **Fixed bugs:**
@@ -143,7 +170,6 @@
143
170
 
144
171
  **Closed issues:**
145
172
 
146
- - GitHub authentication issues [\#193](https://github.com/reenhanced/gitreflow/issues/193)
147
173
  - non-master base branch does not work for the deliver command [\#192](https://github.com/reenhanced/gitreflow/issues/192)
148
174
  - git-reflow fork command [\#188](https://github.com/reenhanced/gitreflow/issues/188)
149
175
  - Bitbucket setup not working [\#186](https://github.com/reenhanced/gitreflow/issues/186)
@@ -163,6 +189,7 @@
163
189
  - Respect GitHub pull request template [\#179](https://github.com/reenhanced/gitreflow/pull/179) ([timraasveld](https://github.com/timraasveld))
164
190
 
165
191
  ## [v0.8.1](https://github.com/reenhanced/gitreflow/tree/v0.8.1) (2016-05-26)
192
+
166
193
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.8.0...v0.8.1)
167
194
 
168
195
  **Closed issues:**
@@ -175,6 +202,7 @@
175
202
  - Support for non-master branch [\#73](https://github.com/reenhanced/gitreflow/issues/73)
176
203
 
177
204
  ## [v0.8.0](https://github.com/reenhanced/gitreflow/tree/v0.8.0) (2016-05-26)
205
+
178
206
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.7.5...v0.8.0)
179
207
 
180
208
  **Implemented enhancements:**
@@ -201,6 +229,7 @@
201
229
  - \[issue: 162\] Updating Rspecs: Use "Allow" instead of "Stub" [\#163](https://github.com/reenhanced/gitreflow/pull/163) ([simonzhu24](https://github.com/simonzhu24))
202
230
 
203
231
  ## [v0.7.5](https://github.com/reenhanced/gitreflow/tree/v0.7.5) (2016-04-14)
232
+
204
233
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.7.4...v0.7.5)
205
234
 
206
235
  **Implemented enhancements:**
@@ -219,6 +248,7 @@
219
248
  - Remove unused gitreflow-common [\#155](https://github.com/reenhanced/gitreflow/pull/155) ([pboling](https://github.com/pboling))
220
249
 
221
250
  ## [v0.7.4](https://github.com/reenhanced/gitreflow/tree/v0.7.4) (2016-04-08)
251
+
222
252
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.7.3...v0.7.4)
223
253
 
224
254
  **Fixed bugs:**
@@ -227,6 +257,7 @@
227
257
  - SSL Verification is turned off [\#151](https://github.com/reenhanced/gitreflow/issues/151)
228
258
 
229
259
  ## [v0.7.3](https://github.com/reenhanced/gitreflow/tree/v0.7.3) (2016-03-24)
260
+
230
261
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.7.2...v0.7.3)
231
262
 
232
263
  **Fixed bugs:**
@@ -240,6 +271,7 @@
240
271
  - Store OAuth token somewhere else? [\#54](https://github.com/reenhanced/gitreflow/issues/54)
241
272
 
242
273
  ## [v0.7.2](https://github.com/reenhanced/gitreflow/tree/v0.7.2) (2016-02-22)
274
+
243
275
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.7.1...v0.7.2)
244
276
 
245
277
  **Closed issues:**
@@ -249,6 +281,7 @@
249
281
  - Deliver to custom branch? [\#144](https://github.com/reenhanced/gitreflow/issues/144)
250
282
 
251
283
  ## [v0.7.1](https://github.com/reenhanced/gitreflow/tree/v0.7.1) (2015-10-27)
284
+
252
285
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.7.0...v0.7.1)
253
286
 
254
287
  **Merged pull requests:**
@@ -256,6 +289,7 @@
256
289
  - Fix the ask to open in browser dialog on Mac. [\#143](https://github.com/reenhanced/gitreflow/pull/143) ([squaresurf](https://github.com/squaresurf))
257
290
 
258
291
  ## [v0.7.0](https://github.com/reenhanced/gitreflow/tree/v0.7.0) (2015-10-14)
292
+
259
293
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.6.7...v0.7.0)
260
294
 
261
295
  **Fixed bugs:**
@@ -267,9 +301,11 @@
267
301
  - Command Injection in append\_to\_squashed\_commit\_message. [\#134](https://github.com/reenhanced/gitreflow/issues/134)
268
302
 
269
303
  ## [v0.6.7](https://github.com/reenhanced/gitreflow/tree/v0.6.7) (2015-09-29)
304
+
270
305
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.6.6...v0.6.7)
271
306
 
272
307
  ## [v0.6.6](https://github.com/reenhanced/gitreflow/tree/v0.6.6) (2015-09-28)
308
+
273
309
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.6.5...v0.6.6)
274
310
 
275
311
  **Merged pull requests:**
@@ -277,6 +313,7 @@
277
313
  - Fix review message parsing from editor failed [\#133](https://github.com/reenhanced/gitreflow/pull/133) ([francois](https://github.com/francois))
278
314
 
279
315
  ## [v0.6.5](https://github.com/reenhanced/gitreflow/tree/v0.6.5) (2015-08-31)
316
+
280
317
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.6.4...v0.6.5)
281
318
 
282
319
  **Closed issues:**
@@ -285,6 +322,7 @@
285
322
  - Feature Request: command to cleanly land a contributor's PR [\#128](https://github.com/reenhanced/gitreflow/issues/128)
286
323
 
287
324
  ## [v0.6.4](https://github.com/reenhanced/gitreflow/tree/v0.6.4) (2015-08-04)
325
+
288
326
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.6.3...v0.6.4)
289
327
 
290
328
  **Fixed bugs:**
@@ -292,6 +330,7 @@
292
330
  - reflow needs an lgtm from myself [\#116](https://github.com/reenhanced/gitreflow/issues/116)
293
331
 
294
332
  ## [v0.6.3](https://github.com/reenhanced/gitreflow/tree/v0.6.3) (2015-08-03)
333
+
295
334
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.6.2...v0.6.3)
296
335
 
297
336
  **Closed issues:**
@@ -300,6 +339,7 @@
300
339
  - Error: \#\<NameError: wrong constant name \> [\#120](https://github.com/reenhanced/gitreflow/issues/120)
301
340
 
302
341
  ## [v0.6.2](https://github.com/reenhanced/gitreflow/tree/v0.6.2) (2015-08-03)
342
+
303
343
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.6.1...v0.6.2)
304
344
 
305
345
  **Fixed bugs:**
@@ -321,6 +361,7 @@
321
361
  - Add number attribute to Base:PullRequest [\#110](https://github.com/reenhanced/gitreflow/pull/110) ([tanin47](https://github.com/tanin47))
322
362
 
323
363
  ## [v0.6.1](https://github.com/reenhanced/gitreflow/tree/v0.6.1) (2015-06-02)
364
+
324
365
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.6.0...v0.6.1)
325
366
 
326
367
  **Closed issues:**
@@ -328,13 +369,11 @@
328
369
  - git reflow setup not working [\#106](https://github.com/reenhanced/gitreflow/issues/106)
329
370
 
330
371
  ## [v0.6.0](https://github.com/reenhanced/gitreflow/tree/v0.6.0) (2015-05-15)
331
- [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.5.3...v0.6.0)
332
372
 
333
- **Merged pull requests:**
334
-
335
- - new functionality for review [\#99](https://github.com/reenhanced/gitreflow/pull/99) ([meesterdude](https://github.com/meesterdude))
373
+ [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.5.3...v0.6.0)
336
374
 
337
375
  ## [v0.5.3](https://github.com/reenhanced/gitreflow/tree/v0.5.3) (2015-05-15)
376
+
338
377
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.5.2...v0.5.3)
339
378
 
340
379
  **Closed issues:**
@@ -348,12 +387,15 @@
348
387
  - tmp\_squash\_msh is not removed if we use git reflow in other directories than root. [\#98](https://github.com/reenhanced/gitreflow/pull/98) ([tanin47](https://github.com/tanin47))
349
388
 
350
389
  ## [v0.5.2](https://github.com/reenhanced/gitreflow/tree/v0.5.2) (2015-04-03)
390
+
351
391
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.5.1...v0.5.2)
352
392
 
353
393
  ## [v0.5.1](https://github.com/reenhanced/gitreflow/tree/v0.5.1) (2015-03-26)
394
+
354
395
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.5.0...v0.5.1)
355
396
 
356
397
  ## [v0.5.0](https://github.com/reenhanced/gitreflow/tree/v0.5.0) (2015-03-26)
398
+
357
399
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.4.2...v0.5.0)
358
400
 
359
401
  **Fixed bugs:**
@@ -365,6 +407,7 @@
365
407
  - Changing remote url in \reponame\.git\config to make reflow deliver work [\#75](https://github.com/reenhanced/gitreflow/issues/75)
366
408
 
367
409
  ## [v0.4.2](https://github.com/reenhanced/gitreflow/tree/v0.4.2) (2015-02-10)
410
+
368
411
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.4.1...v0.4.2)
369
412
 
370
413
  **Fixed bugs:**
@@ -379,6 +422,7 @@
379
422
  - Github Enterprise Compatibility [\#42](https://github.com/reenhanced/gitreflow/issues/42)
380
423
 
381
424
  ## [v0.4.1](https://github.com/reenhanced/gitreflow/tree/v0.4.1) (2014-10-28)
425
+
382
426
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.4.0...v0.4.1)
383
427
 
384
428
  **Closed issues:**
@@ -386,6 +430,7 @@
386
430
  - License does not have year and name filled in [\#69](https://github.com/reenhanced/gitreflow/issues/69)
387
431
 
388
432
  ## [v0.4.0](https://github.com/reenhanced/gitreflow/tree/v0.4.0) (2014-10-16)
433
+
389
434
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.3.5...v0.4.0)
390
435
 
391
436
  **Merged pull requests:**
@@ -394,6 +439,7 @@
394
439
  - \[fix\] Show delivery halted message properly [\#63](https://github.com/reenhanced/gitreflow/pull/63) ([shirshendu](https://github.com/shirshendu))
395
440
 
396
441
  ## [v0.3.5](https://github.com/reenhanced/gitreflow/tree/v0.3.5) (2014-03-05)
442
+
397
443
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.3.4...v0.3.5)
398
444
 
399
445
  **Closed issues:**
@@ -410,6 +456,7 @@
410
456
  - Add note to created oauth token so users can find them on their tokens page [\#55](https://github.com/reenhanced/gitreflow/pull/55) ([marten](https://github.com/marten))
411
457
 
412
458
  ## [v0.3.4](https://github.com/reenhanced/gitreflow/tree/v0.3.4) (2013-11-01)
459
+
413
460
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.3.3...v0.3.4)
414
461
 
415
462
  **Fixed bugs:**
@@ -422,6 +469,7 @@
422
469
  - Print all git commands [\#43](https://github.com/reenhanced/gitreflow/issues/43)
423
470
 
424
471
  ## [v0.3.3](https://github.com/reenhanced/gitreflow/tree/v0.3.3) (2013-10-16)
472
+
425
473
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.3.2...v0.3.3)
426
474
 
427
475
  **Closed issues:**
@@ -430,37 +478,48 @@
430
478
 
431
479
  **Merged pull requests:**
432
480
 
433
- - Fix --skip-lgtm option was never passed to the `\#deliver` method [\#45](https://github.com/reenhanced/gitreflow/pull/45) ([francois](https://github.com/francois))
481
+ - Fix --skip-lgtm option was never passed to the `#deliver` method [\#45](https://github.com/reenhanced/gitreflow/pull/45) ([francois](https://github.com/francois))
434
482
 
435
483
  ## [v0.3.2](https://github.com/reenhanced/gitreflow/tree/v0.3.2) (2013-07-25)
484
+
436
485
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.3.1...v0.3.2)
437
486
 
438
487
  ## [v0.3.1](https://github.com/reenhanced/gitreflow/tree/v0.3.1) (2013-07-12)
488
+
439
489
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.3...v0.3.1)
440
490
 
441
491
  ## [v0.3](https://github.com/reenhanced/gitreflow/tree/v0.3) (2013-07-12)
492
+
442
493
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.2.5...v0.3)
443
494
 
444
495
  ## [v0.2.5](https://github.com/reenhanced/gitreflow/tree/v0.2.5) (2013-03-04)
496
+
445
497
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.2.5-with-tests...v0.2.5)
446
498
 
447
499
  ## [v0.2.5-with-tests](https://github.com/reenhanced/gitreflow/tree/v0.2.5-with-tests) (2013-03-04)
500
+
448
501
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.2.4...v0.2.5-with-tests)
449
502
 
450
503
  ## [v0.2.4](https://github.com/reenhanced/gitreflow/tree/v0.2.4) (2012-09-21)
504
+
451
505
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.2.2...v0.2.4)
452
506
 
453
507
  ## [v0.2.2](https://github.com/reenhanced/gitreflow/tree/v0.2.2) (2012-09-17)
508
+
454
509
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.2.1...v0.2.2)
455
510
 
456
511
  ## [v0.2.1](https://github.com/reenhanced/gitreflow/tree/v0.2.1) (2012-08-30)
512
+
457
513
  [Full Changelog](https://github.com/reenhanced/gitreflow/compare/v0.2...v0.2.1)
458
514
 
459
515
  ## [v0.2](https://github.com/reenhanced/gitreflow/tree/v0.2) (2012-08-28)
516
+
517
+ [Full Changelog](https://github.com/reenhanced/gitreflow/compare/e84b48641d5ec6f5d87674c9152830e08ffe1b76...v0.2)
518
+
460
519
  **Merged pull requests:**
461
520
 
462
521
  - Adds documentation to reflow [\#13](https://github.com/reenhanced/gitreflow/pull/13) ([nhance](https://github.com/nhance))
463
522
 
464
523
 
465
524
 
466
- \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
525
+ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
data/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- git_reflow (0.9.4)
4
+ git_reflow (0.9.5)
5
5
  bundler (>= 1.10.0)
6
6
  codenamev_bitbucket_api (= 0.4.1)
7
- colorize (>= 0.7.0)
7
+ colorize (>= 0.8.1)
8
8
  github_api (= 0.19)
9
9
  highline
10
10
  httpclient
@@ -12,18 +12,36 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (6.0.3.4)
15
+ activesupport (6.1.3)
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
17
- i18n (>= 0.7, < 2)
18
- minitest (~> 5.1)
19
- tzinfo (~> 1.1)
20
- zeitwerk (~> 2.2, >= 2.2.2)
17
+ i18n (>= 1.6, < 2)
18
+ minitest (>= 5.1)
19
+ tzinfo (~> 2.0)
20
+ zeitwerk (~> 2.3)
21
21
  addressable (2.7.0)
22
22
  public_suffix (>= 2.0.2, < 5.0)
23
- appraisal (2.2.0)
23
+ appraisal (2.4.0)
24
24
  bundler
25
25
  rake
26
26
  thor (>= 0.14.0)
27
+ async (1.28.9)
28
+ console (~> 1.10)
29
+ nio4r (~> 2.3)
30
+ timers (~> 4.1)
31
+ async-http (0.54.1)
32
+ async (~> 1.25)
33
+ async-io (~> 1.28)
34
+ async-pool (~> 0.2)
35
+ protocol-http (~> 0.21.0)
36
+ protocol-http1 (~> 0.13.0)
37
+ protocol-http2 (~> 0.14.0)
38
+ async-http-faraday (0.9.0)
39
+ async-http (~> 0.42)
40
+ faraday
41
+ async-io (1.30.2)
42
+ async (~> 1.14)
43
+ async-pool (0.3.5)
44
+ async (~> 1.25)
27
45
  byebug (11.1.3)
28
46
  chronic (0.10.2)
29
47
  codenamev_bitbucket_api (0.4.1)
@@ -35,26 +53,34 @@ GEM
35
53
  simple_oauth (>= 0.3.0)
36
54
  coderay (1.1.3)
37
55
  colorize (0.8.1)
38
- concurrent-ruby (1.1.7)
39
- crack (0.4.4)
56
+ concurrent-ruby (1.1.8)
57
+ console (1.10.1)
58
+ fiber-local
59
+ crack (0.4.5)
60
+ rexml
40
61
  descendants_tracker (0.0.4)
41
62
  thread_safe (~> 0.3, >= 0.3.1)
42
63
  diff-lcs (1.4.4)
43
- faraday (1.1.0)
64
+ faraday (1.3.0)
65
+ faraday-net_http (~> 1.0)
44
66
  multipart-post (>= 1.2, < 3)
45
67
  ruby2_keywords
46
68
  faraday-http-cache (2.2.0)
47
69
  faraday (>= 0.8)
70
+ faraday-net_http (1.0.1)
48
71
  faraday_middleware (1.0.0)
49
72
  faraday (~> 1.0)
73
+ fiber-local (1.0.0)
50
74
  github_api (0.19.0)
51
75
  addressable (~> 2.4)
52
76
  descendants_tracker (~> 0.0.4)
53
77
  faraday (>= 0.8, < 2)
54
78
  hashie (~> 3.5, >= 3.5.2)
55
79
  oauth2 (~> 1.0)
56
- github_changelog_generator (1.15.2)
80
+ github_changelog_generator (1.16.1)
57
81
  activesupport
82
+ async (>= 1.25.0)
83
+ async-http-faraday
58
84
  faraday-http-cache
59
85
  multi_json
60
86
  octokit (~> 4.6)
@@ -65,81 +91,95 @@ GEM
65
91
  hashie (3.6.0)
66
92
  highline (2.0.3)
67
93
  httpclient (2.8.3)
68
- i18n (1.8.5)
94
+ i18n (1.8.9)
69
95
  concurrent-ruby (~> 1.0)
70
96
  jwt (2.2.2)
71
97
  method_source (1.0.0)
72
- mini_portile2 (2.4.0)
73
- minitest (5.14.2)
98
+ mini_portile2 (2.5.0)
99
+ minitest (5.14.4)
74
100
  multi_json (1.15.0)
75
101
  multi_xml (0.6.0)
76
102
  multipart-post (2.1.1)
77
- nokogiri (1.10.10)
78
- mini_portile2 (~> 2.4.0)
79
- oauth2 (1.4.4)
103
+ nio4r (2.5.7)
104
+ nokogiri (1.11.2)
105
+ mini_portile2 (~> 2.5.0)
106
+ racc (~> 1.4)
107
+ oauth2 (1.4.7)
80
108
  faraday (>= 0.8, < 2.0)
81
109
  jwt (>= 1.0, < 3.0)
82
110
  multi_json (~> 1.3)
83
111
  multi_xml (~> 0.5)
84
112
  rack (>= 1.2, < 3)
85
- octokit (4.19.0)
113
+ octokit (4.20.0)
86
114
  faraday (>= 0.9)
87
115
  sawyer (~> 0.8.0, >= 0.5.3)
116
+ protocol-hpack (1.4.2)
117
+ protocol-http (0.21.0)
118
+ protocol-http1 (0.13.2)
119
+ protocol-http (~> 0.19)
120
+ protocol-http2 (0.14.2)
121
+ protocol-hpack (~> 1.4)
122
+ protocol-http (~> 0.18)
88
123
  pry (0.13.1)
89
124
  coderay (~> 1.1)
90
125
  method_source (~> 1.0)
91
- pry-byebug (3.9.0)
92
- byebug (~> 11.0)
93
- pry (~> 0.13.0)
94
126
  public_suffix (4.0.6)
127
+ racc (1.5.2)
95
128
  rack (2.2.3)
96
129
  rainbow (3.0.0)
97
- rake (13.0.1)
98
- rdoc (6.2.1)
130
+ rake (13.0.3)
131
+ rdoc (6.3.0)
99
132
  retriable (3.1.2)
133
+ rexml (3.2.4)
100
134
  rspec (3.10.0)
101
135
  rspec-core (~> 3.10.0)
102
136
  rspec-expectations (~> 3.10.0)
103
137
  rspec-mocks (~> 3.10.0)
104
- rspec-core (3.10.0)
138
+ rspec-core (3.10.1)
105
139
  rspec-support (~> 3.10.0)
106
- rspec-expectations (3.10.0)
140
+ rspec-expectations (3.10.1)
107
141
  diff-lcs (>= 1.2.0, < 2.0)
108
142
  rspec-support (~> 3.10.0)
109
- rspec-mocks (3.10.0)
143
+ rspec-mocks (3.10.2)
110
144
  diff-lcs (>= 1.2.0, < 2.0)
111
145
  rspec-support (~> 3.10.0)
112
- rspec-support (3.10.0)
113
- ruby2_keywords (0.0.2)
146
+ rspec-support (3.10.2)
147
+ ruby2_keywords (0.0.4)
148
+ ruby_jard (0.3.1)
149
+ byebug (>= 9.1, < 12.0)
150
+ pry (~> 0.13.0)
151
+ tty-screen (~> 0.8.1)
114
152
  sawyer (0.8.2)
115
153
  addressable (>= 2.3.5)
116
154
  faraday (> 0.8, < 2.0)
117
155
  simple_oauth (0.3.1)
118
- thor (1.0.1)
156
+ thor (1.1.0)
119
157
  thread_safe (0.3.6)
120
- tzinfo (1.2.7)
121
- thread_safe (~> 0.1)
122
- webmock (3.9.3)
158
+ timers (4.3.3)
159
+ tty-screen (0.8.1)
160
+ tzinfo (2.0.4)
161
+ concurrent-ruby (~> 1.0)
162
+ webmock (3.12.1)
123
163
  addressable (>= 2.3.6)
124
164
  crack (>= 0.3.2)
125
165
  hashdiff (>= 0.4.0, < 2.0.0)
126
166
  wwtd (1.4.0)
127
- zeitwerk (2.4.1)
167
+ zeitwerk (2.4.2)
128
168
 
129
169
  PLATFORMS
130
170
  ruby
131
171
 
132
172
  DEPENDENCIES
133
- appraisal (= 2.2.0)
173
+ appraisal (= 2.4.0)
134
174
  chronic
135
175
  git_reflow!
136
176
  github_changelog_generator
137
- pry-byebug
138
- rake (~> 13.0.1)
177
+ rake (~> 13.0.3)
139
178
  rdoc
140
- rspec (~> 3.9)
179
+ rspec (~> 3.10)
180
+ ruby_jard
141
181
  webmock
142
182
  wwtd (= 1.4)
143
183
 
144
184
  BUNDLED WITH
145
- 2.1.4
185
+ 2.2.4
data/git_reflow.gemspec CHANGED
@@ -19,19 +19,19 @@ Gem::Specification.new do |s|
19
19
  s.require_paths = ['lib']
20
20
  s.rdoc_options << '--title' << 'git_reflow' << '-ri'
21
21
 
22
- s.add_development_dependency('appraisal', '2.2.0')
22
+ s.add_development_dependency('appraisal', '2.4.0')
23
23
  s.add_development_dependency('chronic')
24
24
  s.add_development_dependency('github_changelog_generator')
25
- s.add_development_dependency('pry-byebug')
26
- s.add_development_dependency('rake', '~> 13.0.1')
25
+ s.add_development_dependency('ruby_jard')
26
+ s.add_development_dependency('rake', '~> 13.0.3')
27
27
  s.add_development_dependency('rdoc')
28
- s.add_development_dependency('rspec', '~> 3.9')
28
+ s.add_development_dependency('rspec', '~> 3.10')
29
29
  s.add_development_dependency('webmock')
30
30
  s.add_development_dependency('wwtd', '1.4')
31
31
 
32
32
  s.add_dependency('bundler', '>= 1.10.0')
33
33
  s.add_dependency('codenamev_bitbucket_api', '0.4.1')
34
- s.add_dependency('colorize', '>= 0.7.0')
34
+ s.add_dependency('colorize', '>= 0.8.1')
35
35
  s.add_dependency('github_api', '0.19')
36
36
  s.add_dependency('highline')
37
37
  s.add_dependency('httpclient')
@@ -24,8 +24,18 @@ module GitReflow
24
24
  base: options[:base]))
25
25
  end
26
26
 
27
- def self.find_open(to: 'master', from: GitReflow.git_server.class.current_branch)
28
- matching_pull = GitReflow.git_server.connection.pull_requests.all(GitReflow.remote_user, GitReflow.remote_repo_name, base: to, head: "#{GitReflow.remote_user}:#{from}", state: 'open').first
27
+ def self.find_open(options = {})
28
+ options[:to] ||= 'master'
29
+ options[:from] ||= GitReflow.git_server.class.current_branch
30
+
31
+ matching_pull = GitReflow.git_server.connection.pull_requests.all(
32
+ GitReflow.remote_user,
33
+ GitReflow.remote_repo_name,
34
+ base: options[:to],
35
+ head: "#{GitReflow.remote_user}:#{options[:from]}",
36
+ state: 'open'
37
+ ).first
38
+
29
39
  if matching_pull
30
40
  self.new matching_pull
31
41
  end
@@ -1,3 +1,3 @@
1
1
  module GitReflow
2
- VERSION = "0.9.4"
2
+ VERSION = "0.9.5"
3
3
  end
@@ -157,7 +157,7 @@ module GitReflow
157
157
  self.commands[name] = params
158
158
  self.command_docs[name] = params
159
159
 
160
- self.define_singleton_method(name) do |**args|
160
+ self.define_singleton_method(name) do |args = {}|
161
161
  args_with_defaults = {}
162
162
  args.each do |name, value|
163
163
  if "#{value}".length <= 0 && !defaults[name].nil?
@@ -1,7 +1,6 @@
1
1
  require 'spec_helper'
2
2
 
3
3
  describe GitReflow do
4
-
5
4
  describe ".logger" do
6
5
  # Ignore memoization for tests
7
6
  before { GitReflow.instance_variable_set("@logger", nil) }
data/spec/spec_helper.rb CHANGED
@@ -1,8 +1,8 @@
1
1
  require 'rubygems'
2
2
  require 'rspec'
3
+ require 'ruby_jard'
3
4
  require 'multi_json'
4
5
  require 'webmock/rspec'
5
- require 'pry'
6
6
 
7
7
  $LOAD_PATH << 'lib'
8
8
  require 'git_reflow'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: git_reflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Valentino Stoll
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2020-11-10 00:00:00.000000000 Z
13
+ date: 2021-03-25 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: appraisal
@@ -18,14 +18,14 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 2.2.0
21
+ version: 2.4.0
22
22
  type: :development
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 2.2.0
28
+ version: 2.4.0
29
29
  - !ruby/object:Gem::Dependency
30
30
  name: chronic
31
31
  requirement: !ruby/object:Gem::Requirement
@@ -55,7 +55,7 @@ dependencies:
55
55
  - !ruby/object:Gem::Version
56
56
  version: '0'
57
57
  - !ruby/object:Gem::Dependency
58
- name: pry-byebug
58
+ name: ruby_jard
59
59
  requirement: !ruby/object:Gem::Requirement
60
60
  requirements:
61
61
  - - ">="
@@ -74,14 +74,14 @@ dependencies:
74
74
  requirements:
75
75
  - - "~>"
76
76
  - !ruby/object:Gem::Version
77
- version: 13.0.1
77
+ version: 13.0.3
78
78
  type: :development
79
79
  prerelease: false
80
80
  version_requirements: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - "~>"
83
83
  - !ruby/object:Gem::Version
84
- version: 13.0.1
84
+ version: 13.0.3
85
85
  - !ruby/object:Gem::Dependency
86
86
  name: rdoc
87
87
  requirement: !ruby/object:Gem::Requirement
@@ -102,14 +102,14 @@ dependencies:
102
102
  requirements:
103
103
  - - "~>"
104
104
  - !ruby/object:Gem::Version
105
- version: '3.9'
105
+ version: '3.10'
106
106
  type: :development
107
107
  prerelease: false
108
108
  version_requirements: !ruby/object:Gem::Requirement
109
109
  requirements:
110
110
  - - "~>"
111
111
  - !ruby/object:Gem::Version
112
- version: '3.9'
112
+ version: '3.10'
113
113
  - !ruby/object:Gem::Dependency
114
114
  name: webmock
115
115
  requirement: !ruby/object:Gem::Requirement
@@ -172,14 +172,14 @@ dependencies:
172
172
  requirements:
173
173
  - - ">="
174
174
  - !ruby/object:Gem::Version
175
- version: 0.7.0
175
+ version: 0.8.1
176
176
  type: :runtime
177
177
  prerelease: false
178
178
  version_requirements: !ruby/object:Gem::Requirement
179
179
  requirements:
180
180
  - - ">="
181
181
  - !ruby/object:Gem::Version
182
- version: 0.7.0
182
+ version: 0.8.1
183
183
  - !ruby/object:Gem::Dependency
184
184
  name: github_api
185
185
  requirement: !ruby/object:Gem::Requirement
@@ -335,7 +335,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
335
335
  - !ruby/object:Gem::Version
336
336
  version: '0'
337
337
  requirements: []
338
- rubygems_version: 3.1.2
338
+ rubygems_version: 3.2.3
339
339
  signing_key:
340
340
  specification_version: 4
341
341
  summary: A better git process