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

quota: atomically set limitation #4158

Merged
merged 19 commits into from
Nov 13, 2023
Merged

quota: atomically set limitation #4158

merged 19 commits into from
Nov 13, 2023

Commits on Nov 10, 2023

  1. quota: atomically set limitation

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    34ac6ac View commit details
    Browse the repository at this point in the history
  2. fix unit test

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    35611ad View commit details
    Browse the repository at this point in the history
  3. add more detailed error

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3d69f07 View commit details
    Browse the repository at this point in the history
  4. polished logic

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3e0ca98 View commit details
    Browse the repository at this point in the history
  5. reduce changed lines

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e3ab815 View commit details
    Browse the repository at this point in the history
  6. remove doGetOrSetQuota

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2fa742f View commit details
    Browse the repository at this point in the history
  7. fix build

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c9c1e5b View commit details
    Browse the repository at this point in the history
  8. fix tkv set quota

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2004079 View commit details
    Browse the repository at this point in the history
  9. fix redis load & dump

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6d4c567 View commit details
    Browse the repository at this point in the history
  10. fix lint

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6aded07 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. refactor redis and sql

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    831adbf View commit details
    Browse the repository at this point in the history
  2. fix redis and sql conflict

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    cf26ee4 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. fix tkv doSetQuota

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f510406 View commit details
    Browse the repository at this point in the history
  2. refactor sql engine

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e12ddb1 View commit details
    Browse the repository at this point in the history
  3. refactor redis engine

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b1e504a View commit details
    Browse the repository at this point in the history
  4. fix lint

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    2173eda View commit details
    Browse the repository at this point in the history
  5. resume tests

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f4229af View commit details
    Browse the repository at this point in the history
  6. polish code

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6adcefd View commit details
    Browse the repository at this point in the history
  7. polish code again

    Signed-off-by: xixi <[email protected]>
    Hexilee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c8e85c9 View commit details
    Browse the repository at this point in the history