Commit graph

12 commits

Author SHA1 Message Date
dependabot[bot]
5b57846781
Bump rack from 2.0.8 to 2.2.3 in /apps/epp_proxy/priv/test_backend_app
Bumps [rack](https://github.com/rack/rack) from 2.0.8 to 2.2.3.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.8...2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-06-25 07:04:28 +00:00
dependabot[bot]
343de21daf
Bump puma from 4.3.3 to 4.3.5 in /apps/epp_proxy/priv/test_backend_app
Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.5.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2020-05-22 15:56:09 +00:00
dependabot[bot]
4c4abe1de4
Bump puma from 4.3.1 to 4.3.3 in /apps/epp_proxy/priv/test_backend_app
Bumps [puma](https://github.com/puma/puma) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.3.1...v4.3.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-03 20:57:50 +00:00
dependabot[bot]
4a39e0448c
Bump puma from 4.0.0 to 4.3.1 in /apps/epp_proxy/priv/test_backend_app
Bumps [puma](https://github.com/puma/puma) from 4.0.0 to 4.3.1.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](https://github.com/puma/puma/compare/v4.0.0...v4.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-23 07:22:57 +00:00
dependabot[bot]
9c7eb89bca
Bump rack from 2.0.7 to 2.0.8 in /apps/epp_proxy/priv/test_backend_app
Bumps [rack](https://github.com/rack/rack) from 2.0.7 to 2.0.8.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rack/rack/compare/2.0.7...2.0.8)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-19 23:15:25 +00:00
Maciej Szlosarczyk
0e46f52630
Ensure that session cookie is always passed in hello route 2019-07-30 13:41:20 +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
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
45f99a2f77
Add test case for error request 2019-07-12 15:14:48 +03:00
Maciej Szlosarczyk
31fa20a9a6
Add test case for command 2019-07-12 14:47:47 +03:00
Maciej Szlosarczyk
d8e03ed484
Add test case for both login and logout 2019-07-12 14:28:36 +03:00
Maciej Szlosarczyk
de965045ac
Prepare for better integration tests 2019-07-12 12:07:22 +03:00