Artur Beljajev
|
a39dd9cc0c
|
Merge branch 'use-new-codeclimate-test-reporter' into registry-660
|
2018-01-28 21:52:03 +02:00 |
|
Artur Beljajev
|
06321df413
|
Merge spec and test code coverage
|
2018-01-28 21:35:20 +02:00 |
|
Artur Beljajev
|
480f915a4d
|
Configure SimpleCov to use Rails config
|
2018-01-28 21:15:51 +02:00 |
|
Artur Beljajev
|
3ae418b360
|
Use abstract name for ENV variable
Code coverage report can be generated on any machine, not only
on Travis instance.
|
2018-01-28 20:11:04 +02:00 |
|
Artur Beljajev
|
0b5d1c705d
|
Move SimpleCov.start to the very top of spec_helper
|
2018-01-28 19:09:23 +02:00 |
|
Artur Beljajev
|
435e1d5d64
|
Remove old specs
#660
|
2018-01-25 12:46:53 +02:00 |
|
Artur Beljajev
|
a2ee64ebd9
|
Clean up spec
#660
|
2018-01-25 12:30:18 +02:00 |
|
Artur Beljajev
|
a235db5e83
|
Remove unused factory
|
2018-01-21 20:45:32 +02:00 |
|
Artur Beljajev
|
4b836f1476
|
Rename domain "auth_info" to "transfer_code"
#660
|
2018-01-21 19:31:16 +02:00 |
|
Artur Beljajev
|
340e61804b
|
Extract domain transferable module
#660
|
2018-01-21 18:29:42 +02:00 |
|
Artur Beljajev
|
ce58feba6e
|
Remove useless spec
|
2018-01-20 20:43:29 +02:00 |
|
Artur Beljajev
|
a337604dc0
|
Remove DomainTransferVersion
#660
|
2018-01-20 20:36:57 +02:00 |
|
Artur Beljajev
|
0fa0c69877
|
Convert specs to tests
|
2018-01-19 12:12:07 +02:00 |
|
Artur Beljajev
|
c41d329f79
|
Add auth info to CSV domain list in registrar area
#660
|
2018-01-18 15:07:14 +02:00 |
|
Artur Beljajev
|
0640a65251
|
Fix spec
#640
|
2017-11-30 06:21:27 +02:00 |
|
Artur Beljajev
|
9d85fb96f2
|
Fix spec
#640
|
2017-11-23 10:29:02 +02:00 |
|
Artur Beljajev
|
ac4a7bd769
|
Convert HAML to ERB
#509
|
2017-11-22 03:03:06 +02:00 |
|
Artur Beljajev
|
411af16f9c
|
Merge branch 'migrate-fabricators-to-factory-bot-factories' into registry-343
|
2017-11-15 15:46:54 +02:00 |
|
Artur Beljajev
|
be959a8471
|
Merge branch 'master' into migrate-fabricators-to-factory-bot-factories
# Conflicts:
# Gemfile
# lib/tasks/dev.rake
# spec/models/contact_spec.rb
|
2017-11-15 15:42:54 +02:00 |
|
Artur Beljajev
|
f5d4d3707f
|
Merge branch 'migrate-fabricators-to-factory-bot-factories' into registry-343
|
2017-10-28 21:53:29 +03:00 |
|
Artur Beljajev
|
52ab208b92
|
Rename FactoryGirl to FactoryBot
https://robots.thoughtbot.com/factory_bot
|
2017-10-28 21:43:38 +03:00 |
|
Artur Beljajev
|
33772925b1
|
Remove all fabricators
|
2017-10-28 21:36:46 +03:00 |
|
Artur Beljajev
|
9fd02c738f
|
Use FactoryBot factories instead of fabricators
|
2017-10-28 21:36:17 +03:00 |
|
Artur Beljajev
|
0cd913daf8
|
Add missing factories
|
2017-10-28 20:56:49 +03:00 |
|
Artur Beljajev
|
59e1e18d32
|
Require registrar's accounting customer code
#343
|
2017-10-27 11:56:54 +03:00 |
|
Artur Beljajev
|
579da84c58
|
Convert specs to tests
#343
|
2017-10-27 10:24:57 +03:00 |
|
Artur Beljajev
|
d520b5b157
|
Revert "Revert "Registry 569""
This reverts commit 4786dbb
|
2017-10-22 23:57:11 +03:00 |
|
Georg
|
0f352cab24
|
Access denied forbidden status brakes IE and pingdom monitoring (#617)
*Access denied page forbidden status brakes IE and pingdom monitoring, removing it.
|
2017-10-17 13:24:27 +03:00 |
|
Timo Võhmar
|
be4c60a760
|
Merge pull request #612 from internetee/registry-611
Registry 611
|
2017-10-12 16:39:57 +03:00 |
|
Artur Beljajev
|
574113152a
|
Fix class path
#611
|
2017-10-12 06:34:49 +03:00 |
|
Artur Beljajev
|
457b73a28e
|
Improve registrar area sign-in/out specs
#599
|
2017-10-10 06:05:11 +03:00 |
|
Artur Beljajev
|
6e597f39e8
|
Improve registrar area sign-in/out specs
#599
|
2017-10-10 06:02:22 +03:00 |
|
Artur Beljajev
|
e2ebe0aa84
|
Improve registrar area linked user switch
- Introduce profile
- Move linked users to profile
- Use PUT
#599
|
2017-10-09 11:03:43 +03:00 |
|
Artur Beljajev
|
cdc58f5ced
|
Improve registrar sign-out spec
#599
|
2017-10-09 04:48:55 +03:00 |
|
Artur Beljajev
|
c257983cdd
|
Use DELETE when signing out from registrar area
#599
|
2017-10-09 04:43:37 +03:00 |
|
Artur Beljajev
|
62fbeadf34
|
Merge branch 'master' into improve-registrar-access-denied-page
# Conflicts:
# config/locales/en.yml
|
2017-10-09 02:14:22 +03:00 |
|
Timo Võhmar
|
4786dbb943
|
Revert "Registry 569"
|
2017-10-05 16:08:47 +03:00 |
|
Timo Võhmar
|
9565f23e68
|
Merge pull request #577 from internetee/registry-569
Registry 569
|
2017-10-05 15:47:28 +03:00 |
|
Artur Beljajev
|
e6f6d24169
|
Improve test readability
#600
|
2017-10-04 20:39:40 +03:00 |
|
Artur Beljajev
|
d568cc09ae
|
Improve test readability
#600
|
2017-10-04 20:29:08 +03:00 |
|
Timo Võhmar
|
80fa2a376c
|
Merge pull request #583 from internetee/refactor-settings
Refactor settings
|
2017-10-04 17:07:28 +03:00 |
|
Artur Beljajev
|
35afbf1f8c
|
Refactor IP registrar restriction
#600
|
2017-10-04 01:03:32 +03:00 |
|
Artur Beljajev
|
787cca8e4c
|
Extract Registrar::CurrentUserController from SessionsController
#600
|
2017-10-04 01:00:24 +03:00 |
|
Artur Beljajev
|
687d56c412
|
Use factory instead of fabricator for WhiteIp
#600
|
2017-09-29 19:08:59 +03:00 |
|
Artur Beljajev
|
e840719b8a
|
Remove unneeded specs
#600
|
2017-09-29 17:18:59 +03:00 |
|
Artur Beljajev
|
5b4658b905
|
Allow EPP contact:update with the same ident data as current one
#569
|
2017-09-29 00:39:25 +03:00 |
|
Artur Beljajev
|
1ae00382cd
|
Add ident equality
#569
|
2017-09-29 00:37:59 +03:00 |
|
Artur Beljajev
|
c05e6ead2a
|
Improve EPP contact:update ident errors
#569
|
2017-09-20 10:54:18 +03:00 |
|
Artur Beljajev
|
308acad8fc
|
Merge branch 'master' into registry-569
|
2017-09-17 22:53:44 +03:00 |
|
Georg
|
513a729673
|
Merge pull request #505 from internetee/remove-robot-bin
Remove robot bin as unused
|
2017-09-15 15:26:38 +03:00 |
|