Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

READY FOR REVIEW

API Sub Projects are used to develop and support releasing APIs.

  • One API Sub Project ideally contains one API or a small set of closely related APIs. 
  • A release includes all the APIs of the API Sub Project. 
  • Hence a public-release can only be created when all APIs in the API Sub Project have at least an initial public-release API version.

API Sub Project maturity status

API Sub-projects may have one of the follow maturity status:

  • Sandbox
  • Incubated

By default an API Sub Project has the Sandbox maturity status.

An API Sub Project needs to minimally respect the following requirements to obtain the Incubated maturity status:

  • It participated in at least 1 meta-release cycle
  • It is managed through regular scheduled meetings with meeting minutes being provided.
  • It has adopted LF tools (Zoom, wiki, ...) and uses them according to the CAMARA guidelines.

The maturity status is determined by the TSC based on these and the below requirements.

Sandbox API Sub-project 

A Sandbox API Sub Project can release only initial public-release API versions (0.x.y).

Its released API versions will be listed as part of a meta-release if the Release Process was applied to all of its contained APIs.

Incubated API Sub-project

Incubation is the verification and approval of the Incubated status of an API Sub Project. Incubation can happen as part of a release cycle.

To get the Incubated status the API Sub Project needs to meet the following requirements:

  • The API Sub Project has at least one API released with an initial public-release version (0.x.y)
  • The Sandbox API Sub Project has stated the goal to become incubated in the beginning of the release cycle (on relevant API release tracker pages)
  • The Incubated status is approved by the TSC

An Incubated API Sub Project can manage and evolve in parallel APIs with stable versions (1.x.y) and initial versions (0.x.y). 

An Incubated API Sub Projects has to follow the meta-release cycle for all included APIs.


API Sub Project classification (moved from API readiness checklist)

The following table explains each of the criteria to be respected by an API Sub-project to be classified as Sandbox or Incubated.

Status: This table was significantly changed by Herbert Damkerafter the May 7th Release Management call   - please review and comment

The intention is to bring these criteria into the CAMARA Governance documents.

Nr

API Sub-project classification criteria

Sandbox
Sub Project

Incubated
Sub Project

Explanation


Scope of Sub Project approved within APIBacklog

M

M

For each API an API Proposal was submitted to the API Backlog working group, and discussed and approved within the API Backlog working group or by the TSC.
Note: Also changes of the initial scope need to be approved by the API Backlog working group based on a new API Proposal or Scope Enhancement issue submitted by the API Sub Project.


Sub Project has at least one Maintainer

M

M

Defined within MAINTAINERS.md file. Note: the first Sub Project Maintainer is typically the API Proposal owner.


Sub Project has Maintainers from at least 3 distinct companies

O

M

Defined within MAINTAINERS.md file. Regarding the prerequisites, role and responsibilities of Maintainers see ProjectStructureAndRoles.md


User stories available for the API(s)

O

M (O)

It is recommend to define User Stories for the API(s) within a Sub Project as early as possible. Multiple User Stories per API are recommended to ensure that the developed API(s) is/are generic enough. The User Stories shall use the Userstory-template defined by Commonalities. (Note: within Fall24 release this requirement is optional for incumbent Sub Projects and its APIs which are launched already in production.)


Sub Project has at least one Codeowner 

M

M

Codeowners will be defined by changes to the CODEOWNER file. Note: Codeowner should be an experienced Contributor and maybe also a Maintainer.


Branch protection rules enabled for "main" and "maintenance" branches.

O/M

M

Enabling of the branch protection rules has to be requested by a Sandbox project latest with the first (alpha) release cycle where they aim to get incubated. At least two Codeowners are needed when branch protection is enabled, three recommended


At least 2 Codeowners from distinct companies

O

M

Defined within CODEOWNER file. 3 Codeowner are recommended.


Linting rules are enforced 

O

M

The linting rules provided by Commonalities must be successfully executed against every Pull Request of the OAS API definition files before the Pull Request can be merged (branch protection is prerequisite for that).
Note: Linting rules can be manually applied before enforcement.


Participation within the Meta-Release cycles

O/M

M

Sandbox projects do not need to participate within the Release Process as long as they are only release initial API versions ("rapid development phase"). They must participate in the Release Cycle if they want to release a stable API version. They must participate in at least one Release Cycle to get Incubated.
Incubated Sub Project must participate within the Release Cycle and must at least adopt the changes coming from Commonalities and ICM within each Release Process cycle.

?

Release-candidate API version tested in at least 2 operator implementations

Y

Y

(proposal to delete as this line is included in the API Release Process)


A public-release API version of a Sandbox Sub Project has to be launched by n operators in m markets in production as a prerequisite to become Incubated.

N/A

M

Proposed source for this is criteria is the official "Open Gateway public launch status" page. Other sources about public launches will be evaluated by the TSC case-by-case. Note: the values of "n" and "m" need to be further discussed.



  • No labels