Closed (fixed)
Project:
Cloud
Version:
5.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 Feb 2022 at 02:32 UTC
Updated:
10 Mar 2022 at 21:44 UTC
Jump to comment: Most recent, Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | スクリーンショット 2022-02-10 18.32.39.png | 236.07 KB | ryo yamashita |
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ryo yamashita commented@yas
At this stage, if you open the editor page of the K8s Pod and press the Save button, the server will return a 500 error in the REST API process. When I checked the error log in Drupal, I saw the following output. However, I have confirmed that the service in question can be used on the Drupal Form side. What are the possible causes? Thanks!
Comment #4
yas@ryo-yamashita
I posted my comment. Could you please try to modify to
K8sOperationsServiceInterface? Thanks!Comment #5
ryo yamashita commented@yas
From the results of the automated tests, it was found that changing "K8sOperationsService" to "K8sOperationsServiceInterface" in k8s.services.yml would not pass the automated tests.
As for the issue of the REST API in k8s ApiController.php not working properly, I will look into the possibility of implementing the function by other means.
Comment #6
yas@ryo-yamashita
Thank you for the update. I posted my minor comment. Thanks!
Comment #7
ryo yamashita commented@yas
I finished fixing the REST API in ApiController.php of k8s. Please review it. Thanks!
Comment #8
yas@ryo-yamashita
Thank you for the update. It looks good to me now. However there is one leftover for my comment. Could you please check it? Thanks!
Comment #9
yas@ryo-yamasthia
Thank you for the update. Sorry, I was wrong about the place where I wanted to point out. Could you please check it again?
Comment #10
ryo yamashita commented@yas
I refixed the source code. Please review it. Thanks!
Comment #11
yas@ryo-yamashita
Thank you for the fix. I'll merge the patch to
4.xand5.x, and close this issue as Fixed.Comment #14
yas.
Comment #16
ryo yamashita commented@yas
Code fix pushed to 3263292-add-the-function-to-edit-k8s-pod-in-the-spa-2 branch. Please review it. Thanks!
Comment #17
yas@ryo-yamashita
Thank you for the fixes. I'll merge the patch to
4.xand5.x, and close this issue as Fixed.Comment #20
yas