Changeset 16091
- Timestamp:
- 08/29/18 09:29:06 (6 years ago)
- Location:
- branches/2839_HiveProjectManagement
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/app.config
r15547 r16091 150 150 <client> 151 151 <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/> 152 <endpoint address="http://services.heuristiclab.com/Hive-3. 3/HiveService.svc"152 <endpoint address="http://services.heuristiclab.com/Hive-3.4/HiveService.svc" 153 153 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" 154 154 contract="HeuristicLab.Clients.Hive.IHiveService" name="WSHttpBinding_IHiveService"> … … 157 157 </identity> 158 158 </endpoint> 159 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3. 3/HiveService.svc"159 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.4/HiveService.svc" 160 160 binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService" 161 161 contract="HeuristicLab.Clients.Hive.IHiveService" name="NetBinding_IHiveService"> -
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive.Slave/3.3/app.config
r15547 r16091 150 150 <client> 151 151 <endpoint name="SlaveCommunicationServiceEndpoint" address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts.ISlaveCommunication"/> 152 <endpoint address="http://services.heuristiclab.com/Hive-3. 3/HiveService.svc"152 <endpoint address="http://services.heuristiclab.com/Hive-3.4/HiveService.svc" 153 153 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" 154 154 contract="HeuristicLab.Clients.Hive.IHiveService" name="WSHttpBinding_IHiveService"> … … 157 157 </identity> 158 158 </endpoint> 159 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3. 3/HiveService.svc"159 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.4/HiveService.svc" 160 160 binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService" 161 161 contract="HeuristicLab.Clients.Hive.IHiveService" name="NetBinding_IHiveService"> -
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive/3.3/app.config
r15547 r16091 71 71 </bindings> 72 72 <client> 73 <endpoint address="http://services.heuristiclab.com/Hive-3. 3/HiveService.svc"73 <endpoint address="http://services.heuristiclab.com/Hive-3.4/HiveService.svc" 74 74 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" 75 75 contract="HeuristicLab.Clients.Hive.IHiveService" name="WSHttpBinding_IHiveService"> … … 78 78 </identity> 79 79 </endpoint> 80 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3. 3/HiveService.svc"80 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.4/HiveService.svc" 81 81 binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService" 82 82 contract="HeuristicLab.Clients.Hive.IHiveService" name="NetBinding_IHiveService"> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Access.DataAccess/3.3/ASPNETAuthentication.dbml
r14748 r16091 1 1 <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.Authentication" Class="ASPNETAuthenticationDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007"> 2 <Connection Mode="AppSettings" ConnectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" SettingsObjectName="HeuristicLab.Services.Access.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_AuthenticationConnectionString" Provider="System.Data.SqlClient" />2 <Connection Mode="AppSettings" ConnectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" SettingsObjectName="HeuristicLab.Services.Access.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_AuthenticationConnectionString" Provider="System.Data.SqlClient" /> 3 3 <Table Name="dbo.aspnet_Applications" Member="aspnet_Applications"> 4 4 <Type Name="aspnet_Application"> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.Designer.cs
r14748 r16091 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 4.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] 16 16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source= .\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Ac" +30 " cessService")]29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Acces" + 30 "sService")] 31 31 public string HeuristicLab_ClientManagementConnectionString { 32 32 get { … … 38 38 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 39 39 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 40 [global::System.Configuration.DefaultSettingValueAttribute("Data Source= .\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Au" +41 " thentication")]40 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authe" + 41 "ntication")] 42 42 public string HeuristicLab_AuthenticationConnectionString { 43 43 get { -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Access.DataAccess/3.3/Properties/Settings.settings
r14748 r16091 6 6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 7 7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 <ConnectionString>Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService</ConnectionString> 9 <ProviderName>System.Data.SqlClient</ProviderName> 8 <ConnectionString>Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService</ConnectionString> 10 9 </SerializableConnectionString></DesignTimeValue> 11 <Value Profile="(Default)">Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService</Value>10 <Value Profile="(Default)">Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService</Value> 12 11 </Setting> 13 12 <Setting Name="HeuristicLab_AuthenticationConnectionString" Type="(Connection string)" Scope="Application"> 14 13 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 15 14 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 16 <ConnectionString>Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication</ConnectionString> 17 <ProviderName>System.Data.SqlClient</ProviderName> 15 <ConnectionString>Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication</ConnectionString> 18 16 </SerializableConnectionString></DesignTimeValue> 19 <Value Profile="(Default)">Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication</Value>17 <Value Profile="(Default)">Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication</Value> 20 18 </Setting> 21 19 </Settings> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Access.DataAccess/3.3/app.config
r14748 r16091 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections> 4 </configSections> 3 5 <connectionStrings> 4 <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService" /> 5 <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 6 <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_ClientManagementConnectionString" 7 connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.AccessService" /> 8 <add name="HeuristicLab.Services.Access.DataAccess.Properties.Settings.HeuristicLab_AuthenticationConnectionString" 9 connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 6 10 </connectionStrings> 7 11 -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Access/3.3/Web.config
r14748 r16091 2 2 <configuration> 3 3 <connectionStrings> 4 <add name="HeuristicLab.Authentication" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />4 <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 5 5 </connectionStrings> 6 6 … … 30 30 <host> 31 31 <baseAddresses> 32 <add baseAddress="http:// localhost:8000/AccessService-3.3/AccessService.svc" />32 <add baseAddress="http://services.heuristiclab.com/AccessService-3.3/AccessService.svc" /> 33 33 </baseAddresses> 34 34 </host> … … 41 41 <serviceDebug includeExceptionDetailInFaults="true" /> 42 42 <serviceCredentials> 43 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />43 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 44 44 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 45 45 membershipProviderName="AspNetSqlMembershipProvider" /> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Access/3.3/app.config
r14748 r16091 2 2 <configuration> 3 3 <connectionStrings> 4 <add name="HeuristicLab.Authentication" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />4 <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 5 5 </connectionStrings> 6 6 … … 30 30 <host> 31 31 <baseAddresses> 32 <add baseAddress="http:// localhost:8000/AccessService-3.3/AccessService.svc" />32 <add baseAddress="http://services.heuristiclab.com/AccessService-3.3/AccessService.svc" /> 33 33 </baseAddresses> 34 34 </host> … … 41 41 <serviceDebug includeExceptionDetailInFaults="true" /> 42 42 <serviceCredentials> 43 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />43 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 44 44 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 45 45 membershipProviderName="AspNetSqlMembershipProvider" /> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment.DataAccess/3.3/Deployment.dbml
r14748 r16091 1 1 <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.PluginStore" Class="DeploymentDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007"> 2 <Connection Mode="AppSettings" ConnectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment" SettingsObjectName="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_DeploymentConnectionString" Provider="System.Data.SqlClient" />2 <Connection Mode="AppSettings" ConnectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment" SettingsObjectName="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings" SettingsPropertyName="HeuristicLab_DeploymentConnectionString" Provider="System.Data.SqlClient" /> 3 3 <Table Name="dbo.Dependencies" Member="Dependencies"> 4 4 <Type Name="Dependency"> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.Designer.cs
r14748 r16091 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 4.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source= .\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.De" +30 " ployment")]29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deplo" + 30 "yment")] 31 31 public string HeuristicLab_DeploymentConnectionString { 32 32 get { -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.settings
r14748 r16091 6 6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 7 7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 <ConnectionString>Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment</ConnectionString> 9 <ProviderName>System.Data.SqlClient</ProviderName> 8 <ConnectionString>Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment</ConnectionString> 10 9 </SerializableConnectionString></DesignTimeValue> 11 <Value Profile="(Default)">Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment</Value>10 <Value Profile="(Default)">Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment</Value> 12 11 </Setting> 13 12 </Settings> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment.DataAccess/3.3/app.config
r14748 r16091 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections> 4 </configSections> 3 5 <connectionStrings> 4 <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment" /> 6 <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" 7 connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment" /> 5 8 </connectionStrings> 6 9 -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment/3.3/Web.config
r14748 r16091 2 2 <configuration> 3 3 <connectionStrings> 4 <add name="HeuristicLab.Authentication" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />5 <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment"/>4 <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 5 <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment"/> 6 6 </connectionStrings> 7 7 … … 40 40 <host> 41 41 <baseAddresses> 42 <add baseAddress="http:// localhost:8000/Deployment-3.3/AdminService.svc"/>42 <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/AdminService.svc"/> 43 43 </baseAddresses> 44 44 </host> … … 49 49 <host> 50 50 <baseAddresses> 51 <add baseAddress="http:// localhost:8000/Deployment-3.3/UpdateService.svc"/>51 <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc"/> 52 52 </baseAddresses> 53 53 </host> … … 60 60 <serviceDebug includeExceptionDetailInFaults="true" /> 61 61 <serviceCredentials> 62 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />62 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 63 63 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 64 64 membershipProviderName="AspNetSqlMembershipProvider" /> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Deployment/3.3/app.config
r14748 r16091 2 2 <configuration> 3 3 <connectionStrings> 4 <add name="HeuristicLab.Authentication" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />5 <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment"/>4 <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 5 <add name="HeuristicLab.Services.Deployment.DataAccess.Properties.Settings.HeuristicLab_DeploymentConnectionString" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Deployment"/> 6 6 </connectionStrings> 7 7 … … 40 40 <host> 41 41 <baseAddresses> 42 <add baseAddress="http:// localhost:8000/Deployment-3.3/AdminService.svc"/>42 <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/AdminService.svc"/> 43 43 </baseAddresses> 44 44 </host> … … 49 49 <host> 50 50 <baseAddresses> 51 <add baseAddress="http:// localhost:8000/Deployment-3.3/UpdateService.svc"/>51 <add baseAddress="http://services.heuristiclab.com/Deployment-3.3/UpdateService.svc"/> 52 52 </baseAddresses> 53 53 </host> … … 60 60 <serviceDebug includeExceptionDetailInFaults="true" /> 61 61 <serviceCredentials> 62 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />62 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 63 63 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 64 64 membershipProviderName="AspNetSqlMembershipProvider" /> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Initialize Hive Database.sql
r15737 r16091 17 17 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 18 18 */ 19 USE [HeuristicLab.Hive-3. 3]19 USE [HeuristicLab.Hive-3.4] 20 20 21 21 EXEC sp_configure filestream_access_level, 2 -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/SQL Scripts/Prepare Hive Database.sql
r15978 r16091 19 19 20 20 /* this script is supposed to be executed after the plain DB is generated by the linq-to-sql schema */ 21 USE [HeuristicLab.Hive-3. 3]21 USE [HeuristicLab.Hive-3.4] 22 22 23 23 ALTER TABLE [dbo].[AssignedProjectResource] DROP CONSTRAINT [Project_AssignedProjectResource] -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.Designer.cs
r14748 r16091 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 4.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] 16 16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 21 21 get { 22 22 return defaultInstance; 23 }24 }25 26 [global::System.Configuration.ApplicationScopedSettingAttribute()]27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hi" +30 "ve-3.3")]31 public string HeuristicLab_Hive_LinqConnectionString {32 get {33 return ((string)(this["HeuristicLab_Hive_LinqConnectionString"]));34 23 } 35 24 } … … 52 41 } 53 42 } 43 44 [global::System.Configuration.ApplicationScopedSettingAttribute()] 45 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 46 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 47 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-" + 48 "3.4")] 49 public string HeuristicLab_Hive_LinqConnectionString { 50 get { 51 return ((string)(this["HeuristicLab_Hive_LinqConnectionString"])); 52 } 53 } 54 54 } 55 55 } -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/Settings.settings
r14748 r16091 3 3 <Profiles /> 4 4 <Settings> 5 <Setting Name="HeuristicLab_Hive_LinqConnectionString" Type="(Connection string)" Scope="Application">6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?>7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">8 <ConnectionString>Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3</ConnectionString>9 <ProviderName>System.Data.SqlClient</ProviderName>10 </SerializableConnectionString></DesignTimeValue>11 <Value Profile="(Default)">Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3</Value>12 </Setting>13 5 <Setting Name="LongRunningDatabaseCommandTimeout" Type="System.TimeSpan" Scope="Application"> 14 6 <Value Profile="(Default)">00:05:00</Value> … … 17 9 <Value Profile="(Default)">HL.Hive</Value> 18 10 </Setting> 11 <Setting Name="HeuristicLab_Hive_LinqConnectionString" Type="(Connection string)" Scope="Application"> 12 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 13 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 14 <ConnectionString>Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.4</ConnectionString> 15 </SerializableConnectionString></DesignTimeValue> 16 <Value Profile="(Default)">Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.4</Value> 17 </Setting> 19 18 </Settings> 20 19 </SettingsFile> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive.DataAccess/3.3/app.config
r16050 r16091 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections> 4 </configSections> 3 5 <connectionStrings> 4 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3" /> 6 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" 7 connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.4" /> 5 8 </connectionStrings> 6 9 -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive.Web/Hive-3.3/Web.config
r14749 r16091 23 23 24 24 <connectionStrings> 25 <add name="HeuristicLab.Authentication" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />26 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3" />25 <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 26 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.4" /> 27 27 </connectionStrings> 28 28 … … 62 62 <endpoint binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" 63 63 name="WSHttpBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService" /> 64 <endpoint address="net.tcp:// localhost:8001/Hive-3.3/HiveService.svc"64 <endpoint address="net.tcp://services.heuristiclab.com/Hive-3.4/HiveService.svc" 65 65 binding="netTcpBinding" bindingConfiguration="NetBinding_IHiveService" 66 66 name="NetBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService" /> 67 67 <host> 68 68 <baseAddresses> 69 <add baseAddress="http:// localhost:8000/Hive-3.3/HiveService.svc" />69 <add baseAddress="http://services.heuristiclab.com/Hive-3.4/HiveService.svc" /> 70 70 </baseAddresses> 71 71 </host> … … 101 101 <serviceDebug includeExceptionDetailInFaults="true" /> 102 102 <serviceCredentials> 103 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />103 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 104 104 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 105 105 membershipProviderName="AspNetSqlMembershipProvider" /> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.Hive.Web/web_services.config
r15547 r16091 25 25 <add name="HeuristicLab.Authentication" connectionString="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/> 26 26 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" 27 connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3. 3;Integrated Security=True;"27 connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.4;Integrated Security=True;" 28 28 providerName="System.Data.SqlClient" /> 29 29 </connectionStrings> … … 118 118 <endpoint address="mex" binding="mexTcpBinding" bindingConfiguration="" name="MexTcpEndpoint" contract="IMetadataExchange"/> 119 119 <endpoint address="" binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" name="WSHttpBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService"/> 120 <endpoint address="net.tcp:// services.heuristiclab.com/Hive-3.3/HiveService.svc" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IHiveService" name="NetBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService"/>120 <endpoint address="net.tcp://10.20.71.54/Hive-3.4/HiveService.svc" binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IHiveService" name="NetBinding_IHiveService" contract="HeuristicLab.Services.Hive.ServiceContracts.IHiveService"/> 121 121 </service> 122 122 </services> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.OKB.DataAccess/3.3/OKB.dbml
r14748 r16091 1 1 <?xml version="1.0" encoding="utf-8"?><Database Name="HeuristicLab.OKB" EntityNamespace="HeuristicLab.Services.OKB.DataAccess" ContextNamespace="HeuristicLab.Services.OKB.DataAccess" Class="OKBDataContext" xmlns="http://schemas.microsoft.com/linqtosql/dbml/2007"> 2 <Connection Mode="AppSettings" ConnectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB" SettingsObjectName="HeuristicLab.Services.OKB.DataAccess.Properties.Settings" SettingsPropertyName="OKBConnectionString" Provider="System.Data.SqlClient" />2 <Connection Mode="AppSettings" ConnectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB" SettingsObjectName="HeuristicLab.Services.OKB.DataAccess.Properties.Settings" SettingsPropertyName="OKBConnectionString" Provider="System.Data.SqlClient" /> 3 3 <Table Name="dbo.AlgorithmClass" Member="AlgorithmClasses"> 4 4 <Type Name="AlgorithmClass"> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.OKB.DataAccess/3.3/Properties/Settings.Designer.cs
r11623 r16091 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version:4.0.30319. 340144 // Runtime Version:4.0.30319.42000 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "1 2.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] 16 16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 … … 27 27 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 28 28 [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] 29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=.\\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OK" + 30 "B")] 29 [global::System.Configuration.DefaultSettingValueAttribute("Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB")] 31 30 public string OKBConnectionString { 32 31 get { -
branches/2839_HiveProjectManagement/HeuristicLab.Services.OKB.DataAccess/3.3/Properties/Settings.settings
r8049 r16091 6 6 <DesignTimeValue Profile="(Default)"><?xml version="1.0" encoding="utf-16"?> 7 7 <SerializableConnectionString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> 8 <ConnectionString>Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB</ConnectionString> 9 <ProviderName>System.Data.SqlClient</ProviderName> 8 <ConnectionString>Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB</ConnectionString> 10 9 </SerializableConnectionString></DesignTimeValue> 11 <Value Profile="(Default)">Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB</Value>10 <Value Profile="(Default)">Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB</Value> 12 11 </Setting> 13 12 </Settings> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.OKB.DataAccess/3.3/app.config
r14748 r16091 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <configuration> 3 <configSections> 4 </configSections> 3 5 <connectionStrings> 4 <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source=.\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB" /> 6 <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" 7 connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB" /> 5 8 </connectionStrings> 6 9 -
branches/2839_HiveProjectManagement/HeuristicLab.Services.OKB/3.3/Web.config
r14748 r16091 2 2 <configuration> 3 3 <connectionStrings> 4 <add name="HeuristicLab.Authentication" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>5 <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB"/>4 <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/> 5 <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB"/> 6 6 </connectionStrings> 7 7 … … 34 34 <host> 35 35 <baseAddresses> 36 <add baseAddress="http:// localhost:8000/OKB-3.3/AdministrationService.svc" />36 <add baseAddress="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc" /> 37 37 </baseAddresses> 38 38 </host> … … 41 41 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" 42 42 name="WSHttpBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" /> 43 <endpoint address="net.tcp:// localhost:8001/OKB-3.3/QueryService.svc"43 <endpoint address="net.tcp://services.heuristiclab.com/OKB-3.3/QueryService.svc" 44 44 binding="netTcpBinding" bindingConfiguration="DefaultNetBinding" 45 45 name="NetBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" /> 46 46 <host> 47 47 <baseAddresses> 48 <add baseAddress="http:// localhost:8000/OKB-3.3/QueryService.svc" />48 <add baseAddress="http://services.heuristiclab.com/OKB-3.3/QueryService.svc" /> 49 49 </baseAddresses> 50 50 </host> … … 55 55 <host> 56 56 <baseAddresses> 57 <add baseAddress="http:// localhost:8000/OKB-3.3/RunCreationService.svc" />57 <add baseAddress="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc" /> 58 58 </baseAddresses> 59 59 </host> … … 91 91 roleProviderName="AspNetSqlRoleProvider" /> 92 92 <serviceCredentials> 93 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />93 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 94 94 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 95 95 membershipProviderName="AspNetSqlMembershipProvider" /> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.OKB/3.3/app.config
r14748 r16091 2 2 <configuration> 3 3 <connectionStrings> 4 <add name="HeuristicLab.Authentication" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/>5 <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB"/>4 <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/> 5 <add name="HeuristicLab.Services.OKB.DataAccess.Properties.Settings.OKBConnectionString" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.OKB"/> 6 6 </connectionStrings> 7 7 … … 34 34 <host> 35 35 <baseAddresses> 36 <add baseAddress="http:// localhost:8000/OKB-3.3/AdministrationService.svc" />36 <add baseAddress="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc" /> 37 37 </baseAddresses> 38 38 </host> … … 41 41 <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding" 42 42 name="WSHttpBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" /> 43 <endpoint address="net.tcp:// localhost:8001/OKB-3.3/QueryService.svc"43 <endpoint address="net.tcp://services.heuristiclab.com/OKB-3.3/QueryService.svc" 44 44 binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IQueryService" 45 45 name="NetBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" /> 46 46 <host> 47 47 <baseAddresses> 48 <add baseAddress="http:// localhost:8000/OKB-3.3/QueryService.svc" />48 <add baseAddress="http://services.heuristiclab.com/OKB-3.3/QueryService.svc" /> 49 49 </baseAddresses> 50 50 </host> … … 55 55 <host> 56 56 <baseAddresses> 57 <add baseAddress="http:// localhost:8000/OKB-3.3/RunCreationService.svc" />57 <add baseAddress="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc" /> 58 58 </baseAddresses> 59 59 </host> … … 91 91 roleProviderName="AspNetSqlRoleProvider" /> 92 92 <serviceCredentials> 93 <serviceCertificate findValue=" localhost" x509FindType="FindBySubjectName" />93 <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" /> 94 94 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" 95 95 membershipProviderName="AspNetSqlMembershipProvider" /> -
branches/2839_HiveProjectManagement/HeuristicLab.Services.WebApp/3.3/Web.config
r15547 r16091 4 4 <remove name="HeuristicLab.Authentication" /> 5 5 <remove name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" /> 6 <add name="HeuristicLab.Authentication" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" />7 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source= .\SQLEXPRESS;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.3" />6 <add name="HeuristicLab.Authentication" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication" /> 7 <add name="HeuristicLab.Services.Hive.DataAccess.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Hive-3.4" /> 8 8 </connectionStrings> 9 9
Note: See TracChangeset
for help on using the changeset viewer.