-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[core-api][experimental] AssetsDefinition specs
#26681
Merged
OwenKephart
merged 2 commits into
12-23-_core-api_experimental_assetout_tags
from
12-23-_core-api_experimental_assetsdefinition_specs_
Dec 31, 2024
Merged
[core-api][experimental] AssetsDefinition specs
#26681
OwenKephart
merged 2 commits into
12-23-_core-api_experimental_assetout_tags
from
12-23-_core-api_experimental_assetsdefinition_specs_
Dec 31, 2024
Conversation
This file contains 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 was referenced Dec 23, 2024
This was referenced Dec 23, 2024
This was referenced Dec 23, 2024
OwenKephart
force-pushed
the
12-23-_core-api_experimental_owners_
branch
from
December 23, 2024 21:54
11ad986
to
bdf9b60
Compare
OwenKephart
force-pushed
the
12-23-_core-api_experimental_assetsdefinition_specs_
branch
from
December 23, 2024 21:54
975219b
to
1bc02f6
Compare
yuhan
approved these changes
Dec 26, 2024
OwenKephart
force-pushed
the
12-23-_core-api_experimental_owners_
branch
from
December 31, 2024 18:46
bdf9b60
to
b0e99e3
Compare
OwenKephart
force-pushed
the
12-23-_core-api_experimental_assetsdefinition_specs_
branch
from
December 31, 2024 18:46
1bc02f6
to
a2c81e9
Compare
Draft
OwenKephart
force-pushed
the
12-23-_core-api_experimental_owners_
branch
from
December 31, 2024 19:18
b0e99e3
to
6af72c2
Compare
OwenKephart
force-pushed
the
12-23-_core-api_experimental_assetsdefinition_specs_
branch
from
December 31, 2024 19:18
a2c81e9
to
fe2e711
Compare
OwenKephart
changed the base branch from
12-23-_core-api_experimental_owners_
to
12-23-_core-api_experimental_assetout_tags
December 31, 2024 19:18
## Summary & Motivation decision: experimental -> deprecated reason: this was actually marked as both experimental and deprecated, which doesn't make sense docs exist: n/a ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.
OwenKephart
merged commit Dec 31, 2024
09d23e3
into
12-23-_core-api_experimental_assetout_tags
1 check was pending
OwenKephart
deleted the
12-23-_core-api_experimental_assetsdefinition_specs_
branch
December 31, 2024 19:24
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.
Summary & Motivation
decision: experimental -> public
reason: we are using this pattern heavily internally, and generally have built up a lot of APIs around making this sort of thing work. we want people to be using this pattern in other places (e.g. multi_asset), so it shouldn't be marked as experimental
docs exist: yes (api only, which is ok)
How I Tested These Changes
Changelog