8000 Comparing v6.0.8...v6.1.0 · gobuffalo/pop · 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: gobuffalo/pop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.8
Choose a base ref
...
head repository: gobuffalo/pop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.0
Choose a head ref
  • 13 commits
  • 24 files changed
  • 3 contributors

Commits on Oct 7, 2022

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

Commits on Oct 11, 2022

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

Commits on Oct 22, 2022

  1. remove repository dependabot.yml

    sio4 committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    0240e62 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. slices: update Int.Scan() to parse empty slices

    Previously, Int.Scan() returned the slice '[0]' when reading an empty
    slice of ints from the database. This is a bug, as the output should
    also be empty. This patch fixes the bug and adds regression tests.
    Additionally, the code is updated to percolate up the errors from
    integer to string conversion, which was previously swallowed.
    carloruiz authored and sio4 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    7dcfd55 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2022

  1. added tx/conn ID in the sql logs

    sio4 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    6430547 View commit details
    Browse the repository at this point in the history
  2. updated module dependencies

    sio4 committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    031b8a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Merge pull request #795 from gobuffalo/logger-with-tx-id

    feature: log transaction/connection ID to track SQL executions for a request
    sio4 authored Nov 19, 2022
    Configuration menu
    Copy the full SHA
    339173d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eb2621 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c6c9e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    599fed6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #798 from gobuffalo/empty-slice

    fixed empty slice bug on slices.Float
    sio4 authored Nov 19, 2022
    Configuration menu
    Copy the full SHA
    479087d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef29b26 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #797 from gobuffalo/prevent-conn-leak-but-do-not-s…

    …wallow-panic
    
    do not swallow panic when rolling back inner panic to prevent connection leak
    sio4 authored Nov 19, 2022
    Configuration menu
    Copy the full SHA
    17f09c0 View commit details
    Browse the repository at this point in the history
Loading
0