-
Notifications
You must be signed in to change notification settings - Fork 52
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
Full content of the .gitconfig #1271
Conversation
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Skipping CI for Draft Pull Request. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1271 +/- ##
==========================================
- Coverage 91.62% 91.48% -0.14%
==========================================
Files 497 499 +2
Lines 45480 45651 +171
Branches 3181 3162 -19
==========================================
+ Hits 41669 41762 +93
- Misses 3778 3855 +77
- Partials 33 34 +1 ☔ View full report in Codecov by Sentry. |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1271 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1271", name: che-dashboard}]}}]" |
I have two feedbacks:
@ibuziuk @akurinnoy WDYT? |
/retest |
@olexii4 thanks for the review!
I agree. Your suggestion is really good and worth implementing as part of another issue. However, the issue only needs to show the full contents of the
I'm not sure if I understand "same format" correctly, so please correct me. |
This is correct, please add a fix to this PR. |
c5f34a5
to
5d55a7c
Compare
Verified on Eclipse Che with |
@olexii4 please take a look one more time. |
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1271 kubectl patch commandkubectl patch -n eclipse-che "checluster/eclipse-che" --type=json -p="[{"op": "replace", "path": "/spec/components/dashboard/deployment", "value": {containers: [{image: "quay.io/eclipse/che-dashboard:pr-1271", name: che-dashboard}]}}]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, artaleks9, olexii4 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build 3.19 :: dashboard_3.x/601: Console, Changes, Git Data |
Build 3.19 :: sync-to-downstream_3.x/8266: Console, Changes, Git Data |
Build 3.19 :: push-latest-container-to-quay_3.x/5034: Console, Changes, Git Data |
Build 3.19 :: get-sources-rhpkg-container-build_3.x/8343: dashboard : 3.x :: Build 66155098 : quay.io/devspaces/dashboard-rhel9:3.19-1 |
Build 3.19 :: update-digests_3.x/8148: Console, Changes, Git Data |
Build 3.19 :: dashboard_3.x/601: Upstream sync done; /DS_CI/sync-to-downstream_3.x/8266 triggered |
Build 3.19 :: operator-bundle_3.x/4029: Console, Changes, Git Data |
Build 3.19 :: sync-to-downstream_3.x/8268: Console, Changes, Git Data |
Build 3.19 :: get-sources-rhpkg-container-build_3.x/8345: devspaces-operator-bundle : 3.x :: Failed in 66155749 : BREW:BUILD/STATUS:UNKNOWN |
What does this PR do?
This PR allows displaying the full content of the imported
.gitconfig
.Screenshot/screencast of this PR
Screen.Recording.2024-12-05.at.15.55.57.mov
What issues does this PR fix or reference?
resolves eclipse-che/che#23240
Is it tested? How?
see the screencast above
Release Notes
Docs PR