Conversation
…e-references-to-slugs-everywhere Update Tower CLI to remove references to slugs everywhere
- Remove boxed models, since that's more what we expect. - For detached runs, make sure all that works. - For attached runs, print messages that are useful at the end.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Follow logs in tower cloud
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements version 0.3.23 with changes to enable live log tailing during Tower runs and provide helpful links to users when invoking runs from the CLI. The changes also include a significant API refactoring from slug-based to name-based identifiers across the Tower API client.
- Updates CLI to tail Tower logs during "tower run" executions and provide user-friendly links
- Refactors API models and endpoints from "slug" to "name" identifiers
- Adds new schedule management endpoints and models
Reviewed Changes
Copilot reviewed 234 out of 235 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tests/tower/test_client.py | Removes deprecated app_slug parameters from test fixtures |
| src/tower/tower_api_client/models/*.py | Updates model classes to use "name" instead of "slug" identifiers |
| src/tower/tower_api_client/api/default/*.py | Updates API endpoints to use name-based URL parameters |
| scripts/rust-client-templates/model.mustache | Adds custom deserialization for enum types |
| crates/tower-cmd/src/*.rs | Updates CLI commands to use name-based identifiers and adds run following |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.