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

Use global lock instead of NewExclusivePool to allow distributed lock between multiple Gitea instances #31813

Merged
merged 18 commits into from
Sep 6, 2024

Commits on Aug 9, 2024

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

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    b98fb46 View commit details
    Browse the repository at this point in the history
  2. Fix go tidy

    lunny committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5141395 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0f6710 View commit details
    Browse the repository at this point in the history
  4. Revert unnecessary change

    lunny committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    1748ba8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    0c3c1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d3bfaa View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    1276449 View commit details
    Browse the repository at this point in the history
  2. use globallock lock

    lunny committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    35daece View commit details
    Browse the repository at this point in the history
  3. finish the global lock init

    lunny committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fe9efa9 View commit details
    Browse the repository at this point in the history
  4. Follow the old logic

    lunny committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    4bf86e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Use lockCtx when necessary

    lunny committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1e1d6e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e268b9 View commit details
    Browse the repository at this point in the history
  3. Use correct ctx usage

    lunny committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8e09e01 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    30dc681 View commit details
    Browse the repository at this point in the history
  2. Follow global lock refactor

    lunny committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    860f3ec View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix: always defer release

    wolfogre authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    aa51a8c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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