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
b33ad0d4e8
Add show action
2018-07-27 11:00:35 +03:00
Maciej Szlosarczyk
0ab9f6333f
Add API/Registrant/Domains route
2018-07-26 14:46:03 +03:00
Timo Võhmar
311aa503b3
Merge pull request #920 from internetee/fix-typo-in-assertions-filename
...
Fix typo in assertions filename (assetions -> assertions)
2018-07-20 12:25:29 +03:00
Maciej Szlosarczyk
e6d3895b75
Fix typo in assertions filename
2018-07-19 10:40:42 +03:00
Timo Võhmar
9ff27beba8
Merge pull request #915 from internetee/regenerate-db-structure
...
Regenerate structure.sql
2018-07-17 15:19:34 +03:00
Timo Võhmar
9de6c62560
Merge pull request #912 from internetee/update-grape-gem
...
Update "grape" gem
2018-07-16 11:42:53 +03:00
Artur Beljajev
fe530f4c9f
Remove "hashie-forbidden_attributes" gem
...
Not required since Grape v1.0.0
https://github.com/ruby-grape/grape/pull/1714
2018-07-14 15:26:48 +03:00
Artur Beljajev
d09eac3fc3
Update "grape" gem
2018-07-14 15:24:01 +03:00
Artur Beljajev
5b5ed97b30
Regenerate structure.sql
...
Starting from version 9.4.17, pg_dump writes schemas explicitly
https://bucardo.org/postgres_all_versions.html#version_9.4.17
2018-07-13 21:06:28 +03:00
Timo Võhmar
2510159c70
Merge pull request #908 from internetee/update-capybara-gem
...
Update "capybara" gem
2018-07-12 14:56:22 +03:00
Artur Beljajev
11d645bb51
Update "capybara" gem
2018-07-12 13:48:37 +03:00
Timo Võhmar
00911b0efb
Merge pull request #907 from internetee/update-webmock-gem
...
Update "webmock" gem
2018-07-12 12:50:01 +03:00
Timo Võhmar
116a9e0ab7
Merge pull request #906 from internetee/Changelog_update_180712
...
Changelog update 180712
2018-07-12 12:46:08 +03:00
Artur Beljajev
ceeed8d23f
Update "webmock" gem
2018-07-11 20:24:55 +03:00
Timo Võhmar
9bfc5d6be8
Changelog update 180712
2018-07-11 15:44:41 +03:00
Timo Võhmar
bb98825f76
Merge pull request #904 from internetee/registry-900
...
Add Javascript testing base class
2018-07-11 15:34:21 +03:00
Maciej Szlosarczyk
3acd605b90
Change inheritance structure to match the one from Rails 5 more
...
In the future, ApplicationSystemTestCase should inherit from
ActionDispatch::SystemTestCase and JavaScriptApplicationSystemTestCase
could possibly be removed if the `driven_by` method works as it is
promised in Rails documentation:
http://api.rubyonrails.org/v5.2/classes/ActionDispatch/SystemTestCase.html
Consider introducing another class between
ActionDispatch::IntegrationTest and other items inheriting from it, as
the general Rails practice seems to have `ApplicationIntegrationTest`,
as we do have `ApplicationRecord` and `ApplicationController`.
2018-07-10 17:10:26 +03:00
Timo Võhmar
2a5fa4e411
Merge pull request #905 from internetee/Changelog_update_180710
...
Changelog update 180710
2018-07-09 16:31:23 +03:00
Maciej Szlosarczyk
0fa30591a8
Add mocked challenge_id to be displayed inside flash message
2018-07-09 16:10:40 +03:00
Timo Võhmar
f1c7d9415d
Changelog update 180710
2018-07-09 14:58:49 +03:00
Maciej Szlosarczyk
2bcedd0fac
Move transactional fixtures to base class
2018-07-09 12:45:48 +03:00
Maciej Szlosarczyk
c1dd115b28
Add chromedriver to travis configuration
2018-07-09 11:06:31 +03:00
Maciej Szlosarczyk
1c09901466
Move puma to development, test group
2018-07-09 10:45:26 +03:00
Maciej Szlosarczyk
f5422d7058
Add chrome addon to travis CI
2018-07-09 10:37:46 +03:00
Maciej Szlosarczyk
0e86214d1c
Rewrite test to find the flash message
2018-07-09 10:35:57 +03:00
Maciej Szlosarczyk
e1f77c1d03
Add database cleaner to tests that cannot run in a transaction
2018-07-09 10:16:45 +03:00
Maciej Szlosarczyk
b164a58523
Add new base test class definition
2018-07-09 10:16:44 +03:00
Maciej Szlosarczyk
6e820592bc
Add selenium-webdriver gem
2018-07-09 10:16:44 +03:00
Maciej Szlosarczyk
f327bdf6b6
Rewrite mobile id spec to a test
2018-07-09 10:16:44 +03:00
Maciej Szlosarczyk
f757be4f77
Remove poltergeist gem, which is unused
2018-07-09 10:16:44 +03:00
Timo Võhmar
95d3269698
Merge pull request #903 from internetee/registry-835
...
Return affected domains from NS bulk change
2018-07-06 14:35:18 +03:00
Maciej Szlosarczyk
4d5dd1dae7
Fix rubocop issues
2018-07-05 17:58:22 +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
Maciej Szlosarczyk
b5f07682f4
Make replace_nameservers return an array of domain names
2018-07-05 16:15:32 +03:00
Timo Võhmar
fb16e209ae
Merge pull request #899 from internetee/Changelog_update_180626
...
Changelog update 180626
2018-06-26 18:02:17 +03:00
Timo Võhmar
6922276be0
Update CHANGELOG.md
2018-06-26 17:59:30 +03:00
Timo Võhmar
e37647477c
Merge pull request #901 from internetee/registry-893
...
Registry 893
2018-06-26 17:55:26 +03:00
Timo Võhmar
2a6540d475
Changelog update 180626
2018-06-26 16:16:50 +03:00
Maciej Szlosarczyk
278522cfc3
Revert to old flash behavior
2018-06-26 15:52:46 +03:00
Maciej Szlosarczyk
3c44472ea8
Revert flash_messages to shared/flash
2018-06-26 15:44:34 +03:00
Timo Võhmar
68faff40cc
Merge pull request #894 from internetee/registry-757
...
Registry 757
2018-06-26 14:28:05 +03:00
Maciej Szlosarczyk
8fb3d511c2
Remove clean_pendings_lowlevel method
2018-06-26 11:37:31 +03:00
Maciej Szlosarczyk
a8884b0545
Remove duplicate rspec tests
2018-06-26 10:03:17 +03:00
Maciej Szlosarczyk
417a390ff7
Add tests for DomainDeleteConfirmJob
2018-06-25 16:14:36 +03:00
Maciej Szlosarczyk
934404036f
Add tests for DomainUpdateConfirmJob
2018-06-25 15:50:07 +03:00
Timo Võhmar
5e7934d00d
Merge pull request #890 from internetee/change-directo-date-format
...
Change date format
2018-06-25 12:38:48 +03:00