forked from openfoodfoundation/openfoodnetwork
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Matt-Yorkley
merged 1,281 commits into
master
from
dependabot/bundler/database_cleaner-2.0.1
Dec 27, 2021
Merged
Bump database_cleaner from 1.99.0 to 2.0.1 #15
Matt-Yorkley
merged 1,281 commits into
master
from
dependabot/bundler/database_cleaner-2.0.1
Dec 27, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
ruby
Pull requests that update Ruby code
labels
Mar 14, 2021
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.9.1...v2.10.0) Signed-off-by: dependabot[bot] <[email protected]>
…rency Remove currency from OrderContents
…e-deleted Remove #deleted? method from Product and Variant
…_through Reorder has_many relationship with :through option
…ansifex Transifex
Upgrade to rails 5.2.5 with "bundle update rails"
Bumps [activerecord-session_store](https://github.com/rails/activerecord-session_store) from 1.1.3 to 2.0.0. - [Release notes](https://github.com/rails/activerecord-session_store/releases) - [Commits](rails/activerecord-session_store@v1.1.3...v2.0.0) Signed-off-by: dependabot[bot] <[email protected]>
…pendabot/bundler/ransack-2.4.1 Bump ransack from 2.3.0 to 2.4.1
Bumps [pg](https://github.com/ged/ruby-pg) from 0.21.0 to 1.2.3. - [Release notes](https://github.com/ged/ruby-pg/releases) - [Changelog](https://github.com/ged/ruby-pg/blob/master/History.rdoc) - [Commits](ged/ruby-pg@v0.21.0...v1.2.3) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [roadie-rails](https://github.com/Mange/roadie-rails) from 1.3.0 to 2.2.0. - [Release notes](https://github.com/Mange/roadie-rails/releases) - [Changelog](https://github.com/Mange/roadie-rails/blob/master/Changelog.md) - [Commits](Mange/roadie-rails@v1.3.0...v2.2.0) Signed-off-by: dependabot[bot] <[email protected]>
…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
Bumps [daemons](https://github.com/thuehlinger/daemons) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/thuehlinger/daemons/releases) - [Changelog](https://github.com/thuehlinger/daemons/blob/master/Releases) - [Commits](thuehlinger/daemons@v1.3.1...v1.4.0) Signed-off-by: dependabot[bot] <[email protected]>
…pendabot/bundler/daemons-1.4.0 Bump daemons from 1.3.1 to 1.4.0
…pendency Remove require_dependency or use require
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.10.0 to 2.10.1. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rails@v2.10.0...v2.10.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.13.0 to 1.14.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.13.0...v1.14.0) Signed-off-by: dependabot[bot] <[email protected]>
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]>
Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](test-unit/test-unit@3.4.1...3.4.2) Signed-off-by: dependabot[bot] <[email protected]>
…ansifex Transifex
…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
Bumps [database_cleaner](https://github.com/DatabaseCleaner/database_cleaner) from 1.99.0 to 2.0.1. - [Release notes](https://github.com/DatabaseCleaner/database_cleaner/releases) - [Changelog](https://github.com/DatabaseCleaner/database_cleaner/blob/main/History.rdoc) - [Commits](DatabaseCleaner/database_cleaner@v1.99.0...v2.0.1) Signed-off-by: dependabot[bot] <[email protected]>
Matt-Yorkley
force-pushed
the
dependabot/bundler/database_cleaner-2.0.1
branch
from
June 1, 2021 17:50
cc1a7a3
to
30e2be1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps database_cleaner from 1.99.0 to 2.0.1.
Changelog
Sourced from database_cleaner's changelog.
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-regexe4a1fe7
Merge branch 'master' into allowlist-regexDependabot 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)