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

drivers: add grant method for all driver spaces #239

Merged

Commits on Oct 9, 2024

  1. drivers: add grant method for all driver spaces

    There was a bug that grant for a user didn't work for spaces with
    `_ready_buffer` suffix.
    
    After the patch the `grant` method was added for each driver that
    accounts the `grant` for all spaces.
    
    Closes #237
    themilchenko committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c42ace9 View commit details
    Browse the repository at this point in the history
  2. ci: fix tarantool installation

    It wasn impossible to download tarantool for tests running.
    
    After the patch the ubuntu verstion was edited from `latest` to `22.04`
    in CI.
    themilchenko committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    3416d11 View commit details
    Browse the repository at this point in the history