Commit Graph

77 Commits (3679de0630ffbe67fa8d2ff299891dfdcb01cd6a)

Author SHA1 Message Date
Kristin Laemmert 3679de0630
command/format: fix repetitive "unchanged attribute hidden" message (#28589)
5 years ago
Martin Atkins 1d3e34e35e command: New -replace=... planning option
5 years ago
Alisdair McDiarmid c95e9ada6b cli: Show forces replacement for sensitive attrs
5 years ago
Martin Atkins b802237e03 plans: Track an optional extra "reason" for some planned actions
5 years ago
Kristin Laemmert fac60ab124
Add formatting for attributes with nested types (#28069)
5 years ago
Kristin Laemmert 2b4e389839
Mildwonkey/nested type format (#27793)
5 years ago
Alisdair McDiarmid 943df48491 cli: Optimize for large multi-line string outputs
5 years ago
James Bardin dcf0dba6f4
Merge pull request #27081 from hashicorp/jbardin/staticcheck
5 years ago
Kristin Laemmert 3fa063b8dc
command/format: concise diff is now the default (#27079)
5 years ago
James Bardin 41d4dd82d6 format staticcheck
5 years ago
Alisdair McDiarmid c798dc98db command: Show diffs when only sensitivity changes
5 years ago
Alisdair McDiarmid d05e3b40bf
Merge pull request #26492 from hashicorp/alisdair/sensitive-value-force-replacement
5 years ago
Alisdair McDiarmid 62e6f56a50 command: Fix missing force new for sensitive blocks
5 years ago
Alisdair McDiarmid 79a3e33c4d command: Fix missing force new for sensitive vars
5 years ago
Alisdair McDiarmid eb873f5021
Merge pull request #25725 from FGtatsuro/diff_heredoc_hyphen
5 years ago
Pam Selle 55c96da27e Move nested block printing to own method for readability
5 years ago
Pam Selle 73b1d8b0d1 Add special diff for nested blocks
5 years ago
Pam Selle 3e7be13dff Update ordering for marking/unmarking and asserting plan valid
5 years ago
Pam Selle 52b6f7f53e Move common IsMarked checks above switch statement
5 years ago
Pam Selle 1780351636 If the whole map is marked, have the same sensitivity behavior as a single value
5 years ago
Pam Selle 0520f143a2 Add diff coverage for maps
5 years ago
Pam Selle 634e83ab63 Change sensitivity warning to be yellow only on 'Warning'
5 years ago
Pam Selle 5b549224ae Refactor to call ContainsMarked less and use len() instead
5 years ago
Pam Selle 3c9fad0b0e Move plan action check into the sensitivity warning method
5 years ago
Pam Selle 531728f6e9 Sensitive diffs for primitive types
5 years ago
Pam Selle 20921dbfb8 Add warning about sensitivity change
5 years ago
Pam Selle 8d8389da74 Add diff test with a sensitive change
6 years ago
Pam Selle e4e16ccbd3 Rebase fix
6 years ago
Pam Selle bc55b6a28b Use UnmarkDeepWithPaths and MarkWithPaths
6 years ago
Pam Selle 896d277a69 If the path is empty, we should not be marking the path
6 years ago
Pam Selle 84d118e18f Track sensitivity through evaluation
6 years ago
Alisdair McDiarmid 09d8355f43 command: Add experimental concise diff renderer
6 years ago
FGtatsuro b6cf1c3673 Use valid heredoc begin symbol in diff output.
6 years ago
Martin Atkins 31a4b44d2e backend/local: treat output changes as side-effects to be applied
6 years ago
Pam Selle 2b8e876bdb Don't inspect an empty set, return false
6 years ago
tmshn fcc1a76d5e make plan-diff format a bit more dry
6 years ago
Simon Brady 7a9fa93724 command/plan: Fix panic in plan output with string containing null and whitespace (#23102)
6 years ago
Thayne McCombs a895a42f85 command/format: fix missing elements at the end of lists in diffs
6 years ago
Martin Atkins 7db2825646 command/format: multi-line rendering for unchanged strings
6 years ago
Martin Atkins d0cbbb6a00 command/format: Remove defunct "Plan" type and associated symbols
6 years ago
James Bardin f79a768a4e command/format: take noop changes from lcs
7 years ago
Martin Atkins 88e76fa9ef configs/configschema: Introduce the NestingGroup mode for blocks
7 years ago
Frederic 0f1f504c22 command/format: indicate in diff when adding an attribute forces replacement
7 years ago
Martin Atkins e918fa83ec command/format: Don't panic when item removed from list of objects
7 years ago
James Bardin 0569e39788 don't try to treat "null" as json in diff output
7 years ago
Martin Atkins 2d41c1009b command/format: Diffs for NestingMap block types
7 years ago
Martin Atkins dd1fa322a7 command/format: Support list/map blocks with dynamic-typed attrs
7 years ago
James Bardin b8e53255b4 Revert "remove NormalizeObjectFromLegacySDK from diff"
7 years ago
James Bardin a95d97f066
Merge pull request #20595 from hashicorp/jbardin/normalize-objects
7 years ago
James Bardin 5c40d6610c remove NormalizeObjectFromLegacySDK from diff
7 years ago