Commit Graph

3 Commits (e92962b06d22b7471267a2cf42d39c63fe1e4865)

Author SHA1 Message Date
Dhruv e92962b06d
fix: [CDE-540]: Adding a check for user name and email during code clone operation. (#3596)
### Description

This PR introduces two changes
1. Adding a check for user's name and email before cloning the code
inside the gitspace container. This will non-block non-harness repos.
2. Adding an explicit check for the media folder's path during VSCode
web setup.

---------
2024-12-05 13:50:34 +05:30
Kapil Garg 370007c0f7 remove creds from clone url (#2653)
* wrap template variables in quotes
* remove redundant fields from credentials
* add creds in gitness clone url
* set git user name and email after cloning
* remove creds from clone url
2024-09-09 08:30:04 +00:00
Dhruv Dhruv 38023da2db feat: [CDE-286]: Moving user and git mgmt to respective services. (#2634)
* feat: [CDE-286]: Moving user and git mgmt to respective services.
2024-09-02 10:27:27 +00:00