PrefectHQ
prefect
BlogDocsChangelog

feat : Adds code repository URL to deployment (#19834)

#20165
Comparing
jmk307:fix-for-issue-19834
(
b1d81b2
) with
main
(
06750f7
)
CodSpeed Performance Gauge
0%
Untouched
2
Ignored
6

Benchmarks

Passed

bench_task_decorator
benches/bench_tasks.py
CodSpeed Performance Gauge
+1%
606 µs602.1 µs
bench_import_prefect_flow
benches/bench_import.py
CodSpeed Performance Gauge
0%
1.4 s1.4 s

Ignored

bench_task_call
benches/bench_tasks.py
Ignored
CodSpeed Performance Gauge
+3%
33.6 ms32.6 ms
bench_import_prefect
benches/bench_import.py
Ignored
CodSpeed Performance Gauge
0%
1.1 s1.1 s
bench_flow_call[options0]
benches/bench_flows.py
Ignored
CodSpeed Performance Gauge
+2%
172.3 ms169.4 ms
bench_task_submit
benches/bench_tasks.py
Ignored
CodSpeed Performance Gauge
+21%
9.7 ms8 ms
bench_flow_call[options1]
benches/bench_flows.py
Ignored
CodSpeed Performance Gauge
0%
107 ms107.5 ms
bench_flow_decorator
benches/bench_flows.py
Ignored
CodSpeed Performance Gauge
-1%
5.7 ms5.7 ms

Commits

Click on a commit to change the comparison range
Base
main
06750f7
+0.34%
feat : 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.
79e093a
23 hours ago
by jmk307
-0.32%
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.
b8bf7e3
23 hours ago
by jmk307
+0.27%
chore: Remove test repro files and plan files from PR
b1d81b2
22 hours ago
by jmk307
© 2026 CodSpeed Technology
Home Terms Privacy Docs