Strip JDE/CMS data-sync from OLD/ for v5 POC

Remove JDE/CMS source-system integration: JDE/CMS query classes, SQL files,
WorkerService UpdateProcessor pipeline, dsconfig data-source configs, and
Oracle/Sybase/DDTek driver references. WorkProcessor now goes straight to
processing queued searches against the existing local SQL Server cache; DB
schema (DataUpdate table, MatchMis function) is left intact.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Joseph Doherty
2026-05-04 08:25:08 -04:00
parent a6c4cc2173
commit 427c488cd6
99 changed files with 102 additions and 3814 deletions
-83
View File
@@ -83,10 +83,6 @@
<Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Dapper.1.50.2\lib\net451\Dapper.dll</HintPath>
</Reference>
<Reference Include="DDTek.Oracle, Version=4.2.0.0, Culture=neutral, PublicKeyToken=c84cd5c63851e072, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\..\DDTek.Oracle.dll</HintPath>
</Reference>
<Reference Include="EPPlus, Version=4.1.0.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
<HintPath>..\packages\EPPlus.4.1.0\lib\net40\EPPlus.dll</HintPath>
<Private>True</Private>
@@ -170,12 +166,6 @@
<Compile Include="Helpers\ExcelHelpers.cs" />
<Compile Include="Helpers\SearchModelHelpers.cs" />
<Compile Include="Models\ColumnSpec.cs" />
<Compile Include="Models\DataLoad.cs" />
<Compile Include="Models\DataSourceConfig.cs" />
<Compile Include="Models\DataUpdateConfig.cs" />
<Compile Include="Models\DataUpdateTask.cs" />
<Compile Include="Models\Index.cs" />
<Compile Include="Models\LastDataUpdate.cs" />
<Compile Include="Models\Reporting\ComponentLotFilterEntry.cs" />
<Compile Include="Models\Reporting\ItemNumberFilterEntry.cs" />
<Compile Include="Models\Reporting\ItemOperationMisFilterEntry.cs" />
@@ -196,13 +186,6 @@
<Compile Include="Process\ExcelWriter.cs" />
<Compile Include="Process\FunctionConverter.cs" />
<Compile Include="Process\LotFinderDBExt.cs" />
<Compile Include="Process\UpdateProcessor.cs" />
<Compile Include="Process\UpdateProcessor.DataUpdateEntry.cs">
<DependentUpon>UpdateProcessor.cs</DependentUpon>
</Compile>
<Compile Include="Process\UpdateProcessor.TableManagement.cs">
<DependentUpon>UpdateProcessor.cs</DependentUpon>
</Compile>
<Compile Include="Process\WorkProcessor.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -226,72 +209,6 @@
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<None Include="dsconfig\FunctionCode.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\Branch.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\Item.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\JdeUser.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\Lot.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\LotUsage_Archive.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\LotUsage.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\MisData.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\OrgHierarchy.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\ProfitCenter.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\RouteMaster.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\StatusCode.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkCenter.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkOrderComponent_Archive.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkOrderStep_Archive.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkOrderTime_Archive.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkOrder_Archive.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkOrder.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkOrderComponent.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkOrderRouting.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkOrderStep.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="dsconfig\WorkOrderTime.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="NLog.xsd">
<SubType>Designer</SubType>
</None>