Commit Graph

17 Commits

Author SHA1 Message Date
Vikyath Harekal
ff18742bdd feat: [CDE-681]: Find infra from DB and status from GCP (#3538) (#3540)
* feat: [CDE-681]: Find infra from DB and status from GCP (#3538)

* Merge branch 'hybrid' into CDE-681
* feat: [CDE-681]: fix lint
* feat: [CDE-681]: fix lint
* feat: [CDE-681]: merge
* feat: [CDE-681]: fix wiring
* feat: [CDE-681]: handle delete and fallback for it
* feat: [CDE-681]: handle delete and fallback for it
* feat: [CDE-681]: Find infra from DB and status from GCP
* feat: [CDE-681]: Find infra from DB and status from GCP
* feat: [CDE-681]: Find infra from DB and status from GCP
* feat: [CDE-681]: Find infra from DB and status from GCP
* feat: [CDE-681]: Find infra from DB and status from GCP
* feat: [CDE-681]: merge
* feat: [CDE-661]: set starting state by default in resume
* Merge branch 'main' into hybrid
* feat: [CDE-661]: fix host and port (#3511)

* feat: [CDE-661]: fix host and port
* feat: [CDE-661]: fix host and port
* feat: [CDE-661]: send remove request for hybrid (#3500)

* feat: [CDE-661]: add debug logs
* feat: [CDE-661]: send remove request for hybrid
* feat:
2025-03-12 10:43:31 +00:00
Dhruv Dhruv
5965b1dd87 fix: [CDE-598]: Adding assertion during build with features that the image exists. (#3314)
* fix: [CDE-598]: Adding assertion during build with features that the image exists. Also logging the generated dockerfile in the user facing logs.
2025-01-24 08:04:37 +00:00
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
Vikyath Harekal
e18f16e688 feat: [CDE-553]: concat skopeo stdout and stderr output (#3149)
* feat: [CDE-553]: concat output
2024-12-11 12:32:34 +00:00
Vikyath Harekal
2f83725e12 feat: [CDE-549]: print buffer logs before exiting (#3145)
* feat: [CDE-549]: print buffer logs before exiting
* feat: [CDE-549]: print buffer logs before exiting
2024-12-10 15:21:09 +00:00
Vikyath Harekal
aabc2cd60d feat: [CDE-549]: fix image name and tag split (#3144)
* feat: [CDE-549]: fix image name and tag split
* feat: [CDE-549]: fix image name and tag split
2024-12-10 12:51:23 +00:00
Vikyath Harekal
93c1462fec feat: [CDE-549]: Handle no tag (#3140)
* feat: [CDE-549]: use --src-tls-verify
* feat: [CDE-549]: Handle no tag
2024-12-10 09:46:48 +00:00
Vikyath Harekal
65a9253a9b feat: [CDE-549]: Fix --tls-verify=false (#3139)
* feat: [CDE-549]: Fix --tls-verify=false
2024-12-10 08:48:44 +00:00
Vikyath Harekal
5ec36a8b74 feat: [CDE-549]: skopeo command fix and response handling (#3138)
* feat: [CDE-549]: debug
2024-12-10 06:32:08 +00:00
Vikyath Harekal
5ccbbd76a6 feat: [CDE-549]: debug (#3137)
* feat: [CDE-549]: debug
2024-12-10 05:03:27 +00:00
Vikyath Harekal
df3342aefe feat: [CDE-549]: Copy image using skopeo (#3127)
* feat: [CDE-549]: fix
* feat: [CDE-549]: fix lint
* feat: [CDE-549]: fix
* feat: [CDE-549]: fix
* feat: [CDE-549]: update command
* feat: [CDE-549]: Copy image using skopeo
2024-12-09 13:16:13 +00:00
Dhruv Dhruv
ccf7673ee5 fix: [CDE-473]: Checking default containerUser from the image. (#3105)
* fix: [CDE-473]: Checking default containerUser from the image.
2024-12-04 07:24:22 +00:00
Ansuman Satapathy
293aa5ff29 feat: [CDE-472]: add search gitspace, user dir fixed for life-cycle command (#3087)
* feat: [CDE-472]: add search gitspace, user dir fixed for life-cycle command
2024-12-01 06:50:59 +00:00
Dhruv Dhruv
1086397b3f feat: [CDE-473]: Adding support for containerUser and remoteUser. (#3086)
* Adding support for root as remoteUser
* Changing logger from gitspace to application in config util.
* Changing logger from gitspace to application in config util.
* feat: [CDE-473]: Adding support for containerUser and remoteUser.
2024-12-01 05:03:48 +00:00
Deepak Bhatt
b4baf364a9 fix: [CDE-508]: use image auth map (#3058)
* use image auth map
2024-11-28 07:39:06 +00:00
Deepak Bhatt
3b2db60eea feat: [CDE-508]: add image auth (#3053)
* add comment
* split pull image func into smaller parts
* split pull image func into smaller parts
* use MaskSecret type
* fix lint
* add image auth
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into add-image-auth
* add image auth
2024-11-27 10:24:33 +00:00
Dhruv Dhruv
7c358528ef feat: [CDE-475]: Adding support for runArgs. (#3031)
* Rebasing
* feat: [CDE-475]: Adding support for runArgs.
* WIP
* WIP
2024-11-25 09:56:30 +00:00