weaveworks / weave-gitops

Weave GitOps provides insights into your application deployments, and makes continuous delivery with GitOps easier to adopt and scale across your teams.
https://docs.gitops.weave.works/
Apache License 2.0
924 stars 153 forks source link

chore: Remove GitOps Run components #4116

Closed yiannistri closed 1 year ago

yiannistri commented 1 year ago

Part of #weaveworks/weave-gitops-enterprise#3514

What changed? As part of deprecating GitOps Run, we also need to remove any components used by it.

Why was this change made? To ensure we don't have code that is not being used.

How did you validate the change?

make
./bin/gitops --help

Release notes TBD

Documentation Changes Already done.

netlify[bot] commented 1 year ago

Deploy Preview for gitops-io ready!

Name Link
Latest commit
Latest deploy log https://app.netlify.com/sites/gitops-io/deploys/65426f27489c3011b8c80fa7
Deploy Preview https://deploy-preview-4116--gitops-io.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

opudrovs commented 1 year ago

It looks like pkg/run/git_exec.go can be deleted too (unless it is required for some future purposes).

opudrovs commented 1 year ago

And I see adding the following command left in enterprise, probably it's related to the whole issue: https://github.com/weaveworks/weave-gitops-enterprise/blob/7c4384106bd568eb0d191e8849e63ca5b8097016/cmd/gitops/app/root/cmd.go#L141