Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump database_cleaner from 1.99.0 to 2.0.1 #15

Merged
merged 1,281 commits into from
Dec 27, 2021

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 14, 2021

Bumps database_cleaner from 1.99.0 to 2.0.1.

Changelog

Sourced from database_cleaner's changelog.

== 2.0.1 2021-02-04

== Bugfixes

== 2.0.0 2021-01-31

=== Changes

  • Rename url_whitelist to url_allowlist
  • Allowlist now supports regular expressions
  • Fixed Ruby 2.7 deprecation warnings

=== Breaking changes

  • Failed checks against the allowlist now raise UrlNotAllowed rather than NotWhitelistedUrl

== 2.0.0.beta2 2020-05-30

=== Features

=== Breaking changes

== 2.0.0.beta 2020-04-05

=== Breaking changes

  • Replace old shared RSpec examples with new "database_cleaner adapter" example: DatabaseCleaner/database_cleaner#629
  • split gem into database_cleaner-core and database_cleaner metagem.
  • Support Ruby versions 2.4, 2.5, 2.6, and 2.7, and drop support for older Rubies.
  • remove all deprecated code and get the specs passing again.
  • Split off all adapter gems into their own repos: DatabaseCleaner/database_cleaner#620
Commits
  • c889b94 release v2.0.1.
  • cc74d7d changelog for v2.0.1.
  • f8b7e05 delay running safeguards until right before cleaning begins. this allows for ...
  • 44bbfe5 remove notice now that master should be stable for the foreseeable future.
  • 51fb215 release v2.0.0.
  • 77f89a0 Remove whitespace markdown header.
  • 4d5ca13 Remove indentation on empty lines for consistency.
  • c6a401d Remove trailing whitespaces.
  • f7b9246 Merge pull request #660 from bpo/allowlist-regex
  • e4a1fe7 Merge branch 'master' into allowlist-regex
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 14, 2021
dependabot bot and others added 28 commits May 5, 2021 05:14
…rency

Remove currency from OrderContents
…e-deleted

Remove #deleted? method from Product and Variant
…_through

Reorder has_many relationship with :through option
Upgrade to rails 5.2.5 with "bundle update rails"
…pendabot/bundler/ransack-2.4.1

Bump ransack from 2.3.0 to 2.4.1
…pendabot/bundler/roadie-rails-2.2.0

Bump roadie-rails from 1.3.0 to 2.2.0
…pendabot/bundler/pg-1.2.3

Bump pg from 0.21.0 to 1.2.3
…pendabot/bundler/activerecord-session_store-2.0.0

Bump activerecord-session_store from 1.1.3 to 2.0.0
…pendabot/bundler/rubocop-rails-2.10.0

Bump rubocop-rails from 2.9.1 to 2.10.0
…pendabot/bundler/daemons-1.4.0

Bump daemons from 1.3.1 to 1.4.0
…pendency

Remove require_dependency or use require
Now the existing validation is redundant. It's Stripe's API who does
that now. It's up to them to decide what's a valid intent.
This gives us the opportunity to retry the operation in case the
processing fails.
…pendabot/bundler/rubocop-1.14.0

Bump rubocop from 1.13.0 to 1.14.0
…pendabot/bundler/rubocop-rails-2.10.1

Bump rubocop-rails from 2.10.0 to 2.10.1
Bumps [rails](https://github.com/rails/rails) from 5.2.5 to 5.2.6.
- [Release notes](https://github.com/rails/rails/releases)
- [Commits](rails/rails@v5.2.5...v5.2.6)

Signed-off-by: dependabot[bot] <[email protected]>
…pendabot/bundler/rails-5.2.6

Bump rails from 5.2.5 to 5.2.6
Here we were rendering an entire PDF, then passing that PDF into the job queue as an *argument* containing the entire binary of the PDF in a massive string. This means the job object itself would contain that entire PDF. That's bad queueing!

We now create the PDF *during* the job (not before it), and pass simple arguments.
This logic around testing jobs is already handled by integrations with ActiveJob since Rails 4.2
In rare cases where Redis is being updated/restarted while a job is running, this should add some flexibility.
Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@7.4.4...7.4.6)

Signed-off-by: dependabot[bot] <[email protected]>
…pendabot/bundler/test-unit-3.4.2

Bump test-unit from 3.4.1 to 3.4.2
This setting was removed in Sidekiq 6.0, logs are handled a bit differently now. The logging works though 👍
This mimics what we did in 6377736. This way provisioning an instance
from scratch doesn't require configuring things from the backoffice,
which will simplify the roll out of
openfoodfoundation/ofn-install#734.
…pendabot/npm_and_yarn/ws-7.4.6

Bump ws from 7.4.4 to 7.4.6
…-name-from-env

Allow :site_name to be picked up from ENV vars
@Matt-Yorkley Matt-Yorkley force-pushed the dependabot/bundler/database_cleaner-2.0.1 branch from cc1a7a3 to 30e2be1 Compare June 1, 2021 17:50
@Matt-Yorkley Matt-Yorkley merged commit 0d30e33 into master Dec 27, 2021
@dependabot dependabot bot deleted the dependabot/bundler/database_cleaner-2.0.1 branch December 27, 2021 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.