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

Allow specifying top-level file and format for KVStore #365

Merged
merged 4 commits into from
Jul 26, 2024

Commits on Jul 25, 2024

  1. 0;9uAllow specifying a top-level file and format fields for KVStore.

    This change allows keeping KVStore key/values in a separate file for easier sharing between environments,
    and allowing users to only gitignore the actual KVStore content without needing to ignore the whole fastly.toml file.0;9u
    GeeWee committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8e1a9aa View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Apply suggestions from code review

    Rename object_stores to kv_stores
    
    Co-authored-by: Kevin P. Fleming <[email protected]>
    GeeWee and kpfleming authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8e96293 View commit details
    Browse the repository at this point in the history
  2. changed author block, broadened error assertion on file not found err…

    …ors, and renamed Object store to KVStore one place
    GeeWee committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    677b804 View commit details
    Browse the repository at this point in the history
  3. CHANGELOG entry

    kpfleming committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    707c20a View commit details
    Browse the repository at this point in the history