Skip to content

Show Deploy Boards for Environments in Folders

Andrew Fontaine requested to merge afontaine/show-deploy-boards-for-folders into master

What does this MR do?

People may want to organize their environments by heavily relying on folders, but, while we fetched the deploy board data, we never properly parsed it or displayed it for users.

Here, we parse the deploy board data for children in setFolderContent, as that is where the children are assigned to a folder when loaded.

We also need to update the check in setDeployBoard, as size does not seem to exist on children environments. Instead, isFolder is used (which captures the same information we need as a simple boolean).

For #299612 (closed)

Screenshots (strongly suggested)

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Andrew Fontaine

Merge request reports