- Mar 12, 2025
-
-
Pavel Zlámal authored
feat(crm_ceitec): support new json api endpoints See merge request !970
-
- Mar 11, 2025
-
-
Pavel Zlámal authored
Old SOAP API is no longer used, switch to new JSON API with the same functionality and basic-auth. DEPLOYMENT NOTE: Remove authz file for SOAP endpoint from instance configuration.
-
- Mar 07, 2025
-
-
Michal Berky authored
fix(pbsmon_json): owner attr Closes STR-1569 See merge request !987
-
- Mar 05, 2025
-
-
Michal Berky authored
feat: add new destination s3-json See merge request !985
-
- Mar 03, 2025
-
-
Michal Berky authored
fix: fix url-json improper service check Closes STR-1579 See merge request !986
-
Michal Berky authored
* url-json destination now allows any service_name, as long as the spool data contains GEN_LOOKUP file created by `generic_json_gen`
-
* added a new s3-json destination as an extension of the existing s3 destination * moved `get_custom_config_properties()` and `get_generated_json_file_path()` into sys_operation_classes.py, which is more suitable place for them * small refactor of s3 destination's `send()` method to keep the code cleaner with the addition of the new destination
-
- Feb 27, 2025
-
-
sarkapalkovicova authored
* Use owner value from facility attribute.
-
- Feb 20, 2025
-
-
Michal Berky authored
feat: s3-allow to add date&time filename ext See merge request !984
-
Jiří Prokop authored
chore: remove destination type email Closes STR-1555 See merge request !981
-
* Ability to add date&time filename extension for S3 destination. * Extended documentation of S3 destination
-
Michal Berky authored
changes in s3 destination See merge request !983
-
* Allow to specify tenant for S3 destination. * Change configuration for checksum for S3 Transport to be compatible with CESNET S3 storage after changes in default behavior to integrity protection in boto3 v1.36.X.
-
- Feb 17, 2025
-
-
Mgr. Radim Křivánek authored
-
- Feb 13, 2025
-
-
Pavel Zlámal authored
chore: remove old sender Closes STR-1570 See merge request !982
-
- Feb 06, 2025
-
-
Mgr. Radim Křivánek authored
-
- Jan 22, 2025
-
-
Michal Berky authored
fix: formatted code that caused pipeline format check to fail See merge request !980
-
Jiří Prokop authored
-
- Jan 16, 2025
-
-
Pavel Zlámal authored
fix(safeq): use new storage in homedir path See merge request !975
-
- Jan 07, 2025
-
-
Rastislav Kruták authored
feat: new regex for mail validation See merge request !979
-
Rastislav Kruták authored
-
- Jan 06, 2025
-
-
David Flor authored
chore(deps): update commitlint See merge request !977
-
- Jan 03, 2025
-
-
Pavel Zlámal authored
docs: updated year in templates, license and readme See merge request !978
-
Pavel Zlámal authored
-
- Dec 30, 2024
-
-
Rastislav Kruták authored
- updated major versions of commitlint, commitizen and inquirer to match the versions in the perun repo.
-
- Dec 16, 2024
-
-
Rastislav Kruták authored
chore(generic_send): delete generic_send.py Closes STR-1523 See merge request !976
-
- Dec 12, 2024
-
-
Rastislav Kruták authored
DEPLOYMENT NOTE: removed generic_send.py
-
- Dec 05, 2024
-
-
Pavel Zlámal authored
-
- Nov 26, 2024
-
-
David Flor authored
fix: close subprocesses in senders See merge request !973
-
Rastislav Kruták authored
refactor: removed usage of uf:v:blacklisted attribute See merge request !974
-
- Nov 25, 2024
-
-
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.
-
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
-
- Nov 20, 2024
-
-
Michal Berky authored
feat(generic_sender): add url-json transport to generic_sender Closes STR-1469 See merge request !971
-
- Nov 18, 2024
-
-
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.
-
- Nov 14, 2024
-
-
Michal Berky authored
fix(generic_sender): fix syntaxError caused by nested quotation marks See merge request !972
-
Michal Berky authored
-
- Nov 11, 2024
-
-
David Flor authored
docs(generic_sender): update after refactor and S3 Closes STR-1476 See merge request !966
-
- Nov 06, 2024
-
-
David Flor authored
* added some further information on how the script works
-
Michal Berky authored
feat(generic_sender): add s3 transport to generic_sender Closes STR-1379 See merge request !962
-
- Nov 05, 2024
-
-
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
-