Orien Madgwick

Results 23 issues of Orien Madgwick

### Context We had erroneously configured Buildkite to notify project A in Samson on builds for project B in Buildkite. Under this scenario Samson will attempt to create a new...

We include a work around for a [MySQL query optimiser defect](http://bugs.mysql.com/bug.php?id=51431) https://github.com/envato/double_entry/blob/master/lib/double_entry/balance_calculator.rb#L42-L48 https://github.com/envato/double_entry/blob/master/lib/double_entry/validation/line_check.rb#L55-L63 This MySQL defect has been patched (in 2010). Is it time to remove the work around?

### Context The plugin has trouble working with `docker-compose.yml` files where there are multiple `version` entries. See #315. ### Change Alter the file parsing to consider only the first `version`...

bug

This plugin doesn't work when additional `version` keys are included in the `docker-compose.yml` file. For example, `version` as build argument: ```yaml version: '3.8' services: app: build: context: . args: version:...

**Describe the bug** In version 3 it is possible to obtain the name of the current feature from `Before` and `After` hooks. ```ruby Before do |scenario| feature_name = scenario.feature.name #…...

:broken_heart: breaking change

In v3.3.0, the [`entrypoint` documentation](https://github.com/buildkite-plugins/docker-buildkite-plugin/blob/v3.3.0/README.md#entrypoint-optional-string-or-boolean) specifies: > Set it to `false` to disable the default entrypoint for the image. However, doing so doesn't disable the entrypoint and I see no...

bug
investigate

For increased confidence in compatibility, introduce a CI matrix and run the test suite against the latest versions of Ruby and Rails.

### Context [travis-ci.org](https://www.travis-ci.org/) is dead and the current CI pipeline is not working. ### Change To ensure compatibility and quality, I propose using GitHub Actions for CI. The proposed workflow...

Ruby 3.3 has [been released](https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/)! Let's add it to the CI build matrix for confidence in compatibility. Additionally: - Bump actions/checkout from v3 to v4. A little CI hygiene. -...

travis-ci.org is dead. To ensure compatibility with the latest versions of Ruby, I propose using GitHub actions for CI. The workflow is [passing on my fork](https://github.com/orien/useragent/actions/runs/7957361039), and will be added...