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

Rename go package to reconciler.io/dies #134

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

scothis
Copy link
Collaborator

@scothis scothis commented Mar 26, 2024

Users will need to update their go imports.

Before:

import diecorev1 "dies.dev/apis/core/v1"

After:

import diecorev1 "reconciler.io/dies/apis/core/v1"

Refs #133

@scothis scothis requested a review from mamachanko March 26, 2024 17:11
@scothis
Copy link
Collaborator Author

scothis commented Mar 26, 2024

I'm not sold on this change, but this is what it would look like.

Users will need to update their go imports.

Before:

    import diecorev1 "dies.dev/apis/core/v1"

After:

    import diecorev1 "reconciler.io/dies/apis/core/v1"

Signed-off-by: Scott Andrews <scott@andrews.me>
Copy link

codecov bot commented Mar 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.31%. Comparing base (f095b78) to head (4276a6c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #134   +/-   ##
=======================================
  Coverage   10.31%   10.31%           
=======================================
  Files          63       63           
  Lines        2890     2890           
=======================================
  Hits          298      298           
  Misses       2589     2589           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@mamachanko mamachanko left a comment

Choose a reason for hiding this comment

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

Thank you for doing this!

@scothis scothis marked this pull request as ready for review March 27, 2024 14:14
@scothis scothis merged commit 30f2025 into reconcilerio:main Mar 27, 2024
4 checks passed
@scothis scothis deleted the migration branch March 27, 2024 14:14
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.

None yet

2 participants