green-coding-solutions/documentation

Blue Angel documentation update

Closed this issue · 0 comments

  • Make new draft page in the docs about our new "phases" concept and how it reflects the lifecycle of an application and play back draft to Didi
  • New production option: --full-docker-prune, --dry-run, --skip-config-check
  • Machine_ID and machine_description is now mandatory field and will be registered in DB on first run
  • Introduced the cluster and machine key in config.yml
  • Submodules are now checked out on install. Info to install these manually is not needed anymore
  • GMT can now build images with Kaniko. Design decision: Building will never delete local images unless forced to never delete user data. This is a security issue in production though and the GMT should never be used on a system with other docker images!
  • update with new CLI switches, usage_scenario and measurement_providers (System => Component / Machine. No more [SYSTEM])
  • how to write your own metrics provider and their naming scheme, which is important, so that they can be detected in the frontend
  • Please reverse the checking to rather block re.findall(r'(..|$|'|"|`|!)' than only allow ASCI (schema checker for usage scenario)