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

Fix goroutine leaking #103

Merged
merged 12 commits into from
Feb 15, 2024
Merged

Fix goroutine leaking #103

merged 12 commits into from
Feb 15, 2024

Commits on Jan 26, 2024

  1. 1. added tests for goroutine leaking

    2. fixed problems for sql and sqlx
    maranqz committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    98f19f9 View commit details
    Browse the repository at this point in the history
  2. 1. fixed sqlx nested transaction

    2. fixed data race with sqlmock
    maranqz committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    2d3cbcb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. 1. Implemented IsActive to observe activity of transaction

    2. Added Closed for transaction to catch when transaction really closed.
    3. Fix gorm goroutine leak
    maranqz committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1596f02 View commit details
    Browse the repository at this point in the history
  2. 1. Fix redis goroutine leak

    maranqz committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    c878cfb View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. 1. Fixed mongo goroutine leak

    2. Fixed linters error
    maranqz committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    bfcce81 View commit details
    Browse the repository at this point in the history
  2. 1. Fixed mongo goroutine leak

    2. Fixed linters error
    maranqz committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    bdef678 View commit details
    Browse the repository at this point in the history
  3. 1. Fixed t.Cleanup

    maranqz committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    0b5e447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fdd8e6 View commit details
    Browse the repository at this point in the history
  5. 1. Fixed TODO

    maranqz committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ab988b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 15, 2024

  1. 1. update CHANGELOG.md

    maranqz committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    f67227a View commit details
    Browse the repository at this point in the history
  2. 1. fixed linter

    maranqz committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c125f72 View commit details
    Browse the repository at this point in the history