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

Clean up 'attachment service' names to storage controller #7326

Merged
merged 7 commits into from
Apr 5, 2024

Conversation

jcsp
Copy link
Contributor

@jcsp jcsp commented Apr 5, 2024

The binary etc were renamed some time ago, but the path in the source tree remained "attachment_service" to avoid disruption to ongoing PRs. There aren't any big PRs out right now, so it's a good time to cut over.

  • Rename attachment_service to storage_controller
  • Move it to the top level for symmetry with storage_broker & to avoid mixing the non-prod neon_local stuff (control_plane/) with the storage controller which is a production component.

Checklist before requesting a review

  • I have performed a self-review of my code.
  • If it is a core feature, I have added thorough tests.
  • Do we need to implement analytics? if so did you add the relevant metrics to the dashboard?
  • If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section.

Checklist before merging

  • Do not forget to reformat commit message to not include the above checklist

@jcsp jcsp added a/tech_debt Area: related to tech debt c/storage/controller Component: Storage Controller labels Apr 5, 2024
Copy link

github-actions bot commented Apr 5, 2024

2754 tests run: 2630 passed, 0 failed, 124 skipped (full report)


Code coverage* (full report)

  • functions: 28.0% (6396 of 22872 functions)
  • lines: 46.8% (45022 of 96134 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
684a835 at 2024-04-05T13:55:53.713Z :recycle:

@jcsp jcsp marked this pull request as ready for review April 5, 2024 14:11
@jcsp jcsp requested a review from a team as a code owner April 5, 2024 14:11
@jcsp jcsp requested review from arpad-m and problame April 5, 2024 14:11
@jcsp jcsp merged commit 66fc465 into main Apr 5, 2024
53 of 54 checks passed
@jcsp jcsp deleted the jcsp/storcon-rename branch April 5, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a/tech_debt Area: related to tech debt c/storage/controller Component: Storage Controller
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants