-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add codespace devcontainer #19557
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: ChichiCaleb <chichiuchenna@gmail.com>
🔴 Preview Environment stopped on BunnyshellSee: Environment Details | Pipeline Logs Available commands (reply to this comment):
|
✅ Preview Environment created on Bunnyshell but will not be auto-deployedSee: Environment Details Available commands (reply to this comment):
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #19557 +/- ##
==========================================
- Coverage 55.83% 55.81% -0.02%
==========================================
Files 316 316
Lines 43743 43743
==========================================
- Hits 24422 24416 -6
- Misses 16768 16773 +5
- Partials 2553 2554 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: ChichiCaleb <chichiuchenna@gmail.com>
Signed-off-by: ChichiCaleb <chichiuchenna@gmail.com>
@csantanapr Wasn't this something you've worked on? |
Description
Argocd development workflow is great and straightforward, however one might one to quickly start developing without spending much time setting up local cluster and necessary configuration.
Secondly, the developers local development environment might not have sufficient memory and capacity that will ensure seamless development, hence the need for a more efficient and ready to go environment
Requirement
Enable Codespace on forked repo and sync with your local vscode
export CODESPACE=true
Fixes #19556
Checklist: