chore(deps): bump insideout-terraform-presets to fast-import main#193
Merged
Conversation
Rebuilds insideout-reverse-import against presets main, picking up the partial-tolerant reverse-import engine (#734): reverseimport.Run now skips non-plannable resources per-resource, returns Status partial/succeeded/failed with per-resource results, and exits 0 on partial instead of aborting the whole job. Also includes the discovery fast-mode (#735) and dangling-parent (#736) changes (engine-side genconfig benefits). After this merges, cut a new mars image tag so reliable's ReverseImportMarsVersion can point at an image that contains the partial-tolerant engine.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebuilds
insideout-reverse-importagainst presets main (4ab7293), which contains the partial-tolerant reverse-import engine (#734 in presets):reverseimport.Runnow isolates non-plannable resources, returnsStatuspartial/succeeded/failed with per-resource results, and exits 0 on a partial instead of aborting the whole job. Also pulls in discovery fast-mode (#735) and the dangling-parent fix (#736).go build ./...clean;reverseimportjobtests pass.Validated end-to-end against a real account via the presets CLI (same
reverseimport.Run): full import of 574 resources succeeded clean, and an injected non-plannable resource produced apartialwith the bad one skipped+reported (exit 0) rather than failing the job.After merge: cut a new mars image tag so reliable's
ReverseImportMarsVersion(and ui-core'smarsVersion) can point at an image containing the new engine.Part of the fast-discovery initiative — luthersystems/reliable#2040.