Skip to content

Integrate with new environments API

What does this MR do?

This is the first of several merge requests to add pagination and a new subview for environments. In order to make it easier to review the work will be divided in 3 different Merge Requests:

This is the Merge Request for 1. Adapt to new API response

With the new API response the folders and the counters are now calculated in the backend:

  • Removes environments calculations to have the counts of available and stopped environments
  • Removes filtered environments function to transform into a folder structure
  • Removes recursive table row rendering - the first iteration of new UX does not show an open folder with children environments

Screenshots (if relevant)

Screen_Shot_2017-02-04_at_22.11.37

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#25499 (closed)

Merge request reports