Skip to content

fix: Split unmanaged & managed resources and orphan detection#757

Merged
zachdaniel merged 1 commit into
ash-project:mainfrom
ChivukulaVirinchi:fix-migrate-false-orphan-drop-prompt
May 21, 2026
Merged

fix: Split unmanaged & managed resources and orphan detection#757
zachdaniel merged 1 commit into
ash-project:mainfrom
ChivukulaVirinchi:fix-migrate-false-orphan-drop-prompt

Conversation

@ChivukulaVirinchi
Copy link
Copy Markdown
Contributor

@ChivukulaVirinchi ChivukulaVirinchi commented May 20, 2026

migrate? false dropped unmanaged tables too eagerly.

Fixed it to split unmanaged and managed resources,and pass unmanaged resources to orphan detection.

So final current_table_keys becomes the proper managed U unmanaged.

Fixes #756

Contributor checklist

Leave anything that you believe does not apply unchecked.

  • I accept the AI Policy, or AI was not used in the creation of this PR.
  • Bug fixes include regression tests
  • Chores
  • Documentation changes
  • Features include unit/acceptance tests
  • Refactoring
  • Update dependencies

@zachdaniel
Copy link
Copy Markdown
Contributor

Let's address the reuse compliance issues and any other failing checks. The audit one can be ignored.

@ChivukulaVirinchi
Copy link
Copy Markdown
Contributor Author

ChivukulaVirinchi commented May 20, 2026

The failing checks are because of an already failing branch that I started work off of, which was in master.
Which commit should I rebase them off of?

@zachdaniel zachdaniel merged commit 28c8a8f into ash-project:main May 21, 2026
100 of 120 checks passed
@zachdaniel
Copy link
Copy Markdown
Contributor

I'll sort it out in main 😄

@ChivukulaVirinchi ChivukulaVirinchi deleted the fix-migrate-false-orphan-drop-prompt branch May 21, 2026 06:00
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.

migrate? false makes codegen want to delete the resource

2 participants