Commit graph

24 commits

Author SHA1 Message Date
Artur Beljajev
868d924da4
Update README.md 2019-10-15 12:41:55 +03:00
Maciej Szlosarczyk
a1ca280238
When no CRL file is defined, CRL check should be disabled completely 2019-07-31 11:28:35 +03:00
Maciej Szlosarczyk
8afbf22540
Add password for test CA to readme file 2019-07-29 11:20:37 +03:00
Maciej Szlosarczyk
3410843de9
Update documentation on releases 2019-07-18 09:31:34 +03:00
Maciej Szlosarczyk
0bbb0ec11d
Fix readme 2019-07-17 16:31:02 +03:00
Maciej Szlosarczyk
e99733aaf0
Send frame as request paramater as well
Here's what happens: When a client sends simple command without any
values in XML, registry can drop the `raw_frame` parameter
completely. If so, it relies on `frame` parameter being passed on to
create XML document.

https://github.com/internetee/registry/blame/ad823391b75509d5be20ee6ef217aa4f35a4c994/lib/epp_constraint.rb#L14

Fix involves sending the XML string twice, as `frame` and
`raw_frame`, the same as `mod_epp` did.
2019-07-17 10:53:31 +03:00
Maciej Szlosarczyk
f659a1f6c4
Add documentation about the release process 2019-07-15 21:40:57 +03:00
Maciej Szlosarczyk
9f44cbdf85
Add build badge from Travis-CI 2019-07-12 16:24:07 +03:00
Maciej Szlosarczyk
f5ed203554
Add information about test certificates 2019-07-12 16:16:06 +03:00
Maciej Szlosarczyk
d447c7c6c4
Include information about changes in documentation
Describe Roda app that is used for testing.
Describe new feature for handling certificate file path
2019-07-12 16:07:30 +03:00
Maciej Szlosarczyk
2e01b6870b
Add rebar3_fmt format tool 2019-07-04 11:23:50 +03:00
Maciej Szlosarczyk
bb3a352092
Update header from underscores to hyphens 2019-06-07 08:59:42 +03:00
Maciej Szlosarczyk
d6b90abbc9
Remove done tasks from readme 2019-06-03 12:13:49 +03:00
Maciej Szlosarczyk
95d3500295
Rework dockerfile to work against ancient debian 2019-06-03 12:05:07 +03:00
Maciej Szlosarczyk
80fa8a6ff9
Fix typo in documentation 2019-05-31 09:58:08 +03:00
Maciej Szlosarczyk
6bdaae776f
Clarify OTP design 2019-05-30 21:00:01 +03:00
Maciej Szlosarczyk
cdb126dbfe
Fix formatting in docs 2019-05-30 20:58:21 +03:00
Maciej Szlosarczyk
3ac70dbb74
Describe configuration in documentation 2019-05-30 20:57:15 +03:00
Maciej Szlosarczyk
c63a243f63
Add table to documentation 2019-05-30 15:20:27 +03:00
Maciej Szlosarczyk
287dfbb2ec
Add documentation to config file 2019-05-30 14:40:37 +03:00
Maciej Szlosarczyk
e507591e99
Add Travis-CI config and Dockerfile 2019-05-30 12:42:52 +03:00
Maciej Szlosarczyk
73384531c8
Replace logger with lager for syslog logging
I am not 100% certain that lager_syslog is well maintained, but it
seems to be used by RabbitMQ at the time of writing this commit.

c5568a9ed4/erlang.mk (L2405-L2411)

Because of that, we probably should be fine with it.
2019-05-29 13:23:29 +03:00
Maciej Szlosarczyk
59bc5b76f8
Add todo to readme 2019-05-28 12:52:10 +03:00
Maciej Szlosarczyk
e87ac6cf2e
Initial commit 2019-05-22 10:57:05 +03:00