mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-23 15:19:38 +02:00
* Initial entryable models * Update transfer and tests * Update transaction controllers and tests * Update sync process to use new entries model * Get dashboard working again * Update transfers, imports, and accounts to use Account::Entry * Update system tests * Consolidate transaction management into entries controller * Add permitted partial key helper * Move account transactions list to entries controller * Delegate transaction entries search * Move transfer relation to entry * Update bulk transaction management flows to use entries * Remove test code * Test fix attempt * Update demo data script * Consolidate remaining transaction partials to entries * Consolidate valuations controller to entries controller * Lint fix * Remove unused files, additional cleanup * Add back valuation creation * Make migrations fully reversible * Stale routes cleanup * Migrations reversible fix * Move types to entryable concern * Fix search when no entries found * Remove more unused code |
||
---|---|---|
.. | ||
20240201183314_enable_uuid.rb | ||
20240201184038_create_families.rb | ||
20240201184212_create_users.rb | ||
20240202015428_create_accounts.rb | ||
20240202191425_create_account_loans.rb | ||
20240202191746_add_accountable_to_account.rb | ||
20240202192214_create_account_depositories.rb | ||
20240202192231_create_account_credits.rb | ||
20240202192238_create_account_investments.rb | ||
20240202192312_create_account_properties.rb | ||
20240202192319_create_account_vehicles.rb | ||
20240202192327_create_account_other_assets.rb | ||
20240202192333_create_account_other_liabilities.rb | ||
20240202230325_create_invite_codes.rb | ||
20240203030754_remove_type_from_accounts.rb | ||
20240203050018_add_token_index_to_invite_codes.rb | ||
20240206031739_replace_money_field.rb | ||
20240209153232_add_currency_to_families.rb | ||
20240209174912_redo_money_storage.rb | ||
20240209200519_create_currencies.rb | ||
20240209200924_create_exchange_rates.rb | ||
20240210155058_create_good_jobs.rb | ||
20240212150110_create_account_balances.rb | ||
20240215201527_create_valuations.rb | ||
20240221004818_remove_valuation_type.rb | ||
20240222144849_add_status_to_account.rb | ||
20240223162105_create_transactions.rb | ||
20240227142457_rename_account_balance.rb | ||
20240302145715_add_classification_to_accounts.rb | ||
20240306193345_add_is_active_to_account.rb | ||
20240307082827_create_transaction_categories.rb | ||
20240308121431_remove_currency_table.rb | ||
20240308214956_add_notes_and_excluded_to_transaction.rb | ||
20240309180636_add_sync_status_fields_to_account.rb | ||
20240313141813_update_unique_indexes_for_account_balance_and_exchange_rate.rb | ||
20240313203622_remove_converted_balance_from_account.rb | ||
20240319154732_create_account_cryptos.rb | ||
20240325064211_add_uniq_index_to_users_email.rb | ||
20240401213443_add_last_sync_date_to_accounts.rb | ||
20240403192649_add_last_login_at_to_users.rb | ||
20240404112829_change_transaction_category_delete_behavior.rb | ||
20240410183531_create_settings.rb | ||
20240411102931_add_last_seen_upgrade_to_user.rb | ||
20240425000110_add_role_to_users.rb | ||
20240426162500_create_active_storage_tables.active_storage.rb | ||
20240426191312_add_transaction_merchants.rb | ||
20240430111641_add_active_to_users.rb | ||
20240502205006_create_imports.rb | ||
20240520074309_add_admin_role_to_current_users.rb | ||
20240522133147_create_tags.rb | ||
20240522151453_create_taggings.rb | ||
20240524203959_change_account_error_columns_default.rb | ||
20240612164751_create_institutions.rb | ||
20240612164944_add_institution_to_accounts.rb | ||
20240614120946_create_transfers.rb | ||
20240614121110_add_transfer_fields_to_transaction.rb | ||
20240619125949_rename_accountable_tables.rb | ||
20240620114307_rename_categories_table.rb | ||
20240620122201_rename_merchants_table.rb | ||
20240620125026_rename_transfer_table.rb | ||
20240620221801_rename_valuation_table.rb | ||
20240621212528_rename_transactions_table.rb | ||
20240624160611_create_account_entries.rb | ||
20240624161153_migrate_entryables.rb | ||
20240624164119_remove_old_columns_from_entryables.rb | ||
20240628104551_move_transfers_association_from_transactions_to_entries.rb |