Skip to content
Snippets Groups Projects
  1. Feb 21, 2023
    • Simon Rose's avatar
      Remove running indicator · ab5c4a51
      Simon Rose authored
      In require 5.0.0 we accidentally removed `afterInit`; this has been
      added to essioc in order to allow everything to work correctly. However,
      `afterInit` was needed in order to set the running indicator and it is
      not obvious to see how to set it without the use of afterInit.
      
      The running indicator, however, was not actually used by anything, so
      it seems safe to remove it at the moment.
      ab5c4a51
    • Simon Rose's avatar
      Update one of the IOCs to the latest require · 485de688
      Simon Rose authored
      485de688
  2. Feb 20, 2023
  3. Feb 16, 2023
  4. Jan 24, 2023
  5. Jan 23, 2023
  6. Nov 25, 2022
  7. Nov 15, 2022
  8. Nov 14, 2022
  9. Nov 11, 2022
  10. Nov 09, 2022
  11. Nov 04, 2022
  12. Nov 03, 2022
  13. Nov 01, 2022
  14. Oct 21, 2022
  15. Oct 18, 2022
  16. Jul 12, 2022
  17. Jul 11, 2022
  18. Jul 08, 2022
  19. Jun 20, 2022
  20. Jun 17, 2022
  21. Jun 16, 2022
    • Krisztián Löki's avatar
      Use urlsplit instead of custom regex_replace · 5a13a3fd
      Krisztián Löki authored
      There was some escaping problem with the regex that only showed up
      during live ansible runs; molecule did not complain at all.
      Even though we could just remove the escaping since it is not really necessary
      it is still better to use the `urlsplit` filter that is a dedicated URL
      manipulating function.
      5a13a3fd
  22. Jun 13, 2022
  23. Jun 10, 2022
Loading