9 Commits

Author SHA1 Message Date
bobo.yang
f2f0a10a9e refactor: Remove redundant task query in test API upload command
- Remove unnecessary API call to fetch tasks
- Simplify test execution flow by eliminating wait_for_task_done call
- Improve code efficiency in the test API upload command
2025-03-21 21:24:46 +08:00
bobo.yang
42c4386562 fix: Add flush=True to print statements and improve task status check
- Added flush=True to print statements for better real-time logging
- Replaced single status check with a list of statuses to continue waiting
- Defined constants for task status values for better code readability
2025-03-21 19:28:49 +08:00
long2ice
21fe8dd34f refactor: Update delete_old_apidocs function to accept apidocs as a parameter
This commit modifies the delete_old_apidocs function to take a list of apidocs as an argument, ensuring it operates on the current set of API documentation. Additionally, it updates the main function to pass the retrieved apidocs when calling delete_old_apidocs.
2025-03-21 18:10:21 +08:00
long2ice
07d916c831 refactor: Update command descriptions and remove unused workflow files
This commit includes:
- Clarified and standardized descriptions for various command.yml files
- Removed obsolete workflow files (aider/command.yml, pr/command.yml, merico/ask-code/command.yml)
- Updated README for pr.custom_suggestions
- Translated some descriptions from Chinese to English
2025-03-12 16:36:15 +08:00
bobo.yang
d40cc0f34b fix lint errors 2025-03-11 14:32:33 +08:00
bobo.yang
946d9dcf25 fix lint errors 2025-03-11 14:24:28 +08:00
bobo.yang
cceb4c1dfb fix lint errors 2025-03-11 14:19:20 +08:00
bobo.yang
7353fe1df4 fix lint errors 2025-03-11 14:05:35 +08:00
bobo.yang
99b7aca0fc add /test.api.upload 2025-03-11 13:31:50 +08:00