Skip to content
Snippets Groups Projects
  1. Mar 14, 2024
  2. Dec 29, 2023
  3. Feb 23, 2024
  4. Dec 27, 2023
  5. Jul 27, 2023
  6. Mar 01, 2024
  7. Oct 18, 2023
  8. Oct 17, 2023
  9. Oct 16, 2023
  10. Oct 12, 2023
  11. Aug 14, 2023
  12. Jul 19, 2023
  13. Apr 07, 2023
  14. Mar 22, 2023
  15. Mar 08, 2023
  16. Mar 07, 2023
  17. Feb 06, 2023
    • Steeven Herlant's avatar
      make linter happy · 8be602039728
      Steeven Herlant authored
      8be602039728
    • Christophe de Vienne's avatar
      Implement variable overlay with dotted paths · 1875a33eb32b
      Christophe de Vienne authored
      If an overlay variable has a dotted name, it is used as a path to patch
      a nested value in the original variable.
      
      For instance, given the following original variables:
      
      variables:
        d:
          a: value
          b: other
      
      A config overlay can change the 'a' value without touching the other 'd'
      attributes :
      
      variables:
        d.a: new value
      
      
      The resulting variables would be :
      
      variables:
        d:
          a: new value
          b: other
      1875a33eb32b
  18. Feb 03, 2023
  19. Nov 29, 2022
  20. Nov 25, 2022
  21. Oct 28, 2022
  22. Oct 10, 2022
  23. Sep 21, 2022
Loading