cd-rite

Results 95 issues of cd-rite

Allow App managers to put the app into a "Maintenance Mode" limiting app functionality for other users, but enabling new maintenance features. The once enabled, /op/maintenance endpoints will let admins:...

enhancement
API
UI

App Management -> Application Info: Add Navigable grids populated by "deployment details" json. - Deployment Details -> likely to become "Application Info"(?) - Add "retries" counters to opId stats -...

Add Content-Type `application/xml` and buffer the request body in our code. Deprecate the use of Content-Type `multipart/form-data` and the use of the `multer` library. Consider the removal of `multipart/form-data` shortly.

API
OAS

Usually updateStatsAssetStig is called with params specifying the Collection/Asset/Benchmark affected, and in certain cases/Collections this may include disabled assets/Collections, which likely slows the recalculation process. Method should exclude disabled collections/assets...

API

This is in progress, awaiting implementation of a maintenance mode before release. New approach streams table data directly, rather than creating a specialized appdata object that needs to be updated...

getCollectionInfoAndCheckPermission is intended to throw a privilege error if user does not have the specified minimum grant for the requested CollectionId, and returns the collectionId and corresponding grant if they...

API

Current UI allows user to only set an overall "goal" status for all imported reviews, regardless of result. UI should break out each supported Result and let the User choose...

Users have requested CORA score be presented in UI Collection Dashboard, overall and in grid presentations to use for prioritization of effort. CORA scoring treats unreviewed Rules as "open," and...

Treat patch differently than post/put requests that substitute default values in update. Patch- define Min fields 1 clarify oas documentation if settings is provided, the whole object must be presented.

Concurrent with release implementing API parent issue(#1153), UI should be updated to use Import Options specified in Collection settings.importOptions rather than metadata.importOptions Save importOptions to Collection settings, rather than metadata:...