Merged
Conversation
…execution - Bump Go version from 1.22.0 to 1.25.0. - Add several new indirect dependencies, including Kubernetes client libraries and various utility packages. - Refactor error handling in `runTemplate` and `Execute` functions to return errors more gracefully. - Introduce `renderResources` function to streamline resource rendering logic.
…atures - Added new indirect dependencies: `github.com/bmatcuk/doublestar/v4`, `github.com/fsnotify/fsnotify`, `github.com/gorilla/websocket`, `github.com/moby/spdystream`, and `github.com/mxk/go-flowrate`. - Enhanced README with new sections for `ct apply` and `ct dev` commands, providing usage examples for applying manifests and running development workflows. - Introduced `--dev` flag in CLI to generate TypeScript definitions for development, including resource and environment key types. - Added tests for the new development features to ensure correct functionality.
- Added tests for `startDevFeatures` to validate the execution of port forwarding, logging, synchronization, and terminal commands for development targets. - Introduced error handling for unsupported Kubernetes client types and terminal execution failures. - Enhanced the `runner.go` file with new functions for running terminal commands, port forwarding, and logging, improving the overall development workflow. - Updated the `sync` package to utilize the new `WaitForPod` function for better pod management during synchronization.
- Added `workingDir` and `image` fields to the `Target` struct for better container configuration. - Updated the `generateDevDts` function to include new TypeScript definitions for `workingDir` and `image`. - Implemented logic in `PatchResources` to apply the new fields to container specifications. - Enhanced tests to validate the functionality of the new fields in various scenarios, ensuring correct behavior during development workflows.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.