internetee-registry/test
oleghasjanov ae96863b88 feat: Implement P12 certificate generation improvements
- Replace hardcoded P12 password with randomly generated one
- Add p12_password column to certificates table
- Update certificate serializer to include p12 password in response
- Remove deprecated certificate revocation logic
- Add tests for certificate revocation functionality
- Implement async P12 generation via Sidekiq job
- Add job uniqueness to prevent parallel certificate generation

Migration changes:
- Replace p12_password_digest with p12_password column
- Add safety measures for column removal
2025-04-16 11:47:52 +03:00
..
fixtures feat: Implement P12 certificate generation improvements 2025-04-16 11:47:52 +03:00
helpers fixed tests: updated gems; improve company register status job and test stability 2024-11-13 15:04:39 +02:00
integration fixed tests 2025-04-16 11:47:52 +03:00
interactions update regex 2025-03-10 15:13:09 +02:00
jobs feat: Implement P12 certificate generation improvements 2025-04-16 11:47:52 +03:00
learning Removed date_from attribute 2023-12-19 09:38:00 +02:00
lib fix: improve p12 container generation with proper certificate status 2025-04-16 11:47:52 +03:00
mailers added more tests 2024-11-08 12:45:12 +02:00
models feat: Implement P12 certificate generation improvements 2025-04-16 11:47:52 +03:00
services fixed tests 2025-04-16 11:47:52 +03:00
support/assertions Pump minitest version 2020-02-05 12:43:25 +05:00
system/admin_area Corrected tests 2023-06-29 14:00:44 +03:00
tasks business contact validation + tests 2024-11-08 12:45:12 +02:00
application_system_test_case.rb comment out not relevant tests 2024-02-02 09:08:04 +02:00
test_helper.rb removed extra line 2024-11-14 10:16:24 +02:00