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

Add case-sensitive KV support #54

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Add case-sensitive KV support #54

wants to merge 11 commits into from

Commits on Mar 22, 2021

  1. Pin rails 6 to latest release

    For more predictable builds
    zerowidth committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    807e15b View commit details
    Browse the repository at this point in the history
  2. Make migration name and table name parameters for easier customization

    Or reuse, as in test cases
    zerowidth committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    631a581 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd6704 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7effa7f View commit details
    Browse the repository at this point in the history
  5. bump version to 0.5.1

    zerowidth committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    3c5a290 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    400151c View commit details
    Browse the repository at this point in the history
  7. Add case-sensitive config option for KV

    Coupled with the migration, this allows for case sensitivity
    zerowidth committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    b510f08 View commit details
    Browse the repository at this point in the history
  8. Generate migration name automatically to match filename

    No need to specify it separately
    zerowidth committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    e616681 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c09dea View commit details
    Browse the repository at this point in the history
  10. Bump version to 0.6.0

    zerowidth committed Mar 22, 2021
    Configuration menu
    Copy the full SHA
    eda75f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a02f6c5 View commit details
    Browse the repository at this point in the history