-
Notifications
You must be signed in to change notification settings - Fork 246
FLINK-5725: Add extra Flink details to paasta status #4063
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
Merged
nleigh
merged 48 commits into
master
from
u/nathanleigh/FLINK-5725/AddMoreDetailsToFlinkPaastaStatus
Jun 11, 2025
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
8ec0c76
FLINK-5725: Add extra Flink details to paasta status
nleigh fab0eb5
FLINK-5725: Add extra Flink details to paasta status: git repo's
nleigh 28381c5
FLINK-5725: Add extra Flink details to paasta status: log commands
nleigh 1fb40c6
FLINK-5725: Add extra Flink details to paasta status: flink monitoring
nleigh 56cdcc5
FLINK-5725: Add SUPPERREGION_TO_ECOSYSTEM_MAPPINGS
nleigh 02c4363
FLINK-5725: Update souregraph to github link
nleigh 7806ecf
FLINK-5725: Add owner information to flink paasta status verbose
nleigh ba32de6
FLINK-5725: Refactors
nleigh 2a65cc6
FLINK-5725: Add flink pool information to flink paasta status verbose
nleigh fa93667
FLINK-5725: Add runbook information to flink paasta status verbose
nleigh 16a304f
FLINK-5725: Fix missing return statement error
nleigh 06319d8
FLINK-5725: Add Flink cost link to paasta status -v
nleigh 7357296
Merge branch 'master' into u/nathanleigh/FLINK-5725/AddMoreDetailsToF…
nleigh 024fdcc
FLINK-5725: Update yelp region -> ecosystem mapping logic
nleigh 1718cb1
Merge branch 'master' into u/nathanleigh/FLINK-5725/AddMoreDetailsToF…
nleigh ce4de9f
FLINK-5725: Downgrade environment-tools
nleigh 141a8ae
Merge remote-tracking branch 'origin/u/nathanleigh/FLINK-5725/AddMore…
nleigh d78be12
FLINK-5725: Mock convert_location_type return
nleigh 2720594
FLINK-5725: Use 'fake-cluster' name in tests
nleigh d42bc6e
Update requirements-minimal.txt
nleigh c48c05b
FLINK-5725: Use existing helper functions
nleigh 379592a
FLINK-5725: Use existing helper functions 2
nleigh 8f16b33
Update paasta_tools/cli/cmds/status.py
nleigh 4cf48ba
Merge branch 'master' into u/nathanleigh/FLINK-5725/AddMoreDetailsToF…
nleigh 1e89fd5
Update paasta_tools/cli/cmds/status.py
nleigh 68b42b6
FLINK-5725: Refactors and remove try/exception
nleigh da0226f
FLINK-5725: Move ecosytem function to utils
nleigh d7ac273
FLINK-5725: Fix tox issues
nleigh 994e4d6
Update paasta_tools/flink_tools.py
nleigh 33b03fa
Update paasta_tools/utils.py
nleigh 022b9c4
FLINK-5725: Rename fake-cluster to fake_cluster
nleigh ffab533
Merge remote-tracking branch 'origin/u/nathanleigh/FLINK-5725/AddMore…
nleigh 42fc583
Update paasta_tools/utils.py
nleigh 571a4cd
Update paasta_tools/utils.py
nleigh 377584d
Update paasta_tools/utils.py
nleigh 22d2921
Update paasta_tools/cli/cmds/status.py
nleigh dbc5e66
Update paasta_tools/utils.py
nleigh e0388bb
FLINK-5725: Update test mock
nleigh 4a93fdf
FLINK-5725: Fix tox issues
nleigh 7138c66
Merge branch 'master' into u/nathanleigh/FLINK-5725/AddMoreDetailsToF…
nleigh 399c0ad
Update paasta_tools/cli/cmds/status.py
nleigh b71546c
Update tests/test_utils.py
nleigh d5e6765
Update tests/test_utils.py
nleigh 5bf589d
Update paasta_tools/cli/cmds/status.py
nleigh d946ba3
FLINK-5725: Fix indentation + refactor
nleigh c1792da
FLINK-5725: Remove if statement check
nleigh 4ba30b3
FLINK-5725: Fix tests by populating flink_instance_config
nleigh 55b4371
Update tests/test_utils.py
nleigh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using .replace("pnw-", "") may remove multiple occurrences of the substring instead of only the prefix. Consider using a conditional check or a method that only removes the prefix if present.
Copilot uses AI. Check for mistakes.