Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A administrate
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 32
    • Merge requests 32
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • thoughtbot, inc.
  • administrate
  • Merge requests
  • !1884

Bump database_cleaner from 1.8.5 to 2.0.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge dependabot/bundler/database_cleaner-2.0.0 into master Feb 01, 2021
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: dependabot-preview[bot]

Bumps database_cleaner from 1.8.5 to 2.0.0.

Changelog

Sourced from database_cleaner's changelog.

== 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

  • New API for ORM Adapter gems: DatabaseCleaner/database_cleaner#644

=== Breaking changes

  • Rename :connection configuration option to :db for consistency: DatabaseCleaner/database_cleaner#650
  • Remove all #orm= setter methods: DatabaseCleaner/database_cleaner#643
  • drop support for Ruby 2.4 which is EOL as of 2020-03-31: DatabaseCleaner/database_cleaner#635

== 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

== 1.99.0 2021-01-31

== Changes

  • Remove unnecessary dependency on database_cleaner-mongo from database_cleaner-mongoid: @botandrose
  • Enable the :cache_tables option for the mongo truncation strategy, and default to true: DatabaseCleaner/database_cleaner#646"
  • Introduce deletion aliases for truncation strategies for mongo, mongoid, and redis adapters. DatabaseCleaner/database_cleaner#654
  • Add new :db orm configuration key, for consistency with #db and #db=. DatabaseCleaner/database_cleaner#649

== Deprecations

  • Deprecate all #orm= setter methods: DatabaseCleaner/database_cleaner#643
  • Deprecate non-functional :reset_ids option in ActiveRecord truncation strategy: DatabaseCleaner/database_cleaner#559
  • Deprecate mongo truncation's :cache_tables => true option in favor of false, to prep for caching removal in v2.0: DatabaseCleaner/database_cleaner#646"
  • Deprecate redis truncation's #url method in favor of #db: @botandrose
  • Deprecate mongo, mongoid, and redis truncation strategies in favor of deletion. DatabaseCleaner/database_cleaner#654
  • Deprecate :connection and :model configuration options in favor of :db for consistency: DatabaseCleaner/database_cleaner#650

== Bugfixes

  • Fix deprecation warning about DatabaseCleaner.connections to recommend a better alternative: DatabaseCleaner/database_cleaner#656
Commits
  • 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
  • 661fe7e Merge pull request #662 from joelvh/feature/app_env
  • d4ace20 Merge pull request #667 from ngan/fix-ruby-2.7-deprecations
  • 303ccad Merge pull request #666 from prostko/patch-1
  • 0b18230 Update HISTORY
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dependabot/bundler/database_cleaner-2.0.0