-
Notifications
You must be signed in to change notification settings - Fork 25
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
Remove unnecessary autopilot config #1692
Conversation
8d3987a
to
deb14b7
Compare
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.
Lgtm but it seems like this PR is targeting a branch that doesn't have an open PR anymore? Might need to be retargeted if true before merging.
This merges into removal of contract sets. Now that the UI is merged I kind of want to merge everything into the base branch and go from there. It's at a point where it's technically good enough to be merged into dev I feel. The small design decisions I made that we potentially want to revert can be done in the base branch. Especially since the UI got merged I want to consolidate into a single branch and play-test the whole feature in a single PR because of the many migrations. |
This PR removes the current period and the allow redundant IP config.
@ChrisSchinnerl this is where I would draw the line as far as removing contract sets goes, there are outstanding tasks in the issue referenced below but I feel tackling all of those would bloat the feature branch too much
Relates to #1667