internetee-registry/test/models
Artur Beljajev a97728c0f3 Refactor and improve invoices
- `runner 'Invoice.cancel_overdue_invoices'` in `schedule.rb` is
changed to `rake 'invoices:cancel_overdue'`.
- `invoices.payment_term` database column is removed and its value is
hardcoded in UI.
- `invoices.paid_at` is removed as unused
- `invoices.due_date` column's type is now `date`.
- `Invoice#invoice_items` renamed to `Invoice#items` and `Invoice`
interface to get a list of items is unified.
- Default date format in UI.
- Default translations are used.
- Tests improved.
- Specs converted to tests and removed along with factories.
- Database structure improved.
2019-03-14 15:39:24 +02:00
..
billing Return number if it already ends with zero 2019-01-17 18:15:07 +02:00
contact Add contact disclosable attributes 2018-12-07 13:26:02 +02:00
dns Handle blocked and reserved domains in EPP domain:info 2019-02-18 14:42:05 +02:00
domain Fix WHOIS update for a domain being sent to an auction 2019-03-08 12:38:49 +02:00
invoice Refactor and improve invoices 2019-03-14 15:39:24 +02:00
nameserver Use setup/teardown blocks instead of methods 2018-04-04 01:42:59 +03:00
payment_orders Refactor and improve invoices 2019-03-14 15:39:24 +02:00
registrant_user Refactor RegistrantUser class 2018-08-23 16:00:44 +03:00
registrar Add affected domain parameter to REST API response 2018-07-05 17:24:32 +03:00
whois Return array instead of string 2019-03-13 12:43:38 +02:00
account_activity_test.rb Refactor and improve invoices 2019-03-14 15:39:24 +02:00
action_test.rb Add Registrant API contact update action 2018-10-09 00:09:22 +03:00
auction_test.rb Complete auction integration 2019-02-18 13:54:08 +02:00
bank_transaction_test.rb Refactor and improve invoices 2019-03-14 15:39:24 +02:00
contact_test.rb Add contact disclosable attributes 2018-12-07 13:26:02 +02:00
deposit_test.rb Add more tests to deposit handling 2018-08-15 20:18:07 +03:00
domain_test.rb Integrate auction 2019-01-18 18:06:54 +02:00
domain_transfer_test.rb Rename notifications.body to text 2018-08-23 22:33:30 +03:00
epp_session_test.rb Use setup/teardown blocks instead of methods 2018-04-04 01:42:59 +03:00
invoice_item_test.rb Refactor and improve invoices 2019-03-14 15:39:24 +02:00
invoice_test.rb Refactor and improve invoices 2019-03-14 15:39:24 +02:00
nameserver_test.rb Merge branch 'tune-test-env' into registry-662 2018-04-06 00:44:24 +03:00
notification_test.rb Disallow marking a notification as read again 2018-08-24 14:34:44 +03:00
payment_orders_test.rb Rename Payments to PaymentOrders 2018-04-30 09:30:34 +03:00
registrant_user_test.rb Add Registrant API contact update action 2018-10-09 00:09:22 +03:00
registrar_test.rb Refactor and improve invoices 2019-03-14 15:39:24 +02:00
registry_test.rb Fix leaking test 2018-04-20 13:21:20 +03:00
reserved_domain_test.rb Improve readability 2019-01-16 18:05:15 +02:00
whois_record_test.rb Integrate auction 2019-01-18 18:06:54 +02:00