SL::DB::BackgroudJob::ALL entfernt
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 25 Jun 2021 13:44:10 +0000 (15:44 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Fri, 25 Jun 2021 13:44:10 +0000 (15:44 +0200)
Wird nicht wirklich gebraucht und war bis vor dem letzten Release auch
nicht richtig mitgepflegt worden.

SL/BackgroundJob/ALL.pm [deleted file]
doc/release_management.txt
scripts/task_server.pl

diff --git a/SL/BackgroundJob/ALL.pm b/SL/BackgroundJob/ALL.pm
deleted file mode 100644 (file)
index 4264d6c..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-package SL::BackgroundJob::ALL;
-
-use strict;
-
-use SL::BackgroundJob::Base;
-use SL::BackgroundJob::BackgroundJobCleanup;
-use SL::BackgroundJob::CleanAuthSessions;
-use SL::BackgroundJob::CleanBackgroundJobHistory;
-use SL::BackgroundJob::CloseProjectsBelongingToClosedSalesOrders;
-use SL::BackgroundJob::ConvertTimeRecordings;
-use SL::BackgroundJob::CreatePeriodicInvoices;
-use SL::BackgroundJob::CsvImport;
-use SL::BackgroundJob::FailedBackgroundJobsReport;
-use SL::BackgroundJob::MassDeliveryOrderPrinting;
-use SL::BackgroundJob::MassRecordCreationAndPrinting;
-use SL::BackgroundJob::SelfTest;
-use SL::BackgroundJob::SelfTest::Base;
-use SL::BackgroundJob::SelfTest::Transactions;
-use SL::BackgroundJob::SetNumberRange;
-use SL::BackgroundJob::ShopOrderMassTransfer;
-use SL::BackgroundJob::ShopPartMassUpload;
-use SL::BackgroundJob::Test;
-
-1;
index 4af6062..6fbe711 100644 (file)
@@ -169,10 +169,6 @@ als freundliche Checkliste zum Ausdrucken und Erweitern.
      find SL/DB -type f | grep -v MetaSetup | grep -v Helper | grep -v Manager | sort
    hilft, kriegt aber die Sortierung durcheinander)
 
-* SL::BackgroundJob::ALL auf Vollständigkeit prüfen
-
-  ähnliches Vorgehen wie bei SL::DB::Helper::ALL
-
 * VERSION updaten
 
   Zu den Versionierungen ab 3.0.0:
index 3d28149..f6c8f59 100755 (executable)
@@ -26,7 +26,6 @@ use SL::DBUpgrade2;
 use SL::DB::AuthClient;
 use SL::DB::BackgroundJob;
 use SL::System::Process;
-use SL::BackgroundJob::ALL;
 use SL::Form;
 use SL::Helper::DateTime;
 use SL::InstanceConfiguration;