btcpayserver/BTCPayServer/HostedServices
Andrew Camilleri 39b5462809
Remove only dependency on Dbriize (TextSearch in new invoice column) (#2029)
* 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>
2020-12-28 19:10:53 +09:00
..
AppInventoryUpdaterHostedService.cs Create Metadata property for InvoiceEntity, migrate all data without logic there 2020-08-26 21:36:31 +09:00
BackgroundJobSchedulerHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
BaseAsyncService.cs Initializing Cts with class, preventing race condition 2020-08-03 03:17:04 -05:00
CheckConfigurationHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
CssThemeManager.cs Allow admins to invite new users 2020-09-16 08:54:24 +02:00
DbMigrationsHostedService.cs Remove only dependency on Dbriize (TextSearch in new invoice column) (#2029) 2020-12-28 19:10:53 +09:00
DelayedTransactionBroadcasterHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
DynamicDnsHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
EventHostedServiceBase.cs Add Webhooks in store's settings 2020-11-08 15:57:24 +09:00
InvoiceEventSaverService.cs Move some code out of InvoiceNotificationManager into InvoiceEventSaverService 2020-11-06 22:24:02 +09:00
InvoiceNotificationManager.cs Rename invoice states and payment states 2020-11-23 18:28:35 +09:00
InvoiceWatcher.cs Rename invoice states and payment states 2020-11-23 18:28:35 +09:00
NBXplorerWaiter.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
NewVersionCheckerHostedService.cs Fixing returned version string, trimming leading v 2020-10-05 23:09:05 -05:00
PullPaymentHostedService.cs Add ability to associate custom CSS with a pull payment 2020-12-08 18:25:58 -08:00
RatesHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
Socks5HttpProxyServer.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TorServicesHostedService.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TransactionLabelMarkerHostedService.cs Refactor label implementation (Fix #2090) (#2123) 2020-12-12 14:10:47 +09:00
UserEventHostedService.cs Allow admins to invite new users 2020-09-16 08:54:24 +02:00
WalletReceiveCacheUpdater.cs new feature: Wallet Receive Page (#1065) 2020-01-18 14:12:27 +09:00
WebhookNotificationManager.cs Rename invoice states and payment states 2020-11-23 18:28:35 +09:00