drone/app/gitspace/orchestrator/utils
Dhruv Dhruv b94a78c795 feat: [CDE-572]: Using features for devcontainers. (#3260)
* feat: [CDE-572]: Using features for devcontainers. Adding changes to parse features from the devcontainer.json and build a new docker image from them. Also adding the support for new devcontainer.json properties- init, privileged, capAdd, securityOpt, mounts. Adding support for three runArgs- privileged, capAdd, mount. Also making the DownloadFeature method context aware, cancelling the goroutines when the ctx is cancelled.
2025-01-15 07:22:55 +00:00
..
script feat: [CDE-563]: add intellij support (#3193) 2024-12-30 15:19:48 +00:00
script_templates feat: [CDE-576]: add devcontainer config for Jetbrains (#3215) 2025-01-07 13:10:54 +00:00
build_with_features.go feat: [CDE-572]: Using features for devcontainers. (#3260) 2025-01-15 07:22:55 +00:00
download_features.go feat: [CDE-572]: Using features for devcontainers. (#3260) 2025-01-15 07:22:55 +00:00
environment.go feat: [CDE-563]: add intellij support (#3193) 2024-12-30 15:19:48 +00:00
git.go
resolve_features.go feat: [CDE-572]: Adding changes to support features. (#3244) 2025-01-13 11:44:24 +00:00
script_template.go feat: [CDE-573]: refactor to reduce number of abstractions and modules. (#3203) 2024-12-26 08:58:41 +00:00
sort_features.go feat: [CDE-572]: Adding support for features- sorting and building. (#3248) 2025-01-14 08:21:44 +00:00
tools.go feat: [CDE-576]: add devcontainer config for Jetbrains (#3215) 2025-01-07 13:10:54 +00:00
user.go