* consolidate deserializers
* key value list doc
* use string list deserializers for all entity Vec<String>
* add additional env files support
* plumbing for Action resource
* js client readme indentation
* regen lock
* add action UI
* action backend
* start on action frontend
* update lock
* get up to speed
* get action started
* clean up default action file
* seems to work
* toml export include action
* action works
* action works part 2
* bump rust version to 1.82.0
* copy deno bin from bin image
* action use local dir
* update not having changes doesn't return error
* format with prettier
* support yaml formatting with prettier
* variable no change is Ok
* add containers link to mobile dropdown
* fix update / alert not showing permission issue
* prevent disk alert back and forth
* improve user group pending toml
* Update docker.rs to allow http docker socket connection
Add or_else to allow attempt to connect to docker socket proxy via http if local connection fails
* Update docker.rs
Change two part connection to use connect_with_defaults instead, per review on PR.
* add close alert threshold to prevent Ok - Warning back and forth
* remove part about repo being deleted, no longer behavior
* resource sync share general common
* remove this changelog. use releases
* remove changelog from readme
* write commit file clean up path
* docs: supports any git provider repo
* fix docs: authorization
* multiline command supports escaped newlines
* move webhook to build config advanced
* parser comments with escaped newline
* improve parser
* save use Enter. escape monaco using escape
* improve logic when deployment / stack action buttons shown
* used_mem = total - available
* Fix unrecognized path have 404
* webhooks will 404 if misconfigured
* move update logger / alerter
* delete migrator
* update examples
* publish typescript client komodo_client
* fix all containers restart and unpause
* add CommitSync to Procedure
* validate resource query tags causes failure on non exist
* files on host init working. match tags fail if tag doesnt exist
* intelligent sync match tag selector
* fix linting
* Wait for user initialize file on host
* fix parser support single quote '
* add stack reclone toggle
* git clone with token uses token:<TOKEN> for gitlab compatability
* support stack pre deploy shell command
* rename compose down update log stage
* deployment configure registry login account
* local testing setup
* bump version to 1.15.3
* new resources auto assign server if only one
* better error log when try to create resource with duplicate name
* end description with .
* ConfirmUpdate multi language
* fix compose write to host logic
* improve instrumentation
* improve update diff when small array
improve 2
* fix compose env file passing when repo_dir is not absolute