beaker-rspec 6.3.0 → 7.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/release.yml +31 -0
- data/.gitignore +1 -0
- data/CHANGELOG.md +1045 -0
- data/Gemfile +4 -0
- data/HISTORY.md +1 -29
- data/README.md +49 -16
- data/Rakefile +18 -0
- data/beaker-rspec.gemspec +7 -16
- data/lib/beaker-rspec/version.rb +1 -1
- metadata +21 -12
data/CHANGELOG.md
ADDED
@@ -0,0 +1,1045 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
## [7.0.0](https://github.com/voxpupuli/beaker-rspec/tree/7.0.0) (2021-11-03)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/6.3.0...7.0.0)
|
8
|
+
|
9
|
+
**Breaking changes:**
|
10
|
+
|
11
|
+
- allow newer deps, require Ruby 2.4, cleanup gemspec [\#106](https://github.com/voxpupuli/beaker-rspec/pull/106) ([bastelfreak](https://github.com/bastelfreak))
|
12
|
+
|
13
|
+
**Merged pull requests:**
|
14
|
+
|
15
|
+
- Fix release GHA; update README.md [\#107](https://github.com/voxpupuli/beaker-rspec/pull/107) ([bastelfreak](https://github.com/bastelfreak))
|
16
|
+
- Update rake requirement from ~\> 10.1 to ~\> 12.3 [\#105](https://github.com/voxpupuli/beaker-rspec/pull/105) ([dependabot[bot]](https://github.com/apps/dependabot))
|
17
|
+
- Migrate testing to GH Actions [\#103](https://github.com/voxpupuli/beaker-rspec/pull/103) ([genebean](https://github.com/genebean))
|
18
|
+
|
19
|
+
## [6.3.0](https://github.com/voxpupuli/beaker-rspec/tree/6.3.0) (2021-02-26)
|
20
|
+
|
21
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/6.2.4...6.3.0)
|
22
|
+
|
23
|
+
**Merged pull requests:**
|
24
|
+
|
25
|
+
- Migrate testing to GH Actions [\#102](https://github.com/voxpupuli/beaker-rspec/pull/102) ([genebean](https://github.com/genebean))
|
26
|
+
- Rearrange the cleanup handling [\#101](https://github.com/voxpupuli/beaker-rspec/pull/101) ([trevor-vaughan](https://github.com/trevor-vaughan))
|
27
|
+
- Add Ruby 3 support [\#100](https://github.com/voxpupuli/beaker-rspec/pull/100) ([trevor-vaughan](https://github.com/trevor-vaughan))
|
28
|
+
- Add Dependabot to keep thins up to date [\#99](https://github.com/voxpupuli/beaker-rspec/pull/99) ([genebean](https://github.com/genebean))
|
29
|
+
- Correct link to Vagrant nodes examples [\#98](https://github.com/voxpupuli/beaker-rspec/pull/98) ([MikaelSmith](https://github.com/MikaelSmith))
|
30
|
+
- \(MAINT\) Add beaker-vmpooler for CI pipeline [\#97](https://github.com/voxpupuli/beaker-rspec/pull/97) ([Dakta](https://github.com/Dakta))
|
31
|
+
|
32
|
+
## [6.2.4](https://github.com/voxpupuli/beaker-rspec/tree/6.2.4) (2018-08-10)
|
33
|
+
|
34
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/6.2.3...6.2.4)
|
35
|
+
|
36
|
+
**Merged pull requests:**
|
37
|
+
|
38
|
+
- \(MAINT\) Update Dependencies [\#95](https://github.com/voxpupuli/beaker-rspec/pull/95) ([Dakta](https://github.com/Dakta))
|
39
|
+
|
40
|
+
## [6.2.3](https://github.com/voxpupuli/beaker-rspec/tree/6.2.3) (2017-11-28)
|
41
|
+
|
42
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/6.2.2...6.2.3)
|
43
|
+
|
44
|
+
**Merged pull requests:**
|
45
|
+
|
46
|
+
- Fix regression in nodesetdir [\#94](https://github.com/voxpupuli/beaker-rspec/pull/94) ([ekohl](https://github.com/ekohl))
|
47
|
+
|
48
|
+
## [6.2.2](https://github.com/voxpupuli/beaker-rspec/tree/6.2.2) (2017-11-28)
|
49
|
+
|
50
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/6.2.1...6.2.2)
|
51
|
+
|
52
|
+
**Merged pull requests:**
|
53
|
+
|
54
|
+
- Allow setting the nodeset directory through settings [\#93](https://github.com/voxpupuli/beaker-rspec/pull/93) ([ekohl](https://github.com/ekohl))
|
55
|
+
|
56
|
+
## [6.2.1](https://github.com/voxpupuli/beaker-rspec/tree/6.2.1) (2017-10-03)
|
57
|
+
|
58
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/6.2.0...6.2.1)
|
59
|
+
|
60
|
+
**Merged pull requests:**
|
61
|
+
|
62
|
+
- \(BKR-1213\) fix syntax issues [\#92](https://github.com/voxpupuli/beaker-rspec/pull/92) ([kevpl](https://github.com/kevpl))
|
63
|
+
|
64
|
+
## [6.2.0](https://github.com/voxpupuli/beaker-rspec/tree/6.2.0) (2017-10-02)
|
65
|
+
|
66
|
+
[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/6.1.0...6.2.0)
|
67
|
+
|
68
|
+
**Merged pull requests:**
|
69
|
+
|
70
|
+
- fix markdown [\#91](https://github.com/voxpupuli/beaker-rspec/pull/91) ([bastelfreak](https://github.com/bastelfreak))
|
71
|
+
- Bkr 1115 Allow options-file to be configured via ENV [\#90](https://github.com/voxpupuli/beaker-rspec/pull/90) ([barrymw](https://github.com/barrymw))
|
72
|
+
|
73
|
+
## [6.1.0](https://github.com/voxpupuli/beaker-rspec/tree/6.1.0) (2017-03-29)
|
74
|
+
## Details
|
75
|
+
### <a name = "LATEST">LATEST - 29 Mar, 2017 (0197f39f)
|
76
|
+
|
77
|
+
* (GEM) update beaker-rspec version to 6.1.0 (0197f39f)
|
78
|
+
|
79
|
+
* (BKR-1049) Updating require to align with oldest supported PE version. This also matches the merged beaker PR. (eb794f0f)
|
80
|
+
|
81
|
+
|
82
|
+
```
|
83
|
+
(BKR-1049) Updating require to align with oldest supported PE version. This also matches the merged beaker PR.
|
84
|
+
|
85
|
+
Syntax Updates
|
86
|
+
|
87
|
+
* Pinned the upper bound on Ruby
|
88
|
+
* Pinned the rake and rspec dependencies to match Beaker core
|
89
|
+
* Fixed the license to meet SPDX
|
90
|
+
* Added a .travis.yml that builds the gem
|
91
|
+
* Updated the .gitignore file to ignore test garbage
|
92
|
+
* Pin rack version to < 2.2.2
|
93
|
+
```
|
94
|
+
* Merge pull request #88 from kevpl/doc_readme_improvements (ef75a9e6)
|
95
|
+
|
96
|
+
|
97
|
+
```
|
98
|
+
Merge pull request #88 from kevpl/doc_readme_improvements
|
99
|
+
|
100
|
+
(BKR-968) README improvements
|
101
|
+
```
|
102
|
+
* (BKR-968) Add puppet v4 install instructions (de809925)
|
103
|
+
|
104
|
+
|
105
|
+
```
|
106
|
+
(BKR-968) Add puppet v4 install instructions
|
107
|
+
|
108
|
+
Before, we only described the method, which
|
109
|
+
defaults to installing Puppet's latest 3.8.z version. Now,
|
110
|
+
we've described that situation, and introduced
|
111
|
+
to introduce installing newer
|
112
|
+
versions of Puppet.
|
113
|
+
|
114
|
+
[skip ci]
|
115
|
+
```
|
116
|
+
* (BKR-968) fix doc install errors (78c9370f)
|
117
|
+
|
118
|
+
|
119
|
+
```
|
120
|
+
(BKR-968) fix doc install errors
|
121
|
+
|
122
|
+
Before this change, the install instructions were incorrectly
|
123
|
+
iterating through all hosts and calling on
|
124
|
+
each. That method is designed as a convenience one that
|
125
|
+
iterates over all hosts, installing on each of them, so you
|
126
|
+
can see how this compounds negatively for us. These changes
|
127
|
+
update the doc so that it's correct. They also provide a
|
128
|
+
little more readability, and work around the fact that the
|
129
|
+
chosen module (puppetlabs-mysql) has now been flushed out
|
130
|
+
with its own version of all the files we create in the
|
131
|
+
tutorial.
|
132
|
+
|
133
|
+
[skip ci]
|
134
|
+
```
|
135
|
+
### <a name = "6.0.0">6.0.0 - 24 Oct, 2016 (77470480)
|
136
|
+
|
137
|
+
* (HISTORY) update beaker-rspec history for gem release 6.0.0 (77470480)
|
138
|
+
|
139
|
+
* (GEM) update beaker-rspec version to 6.0.0 (b02c1c50)
|
140
|
+
|
141
|
+
* Merge pull request #87 from kevpl/bkr946_beaker3 (6dc15bb5)
|
142
|
+
|
143
|
+
|
144
|
+
```
|
145
|
+
Merge pull request #87 from kevpl/bkr946_beaker3
|
146
|
+
|
147
|
+
(BKR-946) update beaker dependency & docs
|
148
|
+
```
|
149
|
+
* (BKR-946) update beaker dependency & docs (401a62ac)
|
150
|
+
|
151
|
+
* (MAINT) Fix broken links to Beaker docs in README (#84) (1ffe6cff)
|
152
|
+
|
153
|
+
|
154
|
+
```
|
155
|
+
(MAINT) Fix broken links to Beaker docs in README (#84)
|
156
|
+
|
157
|
+
* Fix broken link to Vagrant node examples in README
|
158
|
+
|
159
|
+
Beaker recently reorganized the directory structure of their docs, which broke this link.
|
160
|
+
|
161
|
+
See: https://github.com/puppetlabs/beaker/commit/f3e01b0c3ef1ab02776b0f0a5f76d3a848e5d279
|
162
|
+
|
163
|
+
* Fix broken link to beaker command line docs
|
164
|
+
|
165
|
+
The old link goes to an empty wiki page, this fixes the link to point to the new page.
|
166
|
+
```
|
167
|
+
### <a name = "5.6.0">5.6.0 - 24 Jun, 2016 (bc70fe5a)
|
168
|
+
|
169
|
+
* (HISTORY) update beaker-rspec history for gem release 5.6.0 (bc70fe5a)
|
170
|
+
|
171
|
+
* (GEM) update beaker-rspec version to 5.6.0 (b11dfe76)
|
172
|
+
|
173
|
+
* Merge pull request #83 from puppetlabs/revert-82-maint_specinfra_gem_issue (b7404799)
|
174
|
+
|
175
|
+
|
176
|
+
```
|
177
|
+
Merge pull request #83 from puppetlabs/revert-82-maint_specinfra_gem_issue
|
178
|
+
|
179
|
+
Revert "(MAINT) pinning specinfra to pass testing"
|
180
|
+
```
|
181
|
+
* Revert "(MAINT) pinning specinfra to pass testing" (5ecdc52c)
|
182
|
+
|
183
|
+
### <a name = "5.5.0">5.5.0 - 23 Jun, 2016 (a289ce27)
|
184
|
+
|
185
|
+
* (HISTORY) update beaker-rspec history for gem release 5.5.0 (a289ce27)
|
186
|
+
|
187
|
+
* (GEM) update beaker-rspec version to 5.5.0 (2d2f126e)
|
188
|
+
|
189
|
+
* Merge pull request #82 from kevpl/maint_specinfra_gem_issue (ab82b011)
|
190
|
+
|
191
|
+
|
192
|
+
```
|
193
|
+
Merge pull request #82 from kevpl/maint_specinfra_gem_issue
|
194
|
+
|
195
|
+
(MAINT) pinning specinfra to pass testing
|
196
|
+
```
|
197
|
+
* Merge pull request #80 from Ajedi32/patch-1 (9ab0b19f)
|
198
|
+
|
199
|
+
|
200
|
+
```
|
201
|
+
Merge pull request #80 from Ajedi32/patch-1
|
202
|
+
|
203
|
+
Fix broken link to Vagrant node examples in README
|
204
|
+
```
|
205
|
+
* Merge pull request #81 from Ajedi32/patch-2 (04a9ae52)
|
206
|
+
|
207
|
+
|
208
|
+
```
|
209
|
+
Merge pull request #81 from Ajedi32/patch-2
|
210
|
+
|
211
|
+
Fix example spec file in README
|
212
|
+
```
|
213
|
+
* (MAINT) pinning specinfra to pass testing (d1f49991)
|
214
|
+
|
215
|
+
|
216
|
+
```
|
217
|
+
(MAINT) pinning specinfra to pass testing
|
218
|
+
|
219
|
+
Specinfra's newer versions (>=2.59.1) inspect classes and use
|
220
|
+
their name method. Hocon shadows the class.name method, and
|
221
|
+
breaks as such. There's a separate issue to fix the hocon
|
222
|
+
problem (https://github.com/puppetlabs/ruby-hocon/issues/75).
|
223
|
+
specinfra has decided to not use the name method either
|
224
|
+
(https://github.com/mizzy/specinfra/pull/561).
|
225
|
+
Once that's merged & released, this should be reverted.
|
226
|
+
```
|
227
|
+
* Fix example spec file in README (3af2c1a0)
|
228
|
+
|
229
|
+
|
230
|
+
```
|
231
|
+
Fix example spec file in README
|
232
|
+
|
233
|
+
While following this example, I needed this change to get the tests to pass.
|
234
|
+
|
235
|
+
[The documentation for beaker](http://www.rubydoc.info/github/puppetlabs/beaker/Beaker%2FDSL%2FHelpers%2FPuppetHelpers%3Aapply_manifest_on) explains why:
|
236
|
+
|
237
|
+
> `:catch_failures` (Boolean) — default: `false` — By default `puppet -apply` will exit with 0, which does not count as a test failure, even if there were errors or changes when applying the manifest. This option enables detailed exit codes and causes a test failure if `puppet -apply` indicates there was a failure during its execution.
|
238
|
+
```
|
239
|
+
* Fix broken link to Vagrant node examples in README (d53be837)
|
240
|
+
|
241
|
+
### <a name = "5.4.0">5.4.0 - 9 Jun, 2016 (f030a8b5)
|
242
|
+
|
243
|
+
* (HISTORY) update beaker-rspec history for gem release 5.4.0 (f030a8b5)
|
244
|
+
|
245
|
+
* (GEM) update beaker-rspec version to 5.4.0 (a25f1e77)
|
246
|
+
|
247
|
+
* Merge pull request #79 from richburroughs/master (4db37886)
|
248
|
+
|
249
|
+
|
250
|
+
```
|
251
|
+
Merge pull request #79 from richburroughs/master
|
252
|
+
|
253
|
+
fixed an incomplete sentence in README.md
|
254
|
+
```
|
255
|
+
* fixed an incomplete sentence in README.md (cfd9cbd6)
|
256
|
+
|
257
|
+
* Merge pull request #77 from oskar-flores/fix-serverspec-on-non-cygwin-node (a617f7bb)
|
258
|
+
|
259
|
+
|
260
|
+
```
|
261
|
+
Merge pull request #77 from oskar-flores/fix-serverspec-on-non-cygwin-node
|
262
|
+
|
263
|
+
Add a check on windows part, to exec commands on a non cygwin environment
|
264
|
+
```
|
265
|
+
* Merge pull request #78 from DavidS/bkr-577-update-readme (563ba7e7)
|
266
|
+
|
267
|
+
|
268
|
+
```
|
269
|
+
Merge pull request #78 from DavidS/bkr-577-update-readme
|
270
|
+
|
271
|
+
(BKR-577) Update README to describe usage in detail
|
272
|
+
```
|
273
|
+
* (BKR-577) Update README to describe usage in detail (18b307a7)
|
274
|
+
|
275
|
+
* Cleaning code as per @DavidS sugestion (c0142b57)
|
276
|
+
|
277
|
+
* Add a check on windows part, to exec commads on a non cywing environment (f483b063)
|
278
|
+
|
279
|
+
* fixed up recent README changes (2771b4b1)
|
280
|
+
|
281
|
+
* Merge pull request #71 from electrical/cleanup_ctrl_c (756de678)
|
282
|
+
|
283
|
+
|
284
|
+
```
|
285
|
+
Merge pull request #71 from electrical/cleanup_ctrl_c
|
286
|
+
|
287
|
+
(BKR-345) Cleanup and quit on ctrl-c
|
288
|
+
```
|
289
|
+
* Merge pull request #76 from DavidS/document-env (b3d4f839)
|
290
|
+
|
291
|
+
|
292
|
+
```
|
293
|
+
Merge pull request #76 from DavidS/document-env
|
294
|
+
|
295
|
+
Document environment variables
|
296
|
+
```
|
297
|
+
* Document environment variables (5ab74188)
|
298
|
+
|
299
|
+
* (BKR-345) Cleanup and quit on ctrl-c (90a74317)
|
300
|
+
|
301
|
+
### <a name = "5.3.0">5.3.0 - 13 Oct, 2015 (2efeb932)
|
302
|
+
|
303
|
+
* (HISTORY) update beaker-rspec history for gem release 5.3.0 (2efeb932)
|
304
|
+
|
305
|
+
* (GEM) update beaker-rspec version to 5.3.0 (2ea88c14)
|
306
|
+
|
307
|
+
* Merge pull request #73 from rooprob/feature/enable-beaker-proxy-support (aec28793)
|
308
|
+
|
309
|
+
|
310
|
+
```
|
311
|
+
Merge pull request #73 from rooprob/feature/enable-beaker-proxy-support
|
312
|
+
|
313
|
+
Enable the proxy feature available in beaker cli.
|
314
|
+
```
|
315
|
+
* Enable the proxy feature available in beaker cli. (1eeda73f)
|
316
|
+
|
317
|
+
|
318
|
+
```
|
319
|
+
Enable the proxy feature available in beaker cli.
|
320
|
+
|
321
|
+
Improves acceptance testing performance and lowers network traffic to package
|
322
|
+
respositories with beaker-rspec.
|
323
|
+
|
324
|
+
Running a suitably configured proxy cache to act as a package cache, add the
|
325
|
+
following nodeset configuration.
|
326
|
+
|
327
|
+
|
328
|
+
|
329
|
+
---
|
330
|
+
CONFIG:
|
331
|
+
package_proxy: http://<proxy_addr>:<proxy_port>
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
Beaker supports Debian (APT) and RHEL/Centos (RPM) based package proxies out of the box. See beaker --help (package-proxy) for further details.
|
336
|
+
|
337
|
+
Example, Squid is a suitable local package cache,
|
338
|
+
|
339
|
+
squid.conf
|
340
|
+
|
341
|
+
|
342
|
+
mum_object_size 100 MB
|
343
|
+
cache_replacement_policy heap LFUDA
|
344
|
+
refresh_pattern ^ftp: 1440 20% 10080
|
345
|
+
refresh_pattern ^gopher: 1440 0% 1440
|
346
|
+
refresh_pattern Packages\.bz2$ 0 20% 4320 refresh-ims
|
347
|
+
refresh_pattern Sources\.bz2$ 0 20% 4320 refresh-ims
|
348
|
+
refresh_pattern Release\.gpg$ 0 20% 4320 refresh-ims
|
349
|
+
refresh_pattern Release$ 0 20% 4320 refresh-ims
|
350
|
+
refresh_pattern . 0 20% 4320
|
351
|
+
|
352
|
+
|
353
|
+
```
|
354
|
+
### <a name = "5.2.2">5.2.2 - 3 Sep, 2015 (69980e14)
|
355
|
+
|
356
|
+
* (HISTORY) update beaker-rspec history for gem release 5.2.2 (69980e14)
|
357
|
+
|
358
|
+
* (GEM) update beaker-rspec version to 5.2.2 (462d5843)
|
359
|
+
|
360
|
+
* Merge pull request #75 from anodelman/fix-win (1b3ae6fe)
|
361
|
+
|
362
|
+
|
363
|
+
```
|
364
|
+
Merge pull request #75 from anodelman/fix-win
|
365
|
+
|
366
|
+
(BKR-474) Missing shellescape in /helpers/serverspec.rb since a6b3e503
|
367
|
+
```
|
368
|
+
* (BKR-474) Missing shellescape in /helpers/serverspec.rb since a6b3e503 (0229c97a)
|
369
|
+
|
370
|
+
|
371
|
+
```
|
372
|
+
(BKR-474) Missing shellescape in /helpers/serverspec.rb since a6b3e503
|
373
|
+
|
374
|
+
- put the shellescape back in
|
375
|
+
- tested green locally on osx/windows/ubuntu/centos/debian
|
376
|
+
```
|
377
|
+
### <a name = "5.2.1">5.2.1 - 27 Aug, 2015 (49c45f61)
|
378
|
+
|
379
|
+
* (HISTORY) update beaker-rspec history for gem release 5.2.1 (49c45f61)
|
380
|
+
|
381
|
+
* (GEM) update beaker-rspec version to 5.2.1 (2cc63fcb)
|
382
|
+
|
383
|
+
* Merge pull request #72 from anodelman/ruby2 (86157a9d)
|
384
|
+
|
385
|
+
|
386
|
+
```
|
387
|
+
Merge pull request #72 from anodelman/ruby2
|
388
|
+
|
389
|
+
(BKR-467) beaker-rspec does not correctly update os when cycling through hosts
|
390
|
+
```
|
391
|
+
* (BKR-467) beaker-rspec does not correctly update os when cycling... (a6b3e503)
|
392
|
+
|
393
|
+
|
394
|
+
```
|
395
|
+
(BKR-467) beaker-rspec does not correctly update os when cycling...
|
396
|
+
|
397
|
+
...through hosts
|
398
|
+
|
399
|
+
- found that beaker was unable to complete its acceptance tests when
|
400
|
+
provided with multiple SUTs of multiple os types in the same hosts
|
401
|
+
file
|
402
|
+
- need to correctly detectos when we switch to a new os, otherwise we
|
403
|
+
assume that we are executing on the same os and generate the wrong
|
404
|
+
command strings
|
405
|
+
- keeps a hash of known hosts associated with their os type so that we
|
406
|
+
don't have to run detect_os (which can be somewhat time expensive)
|
407
|
+
more than once per-SUT
|
408
|
+
```
|
409
|
+
### <a name = "5.2.0">5.2.0 - 15 Jul, 2015 (261dacdb)
|
410
|
+
|
411
|
+
* (HISTORY) update beaker-rspec history for gem release 5.2.0 (261dacdb)
|
412
|
+
|
413
|
+
* (GEM) update beaker-rspec version to 5.2.0 (25f27502)
|
414
|
+
|
415
|
+
* Merge pull request #70 from cmurphy/colors (80f60a7c)
|
416
|
+
|
417
|
+
|
418
|
+
```
|
419
|
+
Merge pull request #70 from cmurphy/colors
|
420
|
+
|
421
|
+
Add environment variable to expose --no-color
|
422
|
+
```
|
423
|
+
* Add environment variable to expose --no-color (d2f8ad39)
|
424
|
+
|
425
|
+
|
426
|
+
```
|
427
|
+
Add environment variable to expose --no-color
|
428
|
+
|
429
|
+
When running CI on puppet modules with beaker-rspec, colors tend to get
|
430
|
+
mistranslated into hard-to-read ascii strings that make reading logs
|
431
|
+
painful. This patch adds the option to turn colors off.
|
432
|
+
```
|
433
|
+
### <a name = "5.1.0">5.1.0 - 5 Jun, 2015 (3a72d131)
|
434
|
+
|
435
|
+
* (HISTORY) update beaker-rspec history for gem release 5.1.0 (3a72d131)
|
436
|
+
|
437
|
+
* (GEM) update beaker-rspec version to 5.1.0 (6ca92bf3)
|
438
|
+
|
439
|
+
* Merge pull request #69 from anodelman/host-control (44ea85b5)
|
440
|
+
|
441
|
+
|
442
|
+
```
|
443
|
+
Merge pull request #69 from anodelman/host-control
|
444
|
+
|
445
|
+
(BKR-280) ability to install pe/foss on subset of hosts
|
446
|
+
```
|
447
|
+
* (BKR-280) ability to install pe/foss on subset of hosts (612dd1ff)
|
448
|
+
|
449
|
+
|
450
|
+
```
|
451
|
+
(BKR-280) ability to install pe/foss on subset of hosts
|
452
|
+
|
453
|
+
- provide a hosts setter so that we can alter the hosts during runtime
|
454
|
+
```
|
455
|
+
* Merge pull request #68 from anodelman/standardize (4f564531)
|
456
|
+
|
457
|
+
|
458
|
+
```
|
459
|
+
Merge pull request #68 from anodelman/standardize
|
460
|
+
|
461
|
+
(BKR-286) set up beaker-rspec to use standard gem structure practices
|
462
|
+
```
|
463
|
+
* Merge pull request #67 from anodelman/add-beaker-globals (fe32bc1b)
|
464
|
+
|
465
|
+
|
466
|
+
```
|
467
|
+
Merge pull request #67 from anodelman/add-beaker-globals
|
468
|
+
|
469
|
+
(BKR-283) beaker-rspec needs access to @metadata, broken with beaker 2.12.0
|
470
|
+
```
|
471
|
+
* (BKR-286) set up beaker-rspec to use standard gem structure practices (c62996be)
|
472
|
+
|
473
|
+
|
474
|
+
```
|
475
|
+
(BKR-286) set up beaker-rspec to use standard gem structure practices
|
476
|
+
|
477
|
+
- this will allow us to use our standard release pipelines
|
478
|
+
```
|
479
|
+
* (BKR-283) beaker-rspec needs access to @metadata, broken with... (826455be)
|
480
|
+
|
481
|
+
|
482
|
+
```
|
483
|
+
(BKR-283) beaker-rspec needs access to @metadata, broken with...
|
484
|
+
|
485
|
+
...beaker 2.12.0
|
486
|
+
|
487
|
+
- add accessor for metadata
|
488
|
+
```
|
489
|
+
* (MAINT) be able to set used beaker using BEAKER_VERSION (a1b64039)
|
490
|
+
|
491
|
+
### <a name = "beaker-rspec5.0.2">beaker-rspec5.0.2 - 30 Mar, 2015 (b9831088)
|
492
|
+
|
493
|
+
* Merge pull request #62 from anodelman/master (b9831088)
|
494
|
+
|
495
|
+
|
496
|
+
```
|
497
|
+
Merge pull request #62 from anodelman/master
|
498
|
+
|
499
|
+
create 5.0.2 gem
|
500
|
+
```
|
501
|
+
* (HISTORY) update beaker-rspec history for gem release 5.0.2 (6f6cfcbf)
|
502
|
+
|
503
|
+
* (GEM) update beaker-rspec version to 5.0.2 (7de55221)
|
504
|
+
|
505
|
+
* Merge pull request #61 from cyberious/master (26eb29d6)
|
506
|
+
|
507
|
+
|
508
|
+
```
|
509
|
+
Merge pull request #61 from cyberious/master
|
510
|
+
|
511
|
+
BKR-160 Remove check for OS before issuing command, get_windows_command...
|
512
|
+
```
|
513
|
+
* BKR-160 Remove check for OS before issuing command, get_windows_command is not declared in scope (addd9b32)
|
514
|
+
|
515
|
+
* Merge pull request #60 from anodelman/maint (c4c43fd7)
|
516
|
+
|
517
|
+
|
518
|
+
```
|
519
|
+
Merge pull request #60 from anodelman/maint
|
520
|
+
|
521
|
+
(BKR-60) failures caused by rubygems timeouts
|
522
|
+
```
|
523
|
+
* (BKR-60) failures caused by rubygems timeouts (fe36b2d8)
|
524
|
+
|
525
|
+
|
526
|
+
```
|
527
|
+
(BKR-60) failures caused by rubygems timeouts
|
528
|
+
|
529
|
+
- add ability to set GEM_SOURCE to internal rubygems mirror
|
530
|
+
```
|
531
|
+
### <a name = "beaker-rspec5.0.1">beaker-rspec5.0.1 - 27 Jan, 2015 (7a64f285)
|
532
|
+
|
533
|
+
* Merge pull request #56 from anodelman/master (7a64f285)
|
534
|
+
|
535
|
+
|
536
|
+
```
|
537
|
+
Merge pull request #56 from anodelman/master
|
538
|
+
|
539
|
+
(GEM) version bump for beaker-rspec 5.0.1
|
540
|
+
```
|
541
|
+
* (GEM) version bump for beaker-rspec 5.0.1 (510f3be1)
|
542
|
+
|
543
|
+
* Merge pull request #55 from anodelman/fix-win (28ae2a27)
|
544
|
+
|
545
|
+
|
546
|
+
```
|
547
|
+
Merge pull request #55 from anodelman/fix-win
|
548
|
+
|
549
|
+
(QENG-1657) Beaker-Rspec Specinfra does not detect Windows OS set
|
550
|
+
```
|
551
|
+
* Merge pull request #22 from petems/add_raketask (5e08f02e)
|
552
|
+
|
553
|
+
|
554
|
+
```
|
555
|
+
Merge pull request #22 from petems/add_raketask
|
556
|
+
|
557
|
+
Initial idea for a rake task
|
558
|
+
```
|
559
|
+
* (QENG-1657) Beaker-Rspec Specinfra does not detect Windows OS set (56e81ce0)
|
560
|
+
|
561
|
+
|
562
|
+
```
|
563
|
+
(QENG-1657) Beaker-Rspec Specinfra does not detect Windows OS set
|
564
|
+
|
565
|
+
- makes it possible to run against windows nodes with cygwin
|
566
|
+
- will need updates later to correctly handle windows nodes through
|
567
|
+
winrm
|
568
|
+
```
|
569
|
+
* Initial idea for a rake task (8f361731)
|
570
|
+
|
571
|
+
### <a name = "beaker-rspec5.0.0">beaker-rspec5.0.0 - 8 Jan, 2015 (bbf806a4)
|
572
|
+
|
573
|
+
* Merge pull request #52 from anodelman/master (bbf806a4)
|
574
|
+
|
575
|
+
|
576
|
+
```
|
577
|
+
Merge pull request #52 from anodelman/master
|
578
|
+
|
579
|
+
(GEM) version bump for 5.0.0
|
580
|
+
```
|
581
|
+
* (GEM) version bump for 5.0.0 (ff1f30d2)
|
582
|
+
|
583
|
+
* Merge pull request #51 from electrical/rspec3_support (f133c28e)
|
584
|
+
|
585
|
+
|
586
|
+
```
|
587
|
+
Merge pull request #51 from electrical/rspec3_support
|
588
|
+
|
589
|
+
Rspec3 support
|
590
|
+
```
|
591
|
+
* (gh-51) Update to support serverspec/specinfra V2 and rspec3 (fa120293)
|
592
|
+
|
593
|
+
|
594
|
+
```
|
595
|
+
(gh-51) Update to support serverspec/specinfra V2 and rspec3
|
596
|
+
|
597
|
+
Due to some changes in specinfra Ive had to change some code and override some specinfra code
|
598
|
+
```
|
599
|
+
### <a name = "beaker-rspec4.0.0">beaker-rspec4.0.0 - 5 Dec, 2014 (a4fe104a)
|
600
|
+
|
601
|
+
* Merge pull request #49 from anodelman/master (a4fe104a)
|
602
|
+
|
603
|
+
|
604
|
+
```
|
605
|
+
Merge pull request #49 from anodelman/master
|
606
|
+
|
607
|
+
(QENG-1591) update beaker-rspec to use beaker 2.0
|
608
|
+
```
|
609
|
+
* (QENG-1591) update beaker-rspec to use beaker 2.0 (e0e86439)
|
610
|
+
|
611
|
+
|
612
|
+
```
|
613
|
+
(QENG-1591) update beaker-rspec to use beaker 2.0
|
614
|
+
|
615
|
+
- includes update to minitest
|
616
|
+
```
|
617
|
+
* Merge pull request #46 from justinstoller/maint/master/make-gem (889eb4c5)
|
618
|
+
|
619
|
+
|
620
|
+
```
|
621
|
+
Merge pull request #46 from justinstoller/maint/master/make-gem
|
622
|
+
|
623
|
+
bump beaker-rspec to 3.0
|
624
|
+
```
|
625
|
+
* bump beaker-rspec to 3.0 (e8a2a616)
|
626
|
+
|
627
|
+
* Merge pull request #39 from hunner/remove_pm_install (9450a014)
|
628
|
+
|
629
|
+
|
630
|
+
```
|
631
|
+
Merge pull request #39 from hunner/remove_pm_install
|
632
|
+
|
633
|
+
Move puppet_module_install to beaker dsl helpers
|
634
|
+
```
|
635
|
+
* Move puppet_module_install to beaker dsl helpers (128556e1)
|
636
|
+
|
637
|
+
### <a name = "beaker-rspec2.2.6">beaker-rspec2.2.6 - 23 Jun, 2014 (c899b70b)
|
638
|
+
|
639
|
+
* Merge pull request #45 from anodelman/make-gem (c899b70b)
|
640
|
+
|
641
|
+
|
642
|
+
```
|
643
|
+
Merge pull request #45 from anodelman/make-gem
|
644
|
+
|
645
|
+
(GEM) create beaker 2.2.6 gem
|
646
|
+
```
|
647
|
+
* (GEM) create beaker 2.2.6 gem (4c1bfe3b)
|
648
|
+
|
649
|
+
* Merge pull request #44 from anodelman/maint (16e227cf)
|
650
|
+
|
651
|
+
|
652
|
+
```
|
653
|
+
Merge pull request #44 from anodelman/maint
|
654
|
+
|
655
|
+
(QENG-833) beaker-rspec broken when using beaker 1.13
|
656
|
+
```
|
657
|
+
* (QENG-833) beaker-rspec broken when using beaker 1.13 (00e20566)
|
658
|
+
|
659
|
+
|
660
|
+
```
|
661
|
+
(QENG-833) beaker-rspec broken when using beaker 1.13
|
662
|
+
|
663
|
+
- ensure that the logger object is available
|
664
|
+
```
|
665
|
+
### <a name = "beaker-rspec2.2.5">beaker-rspec2.2.5 - 19 Jun, 2014 (4b9253e3)
|
666
|
+
|
667
|
+
* Merge pull request #43 from hunner/update_specs (4b9253e3)
|
668
|
+
|
669
|
+
|
670
|
+
```
|
671
|
+
Merge pull request #43 from hunner/update_specs
|
672
|
+
|
673
|
+
Remove development dependency
|
674
|
+
```
|
675
|
+
* Remove development dependency (13b4e72e)
|
676
|
+
|
677
|
+
|
678
|
+
```
|
679
|
+
Remove development dependency
|
680
|
+
|
681
|
+
Beaker-rspec's tests are already compatible with rspec 3, so no need to
|
682
|
+
update the specs for the latest rspec
|
683
|
+
```
|
684
|
+
* Merge pull request #42 from hunner/release_2.2.5 (e1e6f50a)
|
685
|
+
|
686
|
+
|
687
|
+
```
|
688
|
+
Merge pull request #42 from hunner/release_2.2.5
|
689
|
+
|
690
|
+
Release 2.2.5
|
691
|
+
```
|
692
|
+
* Release 2.2.5 (76210e33)
|
693
|
+
|
694
|
+
|
695
|
+
```
|
696
|
+
Release 2.2.5
|
697
|
+
|
698
|
+
Only change is to unpin rspec 2 as a runtime dependency.
|
699
|
+
```
|
700
|
+
* Merge pull request #41 from hunner/unpin_rspec (2db68b61)
|
701
|
+
|
702
|
+
|
703
|
+
```
|
704
|
+
Merge pull request #41 from hunner/unpin_rspec
|
705
|
+
|
706
|
+
Unpin rspec
|
707
|
+
```
|
708
|
+
* Unpin rspec (6837d3a1)
|
709
|
+
|
710
|
+
|
711
|
+
```
|
712
|
+
Unpin rspec
|
713
|
+
|
714
|
+
rspec 2.x is a development dependency, but the runtime dependency
|
715
|
+
shouldn't pin to any specific version as the beaker-rspec library
|
716
|
+
doesn't care.
|
717
|
+
```
|
718
|
+
### <a name = "beaker-rspec2.2.4">beaker-rspec2.2.4 - 8 May, 2014 (8fdb93a9)
|
719
|
+
|
720
|
+
* Merge pull request #38 from anodelman/make-gem (8fdb93a9)
|
721
|
+
|
722
|
+
|
723
|
+
```
|
724
|
+
Merge pull request #38 from anodelman/make-gem
|
725
|
+
|
726
|
+
create beaker-rspec 2.2.4 gem
|
727
|
+
```
|
728
|
+
* create beaker-rspec 2.2.4 gem (caf3e39a)
|
729
|
+
|
730
|
+
* Merge pull request #36 from hunner/fix_specinfra_deps (8a3a9192)
|
731
|
+
|
732
|
+
|
733
|
+
```
|
734
|
+
Merge pull request #36 from hunner/fix_specinfra_deps
|
735
|
+
|
736
|
+
(QENG-657) Update specinfra and serverspec deps to be ~>1.0
|
737
|
+
```
|
738
|
+
* (QENG-657) Update specinfra and serverspec deps to be ~>1.0 (912c21ad)
|
739
|
+
|
740
|
+
### <a name = "beaker-rspec2.2.3">beaker-rspec2.2.3 - 23 Apr, 2014 (81241746)
|
741
|
+
|
742
|
+
* Merge pull request #34 from anodelman/make-gem (81241746)
|
743
|
+
|
744
|
+
|
745
|
+
```
|
746
|
+
Merge pull request #34 from anodelman/make-gem
|
747
|
+
|
748
|
+
create beaker-rspec 2.2.3 gem
|
749
|
+
```
|
750
|
+
* Merge pull request #33 from anodelman/pin-beaker-minitest (cb112dc8)
|
751
|
+
|
752
|
+
|
753
|
+
```
|
754
|
+
Merge pull request #33 from anodelman/pin-beaker-minitest
|
755
|
+
|
756
|
+
(QENG-596) beaker-rspec dying on minitest dependency
|
757
|
+
```
|
758
|
+
* create beaker-rspec 2.2.3 gem (7e6c93cd)
|
759
|
+
|
760
|
+
* (QENG-596) beaker-rspec dying on minitest dependency (f5f894f6)
|
761
|
+
|
762
|
+
|
763
|
+
```
|
764
|
+
(QENG-596) beaker-rspec dying on minitest dependency
|
765
|
+
|
766
|
+
- pin minitest to 4.0
|
767
|
+
- update beaker pin to newest release of 1.10.0
|
768
|
+
```
|
769
|
+
### <a name = "beaker-rspec2.2.2">beaker-rspec2.2.2 - 27 Mar, 2014 (bd5717e6)
|
770
|
+
|
771
|
+
* Merge pull request #31 from anodelman/update-beaker-version (bd5717e6)
|
772
|
+
|
773
|
+
|
774
|
+
```
|
775
|
+
Merge pull request #31 from anodelman/update-beaker-version
|
776
|
+
|
777
|
+
update beaker-rspec to use beaker 1.9.1
|
778
|
+
```
|
779
|
+
* update beaker-rspec to use beaker 1.9.1 (5e6eb3ff)
|
780
|
+
|
781
|
+
### <a name = "beaker-rspec2.2.1">beaker-rspec2.2.1 - 24 Mar, 2014 (5ec50c57)
|
782
|
+
|
783
|
+
* Merge pull request #28 from anodelman/make-gem (5ec50c57)
|
784
|
+
|
785
|
+
|
786
|
+
```
|
787
|
+
Merge pull request #28 from anodelman/make-gem
|
788
|
+
|
789
|
+
create beaker-rspec 2.2.1 gem
|
790
|
+
```
|
791
|
+
* create beaker-rspec 2.2.1 gem (a0adc7ae)
|
792
|
+
|
793
|
+
* Merge pull request #27 from anodelman/update-configuration-steps (7dfdb5af)
|
794
|
+
|
795
|
+
|
796
|
+
```
|
797
|
+
Merge pull request #27 from anodelman/update-configuration-steps
|
798
|
+
|
799
|
+
update configuration/validation steps for beaker 1.8.1+ gem
|
800
|
+
```
|
801
|
+
* update configuration/validation steps for beaker 1.8.1+ gem (bafcee63)
|
802
|
+
|
803
|
+
|
804
|
+
```
|
805
|
+
update configuration/validation steps for beaker 1.8.1+ gem
|
806
|
+
|
807
|
+
- beaker has changed its configuration/validation steps and beaker-rspec
|
808
|
+
will need to be updated as well
|
809
|
+
- these changes will need to be run with beaker 1.8.1+
|
810
|
+
```
|
811
|
+
### <a name = "beaker-rspec2.2.0">beaker-rspec2.2.0 - 13 Mar, 2014 (3f2cd006)
|
812
|
+
|
813
|
+
* Merge pull request #25 from anodelman/make-gem (3f2cd006)
|
814
|
+
|
815
|
+
|
816
|
+
```
|
817
|
+
Merge pull request #25 from anodelman/make-gem
|
818
|
+
|
819
|
+
create beaker-rspec 2.2.0 gem
|
820
|
+
```
|
821
|
+
* create beaker-rspec 2.2.0 gem (35b44546)
|
822
|
+
|
823
|
+
|
824
|
+
```
|
825
|
+
create beaker-rspec 2.2.0 gem
|
826
|
+
|
827
|
+
- add support for BEAKER_*name* env var format
|
828
|
+
```
|
829
|
+
* Merge pull request #24 from anodelman/beaker-env (3ac1f383)
|
830
|
+
|
831
|
+
|
832
|
+
```
|
833
|
+
Merge pull request #24 from anodelman/beaker-env
|
834
|
+
|
835
|
+
normalize env var handling
|
836
|
+
```
|
837
|
+
* normalize env var handling (00c70ed4)
|
838
|
+
|
839
|
+
|
840
|
+
```
|
841
|
+
normalize env var handling
|
842
|
+
|
843
|
+
- have all env vars start with BEAKER_
|
844
|
+
- process all env vars in one hash
|
845
|
+
- set all default values in one hash
|
846
|
+
```
|
847
|
+
### <a name = "beaker-rspec2.1.1">beaker-rspec2.1.1 - 30 Jan, 2014 (94e2423a)
|
848
|
+
|
849
|
+
* Merge pull request #20 from anodelman/make-gem (94e2423a)
|
850
|
+
|
851
|
+
|
852
|
+
```
|
853
|
+
Merge pull request #20 from anodelman/make-gem
|
854
|
+
|
855
|
+
create beaker-rspec 2.1.1 gem
|
856
|
+
```
|
857
|
+
* create beaker-rspec 2.1.1 gem (a19acf47)
|
858
|
+
|
859
|
+
* Merge pull request #18 from hunner/fix_destroy (26a52d79)
|
860
|
+
|
861
|
+
|
862
|
+
```
|
863
|
+
Merge pull request #18 from hunner/fix_destroy
|
864
|
+
|
865
|
+
Patch RS_DESTROY behavior
|
866
|
+
```
|
867
|
+
* Patch RS_DESTROY behavior (5161054d)
|
868
|
+
|
869
|
+
|
870
|
+
```
|
871
|
+
Patch RS_DESTROY behavior
|
872
|
+
|
873
|
+
QA-723's implementation moved the logic for `@options[:preserve_hosts]`
|
874
|
+
out of the `Beaker::NetworkManager#cleanup` method to
|
875
|
+
`Beaker::CLI#execute!` and beaker-rspec doesn't use the CLI, so the
|
876
|
+
logic would have to be duplicated here, or beaker would need a patch to
|
877
|
+
move it back.
|
878
|
+
|
879
|
+
It doesn't really make sense for the cleanup method to conditionally
|
880
|
+
cleanup, and it doesn't make sense for beaker to be inspecting the
|
881
|
+
success state of RSpec, so beaker-rspec can be changed to work.
|
882
|
+
```
|
883
|
+
### <a name = "beaker-rspec2.1.0">beaker-rspec2.1.0 - 29 Jan, 2014 (3ffb18f1)
|
884
|
+
|
885
|
+
* Merge pull request #17 from anodelman/make-gem (3ffb18f1)
|
886
|
+
|
887
|
+
|
888
|
+
```
|
889
|
+
Merge pull request #17 from anodelman/make-gem
|
890
|
+
|
891
|
+
create beaker-rspec 2.1.0 gem
|
892
|
+
```
|
893
|
+
* create beaker-rspec 2.1.0 gem (b28fd561)
|
894
|
+
|
895
|
+
* Merge pull request #16 from hunner/preserve_hosts (6418ba11)
|
896
|
+
|
897
|
+
|
898
|
+
```
|
899
|
+
Merge pull request #16 from hunner/preserve_hosts
|
900
|
+
|
901
|
+
Update argument passing for RS_DESTROY
|
902
|
+
```
|
903
|
+
* Merge pull request #15 from apenney/fix-serverspec (c1fe9385)
|
904
|
+
|
905
|
+
|
906
|
+
```
|
907
|
+
Merge pull request #15 from apenney/fix-serverspec
|
908
|
+
|
909
|
+
specinfra 0.5.0 has made some changes that break run_command for us,
|
910
|
+
```
|
911
|
+
* Update argument passing for RS_DESTROY (80ab123b)
|
912
|
+
|
913
|
+
* specinfra 0.5.0 has made some changes that break run_command for us, (860658b8)
|
914
|
+
|
915
|
+
|
916
|
+
```
|
917
|
+
specinfra 0.5.0 has made some changes that break run_command for us,
|
918
|
+
get the ret from CommandResult.new now.
|
919
|
+
```
|
920
|
+
### <a name = "beaker-rspec2.0.1">beaker-rspec2.0.1 - 22 Jan, 2014 (0ece0e8d)
|
921
|
+
|
922
|
+
* Merge pull request #13 from anodelman/repair-gemspec (0ece0e8d)
|
923
|
+
|
924
|
+
|
925
|
+
```
|
926
|
+
Merge pull request #13 from anodelman/repair-gemspec
|
927
|
+
|
928
|
+
repair beaker-rspec.gemspec
|
929
|
+
```
|
930
|
+
* Merge pull request #14 from anodelman/setfile (395fb9fc)
|
931
|
+
|
932
|
+
|
933
|
+
```
|
934
|
+
Merge pull request #14 from anodelman/setfile
|
935
|
+
|
936
|
+
env var fixes to allow for jenkins integration
|
937
|
+
```
|
938
|
+
* env var fixes to allow for jenkins integration (9b35685e)
|
939
|
+
|
940
|
+
|
941
|
+
```
|
942
|
+
env var fixes to allow for jenkins integration
|
943
|
+
|
944
|
+
- allow for setting RS_SETFILE when running spec tests
|
945
|
+
- addition of RS_KEYFILE and RS_DEBUG
|
946
|
+
```
|
947
|
+
* repair beaker-rspec.gemspec (7e88246b)
|
948
|
+
|
949
|
+
|
950
|
+
```
|
951
|
+
repair beaker-rspec.gemspec
|
952
|
+
|
953
|
+
- raises warnings on open-ended dependencies
|
954
|
+
- duplicate dependency on rspec
|
955
|
+
```
|
956
|
+
* Merge pull request #11 from anodelman/make-gem (13453bf4)
|
957
|
+
|
958
|
+
|
959
|
+
```
|
960
|
+
Merge pull request #11 from anodelman/make-gem
|
961
|
+
|
962
|
+
beaker-rspec 2.0.1 gem
|
963
|
+
```
|
964
|
+
* Merge pull request #12 from anodelman/default-options (e183651a)
|
965
|
+
|
966
|
+
|
967
|
+
```
|
968
|
+
Merge pull request #12 from anodelman/default-options
|
969
|
+
|
970
|
+
remove "--type git" from spec_helper.cfg
|
971
|
+
```
|
972
|
+
* remove "--type git" from spec_helper.cfg (fd3626b8)
|
973
|
+
|
974
|
+
|
975
|
+
```
|
976
|
+
remove "--type git" from spec_helper.cfg
|
977
|
+
|
978
|
+
- set the type from within the given node configuration file
|
979
|
+
```
|
980
|
+
* beaker-rspec 2.0.1 gem (4c22e3d9)
|
981
|
+
|
982
|
+
|
983
|
+
```
|
984
|
+
beaker-rspec 2.0.1 gem
|
985
|
+
|
986
|
+
- fixes support for options hash
|
987
|
+
- install_pe now works
|
988
|
+
```
|
989
|
+
* Merge pull request #10 from anodelman/access-options-hash (7bfeb5b9)
|
990
|
+
|
991
|
+
|
992
|
+
```
|
993
|
+
Merge pull request #10 from anodelman/access-options-hash
|
994
|
+
|
995
|
+
(QE-628) install_pe needs to work with beaker-rspec
|
996
|
+
```
|
997
|
+
* (QE-628) install_pe needs to work with beaker-rspec (3fc9776e)
|
998
|
+
|
999
|
+
|
1000
|
+
```
|
1001
|
+
(QE-628) install_pe needs to work with beaker-rspec
|
1002
|
+
|
1003
|
+
- add access to the options hash from beaker-rspec
|
1004
|
+
```
|
1005
|
+
### <a name = "beaker-rspec2.0.0">beaker-rspec2.0.0 - 6 Dec, 2013 (d836ebac)
|
1006
|
+
|
1007
|
+
* Merge pull request #9 from anodelman/make-gem (d836ebac)
|
1008
|
+
|
1009
|
+
|
1010
|
+
```
|
1011
|
+
Merge pull request #9 from anodelman/make-gem
|
1012
|
+
|
1013
|
+
create 2.0.0 beaker-rspec gem
|
1014
|
+
```
|
1015
|
+
* create 2.0.0 beaker-rspec gem (09180d72)
|
1016
|
+
|
1017
|
+
|
1018
|
+
```
|
1019
|
+
create 2.0.0 beaker-rspec gem
|
1020
|
+
|
1021
|
+
- upping to 2.0.0 because of change in ENV var support
|
1022
|
+
```
|
1023
|
+
* Merge pull request #8 from anodelman/fix-env-vars (422bb9c6)
|
1024
|
+
|
1025
|
+
|
1026
|
+
```
|
1027
|
+
Merge pull request #8 from anodelman/fix-env-vars
|
1028
|
+
|
1029
|
+
(QE-603) RSPEC_DESTROY and RSPEC_NO_PROVISION need to be clarified
|
1030
|
+
```
|
1031
|
+
* (QE-603) RSPEC_DESTROY and RSPEC_NO_PROVISION need to be clarified (54ff767c)
|
1032
|
+
|
1033
|
+
|
1034
|
+
```
|
1035
|
+
(QE-603) RSPEC_DESTROY and RSPEC_NO_PROVISION need to be clarified
|
1036
|
+
|
1037
|
+
- using RS_DESTROY=no for not destroying boxes post-test
|
1038
|
+
- using RS_PROVISION=no for not provisioning boxes before tests
|
1039
|
+
```
|
1040
|
+
### <a name = "beaker-rspec1.0.0">beaker-rspec1.0.0 - 3 Dec, 2013 (65e89ec9)
|
1041
|
+
|
1042
|
+
* Initial release.
|
1043
|
+
|
1044
|
+
|
1045
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|