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 rodauth-rails from 1.3.1 to 1.5.4 #181

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2022

Bumps rodauth-rails from 1.3.1 to 1.5.4.

Release notes

Sourced from rodauth-rails's releases.

v1.5.4

  • When using Sequel as the primary database library, the generated migration now stores password hashes in the accounts table (instead of in a separate table), and creates an integer status column, which is compatible with the generated configuration and consistent with Active Record.

  • The generated accounts.yml fixture now uses enum string values for status column, e.g. "verified" instead of 2.

  • The fixture is now generated in test/fixtures instead of app/test/fixtures, and when using RSpec it's generated in spec/fixtures (thanks to @​benkoshy).

v1.5.2

  • The list of endpoints in rodauth:routes now includes available HTTP verbs, and excludes routes that have been disabled (by setting *_route configuration to nil).

    GET/POST  /login                   rodauth.login_path
    GET/POST  /create-account          rodauth.create_account_path
    GET/POST  /verify-account-resend   rodauth.verify_account_resend_path
    GET/POST  /verify-account          rodauth.verify_account_path
    POST      /email-auth-request      rodauth.email_auth_request_path
    GET/POST  /email-auth              rodauth.email_auth_path
    GET/POST  /remember                rodauth.remember_path
    GET/POST  /logout                  rodauth.logout_path
    GET/POST  /reset-password-request  rodauth.reset_password_request_path
    GET/POST  /reset-password          rodauth.reset_password_path
    GET/POST  /change-password         rodauth.change_password_path
    GET/POST  /change-login            rodauth.change_login_path
    GET/POST  /verify-login-change     rodauth.verify_login_change_path
    GET/POST  /confirm-password        rodauth.confirm_password_path
    GET       /multifactor-manage      rodauth.two_factor_manage_path
    GET       /multifactor-auth        rodauth.two_factor_auth_path
    GET/POST  /multifactor-disable     rodauth.two_factor_disable_path
    GET/POST  /otp-auth                rodauth.otp_auth_path
    GET/POST  /otp-setup               rodauth.otp_setup_path
    GET/POST  /otp-disable             rodauth.otp_disable_path
    GET/POST  /sms-request             rodauth.sms_request_path
    GET/POST  /sms-auth                rodauth.sms_auth_path
    GET/POST  /sms-setup               rodauth.sms_setup_path
    GET/POST  /sms-confirm             rodauth.sms_confirm_path
    GET/POST  /sms-disable             rodauth.sms_disable_path
    GET/POST  /recovery-auth           rodauth.recovery_auth_path
    GET/POST  /recovery-codes          rodauth.recovery_codes_path
    GET/POST  /close-account           rodauth.close_account_path
    POST      /unlock-account-request  rodauth.unlock_account_request_path
    GET/POST  /unlock-account          rodauth.unlock_account_path
    
  • The rodauth:install generator now generates an accounts.yml fixture, which contains two verified accounts (thanks to @​benkoshy).

  • When using newrelic_rpm gem instrumentation, the undefined method controller_path error has now been fixed.

  • The Rodauth dependency version has been bumped to 2.25+, since the version 2.25 properly handles disabled routes, by excluding them from route_hash.

v1.5.1

... (truncated)

Changelog

Sourced from rodauth-rails's changelog.

1.5.4 (2022-07-21)

  • Generate account fixtures in spec/fixtures directory when using RSpec (@​benkoshy)

  • Generate account fixtures in test/fixtures directory instead of app/test/fixtures (@​benkoshy)

  • Use string status column values in generated accounts fixture (@​janko)

  • Create integer status column in generated Sequel migration (@​janko)

  • Store password hash in accounts table in generated Sequel migration (@​janko)

1.5.3 (2022-07-21)

Yanked

1.5.2 (2022-07-03)

  • Bump Rodauth dependency version to 2.25+ (@​janko)

  • Generate fixture file for accounts on rodauth:install (@​benkoshy)

  • Fix error about undefined controller_path method in newrelic_rpm gem instrumentation (@​janko)

  • Don't display disabled routes in rodauth:routes (@​janko)

  • Display HTTP verbs of endpoints in rodauth:routes rake task (@​janko)

1.5.1 (2022-06-19)

  • Fix syntax for creating citext PG extension in Sequel base migration (@​Empact)

1.5.0 (2022-06-11)

  • Remove content_for calls from generated view templates (@​janko)

  • Set title instance variable to @page_title in generated configuration (@​janko)

  • Set title instance variable on the controller when title_instance_variable is set (@​HoneyryderChuck)

1.4.2 (2022-05-15)

  • Stop passing email addresses in mailer arguments on verifying login change (@​janko)

  • Extract finding account into a method in the generated mailer (@​janko)

  • Make generated Action Mailer integration work with secondary Rodauth configurations (@​janko)

  • Include Rodauth::Rails.model in generated Sequel account model as well (@​janko)

... (truncated)

Commits
  • 31d16fe Bump to 1.5.4
  • a4a8348 add: fixtures for rspec (#127)
  • 3ee648b Fix wiki link
  • 4d6eafc Link to JSON API guide in installation section
  • 4c677ad Add changelog entry for accounts fixture change
  • bdb5790 Generate integer status column in Sequel migration
  • 057a93d Generate password hash column in Sequel migration
  • ba6e0cf Create FUNDING.yml
  • 3d7adf5 Link MFA via TOTP screencast
  • 878e21b Use enum values for status in accounts fixture
  • 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)

Bumps [rodauth-rails](https://github.com/janko/rodauth-rails) from 1.3.1 to 1.5.4.
- [Release notes](https://github.com/janko/rodauth-rails/releases)
- [Changelog](https://github.com/janko/rodauth-rails/blob/main/CHANGELOG.md)
- [Commits](janko/rodauth-rails@v1.3.1...v1.5.4)

---
updated-dependencies:
- dependency-name: rodauth-rails
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 21, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2022

Superseded by #183.

@dependabot dependabot bot closed this Aug 4, 2022
@dependabot dependabot bot deleted the dependabot/bundler/rodauth-rails-1.5.4 branch August 4, 2022 22:13
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.

0 participants