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

feat(locks): add support for distributed locking #203

Merged
merged 15 commits into from
Jan 16, 2024
Merged

Commits on Jan 11, 2024

  1. feat(distributed-locks): first commit

    Gabriel Guerra committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4f0dc7c View commit details
    Browse the repository at this point in the history
  2. fix(tests): comment out unfinished http tests

    Gabriel Guerra committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    06e712d View commit details
    Browse the repository at this point in the history
  3. fix(table): postgres table missing a few details

    Gabriel Guerra committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    afff797 View commit details
    Browse the repository at this point in the history
  4. feat(locks): wire up regular dst and serve cmd

    Gabriel Guerra committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    d07d242 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    e2f67ef View commit details
    Browse the repository at this point in the history
  2. test(locks): finished testing

    Gabriel Guerra committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d3c7bdd View commit details
    Browse the repository at this point in the history
  3. fix(postgres): wrong query

    Gabriel Guerra committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    680a0ce View commit details
    Browse the repository at this point in the history
  4. fix(postgres): forgot to drop lock table to reset

    Gabriel Guerra committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6d0b0c5 View commit details
    Browse the repository at this point in the history
  5. fix(cleanup)

    Gabriel Guerra committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    827516f View commit details
    Browse the repository at this point in the history
  6. test(http): add unhappy paths

    Gabriel Guerra committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    648d845 View commit details
    Browse the repository at this point in the history
  7. fix(grpc): add validation

    Gabriel Guerra committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    45bba9b View commit details
    Browse the repository at this point in the history
  8. fix(grpc): add validation x2

    Gabriel Guerra committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    62101ef View commit details
    Browse the repository at this point in the history
  9. feat(codecov): ignore generated proto

    Gabriel Guerra committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fcbddb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. feat(locks): addressed feedback from david

    Gabriel Guerra committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    806218c View commit details
    Browse the repository at this point in the history
  2. feat(locks): addressed feedback from david x2

    Gabriel Guerra committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    53c0b34 View commit details
    Browse the repository at this point in the history