-
Notifications
You must be signed in to change notification settings - Fork 81
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 template and checks #617
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
6e61aa8
Update template and checks
jmesnil caae72f
Add labels for the stability-levels
jmesnil afd7f2e
Update template
jmesnil 10fb051
Display community stability-level
jmesnil b59832a
Merge branch 'pullRequest581' into pulls
bstansberry 4b59208
Fix some rendering issues; use generated stability info for already m…
bstansberry 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ | |
categories: | ||
- wf-galleon | ||
- maven | ||
stability-level: community | ||
--- | ||
= [Community] Publish WildFly channel manifest | ||
= Publish WildFly channel manifest | ||
:author: Bartosz Spyrko-Smietanko | ||
:email: [email protected] | ||
:toc: left | ||
|
@@ -131,7 +132,7 @@ Following three channels will be created as part of this proposal: | |
|
||
|=== | ||
|
||
==== Manifest metadata Requirements | ||
=== Manifest metadata Requirements | ||
|
||
The manifest file defines a few metadata fields: | ||
* name - human readable name of the manifest. Should contain the version of the server. | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ | |
categories: | ||
- core | ||
- management | ||
stability-level: community | ||
--- | ||
= [Community] Aliases for standard configuration files | ||
= Aliases for standard configuration files | ||
:author: Michal Petrov | ||
:email: [email protected] | ||
:toc: left | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ | |
categories: | ||
- core | ||
- management | ||
stability-level: community | ||
--- | ||
= [Community] Simple config export for a server as an attachment for standalone or domain mode | ||
= Simple config export for a server as an attachment for standalone or domain mode | ||
:author: Emmanuel Hugonnet | ||
:email: [email protected] | ||
:toc: left | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ | |
categories: | ||
- core | ||
- management | ||
stability-level: default | ||
--- | ||
= [Community] Simple config export for a server as an attachment for standalone or domain mode | ||
= Simple config export for a server as an attachment for standalone or domain mode | ||
:author: Emmanuel Hugonnet | ||
:email: [email protected] | ||
:toc: left | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,119 +4,96 @@ categories: | |
# - core | ||
# - management | ||
# if missing, add it to _data/widfly-categories and use its id | ||
# | ||
# Specify the stability level of the feature. | ||
# Values can be one of: experimental preview community default | ||
stability-level: | ||
#Specify the Feature Development tracker issue for the feature. | ||
# This must be an issue tracked in https://github.com/orgs/wildfly/projects/7/views/1. | ||
# To create a Feature Development tracker issue, go to https://github.com/wildfly/wildfly-proposals/issues/new/choose | ||
# and select 'Feature Development' | ||
issue: | ||
--- | ||
= [Experimental|Preview|Community|default]Template <INSERT TITLE HERE> | ||
= <INSERT TITLE HERE> | ||
:author: Your Name | ||
:email: [email protected] | ||
:toc: left | ||
:icons: font | ||
:idprefix: | ||
:idseparator: - | ||
|
||
== Overview | ||
|
||
== Issue Metadata | ||
|
||
=== Issue | ||
|
||
* https://issues.redhat.com/browse/WFCORE[WFCORE-XXXX] | ||
|
||
=== Related Issues | ||
|
||
* https://issues.redhat.com/browse/WFLY[WFLY-XXXX] | ||
|
||
=== Stability Level | ||
// Choose the planned stability level for the proposed functionality | ||
* [ ] Experimental | ||
|
||
* [ ] Preview | ||
__<The entire document should be one to two pages long. We will write each analysis document as if it is a conversation with a future developer. This requires a good writing style, with full sentences organized into paragraphs. Bullets are acceptable only for visual style, not as an excuse for writing sentence fragments.>__ | ||
|
||
* [ ] Community | ||
|
||
* [ ] default | ||
|
||
=== Dev Contacts | ||
== Overview | ||
|
||
* mailto:{email}[{author}] | ||
__<Define the requirement here. Be clear and succinct, you should be able to clearly define the context or problem in two or three paragraphs (if not sentences). Try to define the problem in the overall context and not to get into too much technical detail at this point.>__ | ||
|
||
=== QE Contacts | ||
== Related Issues | ||
|
||
=== Testing By | ||
// Put an x in the relevant field to indicate if testing will be done by Engineering or QE. | ||
// Discuss with QE during the Kickoff state to decide this | ||
* [ ] Engineering | ||
__<List the issues related to this feature>__ | ||
|
||
* [ ] QE | ||
== Affected Projects or Components | ||
|
||
=== Affected Projects or Components | ||
__<List the projects or components that are affected by the feature. List them using their Git repositories.>__ | ||
|
||
=== Other Interested Projects | ||
|
||
=== Relevant Installation Types | ||
// Remove the x next to the relevant field if the feature in question is not relevant | ||
// to that kind of WildFly installation | ||
* [x] Traditional standalone server (unzipped or provisioned by Galleon) | ||
|
||
* [x] Managed domain | ||
|
||
* [x] OpenShift s2i | ||
__<List the installation types thar are relevant for the features and remove any that are not relevant>__. | ||
|
||
* [x] Bootable jar | ||
* Traditional standalone server (unzipped or provisioned by Galleon) | ||
* Managed domain | ||
* OpenShift Source-to-Image (S2I) | ||
* Bootable jar | ||
|
||
== Requirements | ||
|
||
=== Hard Requirements | ||
|
||
=== Nice-to-Have Requirements | ||
// Requirements in this section do not have to be met to merge the proposed functionality. | ||
// Note: Nice-to-have requirements that don't end up being implemented as part of | ||
// the work covered by this proposal should be moved to the 'Future Work' section. | ||
|
||
__<Describe the requirements that must be fullfilled by this feature.>__ | ||
|
||
=== Non-Requirements | ||
// Use this section to explicitly discuss things that readers might think are required | ||
// but which are not required. | ||
|
||
__<Use this section to explicitly discuss things that readers might think are required but which are not required.>__ | ||
|
||
=== Future Work | ||
// Use this section to discuss requirements that are not addressed by this proposal | ||
// but which may be addressed in later proposals. | ||
|
||
__<Use this section to discuss requirements that are not addressed by this proposal but which may be addressed in later proposals.>__ | ||
|
||
== Backwards Compatibility | ||
|
||
// Does this enhancement affect backwards compatibility with previously released | ||
// versions of WildFly? | ||
// Can the identified incompatibility be avoided? | ||
__<Does this enhancement affect backwards compatibility with previously released versions of WildFly? Can the identified incompatibility be avoided?>__ | ||
|
||
=== Default Configuration | ||
|
||
__<Does the proposed work change the default value of any current configuration attributes? Does it change the configuration generated by any current Galleon layers?>__ | ||
|
||
=== Importing Existing Configuration | ||
|
||
__<Does the proposed work affect the ability to run WildFly running an existing configuration? Is there anything else about the proposed work that may require changes to the WildFly server migration tool?>__ | ||
|
||
=== Deployments | ||
|
||
__<Does this feature change the behavior of deployments in incompatible ways?>__ | ||
|
||
=== Interoperability | ||
|
||
//== Implementation Plan | ||
//// | ||
Delete if not needed. The intent is if you have a complex feature which can | ||
not be delivered all in one go to suggest the strategy. If your feature falls | ||
into this category, please mention the Release Coordinators on the pull | ||
request so they are aware. | ||
//// | ||
__<Is this feature impacting interoperability?>__ | ||
|
||
== Implementation Plan | ||
|
||
__<This section is optional. If you have a complex feature which can not be delivered all in one go, suggest the strategy.>__ | ||
|
||
== Admin Clients | ||
|
||
__<Identify the level of compatibility this feature will have with the existing admin clients (JBoss CLI and the Admin Console / HAL). Identify any follow up work that will be required in the clients and link issues created to track this work.>__ | ||
|
||
== Security Considerations | ||
|
||
//// | ||
Identification if any security implications that may need to be considered with this feature | ||
or a confirmation that there are no security implications to consider. | ||
//// | ||
__<What impact on security does this feature have?>__ | ||
|
||
== Test Plan | ||
|
||
Depending on the selected stability level, the appropriate section below should be completed, including a brief description of how testing is to be performed in accordance with the selected stability level. The non-relevant sections may be removed as needed. | ||
__<Depending on the selected stability level, the appropriate section below should be completed, including a brief description of how testing is to be performed in accordance with the selected stability level. The non-relevant sections may be removed as needed.>__ | ||
//// | ||
Depending on the stability level, the test plan required may vary. see below: | ||
//// | ||
|
@@ -134,16 +111,12 @@ Depending on the stability level, the test plan required may vary. see below: | |
** Default - This stability level is reserved and requires approval by a professional Quality Engineer with subject matter expertise. | ||
|
||
== Community Documentation | ||
//// | ||
Generally a feature should have documentation as part of the PR to wildfly main, or as a follow up PR if the feature is in wildfly-core. In some cases though the documentation belongs more in a component, or does not need any documentation. Indicate which of these will happen. | ||
//// | ||
|
||
__<Describe how this feature will be documented or illustrated. Generally a feature should have documentation as part of the PR to wildfly main, or as a follow up PR if the feature is in wildfly-core. In some cases though the feature will bring additional content (such as quickstarts, guides, etc.). Indicate which of these will happen>__ | ||
+** Default - This stability level is reserved and requires approval by a professional Quality Engineer with subject matter expertise. | ||
|
||
== Release Note Content | ||
//// | ||
Draft verbiage for up to a few sentences on the feature for inclusion in the | ||
Release Note blog article for the release that first includes this feature. | ||
Example article: http://wildfly.org/news/2018/08/30/WildFly14-Final-Released/. | ||
This content will be edited, so there is no need to make it perfect or discuss | ||
what release it appears in. "See Overview" is acceptable if the overview is | ||
suitable. For simple features best covered as an item in a bullet-point list | ||
of features containing a few words on each, use "Bullet point: <The few words>" | ||
//// | ||
|
||
__<Draft verbiage for up to a few sentences on the feature for inclusion in the Release Note blog article for the release that first includes this feature.__ | ||
__Example article: https://www.wildfly.org/news/2024/01/25/WildFly31-Released/.__ | ||
__This content will be edited, so there is no need to make it perfect or discuss what release it appears in.>__ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
--- | ||
categories: | ||
- ee | ||
stability-level: preview | ||
--- | ||
= [Preview] Standard WildFly support for Jakarta MVC 2.1 | ||
= Standard WildFly support for Jakarta MVC 2.1 | ||
:author: Brian Stansberry | ||
:email: [email protected] | ||
:toc: left | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,9 @@ | |
categories: | ||
- elytron | ||
- security | ||
stability-level: community | ||
--- | ||
= [Community] SSLContext to support delegation to alternate instances based on peer information | ||
= SSLContext to support delegation to alternate instances based on peer information | ||
:author: Diana Krepinska | ||
:email: [email protected] | ||
:toc: left | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
--- | ||
categories: | ||
- security | ||
--- | ||
= WFLY-16306: Keycloak Galleon Feature Pack | ||
:author: Farah Juma | ||
:email: [email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
--- | ||
categories: | ||
- elytron | ||
- elytron | ||
- security | ||
stability-level: preview | ||
--- | ||
== [Preview] Adding the ability to configure additional scope value for an authentication request | ||
= Adding the ability to configure additional scope value for an authentication request | ||
:author: Prarthona Paul | ||
:email: [email protected] | ||
:toc: left | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
= [Preview] Add the ability to specify that the OIDC Authentication Request should include request and request_uri parameters | ||
--- | ||
categories: | ||
- elytron | ||
- security | ||
stability-level: preview | ||
--- | ||
= Add the ability to specify that the OIDC Authentication Request should include request and request_uri parameters | ||
:author: Prarthona Paul | ||
:email: [email protected] | ||
:toc: left | ||
|
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.
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.
Note that the '[Community]' here was a mistake, probably cut and paste from the earlier proposal for the community stability feature.