8000 Comparing mikecmpbll:flexible-switching...BoldPenguin:flexible-switching · mikecmpbll/apartment · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: mikecmpbll/apartment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: flexible-switching
Choose a base ref
...
head repository: BoldPenguin/apartment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: flexible-switching
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 7, 2018

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

Commits on Aug 8, 2018

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

Commits on Aug 14, 2018

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

Commits on Aug 16, 2018

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

Commits on Oct 8, 2019

  1. BP-2147 | Hotfix: Added support for Rails 6 multi-database switching (#1

    )
    
    This fixes two issues with Apartment's compatibility with Rails 6:
    
    1. Migrations on tenant-specific databases appear to have been broken since at least Rails v6.0.0.beta1 due to a change in the way the connections are switched.  Migrations now appear to run successfully in development after explicitly setting the connection_specification_name.
    
    2. Testing concurrent threads with long-running transactions could result in dead-lock as of Rails v6.0.0.rc2 as threads now properly share connections during testing by default and Apartment appears to not be clearing the query caches for all active connections.  These deadlocks no longer occur with the change to clear all connections' query caches for the current thread instead of just the current connection's query cache.
    chrisyuska authored Oct 8, 2019
    Configuration menu
    Copy the full SHA
    dd5d4ac View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. fix: restore threadsafety that previous patch broke

    Bump version to 2.0.2
    chrisyuska committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    7a0f276 View commit details
    Browse the repository at this point in the history
Loading
0