Commits
Click on a commit to change the comparison rangefeat : Adds code repository URL to deployments (#19834)
Adds a `code_repository_url` field to the Deployment model and API, allowing users to specify the URL of the code repository associated with a deployment.
This enables the display of a direct link to the repository in the UI, enhancing traceability and ease of access to the codebase.
Includes database migrations, schema updates, API enhancements, UI display logic, and tests.
Input is currently limited to the API/SDK. UI editing will follow in a subsequent PR. feat : Adds code repository URL to deployment (#19834)
Introduces a `code_repository_url` field to the deployment schema,
allowing users to specify the URL of the code repository associated
with a deployment.
This facilitates better tracking and management of deployment sources. chore: Remove test repro files and plan files from PR