mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
* Remove only dependency on Dbriize (TextSearch in new invoice column) * Switch to table for invoice text search * Adding missing using after rebase * Removing database migration in preparation for refresh * Database Migration: Adding InvoiceSearchData * Refactoring InvoicesRepository to make AddToTextSearch static and non-async Operation as async is too expensive for simple filtering and AddRange * Renaming InvoiceQuery property to Take More inline with what property does by convention, Take is used in conjuction with Skip * Refactoring SettingsRepository so update of settings can happen in another context * Adding DbMigrationsHostedService that performs long running data migrations * Commenting special placing of MigrationStartupTask * Simplifying code and leaving comment on expected flow * Resolving problems after merge * Database Migration: Refreshing database migration, ensuring no unintended changes on ModelSnapshot Co-authored-by: rockstardev <rockstardev@users.noreply.github.com> Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com> |
||
---|---|---|
.. | ||
GreenField | ||
AccessTokenController.cs | ||
AccountController.cs | ||
AppsController.Crowdfund.cs | ||
AppsController.cs | ||
AppsController.PointOfSale.cs | ||
AppsPublicController.cs | ||
ErrorController.cs | ||
HomeController.cs | ||
InvoiceController.API.cs | ||
InvoiceController.cs | ||
InvoiceController.UI.cs | ||
Macaroons.cs | ||
ManageController.2FA.cs | ||
ManageController.APIKeys.cs | ||
ManageController.cs | ||
ManageController.Notifications.cs | ||
ManageController.U2F.cs | ||
NotificationsController.cs | ||
PaymentRequestController.cs | ||
PublicController.cs | ||
PublicLightningNodeInfoController.cs | ||
PullPaymentController.cs | ||
RateController.cs | ||
ServerController.cs | ||
ServerController.Plugins.cs | ||
ServerController.Storage.cs | ||
ServerController.Users.cs | ||
StorageController.cs | ||
StoresController.BTCLike.cs | ||
StoresController.CoinSwitch.cs | ||
StoresController.cs | ||
StoresController.Email.cs | ||
StoresController.Integrations.cs | ||
StoresController.LightningLike.cs | ||
UserStoresController.cs | ||
VaultController.cs | ||
WalletsController.cs | ||
WalletsController.PSBT.cs | ||
WalletsController.PullPayments.cs |