-
Notifications
You must be signed in to change notification settings - Fork 57
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
chore: Rename slinky=>connect #669
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #669 +/- ##
==========================================
- Coverage 56.69% 56.67% -0.02%
==========================================
Files 256 256
Lines 13406 13406
==========================================
- Hits 7600 7598 -2
- Misses 5079 5081 +2
Partials 727 727 ☔ View full report in Codecov by Sentry. |
@@ -33,7 +33,7 @@ import ( | |||
var ( | |||
rootCmd = &cobra.Command{ | |||
Use: "oracle", | |||
Short: "Run the slinky oracle server.", | |||
Short: "Run the connect oracle server.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rename this path to "connect" as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cmd/connect/main.go
Moves publication of all docker images to connect naming. Duplicates the
slinky-sidecar
image into two images,connect-sidecar
as well as the original image with a deprecation notice included.Renames the simapp to
connectd
, and copies theslinky
binary toconnect
.