You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enhancement(vdev): Load compose files and inject network block (vectordotdev#17025)
* enhancement(vdev): Load compose files and inject network block
* remove temp file after compose.stop() is called
* Make config service for serialization include more fields
* Add compose support for webdhfs
* remove renaming setting from serde annotations
* Use from_iter() in network injection
* utilize tempfile for creation of the rewritten compose file
* chore(vdev): Make network non optional in Compose struct
* Merge via cherry-pick network name PR, cargo fmt
* Remove unneeded comments
* Reintroduce path in Compose struct, clean up comments
* add cargo.toml
* Utilize tempfile_in() to fix relative file path resolution of compose files
* Restore proxy network on nginx integration test
* Make Compose run command command use the original file path if environment is active
* Conditional compile for Unix, prevent windows CI failure
* Condtional compilation fix
* Using Value for fields not used
* Remove conditional compilation flags to ensure temp_file created on Windows
* Allow deadcode for windows
* Remove unneeded to_string()
0 commit comments