Skip to content
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

Update docstrings and messages #8496

Merged
merged 1 commit into from
Feb 13, 2023
Merged

Conversation

tpdorsey
Copy link
Contributor

Remove Orion from docstrings, comments, and messages

Example

Checklist

  • This pull request references any related issue by including "closes <link to issue>"
    • If no issue exists and your change is not a small fix, please create an issue first.
  • This pull request includes tests or only affects documentation.
  • This pull request includes a label categorizing the change e.g. fix, feature, enhancement

@@ -1,5 +1,5 @@
"""
Command line interface for working with Orion on Kubernetes
Command line interface for working with Prefect on Kubernetes
Copy link
Contributor

@peytonrunyan peytonrunyan Feb 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gave the replacement guidance a look and it doesn't appear to be 100% clear on cases like this. Did we decided that we can use a generic Prefect or should this be Prefect Server?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not all of these commands are related to the server, e.g. installing an agent.

@zanieb
Copy link
Contributor

zanieb commented Feb 13, 2023

@tpdorsey I've rebased this and resolve a bunch of conflicts where I made the same edits :D

# Conflicts:
#	.github/workflows/integration-tests.yaml
#	src/prefect/blocks/core.py
#	src/prefect/cli/block.py
#	src/prefect/cli/kubernetes.py
#	src/prefect/cli/profile.py
#	src/prefect/cli/server.py
#	src/prefect/client/orchestration.py
#	src/prefect/experimental/workers/base.py
#	src/prefect/server/database/alembic_commands.py
#	src/prefect/server/database/configurations.py
#	src/prefect/server/database/orm_models.py
#	src/prefect/server/database/query_components.py
#	src/prefect/server/models/flow_runs.py
#	src/prefect/server/orchestration/core_policy.py
#	src/prefect/server/utilities/database.py
#	src/prefect/settings.py
#	tests/cli/test_kubernetes_manifest.py

# Conflicts:
#	src/prefect/logging/handlers.py
#	tests/test_logging.py

# Conflicts:
#	tests/cli/test_profile.py
@zanieb zanieb merged commit 9722d3b into feature/orion-removal Feb 13, 2023
@zanieb zanieb deleted the more-orion-doc-fixups branch February 13, 2023 17:39
zanieb added a commit that referenced this pull request Feb 13, 2023
Co-authored-by: Michael Adkins <michael@prefect.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants