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

Move Octopus.Configuration interfaces and enum into tentacle and update references #763

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

scme0
Copy link
Collaborator

@scme0 scme0 commented Jan 16, 2024

Background

As part of #project-k8s-agent, I was adding the ability for Tentacle to save and source configuration from a configmap. During this work, I found that the Octopus.Configuration project has been merged back into Octopus.Server and the repo in github has been archived.

Results

This PR just removes the now defunct nuget package and moves the two interfaces and one enum into Tentacle. It's a relatively simple change, but it touches quite a few files to remove the old namespace.

How to review this PR

Quality ✔️

Pre-requisites

  • I have read How we use GitHub Issues for help deciding when and where it's appropriate to make an issue.
  • I have considered informing or consulting the right people, according to the ownership map.
  • I have considered appropriate testing for my change.

@scme0 scme0 requested a review from a team as a code owner January 16, 2024 01:23
@@ -1,4 +1,3 @@
#nullable enable
Copy link
Contributor

Choose a reason for hiding this comment

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

Was this intentional?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ah yeah I think that was rider deeming it unnecessary but I'll undo that change to keep this PR focused.

Copy link
Contributor

Choose a reason for hiding this comment

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

Either way is fine :D

Copy link
Contributor

@LukeButters LukeButters left a comment

Choose a reason for hiding this comment

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

LGTM,

Just double check if that removal of nullable was intentional, if so a small note on why would be worthwhile.

@scme0 scme0 enabled auto-merge (squash) January 16, 2024 01:40
@scme0 scme0 merged commit a69a9fe into main Jan 16, 2024
48 checks passed
@scme0 scme0 deleted the scme/remove-octopus-configuration-project branch January 16, 2024 03: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.

2 participants