Skip to content
Snippets Groups Projects
  1. Aug 29, 2022
  2. Aug 23, 2022
  3. Jun 08, 2022
  4. Aug 24, 2021
  5. Jul 10, 2021
  6. Jun 27, 2021
  7. Jun 02, 2021
  8. May 13, 2021
  9. May 01, 2021
  10. Feb 14, 2021
    • Kristian Klausen's avatar
      Make ansible-lint happy · 4112bdf9
      Kristian Klausen authored
      yaml: truthy value should be one of [false, true] (truthy)
      yaml: wrong indentation: expected 4 but found 2 (indentation)
      yaml: too few spaces before comment (comments)
      yaml: missing starting space in comment (comments)
      yaml: too many blank lines (1 > 0) (empty-lines)
      yaml: too many spaces after colon (colons)
      yaml: comment not indented like content (comments-indentation)
      yaml: no new line character at the end of file (new-line-at-end-of-file)
      load-failure: Failed to load or parse file
      parser-error: couldn't resolve module/action 'hosts'. This often indicates a misspelling, missing collection, or incorrect module path.
      4112bdf9
  11. Dec 30, 2020
    • Frederik Schwan's avatar
      use fetchmail for donor import · 8decc2e9
      Frederik Schwan authored
      The former approach to export a maildir and iterate over it with a
      script broke when the mail server and the web server got on their
      own hosts. This will use IMAP IDLE to check for new mails and pass
      them instantly to the djange manage.py script without storing the mail
      locally.
      Verified
      8decc2e9
  12. Dec 17, 2020
  13. Dec 01, 2020
  14. Oct 01, 2020
  15. Sep 17, 2020
  16. Aug 27, 2020
  17. Jun 29, 2020
  18. Jun 17, 2020
  19. Feb 13, 2020
  20. Nov 24, 2019
  21. Nov 11, 2019
  22. Oct 25, 2019
  23. Sep 25, 2019
  24. Sep 24, 2019
  25. May 17, 2019
  26. Mar 26, 2019
  27. Mar 17, 2019
  28. Feb 08, 2019
  29. Aug 08, 2018
  30. Jul 25, 2018
  31. Jun 07, 2018
  32. Apr 20, 2018
  33. Feb 25, 2018
    • Jelle van der Waa's avatar
      Add donor import service · 8ec94d3e
      Jelle van der Waa authored
      Add donor import service, which imports donors from a maildir directory
      in /home/donate/. The emails are dumped using a script on orion which
      calls doveadm to create a directory with exported emails.
      8ec94d3e
Loading