Changeset 5264
- Timestamp:
- 01/10/11 09:25:15 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Views/3.4/HeuristicLab.Clients.Hive.Slave.Views-3.4.csproj
r5043 r5264 11 11 <RootNamespace>HeuristicLab.Clients.Hive.Slave.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Hive.Slave.Views-3.4</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/HeuristicLab.Clients.Hive.Slave-3.4.csproj
r5156 r5264 11 11 <RootNamespace>HeuristicLab.Clients.Hive.Slave</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Hive.Slave-3.4</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/app.config
r5156 r5264 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0"?> 2 2 <configuration> 3 3 <configSections> 4 <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" 5 <section name="HeuristicLab.Clients.Hive.Slave.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" 4 <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 5 <section name="HeuristicLab.Clients.Hive.Slave.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/> 6 6 </sectionGroup> 7 7 </configSections> … … 17 17 <services> 18 18 <service name="HeuristicLab.Clients.Hive.Slave.SlaveCommunicationService"> 19 <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" 20 binding="netNamedPipeBinding" 21 contract="HeuristicLab.Clients.Hive.Slave.ServiceContracts.ISlaveCommunication" 22 /> 19 <endpoint address="net.pipe://localhost/HeuristicLabSlaveCom" binding="netNamedPipeBinding" contract="HeuristicLab.Clients.Hive.Slave.ServiceContracts.ISlaveCommunication"/> 23 20 </service> 24 21 </services> 25 22 </system.serviceModel> 26 23 27 < /configuration>24 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/HeuristicLab.Clients.Hive.Views-3.4.csproj
r5043 r5264 11 11 <RootNamespace>HeuristicLab.Clients.Hive.Views</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Hive.Views-3.4</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/HeuristicLab.Clients.Hive-3.4.csproj
r5062 r5264 11 11 <RootNamespace>HeuristicLab.Clients.Hive</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Clients.Hive-3.4</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/app.config
r5078 r5264 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0"?> 2 2 <configuration> 3 3 <system.serviceModel> … … 22 22 </client> 23 23 </system.serviceModel> 24 < /configuration>24 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive 3.4.sln
r5156 r5264 187 187 {464D70B8-2D91-485C-B622-22E4A4891C68}.Debug|x86.ActiveCfg = Debug|x86 188 188 {464D70B8-2D91-485C-B622-22E4A4891C68}.Debug|x86.Build.0 = Debug|x86 189 {464D70B8-2D91-485C-B622-22E4A4891C68}.Release|Any CPU.ActiveCfg = Release|x86 189 {464D70B8-2D91-485C-B622-22E4A4891C68}.Release|Any CPU.ActiveCfg = Release|Any CPU 190 {464D70B8-2D91-485C-B622-22E4A4891C68}.Release|Any CPU.Build.0 = Release|Any CPU 190 191 {464D70B8-2D91-485C-B622-22E4A4891C68}.Release|Mixed Platforms.ActiveCfg = Release|x86 191 192 {464D70B8-2D91-485C-B622-22E4A4891C68}.Release|Mixed Platforms.Build.0 = Release|x86 -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive/3.4/HeuristicLab.Hive-3.4.csproj
r5043 r5264 11 11 <RootNamespace>HeuristicLab.Hive</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Hive-3.4</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 15 <TargetFrameworkProfile /> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/HeuristicLab.Services.Hive.Common-3.4.csproj
r5106 r5264 11 11 <RootNamespace>HeuristicLab.Services.Hive.Common</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Services.Hive.Common-3.4</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/HeuristicLab.Services.Hive.DataAccess-3.4.csproj
r5106 r5264 11 11 <RootNamespace>HeuristicLab.Services.Hive.DataAccess</RootNamespace> 12 12 <AssemblyName>HeuristicLab.Services.Hive.DataAccess-3.4</AssemblyName> 13 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 14 14 <FileAlignment>512</FileAlignment> 15 <TargetFrameworkProfile /> 15 16 </PropertyGroup> 16 17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/HiveDataContext.designer.cs
r5106 r5264 695 695 private EntitySet<AssignedResource> _AssignedResources; 696 696 697 private EntitySet<Resource> _ChildResources; 698 697 699 private EntitySet<UptimeCalendar> _UptimeCalendars; 698 699 private EntitySet<Resource> _ChildResources;700 700 701 701 private EntityRef<Resource> _ParentResource; … … 718 718 { 719 719 this._AssignedResources = new EntitySet<AssignedResource>(new Action<AssignedResource>(this.attach_AssignedResources), new Action<AssignedResource>(this.detach_AssignedResources)); 720 this._ChildResources = new EntitySet<Resource>(new Action<Resource>(this.attach_ChildResources), new Action<Resource>(this.detach_ChildResources)); 720 721 this._UptimeCalendars = new EntitySet<UptimeCalendar>(new Action<UptimeCalendar>(this.attach_UptimeCalendars), new Action<UptimeCalendar>(this.detach_UptimeCalendars)); 721 this._ChildResources = new EntitySet<Resource>(new Action<Resource>(this.attach_ChildResources), new Action<Resource>(this.detach_ChildResources));722 722 this._ParentResource = default(EntityRef<Resource>); 723 723 OnCreated(); … … 821 821 } 822 822 823 [global::System.Data.Linq.Mapping.AssociationAttribute(Name="Resource_Resource", Storage="_ChildResources", ThisKey="ResourceId", OtherKey="ParentResourceId")] 824 public EntitySet<Resource> ChildResources 825 { 826 get 827 { 828 return this._ChildResources; 829 } 830 set 831 { 832 this._ChildResources.Assign(value); 833 } 834 } 835 823 836 [global::System.Data.Linq.Mapping.AssociationAttribute(Name="Resource_UptimeCalendar", Storage="_UptimeCalendars", ThisKey="ResourceId", OtherKey="ResourceId")] 824 837 public EntitySet<UptimeCalendar> UptimeCalendars … … 831 844 { 832 845 this._UptimeCalendars.Assign(value); 833 }834 }835 836 [global::System.Data.Linq.Mapping.AssociationAttribute(Name="Resource_Resource", Storage="_ChildResources", ThisKey="ResourceId", OtherKey="ParentResourceId")]837 public EntitySet<Resource> ChildResources838 {839 get840 {841 return this._ChildResources;842 }843 set844 {845 this._ChildResources.Assign(value);846 846 } 847 847 } … … 913 913 } 914 914 915 private void attach_ChildResources(Resource entity) 916 { 917 this.SendPropertyChanging(); 918 entity.ParentResource = this; 919 } 920 921 private void detach_ChildResources(Resource entity) 922 { 923 this.SendPropertyChanging(); 924 entity.ParentResource = null; 925 } 926 915 927 private void attach_UptimeCalendars(UptimeCalendar entity) 916 928 { … … 923 935 this.SendPropertyChanging(); 924 936 entity.Resource = null; 925 }926 927 private void attach_ChildResources(Resource entity)928 {929 this.SendPropertyChanging();930 entity.ParentResource = this;931 }932 933 private void detach_ChildResources(Resource entity)934 {935 this.SendPropertyChanging();936 entity.ParentResource = null;937 937 } 938 938 } -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.DataAccess/3.4/app.config
r5106 r5264 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0"?> 2 2 <configuration> 3 3 <configSections> 4 4 </configSections> 5 5 <connectionStrings> 6 <add name="HeuristicLab.Services.Hive.DataAccess.Properties.Settings.HeuristicLab_Hive_LinqConnectionString" 7 connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.4;Integrated Security=True;" 8 providerName="System.Data.SqlClient" /> 6 <add name="HeuristicLab.Services.Hive.DataAccess.Properties.Settings.HeuristicLab_Hive_LinqConnectionString" connectionString="Data Source=localhost;Initial Catalog=HeuristicLab.Hive-3.4;Integrated Security=True;" providerName="System.Data.SqlClient"/> 9 7 </connectionStrings> 10 < /configuration>8 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.4/AuthorizationManager.cs
r5028 r5264 40 40 } 41 41 } 42 42 43 43 private bool IsAuthorizedForJobs(params Guid[] jobIds) { 44 44 return ServiceLocator.Instance.HiveDao.IsUserAuthorizedForJobs(UserId, jobIds); -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.4/HeuristicLab.Services.Hive-3.4.csproj
r5095 r5264 12 12 <AssemblyName>HeuristicLab.Services.Hive-3.4</AssemblyName> 13 13 <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 14 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>14 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 15 15 <FileAlignment>512</FileAlignment> 16 <TargetFrameworkProfile /> 16 17 </PropertyGroup> 17 18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 69 70 <Reference Include="System.Transactions" /> 70 71 <Reference Include="System.Web" /> 72 <Reference Include="System.Web.ApplicationServices" /> 71 73 <Reference Include="System.Windows.Forms" /> 72 74 <Reference Include="System.Xml.Linq" /> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive/3.4/app.config
r5095 r5264 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0"?> 2 2 <configuration> 3 <system.diagnostics 3 <system.diagnostics/> 4 4 <connectionStrings> 5 5 <add name="HeuristicLab.Authentication" connectionString="data source=localhost;Integrated Security=SSPI;Initial Catalog=HeuristicLab.Authentication"/> … … 10 10 <providers> 11 11 <clear/> 12 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" 13 enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" 14 maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" 15 applicationName="HeuristicLab.Authentication" /> 12 <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="HeuristicLab.Authentication" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="HeuristicLab.Authentication"/> 16 13 </providers> 17 14 </membership> … … 20 17 <providers> 21 18 <clear/> 22 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication" 19 <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="HeuristicLab.Authentication" applicationName="HeuristicLab.Authentication"/> 23 20 </providers> 24 21 </roleManager> … … 27 24 <system.serviceModel> 28 25 <diagnostics> 29 <messageLogging logEntireMessage="true" logMalformedMessages="true" logMessagesAtServiceLevel="true" logMessagesAtTransportLevel="true" maxMessagesToLog="3000" 26 <messageLogging logEntireMessage="true" logMalformedMessages="true" logMessagesAtServiceLevel="true" logMessagesAtTransportLevel="true" maxMessagesToLog="3000"/> 30 27 </diagnostics> 31 28 <bindings> 32 29 <wsHttpBinding> 33 <binding name="WSHttpBinding_IHiveService" receiveTimeout="00:10:00" 34 sendTimeout="00:10:00" maxBufferPoolSize="104857600" maxReceivedMessageSize="104857600"> 35 <readerQuotas maxStringContentLength="104857600" maxArrayLength="104857600" /> 30 <binding name="WSHttpBinding_IHiveService" receiveTimeout="00:10:00" sendTimeout="00:10:00" maxBufferPoolSize="104857600" maxReceivedMessageSize="104857600"> 31 <readerQuotas maxStringContentLength="104857600" maxArrayLength="104857600"/> 36 32 <security mode="Message"> 37 33 <transport clientCredentialType="Certificate"/> 38 <message clientCredentialType="UserName" 34 <message clientCredentialType="UserName"/> 39 35 </security> 40 36 </binding> … … 44 40 <serviceBehaviors> 45 41 <behavior name="ServiceBehaviour_IHiveService"> 46 <serviceMetadata httpGetEnabled="true" httpsGetEnabled="false" 47 <serviceDebug httpHelpPageEnabled="true" includeExceptionDetailInFaults="true" 48 <serviceAuthorization principalPermissionMode="UseAspNetRoles" roleProviderName="AspNetSqlRoleProvider" 42 <serviceMetadata httpGetEnabled="true" httpsGetEnabled="false"/> 43 <serviceDebug httpHelpPageEnabled="true" includeExceptionDetailInFaults="true"/> 44 <serviceAuthorization principalPermissionMode="UseAspNetRoles" roleProviderName="AspNetSqlRoleProvider"/> 49 45 <serviceCredentials> 50 <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" 51 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" membershipProviderName="AspNetSqlMembershipProvider" 46 <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName"/> 47 <userNameAuthentication userNamePasswordValidationMode="MembershipProvider" membershipProviderName="AspNetSqlMembershipProvider"/> 52 48 </serviceCredentials> 53 <serviceSecurityAudit auditLogLocation="Application" suppressAuditFailure="false" messageAuthenticationAuditLevel="SuccessOrFailure" 54 <serviceThrottling maxConcurrentCalls="100" 49 <serviceSecurityAudit auditLogLocation="Application" suppressAuditFailure="false" messageAuthenticationAuditLevel="SuccessOrFailure"/> 50 <serviceThrottling maxConcurrentCalls="100"/> 55 51 </behavior> 56 52 </serviceBehaviors> … … 58 54 <services> 59 55 <service behaviorConfiguration="ServiceBehaviour_IHiveService" name="HeuristicLab.Services.Hive.HiveService"> 60 <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="" name="MexEndpoint" contract="IMetadataExchange" 61 <endpoint binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" name="WSHttpBinding_IHiveService" contract="HeuristicLab.Services.Hive.Common.ServiceContracts.IHiveService" 56 <endpoint address="mex" binding="mexHttpBinding" bindingConfiguration="" name="MexEndpoint" contract="IMetadataExchange"/> 57 <endpoint binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IHiveService" name="WSHttpBinding_IHiveService" contract="HeuristicLab.Services.Hive.Common.ServiceContracts.IHiveService"/> 62 58 <host> 63 59 <baseAddresses> 64 <add baseAddress="http://localhost:9000/Hive-3.4" 60 <add baseAddress="http://localhost:9000/Hive-3.4"/> 65 61 </baseAddresses> 66 62 </host> … … 70 66 </system.serviceModel> 71 67 72 < /configuration>68 <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
Note: See TracChangeset
for help on using the changeset viewer.