-
Notifications
You must be signed in to change notification settings - Fork 325
Comparing changes
Open a pull request
base repository: voxpupuli/beaker
base: 3.36.0
head repository: voxpupuli/beaker
compare: 3.37.0
- 12 commits
- 14 files changed
- 5 contributors
Commits on Jun 18, 2018
-
(BKR-1168) Early exit from CLI on --help/--version/--parse-only
Previous "dry-run"-esque behavior was leaky, resulting in a not-so-dry run. - Subcommand spec tests for exec should not actually call cli.execute!, so intercept them. - Process all early-exit flags first
Configuration menu - View commit details
-
Copy full SHA for 876df07 - Browse repository at this point
Copy the full SHA 876df07View commit details
Commits on Jun 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ce2c3e2 - Browse repository at this point
Copy the full SHA ce2c3e2View commit details
Commits on Jun 22, 2018
-
Merge pull request #1523 from Dakta/BKR-1168
(BKR-1168) Exit early on --version, --help, and --parse-only
Configuration menu - View commit details
-
Copy full SHA for a01b573 - Browse repository at this point
Copy the full SHA a01b573View commit details
Commits on Jun 26, 2018
-
(maint) allow loggin of frozen strings
If a frozen string was passed into the logging routines, it would fail with an exception about strings being frozen. This change allows frozen strings to be logged. For example: irb(main):001:0> foo = "hello there" => "hello there" irb(main):002:0> foo.freeze => "hello there" irb(main):003:0> foo.to_s.force_encoding('UTF-8') RuntimeError: can't modify frozen String from (irb):3:in `force_encoding' from (irb):3 from /Users/jnewman/.rbenv/versions/2.3.1/bin/irb:11:in `<main>' irb(main):004:0> foo.to_s.dup.force_encoding('UTF-8') => "hello there"
Configuration menu - View commit details
-
Copy full SHA for b59f7b3 - Browse repository at this point
Copy the full SHA b59f7b3View commit details
Commits on Jun 27, 2018
-
Merge pull request #1527 from jonathannewman/maint-allow-logging-of-f…
…rozen-strings (maint) allow logging of frozen strings
Configuration menu - View commit details
-
Copy full SHA for a565e1a - Browse repository at this point
Copy the full SHA a565e1aView commit details
Commits on Jun 28, 2018
-
(BKR-816) Expand contribution guidelines with PR requirements
Also includes a rebase workflow.
Configuration menu - View commit details
-
Copy full SHA for 8ab012f - Browse repository at this point
Copy the full SHA 8ab012fView commit details
Commits on Jul 2, 2018
-
(BKR-1481) Introduce Beaker::Shared::FogFileParser.parse_fog_file() (#…
…1526) * (BKR-1481) Introduce Beaker::Shared::FogFileParser.parse_fog_file() Introduces a shared module for parsing .fog credential files, with descriptive error messages and spec coverage. * (BKR-1481) Fix environment vairable handling Also updates examples in documentation. * (BKR-1481) Rename FogFileParser to FogCredentials * (BKR-1481) Refactor .fog credentials exception handling * (BKR-1481) Don't forget the changelog
Configuration menu - View commit details
-
Copy full SHA for 63799b5 - Browse repository at this point
Copy the full SHA 63799b5View commit details -
Merge pull request #1530 from Dakta/BKR-816
(BKR-816) Expand contribution guidelines with PR requirements
Configuration menu - View commit details
-
Copy full SHA for 11881cc - Browse repository at this point
Copy the full SHA 11881ccView commit details -
(BKR-1393) Update documentation on multiple arguments to subcommand e…
…xec (#1528) * (BKR-1393) Update exec help description Clarify behavior to support passing multiple test files, directories, or suites as a comma-separated list, as long as that list is homogeneous. * (BKR-1393) Update docs/tutorials/subcommands.md Clarify that exec accepts comma-separated list of tests.
Configuration menu - View commit details
-
Copy full SHA for dcee653 - Browse repository at this point
Copy the full SHA dcee653View commit details
Commits on Jul 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c17eb57 - Browse repository at this point
Copy the full SHA c17eb57View commit details -
Merge pull request #1533 from kevpl/release_3.37.0
(MAINT) release 3.37.0
Configuration menu - View commit details
-
Copy full SHA for 9980d5b - Browse repository at this point
Copy the full SHA 9980d5bView commit details -
(GEM) update beaker version to 3.37.0
Jenkins committedJul 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 1fcd090 - Browse repository at this point
Copy the full SHA 1fcd090View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.36.0...3.37.0