Commit graph

40 commits

Author SHA1 Message Date
oleghasjanov
caf5729405 updated gitignore 2025-04-16 11:47:52 +03:00
oleghasjanov
4a06d00b9b added files to gitignore 2025-04-16 11:47:52 +03:00
oleghasjanov
0fe20bd63b Fixed Certificate#update_crl test to properly verify CRL updater script call
The test for Certificate.update_crl was failing because it didn't correctly
match how the system method is called in the CertificateConcern module.
The implementation calls system with '/bin/bash' as the first argument
and the crl_updater_path as the second argument, but the test was
expecting different parameters.

- Simplified the test_update_crl_should_call_crl_updater_script test to
  directly verify the script path is used without trying to intercept
  the system call
- Added proper environment variable handling for crl_updater_path
- Ensured original method is restored after test execution
2025-04-16 11:47:52 +03:00
oleghasjanov
51035d1ddf Add UserCertificate model with tests
- Create UserCertificate model with validations and certificate renewal logic
- Add tests for UserCertificate model functionality
- Add user certificates fixtures for testing
- Add association between ApiUser and UserCertificates
- Add required gems: dry-types, dry-struct, openssl
- Add /certs to .gitignore

This commit implements the base model for storing user certificates in the
database, including private keys, CSRs, certificates and P12 files. The model
includes basic validation and certificate renewal functionality, with
comprehensive test coverage.
2025-04-16 11:47:50 +03:00
oleghasjanov
66619f12fe Add certs directory to gitignore 2025-03-20 16:30:33 +02:00
oleghasjanov
832ebff533 added files to gitignore 2025-03-06 10:50:00 +02:00
tsoganov
6bd4c25d65 Updated gitignore 2024-11-14 08:38:38 +02:00
oleghasjanov
487c600b11 change iterator and added logs 2024-11-08 12:46:17 +02:00
tsoganov
9e63e3d0bd Disable ruby version auto merge 2024-08-22 11:23:52 +03:00
Oleg Hasjanov
1b8640966c added callback force delete check after email update 2024-02-02 09:08:02 +02:00
Oleg Hasjanov
209bfb6715 new vat rate overwrite olds one in e-invoice 2024-01-12 09:45:19 +02:00
olegphenomenon
06254fb994 whois update in auction list 2023-05-18 10:09:25 +03:00
Sergei Tsõganov
a5ffce290d Updated REPP API for new registrar portal 2022-07-12 15:47:25 +03:00
olegphenomenon
28dcf047ef added encoder for billing request 2022-05-11 11:17:47 +03:00
olegphenomenon
db012dd7da business registry contacts - endpoints for send status of contacts and receive confirmation 2022-03-23 14:09:46 +02:00
olegphenomenon
4d64ee21a1 refactoring 2021-09-22 11:21:49 +03:00
Keijo Raamat
4fa6135279
build staging image (#2042)
* build image

* envs for dockerfile

* precompiling assets on image build

* App server gem to core group
2021-07-29 14:59:00 +03:00
Artur Beljajev
74cc4ca7f4 Git-ignore assets 2018-10-27 23:17:21 +03:00
Artur Beljajev
710d5802e0 Improve CodeClimate config
- Show all offences
- Use shared rubocop.yml
- Remove customizations
2018-05-31 21:40:32 +03:00
Artur Beljajev
0fb8e2bde1 Remove secrets-related code
#508
2017-05-15 01:49:42 +03:00
Artur Beljajev
2092767f54 Cleanup .gitignore 2016-10-19 16:30:58 +03:00
Vladimir Krylov
43cb1a443c Story#115147999 - set mina script 2016-03-09 13:16:13 +02:00
Matt Farnsworth
db3e849c8a Merge: new branch 104525314 from more recent master, merge changes 2015-10-26 19:09:33 +02:00
Matt Farnsworth
53feab6a8c git ignore IDE, bundle and editor files 2015-10-02 13:54:35 +03:00
Priit Tark
4ccc93eaaa ignore misc dir 2015-08-28 12:41:45 +03:00
Priit Tark
9e06e26c2e Avoid local mina/deploy.rb overwrite #2577 2015-07-20 18:52:19 +03:00
Priit Tark
ba929c51bd Precompile assets 2015-05-22 14:12:27 +03:00
Martin Lensment
d61ea17fea Better views for bank statements 2015-04-14 13:55:33 +03:00
Martin Lensment
860d489e54 Merge branch 'master' of github.com:domify/registry 2015-03-05 11:58:10 +02:00
Martin Lensment
97e54424ec Add todo to gitignore 2015-03-05 11:58:02 +02:00
Priit Tark
54b5394196 All required env settings are now checkeda and depricated APP_CONFIG 2015-02-27 16:46:52 +02:00
Priit Tark
4e5d7aea49 Ignore ca dir 2015-02-26 11:45:14 +02:00
Priit Tark
71c062324a Added proper way of application.yml 2015-01-19 10:28:08 +02:00
Martin Lensment
603cfb61ef Add whenever and zonefile methods 2014-12-02 15:17:25 +02:00
Priit Tamboom
c55e10f9fb Gitignore public assets 2014-09-30 14:05:07 +03:00
Martin Lensment
13d5c99442 Rubocop 2014-08-22 16:49:28 +03:00
Priit Tamboom
d29d8aa668 renamed database.yml => database-example.yml, updated gitignore 2014-08-07 10:57:05 +03:00
Martin Lensment
d0251de28f Remove comment 2014-07-02 12:29:02 +03:00
Andres Keskküla
556898352f rails new 2014-06-10 11:43:04 +03:00
Timo Võhmar
cc52d76279 Initial commit 2014-05-29 15:13:02 +03:00