Skip to content
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

[Improve][Manager] Enhance the logical processing of Open API #7168

Closed
12 tasks done
gosonzhang opened this issue Jan 5, 2023 · 1 comment
Closed
12 tasks done

[Improve][Manager] Enhance the logical processing of Open API #7168

gosonzhang opened this issue Jan 5, 2023 · 1 comment

Comments

@gosonzhang
Copy link
Contributor

gosonzhang commented Jan 5, 2023

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?

  • Yes, I am willing to submit a PR!

Code of Conduct

@dockerzhang
Copy link
Contributor

finished all sub-tasks, and close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants