Radek Simko
0fe906fa8c
make copyrightfix
2026-02-17 13:56:34 +00:00
Liam Cervante
82361afd73
plan rendering: fix truncation of very large numbers ( #34702 )
2024-02-20 09:48:11 +01:00
Daniel Schmidt
19f9bdac14
handle multi-line string diffs correctly
2024-02-16 11:20:56 +01:00
hashicorp-copywrite[bot]
53c34ff49c
Update copyright file headers to BUSL-1.1
2023-08-10 23:43:27 +01:00
hashicorp-copywrite[bot]
325d18262e
[COMPLIANCE] Add Copyright and License Headers
2023-05-02 15:33:06 +00:00
Liam Cervante
519a18aedf
Propagate unknown and sensitive metadata to dynamic attributes ( #33057 )
...
* propagate unknown and sensitive metadata to dynamic attributes
* update goimports and add some comments
2023-04-24 10:28:21 +02:00
Liam Cervante
357012a2f3
Refactor of differ to make code reuse easier ( #33054 )
...
* refactor of differ to make code reuse easier
* fix imports
2023-04-21 09:51:55 +02:00
Liam Cervante
2c624acea1
Fix rendering unknown values in map and null string primitives ( #33029 )
...
* fix rendering unknown values in map and null string primitives
* Update map.go
* fix code consistency checks
2023-04-14 09:56:32 +02:00
Liam Cervante
4fa7cd0a68
structured renderer: fix closing json tags when rendering with no symbols ( #32642 )
2023-02-08 16:47:12 +01:00
Liam Cervante
d818d7850d
Structured Renderer: use the new renderer when rendering the state in addition to the plan ( #32629 )
...
* Use the new renderer when rendering the state
* remove confusing and unneeded comment
2023-02-07 09:14:14 +01:00
Liam Cervante
7d1ea52077
Structured Plan Renderer: another round of fixes after more equivalence testing ( #32537 )
...
* Structured Plan Renderer: another round of fixes after more equivalence testing
* fix sort function
* use new constants
2023-01-20 09:24:22 +01:00
Liam Cervante
99823e4a15
Structured Plan Renderer: Fix minor bugs causing diffs in the equivalence tests. ( #32519 )
...
* remove attributes that do not match the relevant attributes filter
* fix formatting
* fix renderer function, don't drop irrelevant attributes just mark them as no-ops
* fix imports
* fix bugs in the renderer exposed by the equivalence tests
* imports
* gofmt
2023-01-17 09:31:29 +01:00
Liam Cervante
e015b15f12
Structured Plan Renderer: Remove attributes that do not match the relevant attributes filter ( #32509 )
...
* remove attributes that do not match the relevant attributes filter
* fix formatting
* fix renderer function, don't drop irrelevant attributes just mark them as no-ops
* fix imports
2023-01-16 15:18:38 +01:00
Liam Cervante
95782f2491
Structured plan renderer: Implement the main functionality for the renderer ( #32496 )
...
* raw unmodified broken tests
* tests execute, no panics
* fix whitespace differences
* fix all the tests
* fix tests
* actually fix tests
* add missing plan metadata into the renderer
* address comments
* complete merge
* remove TODO raising questions about outputs, they are fixed
* missing bold on plan
2023-01-12 17:59:07 +01:00
Liam Cervante
c125397da1
push the colorize actions as locally as possible ( #32502 )
2023-01-12 16:47:06 +01:00
Liam Cervante
f6d625103c
Structured plan renderer: refactor replace paths logic ( #32489 )
...
* change -> diff, value -> change
* also update readme#
* structured plan renderer: refactor replace paths logic
* goimports
* goimports
* address comments
* fix compile error
2023-01-11 10:20:24 +01:00
Liam Cervante
38afb41787
Structured plan renderer: Introduce support for multiline and JSON strings ( #32488 )
...
* pause implementation
* change -> diff, value -> change
* add support for json and multiline strings to the primitive renderer
* goimports
* remove unused function
* go fmt
* address comments
2023-01-11 09:35:36 +01:00
Liam Cervante
21bb677db7
Structured Plan Renderer: Naming and package structure refactor ( #32486 )
...
* change -> diff, value -> change
* also update readme#
* Update internal/command/jsonformat/computed/diff.go
Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
* add interface assertions for diff renderers
Co-authored-by: Alisdair McDiarmid <alisdair@users.noreply.github.com>
2023-01-10 17:24:48 +01:00