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

breaking(object-store): rename ObjectStore to KVStore #422

Merged
merged 8 commits into from
Apr 12, 2023

Conversation

dennismartensson
Copy link
Contributor

@dennismartensson dennismartensson commented Apr 11, 2023

We are renaming object store to kv store so doing the needed changes here.

This needs an internal API change and when that is out it should start working on a test rerun.

@Integralist Integralist changed the title rename object store to kv store breaking(object-store): rename Object Store to KV Store Apr 12, 2023
@Integralist Integralist changed the title breaking(object-store): rename Object Store to KV Store breaking(object-store): rename ObjectStore to KVStore Apr 12, 2023
@Integralist Integralist changed the title breaking(object-store): rename ObjectStore to KVStore breaking: rename ObjectStore to KVStore Apr 12, 2023
@Integralist Integralist changed the title breaking: rename ObjectStore to KVStore breaking(object-store): rename ObjectStore to KVStore Apr 12, 2023
Copy link
Collaborator

@Integralist Integralist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we've made a change that shouldn't have been made...

fastly/response_object.go → fastly/response_kv.go

That file (and its associated test) is not related to the Object Store but to a VCL 'response object': https://developer.fastly.com/reference/api/vcl-services/response-object/

fastly/resource.go Outdated Show resolved Hide resolved
fastly/resource.go Outdated Show resolved Hide resolved
fastly/kv_store.go Outdated Show resolved Hide resolved
dennismartensson and others added 4 commits April 12, 2023 12:26
Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
Co-authored-by: Mark McDonnell <Integralist@users.noreply.github.com>
Copy link
Collaborator

@Integralist Integralist left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@Integralist Integralist merged commit daa89a6 into main Apr 12, 2023
@Integralist Integralist deleted the dm/rename_object_store_to_kv_store branch April 12, 2023 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants