UNCLASSIFIED - NO CUI

Skip to content

Resolve "investigate validity of all table fields in docs/packages.md"

Investigate validity of all table fields in docs/packages.md

It was noticed during the 1.46 release cycle that a few fields in the tables of docs/packages.md had to be updated to accommodate recent package updates. Several engineers concurred, during discussions in this release cycle, that some values may not have been appropriately updated in past release cycles and therefor may be invalid.

Closes #1348 (closed)

investigate the usefulness of and update/replace table columns of docs/packages.md

Investigate whether or not the table columns in docs/packages.md need to be kept, removed, or added to.

As part of this investigation, clearly define each column's definition to be less ambiguous and easier to test/validate a package against.

Each column should be investigated individually and scored for its own usefulness in terms of whether or not it brings value to this document. Table columns with poorly rated value should be removed and any additional lacking table column headers should be added as appropriate.

Closes #1349 (closed)

MR includes the following changes:

  • Removal of the Logging column.
  • Update to the descriptions of each column.
  • Implementation of 4 Values for columns
    1. N/A: Feature doesn't exist
    2. No: Feature exists, Not Implemented in Big Bang
    3. Disabled: Feature exists, Implemented in Big Bang but disabled by default
    4. Enabled: Feature exists, Implemented in Big Bang and enabled by default
Edited by Patrick Kelly

Merge request reports