-
Notifications
You must be signed in to change notification settings - Fork 39
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
Allow changes to Spec #272
Allow changes to Spec #272
Conversation
CI Failure Feedback 🧐(Checks updated until commit ed5b719)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
…ing-routes-params-and-db-entires
PR Description updated to latest commit (72fad42)
|
PR Review 🔍
|
PR Code Suggestions ✨
|
User description
Adds multiple POST/DELETE Routes to the specification creation to allow for editing the specification
PR Type
Enhancement, Bug fix, Tests
Description
SpecificationResponse
to include modules and database schema.api_model
.Changes walkthrough 📝
14 files
api.py
Simplify JSON response content creation
codex/api.py
json
import.api_model.py
Add models for specification updates and refactor responses
codex/api_model.py
SpecificationResponse
to include modules and databaseschema.
logging.py
Simplify JSON response content creation
codex/common/logging.py
json
import.model.py
Remove redundant model definitions
codex/common/model.py
ObjectTypeModel
andObjectFieldModel
definitions.database.py
Add functions to fetch API route and module by ID
codex/database.py
routes.py
Simplify JSON response content creation
codex/deploy/routes.py
json
import.function_visitor.py
Update imports for object models
codex/develop/function_visitor.py
ObjectFieldModel
andObjectTypeModel
fromapi_model
.routes.py
Add endpoint for creating deliverable route
codex/develop/routes.py
json
import.routes.py
Simplify JSON response content creation
codex/interview/routes.py
json
import.ai_database.py
Update imports for database models
codex/requirements/blocks/ai_database.py
DatabaseEnums
,DatabaseSchema
, andDatabaseTable
fromapi_model
.ai_endpoint.py
Update imports for object models
codex/requirements/blocks/ai_endpoint.py
ObjectFieldModel
andObjectTypeModel
fromapi_model
.database.py
Add functions to manage modules, routes, and parameters in
specifications
codex/requirements/database.py
model.py
Remove redundant database model definitions
codex/requirements/model.py
routes.py
Add endpoints to manage modules, routes, and parameters
codex/requirements/routes.py
specifications.
4 files
endpoint_fixing_test.py
Update imports for object models in tests
codex/tests/endpoint_fixing_test.py
ObjectFieldModel
andObjectTypeModel
fromapi_model
.frontend_gen_test.py
Update imports and add interactions field in tests
codex/tests/frontend_gen_test.py
ObjectFieldModel
andObjectTypeModel
fromapi_model
.gen_test.py
Update imports for database and object models in tests
codex/tests/gen_test.py
ObjectFieldModel
,DatabaseEnums
,DatabaseSchema
, andDatabaseTable
fromapi_model
.model_test.py
Update imports for object models in tests
codex/tests/model_test.py
ObjectFieldModel
andObjectTypeModel
fromapi_model
.1 files
.codiumai.toml
Add CodiumAI test generation configuration
.codiumai.toml