You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2023/01/05 10:59:39 UTC

[GitHub] [inlong] gosonzhang opened a new issue, #7168: [Improve][Manager] Enhance the logical processing of Open API

gosonzhang opened a new issue, #7168:
URL: https://github.com/apache/inlong/issues/7168

   ### Description
   
   At present, the main problems of OpenAPI are:
   1. The parameter check is not strict: some key fields do not have enough judgment items, so that the existence is only checked during actual operation;
   
   2. The log output is disordered: some places that do not need to output the log are output, resulting in the inundation of useful information;
   
   3. There are bugs in the implementation logic: For the operation of the API, it is necessary to align and adjust item by item according to the existence and operation requirements.
   
   This issue is a general issue, and the provided OpenAPI will be dealt with item by item. The overall logic is consistent with the above-mentioned issues.
   
   ### InLong Component
   
   InLong Manager
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang commented on issue #7168: [Improve][Manager] Enhance the logical processing of Open API

Posted by "dockerzhang (via GitHub)" <gi...@apache.org>.
dockerzhang commented on issue #7168:
URL: https://github.com/apache/inlong/issues/7168#issuecomment-1427534479

   finished all sub-tasks, and close it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang closed issue #7168: [Improve][Manager] Enhance the logical processing of Open API

Posted by "dockerzhang (via GitHub)" <gi...@apache.org>.
dockerzhang closed issue #7168: [Improve][Manager] Enhance the logical processing of Open API
URL: https://github.com/apache/inlong/issues/7168


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org