Commit graph

9 commits

Author SHA1 Message Date
Artur Beljajev
fa52001be6 Upgrade to Rails 5.0
Closes #377
2019-11-15 15:26:33 +02:00
Maciej Szlosarczyk
526a9ccd58
Change test structure to follow closer newer Rails 5 rules
* Create new class called ApplicationIntegrationTest, so we don't have
  to override ActionDispatch::IntegrationTest
* Move UI tests to inherit from ApplicationSystemTestCase
* Existing REST API or EPP tests inherit from
  ApplicationIntegrationTest.
* Move `require 'application_system_test_case'` at the end of
  `test_helper`

I don't particularly agree with the Rails' convention of treating UI
tests as system tests and API tests as integration tests, but I see no
benefit in actively fighting against it.
2018-07-27 09:36:27 +03:00
Maciej Szlosarczyk
6fb1e44cca
Move affected domains to the top of the hash, update integration test 2018-07-05 17:53:03 +03:00
Maciej Szlosarczyk
3e81366cfc
Add affected domain parameter to REST API response 2018-07-05 17:24:32 +03:00
Artur Beljajev
4960b4400f Improve tests
#661
2018-02-27 08:18:34 +02:00
Artur Beljajev
c53d5542f6 Create new records on registrar nameserver replace
#661
2018-02-26 16:09:42 +02:00
Artur Beljajev
2db401fd98 Add registrar nameserver replacement UI
#661
2018-02-26 10:30:46 +02:00
Artur Beljajev
69c32546de Add name server API
#661
2018-02-22 12:44:24 +02:00
Artur Beljajev
a5eaae562a Add nameservers REST API
#661
2018-02-01 01:35:32 +02:00