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

chore: Rename slinky=>connect #669

Merged
merged 9 commits into from
Aug 14, 2024
Merged

chore: Rename slinky=>connect #669

merged 9 commits into from
Aug 14, 2024

Conversation

Eric-Warehime
Copy link
Collaborator

@Eric-Warehime Eric-Warehime commented Aug 13, 2024

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 the slinky binary to connect.

Copy link

codecov bot commented Aug 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.67%. Comparing base (4aa8c56) to head (42e9bee).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@@ -33,7 +33,7 @@ import (
var (
rootCmd = &cobra.Command{
Use: "oracle",
Short: "Run the slinky oracle server.",
Short: "Run the connect oracle server.",
Copy link
Contributor

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?

Copy link
Contributor

Choose a reason for hiding this comment

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

cmd/connect/main.go

@Eric-Warehime Eric-Warehime merged commit e453035 into main Aug 14, 2024
17 of 18 checks passed
@Eric-Warehime Eric-Warehime deleted the eric/connect-docker branch August 14, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants