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(objectstore): rename object-store command to kv-store #904

Merged
merged 6 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.

Blocked by: fastly/go-fastly#422

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. Only a couple of minor change requests.

pkg/app/commands.go Outdated Show resolved Hide resolved
pkg/app/commands.go Outdated Show resolved Hide resolved
pkg/app/commands.go Outdated Show resolved Hide resolved
pkg/app/run_test.go Outdated Show resolved Hide resolved
dennismartensson and others added 2 commits April 12, 2023 14:51
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. Will merge once CI is finished (and passing).

@Integralist Integralist changed the title rename object store to kv store breaking(objectstore): rename object-store command to kv-store Apr 12, 2023
@Integralist Integralist merged commit 92952d8 into main Apr 12, 2023
@Integralist Integralist deleted the dm/rename_object_store_to_kv_store branch April 12, 2023 15:44
@@ -839,7 +839,7 @@ func pkgUpload(spinner text.Spinner, client api.Interface, serviceID string, ver
return spinner.Stop()
}

func constructSetupObjects(
func constructSetupKVs(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Wondering if this should have been left as constructSetupObjects? Since setup.Backends, for example, aren't key-value stores. Working through merge conflicts in #769 and noticed this.

Copy link
Collaborator

Choose a reason for hiding this comment

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

@awilliams-fastly correct! I'm actually fixing this at the moment 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants