Commits
Click on a commit to change the comparison rangeAdds deployment versioning to the CLI
Initial WIP for deployment versioning
* add `--version-info` to `prefect deploy`
* pass version info through deployment create and update
* add make_current_version to cli options dict
* remove unnecessary todo
* switch flag to `branch_version`
* add `create_deployment_version` to client
* change version_into type
* supply version_info as str
* use loaded version_info in apply
* types
Later updates
* De-branchifying
* Renaming to prefect.versioning
* Tightening up, removing branch
* Tests and adjustments
* Remove new-style type hint
* Fixing types
* Don't send `version_info` unless it's provided
* Ensure that we dump the extra VersionInfo fields on create/update7 months ago
by kevingrismore Clear the environment so the tests aren't affected by CI6 months ago
by chrisguidry Simplifying git setup6 months ago
by chrisguidry Wat6 months ago
by chrisguidry more diags6 months ago
by chrisguidry Simpler git6 months ago
by chrisguidry Fixing inheritance6 months ago
by chrisguidry Merge branch 'main' into versioned-cli-deploy6 months ago
by chrisguidry Merge branch 'main' into versioned-cli-deploy6 months ago
by chrisguidry Renaming module to `_versioning`6 months ago
by chrisguidry Use newer type syntax6 months ago
by chrisguidry Merge branch 'main' into versioned-cli-deploy6 months ago
by chrisguidry Also future in deployment/runner.py6 months ago
by chrisguidry Update filename for pyright6 months ago
by chrisguidry