Skip to content

refactor: remove support for list of dicts for SIMPLE_THEME_SCSS_OVERRIDES

Maxim Beder requested to merge maxim/se-6013-scss-overrides-as-dicts into main

Description

In !206 (merged) we've changed Grove to allow defining SIMPLE_THEME_SCSS_OVERRIDES as YAML objects/dictionaries, and kept the support for YAML lists for backwards compatibility, specifically with OCIM. This PR removes support for list of dicts for SIMPLE_THEME_SCSS_OVERRIDES. OCIM is also being changed to pass the SCSS overrides as dictionary instead of list in console!919 (merged).

Supporting information

Testing instructions

Steps to test the changes:

  1. TBD

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • All providers include the new feature/change
  • All affected providers can provision new clusters
  • Unit tests are added/updated
  • Documentation is added/updated
  • The TOOLS_CONTAINER_IMAGE_VERSION in ci_vars.yml is updated
  • The grove-template repository is updated

Additional context

THIS IS A BREAKING CHANGE

Edited by Maxim Beder

Merge request reports