Commit graph

6391 commits

Author SHA1 Message Date
Maciej Szlosarczyk
0962ea3fd0
Merge branch 'master' into update-ruby-to-2-4 2018-08-17 10:00:12 +03:00
Timo Võhmar
1fd6200eef
Merge pull request #935 from internetee/disallow-deposits-with-negative-amount
Disallow deposits that are lower than 0.01 EUR
2018-08-17 02:25:57 +03:00
Maciej Szlosarczyk
066123bcf7
Replace gsub with tr for better performance 2018-08-16 13:33:09 +03:00
Maciej Szlosarczyk
c028c0e477
Add more tests to deposit handling 2018-08-15 20:18:07 +03:00
Maciej Szlosarczyk
b8c082090e
Rename a variable from minimum_deposit to minimum_allowed_amount 2018-08-15 16:33:04 +03:00
Maciej Szlosarczyk
4a6742692a
Fix issues raising from upgrade to Ruby 2.4 2018-08-15 12:47:27 +03:00
Maciej Szlosarczyk
0ea1045259
Fix rubocop issues 2018-08-15 12:46:36 +03:00
Maciej Szlosarczyk
b4b404888b
Disallow deposits that are lower than 0.01 EUR 2018-08-15 12:25:19 +03:00
Timo Võhmar
646fb76007
Merge pull request #933 from internetee/update-registrant-API-documentation
Update Registrant API documentation
2018-08-14 16:45:35 +03:00
Timo Võhmar
b221169a78
Merge pull request #934 from internetee/remove-grape-vulnerability-CVE-2018-3769
Get rid of CVE-2018-3769 by updating Grape
2018-08-14 13:14:42 +03:00
Maciej Szlosarczyk
d4b0fecd40
Get rid of CVE-2018-3769 by updating Grape 2018-08-14 10:13:59 +03:00
Maciej Szlosarczyk
2f776f51ac
It seems like I made a mistake with the API URL prefix in docs
This should be fixed now. I decided on fixing the documentation
instead of the actual implementation, as it has no testing footprint
2018-08-14 09:02:25 +03:00
Timo Võhmar
43a70863cf
Merge pull request #917 from internetee/registry-902
Registrant portal API documentation
2018-08-10 14:27:08 +03:00
Timo Võhmar
90532761ce
Merge pull request #928 from internetee/registrant-api-contacts-controller
Registrant API contacts controller
2018-08-10 14:26:00 +03:00
Maciej Szlosarczyk
c186929be4
Use single quote instead of double quotes 2018-08-09 15:28:43 +03:00
Maciej Szlosarczyk
256d2b7de4
Add test for error in business registry 2018-08-09 15:24:21 +03:00
Maciej Szlosarczyk
4cc0669286
Add business registry support for contacts controller 2018-08-09 15:04:22 +03:00
Maciej Szlosarczyk
b18db19035
Fix error introduced by merge conflict 2018-08-09 14:07:06 +03:00
Maciej Szlosarczyk
9dd9d4b1d6
Merge branch 'master' into registrant-api-contacts-controller 2018-08-09 14:05:27 +03:00
Timo Võhmar
71c74a66f8
Merge pull request #926 from internetee/registry-922
Registrant API domain endpoint
2018-08-09 14:03:36 +03:00
Timo Võhmar
015e620260
Merge pull request #921 from internetee/registry-918
Registrant API authentication
2018-08-09 14:02:57 +03:00
Timo Võhmar
143fe2f585
Merge pull request #930 from internetee/improve-contact-tests
Add contact tests
2018-08-08 16:03:58 +03:00
Timo Võhmar
d21422325a
Merge pull request #925 from internetee/remove-dead-code
Remove dead code
2018-08-08 16:00:17 +03:00
Artur Beljajev
9225d30914 Remove dead code 2018-08-08 13:56:14 +03:00
Artur Beljajev
3fc55866b2 Use setup callback 2018-08-08 13:55:54 +03:00
Artur Beljajev
4ad02ddc34 Merge branch 'master' into improve-contact-tests 2018-08-08 13:54:48 +03:00
Maciej Szlosarczyk
961c57563f
Merge branch 'registry-918' into registry-922 2018-08-08 09:15:40 +03:00
Maciej Szlosarczyk
06dc954167
Make tests inherit from ApplicationIntegrationTest class 2018-08-08 09:15:18 +03:00
Maciej Szlosarczyk
8736366a41
Merge branch 'registry-918' into registrant-api-contacts-controller 2018-08-08 09:14:11 +03:00
Maciej Szlosarczyk
e1881685b7
Make tests inherit from ApplicationIntegrationTest class 2018-08-08 09:13:46 +03:00
Maciej Szlosarczyk
133a11977e
Merge branch 'master' into registry-918 2018-08-08 09:06:32 +03:00
Artur Beljajev
f73a2551d3 Improve readability 2018-08-07 22:53:02 +03:00
Timo Võhmar
9282da18f3
Merge pull request #924 from internetee/inherit-from-integration-test
Change test structure to follow closer Rails 5 rules
2018-08-07 17:29:36 +03:00
Artur Beljajev
738785fcb9 Add contact tests 2018-08-07 16:41:11 +03:00
Maciej Szlosarczyk
abb1ad60e8
Update failing test 2018-08-07 15:09:18 +03:00
Maciej Szlosarczyk
0798001725
Make returned API errors more consistent 2018-08-07 15:04:37 +03:00
Maciej Szlosarczyk
de9b1517b0
Merge branch 'registry-918' into registrant-api-contacts-controller 2018-08-07 14:57:58 +03:00
Maciej Szlosarczyk
e3807f694d
Merge branch 'registry-918' into registry-922 2018-08-07 14:54:16 +03:00
Maciej Szlosarczyk
ad8dfcc28f
Make authentication errors more consistent with other errors 2018-08-07 14:52:33 +03:00
Artur Beljajev
39cc31ff7b Remove unused view 2018-08-01 22:13:55 +03:00
Maciej Szlosarczyk
3673c69319
Add Registrant/Contacts endpoint 2018-08-01 14:57:41 +03:00
Maciej Szlosarczyk
fe08fccf63
Merge branch 'registry-918' into registrant-api-contacts-controller 2018-08-01 08:58:44 +03:00
Maciej Szlosarczyk
5c39cb6917
Merge branch 'registry-918' into registry-922 2018-07-31 15:29:36 +03:00
Maciej Szlosarczyk
c476680a91
Add pagination to index 2018-07-31 15:14:21 +03:00
Maciej Szlosarczyk
10d42a0d74
Add domain index action (without pagination yet) 2018-07-30 15:09:48 +03:00
Maciej Szlosarczyk
13562aeb06
Move file to another folder 2018-07-30 13:56:54 +03:00
Maciej Szlosarczyk
c1ea79615f
Make API return errors array 2018-07-30 11:07:44 +03:00
Maciej Szlosarczyk
ed1afb78f6
Make tests conform with #924 2018-07-30 10:30:57 +03:00
Artur Beljajev
c49d626f86 Remove dead code 2018-07-28 14:27:36 +03:00
Maciej Szlosarczyk
e75d962d39
Remove inconsistent usage of error/errors 2018-07-27 11:19:18 +03:00