Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thoughtbot/clearance
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.7.2
Choose a base ref
...
head repository: thoughtbot/clearance
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.0
Choose a head ref
  • 7 commits
  • 15 files changed
  • 6 contributors

Commits on Jul 19, 2024

  1. Add dynamic security workflow and update SECURITY.md

    At thoughtbot, we'd like to have a unified approach to security issues
    within our projects. This dynamic workflow will update Clearance's
    SECURITY.md with any changes made to SECURITY.md in the
    thoughtbot/templates repo.
    sej3506 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    5a5a625 View commit details
    Browse the repository at this point in the history
  2. docs: documentation files updated (#1029)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    50936aa View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. docs: documentation files updated (#1030)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b88caa5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    0398217 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Fix test deprecation warnings (#1018)

    * Use Pathname.new in install_generator_spec
    
    Fix DEPRECATION WARNING: The `exist` matcher overrides one built-in by RSpec; use `expect(Pathname.new(path)).to exist` instead
    
    * Disable config.active_record.legacy_connection_handling
    
    Fix DEPRECATION WARNING: Using legacy connection handling is deprecated. Please set `legacy_connection_handling` to `false` in your application.
    
    * Add #get_migration helper
    
    Using `Pathname.new` in tests results in a Hound error because of line length.
    
    * Only use legacy_connection_handling false for Rails < 7.1
    
    When using the 7.1 gemfile, we get this complaint:
    "The `legacy_connection_handling` setter was deprecated in 7.0 and
    removed in 7.1, but is still defined in your configuration. Please
    remove this call as it no longer has any effect."
    
    This change also sets legacy_connection_handling for Rails versions
    before 7.1.
    
    ---------
    
    Co-authored-by: Sara Jackson <csara@thoughtbot.com>
    louis-antonopoulos and sej3506 authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    87bca53 View commit details
    Browse the repository at this point in the history
  2. Add allow_password_resets config option (#1019)

    solves #993
    
    added config option to disallow password reset routes in cases where its not needed.  allow_password_resets defaults to true but can be set to false in instances where it is not needed.
    whatnotery authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dbfe55d View commit details
    Browse the repository at this point in the history
  3. Release 2.8.0

    sej3506 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    90f1029 View commit details
    Browse the repository at this point in the history
Loading