Skip to content
Snippets Groups Projects
  1. Mar 12, 2025
  2. Mar 11, 2025
  3. Mar 07, 2025
  4. Mar 05, 2025
  5. Mar 03, 2025
  6. Feb 27, 2025
  7. Feb 20, 2025
  8. Feb 17, 2025
  9. Feb 13, 2025
  10. Feb 06, 2025
  11. Jan 22, 2025
  12. Jan 16, 2025
  13. Jan 07, 2025
  14. Jan 06, 2025
  15. Jan 03, 2025
  16. Dec 30, 2024
  17. Dec 16, 2024
  18. Dec 12, 2024
  19. Dec 05, 2024
  20. Nov 26, 2024
  21. Nov 25, 2024
    • Pavel Zlámal's avatar
      refactor: removed usage of uf:v:blacklisted attribute · f9926050
      Pavel Zlámal authored
      We are deprecating SecurityTeams feature in favor of Bans. This change removes
      usage of related user_facility:virt:blacklisted attribute from all services.
      
      DEPLOYMENT NOTES: Remove user_facility:virt:blacklisted attribute from all services. Attribute definition can be deleted.
      Verified
      f9926050
    • David Flor's avatar
      fix: close subprocesses in senders · 310d68e6
      David Flor authored
      * sometimes zombie `tar` and `cat` processes would remain on instances
      * this is most-likely a result of just closing stdout stream
      * these changes should properly wait for subprocess to finish
      310d68e6
  22. Nov 20, 2024
  23. Nov 18, 2024
    • Michal Berky's avatar
      feat(generic_sender): add url-json transport to generic_sender · 7341009f
      Michal Berky authored
      * Created new UrlJsonTransport class and corresponding destination as an extension of existing UrlTransport.
      * This new class only sends a single JSON file instead of archiving the entire generated directory.
      * For now this class can only be used with generic_json_gen send script.
      7341009f
  24. Nov 14, 2024
  25. Nov 11, 2024
  26. Nov 06, 2024
  27. Nov 05, 2024
    • Michal Berky's avatar
      feat(generic_sender): add s3 transport to generic_sender · da619367
      Michal Berky authored
      * created new S3Transport class to generic_sender.py that supports sending data to an S3 bucket
      * after the data is uploaded, an url endpoint is called if configured
      * configuration of the s3 transfer, including the url endpoint, is stored in /etc/perun/services/{service_name}/{service_name}.py
      * the original send() method of Transfer class has been modularized into two extra methods
      da619367
Loading