Skip to content
Snippets Groups Projects
  1. Dec 17, 2024
  2. Nov 29, 2024
  3. Nov 06, 2024
  4. Nov 05, 2024
  5. Nov 04, 2024
  6. Oct 21, 2024
  7. Oct 17, 2024
  8. Jul 22, 2024
  9. Jun 14, 2024
  10. Jun 12, 2024
  11. Jun 04, 2024
  12. May 21, 2024
  13. May 02, 2024
  14. Apr 03, 2024
  15. Apr 02, 2024
  16. Mar 27, 2024
  17. Mar 26, 2024
  18. Mar 11, 2024
  19. Feb 28, 2024
  20. Feb 14, 2024
  21. Feb 07, 2024
    • Alexander Fisher's avatar
      Deprecate `time` function · fea0881b
      Alexander Fisher authored
      `time` was both an old API ruby function, and not needed since Puppet 4.
      
      In this commit, the `parser` function is removed and replaced by a
      non-namespaced APIv4 function. This is done to preserve compatibility
      before the function is removed completely in a later release.
      
      The ruby function calls a Puppet language function which implements the
      existing behaviour using core Puppet functionality.
      
      The original function did something weird with an optional `timezone`
      parameter. Nobody really remembers why. It appears that very early
      versions of Ruby may have been buggy and needed this as a workaround.
      
      To be clear, seconds since the epoch are the same _everywhere_. Timezone
      is not relevant.
      fea0881b
Loading