-
Notifications
You must be signed in to change notification settings - Fork 64
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
Create deployment scope detection mechanism for index generator #1197
Comments
#959 will include the addition of the deployment scope filter on completion of this issue. |
Complexity sizing: August 4, 2023 |
Previous points are 8 complexity based / 8 time based |
blocked by #959 to provide filtering before field implementation: #959 (comment) |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
Still needed and waiting on #959 to be resolved. |
#959 is resolved, and this issue is now unblocked. |
#1321 is still blocking this issue, need to replace effort towards resolving that one: #1321 (comment) |
This issue is stale because it has been open for 90 days with no activity. Remove stale label or comment or this will be closed in 60 days. |
Which area this feature is related to?
/area registry
Which functionality do you think we should add?
Why is this needed? Is your feature request related to a problem?
Allows index server to serve clients an index schema,
/v2index
response, which contains new field(s) for getting the deployment scope (innerloop/outerloop) of a stack.Detailed description:
Since the release of devfile 2.2.0, more and more stack under the devfile registry have been adopting outerloop support within the newest versions. However, with there being certain stacks which have not adopted outerloop support yet along with legacy stack versions which would not either comes no guarantee that all devfile 2.2.0 stacks will support outerloop.
In addition, there can also exist new stacks going forward which only support outerloop as well.
With the introduction of new field(s) under the index schema which indicates the deployment scope of the stacks, this can make it easier for clients to filter to the scopes they need.
Describe the solution you'd like
A new field or fields which indicate the deployment scope of stacks(tracking this in Add new field which indicates the deployment scope of stacks/samples #1321)Innerloop Detection Example
Describe alternatives you've considered
The alternative is to advise clients on how to perform deployment scope detection on the client side of the devfile response from the index server.
Additional context
Blocked by #1322 for detail on implementation of the detection mechanism and by #1321 for the new deployment scope field.
The text was updated successfully, but these errors were encountered: