Skip to content
Snippets Groups Projects
  1. Jul 19, 2023
  2. Apr 07, 2023
  3. Mar 23, 2023
  4. Mar 22, 2023
  5. Mar 08, 2023
  6. Mar 07, 2023
  7. Mar 08, 2023
  8. Feb 06, 2023
    • Steeven Herlant's avatar
      update README · cc463e98
      Steeven Herlant authored
      cc463e98
    • Steeven Herlant's avatar
      make linter happy · 8be60203
      Steeven Herlant authored
      8be60203
    • Christophe de Vienne's avatar
      Implement variable overlay with dotted paths · 1875a33e
      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
      1875a33e
  9. Feb 03, 2023
  10. Dec 06, 2022
  11. Nov 29, 2022
  12. Nov 25, 2022
  13. Nov 05, 2022
  14. Nov 04, 2022
  15. Oct 28, 2022
  16. Oct 10, 2022
  17. Sep 21, 2022
Loading