-
Notifications
You must be signed in to change notification settings - Fork 88
feat(project): implement project status
#2165
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
Draft
jariy17
wants to merge
15
commits into
refactor
Choose a base branch
from
feat/project-status
base: refactor
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
9f86ab5
feat(project): resolve all deployed resource types, not just runtimes…
d49ba34
refactor(project): drop dataset from deployed resource scope
b8bbd2b
refactor(project): resolve every deployed id in one exhaustive switch
15e0c1b
refactor(project): inline deployed-id resolution into its only caller
95df8a3
feat(project): report deployed resources by ARN instead of bare id
838d8ef
chore(project): drop code comments from deployed-resource resolution
457bc72
feat(project): implement project status
bfef4ea
fix(project): report status for a target the project has not declared
266204b
chore(project): drop code comments and use a text key separator
8aa07be
refactor(project): read credential ARNs at the point of use
1cc8636
refactor(project): name the idOf parameter
169870e
refactor(project): inline the payment output-key sanitization
e3bd6de
refactor(project): drop allowMissing from deployed-resource resolution
0ddf02c
fix(project): restore project invoke and report local-only resources
e93ac29
fix(project): address review on project status resource resolution
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
The base branch tested
-RuntimeIdand-Harness-<name>-Id. Now nothing here asks foridentifier: "id", so a typo in the suffix logic would make headless invoke report a deployed runtime as not deployed with CI green. One id-mode case would cover it.