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: elixir-ecto/db_connection
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: elixir-ecto/db_connection
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 10 files changed
  • 4 contributors

Commits on Jan 14, 2018

  1. Raise RuntimeError when crashing on connect (#111)

    Remove sensitive data (such as database credentials) when crashing on connect.
    tetiana12345678 authored and fishcakez committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    244db4f View commit details
    Browse the repository at this point in the history
  2. Support lazy configuration of connect options (#113)

    fishcakez authored and José Valim committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    63433b8 View commit details
    Browse the repository at this point in the history
  3. Support checkout/allow on auto/shared via caller option (#112)

    fishcakez authored and José Valim committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    aead54c View commit details
    Browse the repository at this point in the history
  4. Fix warnings on Elixir v1.6

    José Valim
    José Valim committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    71054ae View commit details
    Browse the repository at this point in the history
  5. Release v1.1.3

      * Fix warnings on Elixir v1.6
      * Support checkout/allow on auto/shared via caller option (#112)
      * Support lazy configuration of connect options (#113)
      * Raise RuntimeError and remove credentials when crashing on connect (#111)
    José Valim
    José Valim committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    5ea5549 View commit details
    Browse the repository at this point in the history
  6. Update ExDoc

    José Valim
    José Valim committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    244eebf View commit details
    Browse the repository at this point in the history
  7. Doc fixes

    José Valim
    José Valim committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    b0434e8 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Fix documented default in Broker

    ericentin authored and michalmuskala committed May 19, 2018
    Configuration menu
    Copy the full SHA
    524f345 View commit details
    Browse the repository at this point in the history
Loading