-
Notifications
You must be signed in to change notification settings - Fork 183
Plan Apply Log #1487
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
Plan Apply Log #1487
Conversation
e3f29ed
to
7051827
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.
Nice work! I added a couple of suggestions and questions.
Do we want to replace the terminal glyphs in the log output to make it more readable?
This buttons to a run in the Run View that has a plan or an apply to view the raw plan or apply log inside the editor.
The strip-ansi package is only available as ESM
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.
* Plan and Apply Log Download Button This buttons to a run in the Run View that has a plan or an apply to view the raw plan or apply log inside the editor. * Fix button label typo * Mark execution-details as nullable * Improve run list error message * Add run status to hover * Round relative year values * Inline stripAnsi The strip-ansi package is only available as ESM * Don't open project filter without login --------- Co-authored-by: Daniel Banck <[email protected]>
* Plan and Apply Log Download Button This buttons to a run in the Run View that has a plan or an apply to view the raw plan or apply log inside the editor. * Fix button label typo * Mark execution-details as nullable * Improve run list error message * Add run status to hover * Round relative year values * Inline stripAnsi The strip-ansi package is only available as ESM * Don't open project filter without login --------- Co-authored-by: Daniel Banck <[email protected]>
* Plan and Apply Log Download Button This buttons to a run in the Run View that has a plan or an apply to view the raw plan or apply log inside the editor. * Fix button label typo * Mark execution-details as nullable * Improve run list error message * Add run status to hover * Round relative year values * Inline stripAnsi The strip-ansi package is only available as ESM * Don't open project filter without login --------- Co-authored-by: Daniel Banck <[email protected]>
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
This PR adds the plan and apply log for runs. It also fixes some minor bugs and adds some QoL improvements (see commits).
UX