Commit efeaac1
authored
Kevin/v1.1.0 (#63)
* feat: Added includeSensitive flag for remote inits
* feat: Added distro filtering
* feat: Add verbosity toggle
* feat: Add defaulting to plain reporter if tty is not available
* feat: Added auto approve flag for scripts
* feat: Added toggle for adding sudo password during apply
* feat: Added toggle for adding sudo password during apply
* feat: Changed to custom component
* feat: Changed to custom components intead of inkjs
* feat: Added checking state to password input
* Made the password input for plugins un-cancellable
* Made updateRenderState async and render to nothing first to avoid memory crashes.
Improved the progress output for destroy
* Couple of fixes:
- Previous sudo check blocked the main thread
- Move title of sudo inside of the box
- Make sure not to cache password for regular plugin requests
* Refactoring to fix structural issues and improvements
* feat: Added sudoAskpass support. Removed unnecessary log event emitter. Changed raw logs to not be cyan
* feat: Refactoring setRawMode and disableRawMode into the reporter
* fix: Fix password dialog not disappearing for plugin sudo requests
* feat: Add verbosity level for commands ran on local cli
* feat: Improved log output
* feat: Improved log output (add strip ansi)
* feat: Added CLI version to plugin search. This gates breaking changes and prevents them from breaking older versions
* feat: Added terminal resize handler
* Kevin/improved errors (#61)
* feat: Improved apply validation errors
* feat: Refactored to share the same plugin error type. Use the reporter to determine how to present it.
* fix: Fixed display functions to be async
* feat: Improve the copy and formatting for apply validation error. Fix pretty print error for NOOP. Added to CLAUDE.md
* feat: Improved copy again
* feat: Added partial applys. If a resource fails to apply, skip it and all transitive dependent resources. Apply un-related resources.
* feat: Further refactored the error messages. Combined it with a final display message change. The final display message will now tell the user a list of all changes that were made.
* feat: refactored the code so that the final apply message is handled entirely inside the reporters.
* feat: Additional refactoring. Cleaned up dead APPLY_VALIDATION_ERROR dead code. Moved rendering logic to the ApplyComplete component instead.
* fix: Fix /etc/os-release not present
* Kevin/improve launcher-and-destroy (#62)
* feat: Patch the launcher script to handle simple tasks so that the NodeJS startup delay is less noticeable.
* fix: For unescaped brackets in the patch file
* fix: Added static help files for top level commands as well: codify apply, codify plan, codify ...
* feat: Patch the NodeJS subshell launch in the bin script as well. Replace with exec
* feat: Added MacOS pkg installer patching as well. Removed it from the pkg script.
* feat: Added destroy to connect
* feat: Improved subprogress display
* feat: Improved edit to install the codify desktop app instead
* feat: refactored and improve the new edit changes
* feat: improve installation script to create /usr/local/bin if it doesn't exist
* feat: added another QOL change to prevent sleep while codify apply or destroy is running
* feat: improved text for sudo password and progress display
* feat: added status effects for sub-progresses
* fix: ws.close instead of ws.terminate. Improved progress display
* feat: added skip banner flag to init command
* feat: add test fixes
* feat: add skip banner flag to connect
* feat: added additional commands to quick launch message
* feat: added log messages for any commands that failed
* feat: improved error logs. Made it visually more appealing
* feat: improve the summary list to remove noops and skips
* feat: remove applying from log...1 parent 61b3e8f commit efeaac1
71 files changed
Lines changed: 2028 additions & 457 deletions
File tree
- scripts
- src
- api/backend
- commands
- common
- connect
- http-routes
- handlers
- entities
- events
- orchestrators
- plugins
- ui
- components
- import
- init
- progress
- widgets
- reporters
- store
- utils
- test
- integration
- orchestrator
- apply
- edit
- import
- initialize
- mocks
- refresh
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
| 46 | + | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
0 commit comments