Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
4cded00
WIP
RoelantVos Oct 4, 2022
2425026
Added NuGet reference for DataWarehouseAutomation
RoelantVos Oct 13, 2022
8ae76cb
Grid performance improvements
RoelantVos Oct 13, 2022
0cab6b5
Saving WIP
RoelantVos Oct 13, 2022
7f55a2b
Cleanup - removed version feature.
RoelantVos Oct 14, 2022
f1e0a26
Saving WIP
RoelantVos Oct 14, 2022
04c1ea7
Initial gridview data entry completed.
RoelantVos Oct 17, 2022
ed474dc
Grid layout improvements
RoelantVos Oct 17, 2022
80ec95a
Update Form_Manage_Metadata.cs
RoelantVos Oct 17, 2022
9433038
Fixes on data object mapping datagrid.
RoelantVos Oct 19, 2022
c4372d3
Update TeamDataObjectMapping.cs
RoelantVos Oct 19, 2022
678e013
Update Form_Manage_Metadata.cs
RoelantVos Oct 19, 2022
86fa614
Initial validation fixes
RoelantVos Oct 20, 2022
e6eeeaf
Refactored custom gridview classes for data objects and items.
RoelantVos Oct 20, 2022
5799665
Merging gridviews
RoelantVos Oct 21, 2022
1d3cf8e
Fixed reverse-engineering and timedtextbox
RoelantVos Oct 21, 2022
bfb9301
Saving wip before refactoring saving changes.
RoelantVos Oct 22, 2022
576a474
Saving WIP
RoelantVos Oct 24, 2022
eb38411
Fixed tabular importer
RoelantVos Oct 25, 2022
42b34c0
Removal of legacy code.
RoelantVos Oct 25, 2022
5039d66
Data Item Grid validations
RoelantVos Oct 26, 2022
40963b1
Additional bug fixes, testing
RoelantVos Oct 26, 2022
fdd5936
Fixed adding database connection extension
RoelantVos Oct 26, 2022
3c97e3d
Updated dataobject level extensions
RoelantVos Oct 26, 2022
b5e2e4c
Continuation of BK support (replacement of SQL), rebuilding in C#)
RoelantVos Oct 27, 2022
57c437c
Initial testing for correct JSON output completed.
RoelantVos Oct 28, 2022
32cdfff
Continuation of testing.
RoelantVos Oct 28, 2022
e741268
Regression testing (LSAT, SAL, HAL, Driving Key)
RoelantVos Oct 30, 2022
0e64945
Removed database checks and physical / virtual environmen toggle.
RoelantVos Oct 31, 2022
fce5613
Update Form_Main.Designer.cs
RoelantVos Oct 31, 2022
e91bfe5
Removal of outputPath, this is superseded by metadataPath.
RoelantVos Oct 31, 2022
d34365a
Streamlined code with yFiles graph engine.
RoelantVos Oct 31, 2022
0716b6f
Update TeamDataObjectMapping.cs
RoelantVos Oct 31, 2022
e92b777
Data query support - continued.
RoelantVos Oct 31, 2022
e70ad03
Non-material formatting tweaks.
RoelantVos Oct 31, 2022
7ecb569
Wrapped up data query as source.
RoelantVos Oct 31, 2022
65fa033
Adding MAK classification
RoelantVos Oct 31, 2022
a44df1d
MFA groundwork
RoelantVos Nov 1, 2022
adc93af
Additional exception handling.
RoelantVos Nov 1, 2022
2f5b499
Final set of bug fixes (hopefully).
RoelantVos Nov 1, 2022
f4141ae
Added additional exception handling & physical model query generator.
RoelantVos Nov 1, 2022
f5455f8
Code cleanup - no material changes.
RoelantVos Nov 2, 2022
57056a2
Update TeamDataObjectMapping.cs
RoelantVos Nov 2, 2022
7ce403a
Update Form_Manage_Metadata.cs
RoelantVos Nov 2, 2022
bafcc83
Revision of environment concept, to allow reuse in class library.
RoelantVos Nov 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion TEAM.sln.DotSettings
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=Colour/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Colour/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Initialising/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
56 changes: 0 additions & 56 deletions TEAM/App.config
Original file line number Diff line number Diff line change
@@ -1,62 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="TEAM.Properties.User_Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
<section name="TEAM.Virtual_Enterprise_Data_Warehouse" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections>
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
</startup>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
<parameters>
<parameter value="mssqllocaldb"/>
</parameters>
</defaultConnectionFactory>
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
</providers>
</entityFramework>
<userSettings>
<TEAM.Properties.User_Settings>
<setting name="StagingDatabase" serializeAs="String">
<value>EDW_100_Staging_Area</value>
</setting>
<setting name="RoelantColour" serializeAs="String">
<value>255, 128, 0</value>
</setting>
</TEAM.Properties.User_Settings>
<TEAM.Virtual_Enterprise_Data_Warehouse>
<setting name="StagingDatabase" serializeAs="String">
<value>EDW_100_Staging_Area</value>
</setting>
</TEAM.Virtual_Enterprise_Data_Warehouse>
</userSettings>
<connectionStrings>
<add name="DataVaultFrameworkEntities" connectionString="metadata=res://*/DataVault.csdl|res://*/DataVault.ssdl|res://*/DataVault.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=BISERVER\BISERVER_SANDBOX;initial catalog=EDW_900_OMD_Framework;user id=sa;password=K3kobus2;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
</connectionStrings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Identity.Client" publicKeyToken="0a613f4dd989e8ae" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.23.0.0" newVersion="4.23.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Security.Principal.Windows" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Security.Cryptography.ProtectedData" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
106 changes: 0 additions & 106 deletions TEAM/CustomDataGridViewAttribute.cs

This file was deleted.

98 changes: 0 additions & 98 deletions TEAM/CustomDataGridViewPhysicalModel.cs

This file was deleted.

Loading