[settingscli] Route YAML commands directly to API Server (port 47099)#8
[settingscli] Route YAML commands directly to API Server (port 47099)#8Copilot wants to merge 4 commits into
Conversation
|
@copilot 요청한 내용과 별개의 수정사항이 있다면 원복해주고, url 처리에 url 크레이트를 사용하는 방식으로 수정해줘 |
|
@eunhyeYu The model You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
@copilot 요청한 내용과 별개의 수정사항이 있다면 원복해주고, url 처리에 url 크레이트를 사용하는 방식으로 수정해줘 |
Replaced the custom Commit: |
|
@copilot server/rocksdbservice의 toml 변경점이 필요한 것인지 확인해주고, health check 의 응답이 200 OK의 empty response일 경우 error로 처리하는 문제 수정이 필요해보여. client.rs의 pub async fn get(&self, endpoint: &str) -> Result { 에서 let bytes = response.bytes().await?; |
|
@eunhyeYu The model You can try again without specifying a model (just If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: |
|
@copilot server/rocksdbservice의 toml 변경점이 필요한 것인지 확인해주고, health check 의 응답이 200 OK의 empty response일 경우 error로 처리하는 문제 수정이 필요해보여. client.rs의 pub async fn get(&self, endpoint: &str) -> Result { 에서 let bytes = response.bytes().await?; |
Two things addressed in commit
|
feat(auth):Modify CI/CD PipeLine WorkFlow for Pullpiri by code coverage report[eclipse-pullpiri#140]
get() only
4024b15 to
4ecb4a3
Compare
Co-authored-by: eunhyeYu <121590845+eunhyeYu@users.noreply.github.com>
Co-authored-by: eunhyeYu <121590845+eunhyeYu@users.noreply.github.com>
….lock change Co-authored-by: eunhyeYu <121590845+eunhyeYu@users.noreply.github.com>
Co-authored-by: eunhyeYu <121590845+eunhyeYu@users.noreply.github.com>
4ecb4a3 to
7f09b2c
Compare
get() only6fe4c0e to
4b2f7a7
Compare
The empty-response fix (
bytes().await? + is_empty()guard) was applied via a shared helper to all HTTP methods, unintentionally affectingpost,put,delete,post_yaml, anddelete_yaml.Changes
client.rsget(): Retains the inline bytes-check for empty-body200 OKresponses:post,put,delete,post_yaml,delete_yaml): Reverted toresponse.json().await?— these methods always expect a JSON body.parse_response_bodyhelper removed: No longer needed since the fix is scoped toget()only.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.