21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-25 21:40:49 +02:00
Commit graph

382 commits

Author SHA1 Message Date
Jérémy Lecour 1f60e96e14 Add instructions for running the test suite 2018-06-05 22:50:18 +02:00
Colin Darie 78be2e938b
Merge pull request #18 from Evolix/hotfix
last production fixes
2018-06-05 20:35:58 +02:00
Colin Darie a0cec2aa96
Devise send email notifiation async 2018-06-05 20:25:51 +02:00
Colin Darie 8ff94076c0
Dynamic mailer configuration 2018-06-05 20:25:51 +02:00
Colin Darie dba1ab55d9
Added PIR to parsers list 2018-06-05 18:45:14 +02:00
Colin Darie dbc61099dd
Merge pull request #16 from Evolix/production-fixes
Fix deployement with webpacker
2018-06-05 18:43:41 +02:00
Colin Darie f19f1c4ad5
Yarn: added exports-loader in depedencies for compilation on server 2018-06-05 17:45:24 +02:00
Colin Darie 985b767aa4
Merge pull request #15 from Evolix/checks-table
Basic checks table
2018-06-05 17:40:25 +02:00
Colin Darie 9c8b663de1
Basic checks table 2018-06-05 17:36:21 +02:00
Colin Darie 12b0239e8f
Merge pull request #14 from Evolix/more-whois-ext
Whois support for .com, .net, .org
2018-06-05 17:35:41 +02:00
Colin Darie 8eba2ea20a
Added PIR whois parsing for .org tld 2018-06-05 17:31:30 +02:00
Colin Darie ab0b961ee5
Rename Whois FR parser in AFNIC 2018-06-05 16:42:46 +02:00
Colin Darie 9c040f9fc4
Verisign Parser for .com & .net 2018-06-05 16:39:08 +02:00
Colin Darie 6001b869bc
Fix deployement with webpacker 2018-06-05 15:57:14 +02:00
Colin Darie 0436101ae7
Merge pull request #13 from Evolix/checks-processor
Checks processor
2018-06-05 15:55:37 +02:00
Colin Darie 6561a6d8ed
Schedule checks & notifications processors tasks 2018-06-05 15:45:05 +02:00
Colin Darie a286efdd88
WhoisSyncJob : better error handling 2018-06-05 15:31:40 +02:00
Colin Darie 142f0a6f1c
Check processor with task to update/sync dates 2018-06-05 15:24:44 +02:00
Colin Darie 822da5c752
Merge pull request #12 from Evolix/notifier
Notification system
2018-06-05 10:29:26 +02:00
Colin Darie 72d82e067e
Fix Travis: no seed 2018-06-05 09:58:07 +02:00
Colin Darie b952f600f1
Add & removal of notification from a check 2018-06-04 20:39:53 +02:00
Colin Darie 1915a93848
Notification channel default to email 2018-06-04 20:39:00 +02:00
Colin Darie 9886e978fe
Notifier channel email
NB: domain recurrent failures notification conditions needs to be
implemented.
2018-06-04 14:18:12 +02:00
Colin Darie 26340a9304
Notifier service architecture 2018-06-04 14:18:12 +02:00
Colin Darie 20ad6953e5
Test: custom assertion assert_just_now 2018-06-04 14:03:08 +02:00
Colin Darie e6283fac6c
Very basic seeds 2018-06-04 14:02:15 +02:00
Colin Darie cc84d873d3
Rename Check#domain_expire_at in domain_expires_at 2018-06-02 18:37:15 +02:00
Colin Darie 9acb74f610
Test: add simplecov 2018-06-02 16:16:48 +02:00
Colin Darie cc4d2a11a7
Restore ActiveJob default async queue adapter in dev env 2018-06-02 15:16:05 +02:00
Colin Darie 878f7340e5
WhoisSyncJob tests 2018-06-02 15:16:05 +02:00
Colin Darie 66de2e146a
Test: Disable Open4 calls, add mock_system_command helper 2018-06-02 15:16:05 +02:00
Colin Darie 83df2a2ce3
Test: replace fixtures with factories 2018-06-02 15:16:05 +02:00
Colin Darie 611c8b78b8
Setup factory_bot 2018-06-02 15:16:05 +02:00
Colin Darie dc2c1b88d0
Notification model & migration. 2018-05-31 20:49:06 +02:00
Colin Darie 73e5695cb2
Merge pull request #7 from Evolix/whois
Whois service (.fr only for now)
2018-05-31 10:26:51 +02:00
Colin Darie e2f509590b
Merge pull request #6 from Evolix/checks-resource
Checks resource
2018-05-31 10:22:41 +02:00
Colin Darie d4496a6895
Merge pull request #5 from Evolix/pr-install-1
INSTALL.md improvement
2018-05-31 10:21:59 +02:00
Colin Darie 53ca6f1f7f
Ask Job at whois creation (inline in dev) 2018-05-30 18:16:43 +02:00
Colin Darie 1179a10775
Checks form: do not ask for created at anymore 2018-05-30 18:16:18 +02:00
Colin Darie 62a53314c5
Whois: intercept domain not found 2018-05-30 18:15:20 +02:00
Colin Darie 123bec60af
CheckLogger for command & parser 2018-05-30 17:01:56 +02:00
Colin Darie ec4dc321f6
Create CheckLog model 2018-05-30 17:01:54 +02:00
Colin Darie 53fb0d38de
Whois: Time in UTC instead of DateTime 2018-05-30 17:01:32 +02:00
Colin Darie 79165fb5b8
System calls with Open4 && more tests 2018-05-30 17:01:32 +02:00
Colin Darie 00c85e7796
Whois parsing of .fr tld 2018-05-30 17:01:32 +02:00
Colin Darie c6b1ac7162
Domain tld & normalize helpers 2018-05-30 17:01:32 +02:00
Colin Darie 022d681c33
SystemCommand wrapper 2018-05-30 17:01:32 +02:00
Colin Darie 2a329ad934
Test: prepare guard & mocks 2018-05-30 17:01:32 +02:00
Colin Darie 4e6a3d2ed5
[GEM] +naught for NullLogger 2018-05-30 17:01:32 +02:00
Colin Darie 849c27a5aa
CRUD checks (no distinction domain/ssl yet) 2018-05-30 16:58:30 +02:00