migration-lock-timeout icon indicating copy to clipboard operation
migration-lock-timeout copied to clipboard

A Ruby gem that adds a lock timeout to Active Record migrations

Results 7 migration-lock-timeout issues
Sort by recently updated
recently updated
newest added

Hello and first thanks for your great project! Could you please expand on information in README: `If you use disable_ddl_transaction!, no lock timeout will occur`? I don't understand why using...

This PR adds support for MySQL/MariaDB. Should cover the various adapter permutations like `mysql`, `mysql2`, `mysql2_makara`, `jdbcmysql`. Added to the 1.5.0 section of the CHANGELOG. Let me know if any...

## Summary This PR addresses [issue #16](https://github.com/procore/migration-lock-timeout/issues/16) by implementing session-level lock timeouts for migrations that use `disable_ddl_transaction!`. ## Problem Previously, migrations using `disable_ddl_transaction!` had **no lock timeout protection** because the...

## Summary This PR adds support for ActiveRecord 8.0 and 8.1 to the `migration-lock-timeout` gem. Resolves #22 ## Changes ### Gemspec - Updated ActiveRecord dependency constraint from `< 8.0` to...

Updates the requirements on [activerecord](https://github.com/rails/rails) to permit the latest version. Release notes Sourced from activerecord's releases. 7.1.5.2 Active Support No changes. Active Model No changes. Active Record Call inspect on...

dependencies
ruby

Bumps [thor](https://github.com/rails/thor) from 1.3.1 to 1.4.0. Release notes Sourced from thor's releases. 1.4.0 What's Changed Lazily load YAML by @​deivid-rodriguez in rails/thor#892 Fix encoding error when trying to show a...

dependencies
ruby