Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/18 11:47:37 (6 years ago)
Author:
abeham
Message:

#2817: updated to trunk r16140

Location:
branches/2817-BinPackingSpeedup
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/2817-BinPackingSpeedup

  • branches/2817-BinPackingSpeedup/HeuristicLab.Services.OKB

    • Property svn:mergeinfo set to (toggle deleted branches)
      /branches/2839_HiveProjectManagement/HeuristicLab.Services.OKBmergedeligible
      /stable/HeuristicLab.Services.OKBmergedeligible
      /trunk/HeuristicLab.Services.OKBmergedeligible
      /branches/1721-RandomForestPersistence/HeuristicLab.Services.OKB10321-10322
      /branches/Algorithms.GradientDescent/HeuristicLab.Services.OKB5516-5520
      /branches/Async/HeuristicLab.Services.OKB13329-15286
      /branches/Benchmarking/sources/HeuristicLab.Services.OKB6917-7005
      /branches/CloningRefactoring/HeuristicLab.Services.OKB4656-4721
      /branches/CodeEditor/HeuristicLab.Services.OKB11700-11806
      /branches/DataAnalysis Refactoring/HeuristicLab.Services.OKB5471-5808
      /branches/DataAnalysis SolutionEnsembles/HeuristicLab.Services.OKB5815-6180
      /branches/DataAnalysis/HeuristicLab.Services.OKB4458-4459,​4462,​4464
      /branches/DataPreprocessing/HeuristicLab.Services.OKB10085-11101
      /branches/GP.Grammar.Editor/HeuristicLab.Services.OKB6284-6795
      /branches/GP.Symbols (TimeLag, Diff, Integral)/HeuristicLab.Services.OKB5060
      /branches/HLScript/HeuristicLab.Services.OKB10331-10358
      /branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Services.OKB11570-12508
      /branches/HeuristicLab.Problems.DataAnalysis.Trading/HeuristicLab.Services.OKB6123-9799
      /branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Services.OKB11130-12721
      /branches/HiveStatistics/sources/HeuristicLab.Services.OKB12440-12877
      /branches/LogResidualEvaluator/HeuristicLab.Services.OKB10202-10483
      /branches/NET40/sources/HeuristicLab.Services.OKB5138-5162
      /branches/NSGA-II Changes/HeuristicLab.Services.OKB12033-12122
      /branches/ParallelEngine/HeuristicLab.Services.OKB5175-5192
      /branches/ProblemInstancesRegressionAndClassification/HeuristicLab.Services.OKB7568-7810
      /branches/QAPAlgorithms/HeuristicLab.Services.OKB6350-6627
      /branches/Restructure trunk solution/HeuristicLab.Services.OKB6828
      /branches/RuntimeOptimizer/HeuristicLab.Services.OKB8943-9078
      /branches/ScatterSearch (trunk integration)/HeuristicLab.Services.OKB7787-8333
      /branches/SlaveShutdown/HeuristicLab.Services.OKB8944-8956
      /branches/SpectralKernelForGaussianProcesses/HeuristicLab.Services.OKB10204-10479
      /branches/SuccessProgressAnalysis/HeuristicLab.Services.OKB5370-5682
      /branches/Trunk/HeuristicLab.Services.OKB6829-6865
      /branches/UnloadJobs/HeuristicLab.Services.OKB9168-9215
      /branches/VNS/HeuristicLab.Services.OKB5594-5752
      /branches/crossvalidation-2434/HeuristicLab.Services.OKB12948-12950
      /branches/histogram/HeuristicLab.Services.OKB5959-6341
      /branches/symbreg-factors-2650/HeuristicLab.Services.OKB14232-14825
  • branches/2817-BinPackingSpeedup/HeuristicLab.Services.OKB/3.3/Web.config

    r14748 r16141  
    22<configuration>
    33  <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"/>
    66  </connectionStrings>
    77
     
    3434        <host>
    3535          <baseAddresses>
    36             <add baseAddress="http://localhost:8000/OKB-3.3/AdministrationService.svc" />
     36            <add baseAddress="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc" />
    3737          </baseAddresses>
    3838        </host>
     
    4141        <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
    4242          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"
    4444          binding="netTcpBinding" bindingConfiguration="DefaultNetBinding"
    4545          name="NetBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" />
    4646        <host>
    4747          <baseAddresses>
    48             <add baseAddress="http://localhost:8000/OKB-3.3/QueryService.svc" />
     48            <add baseAddress="http://services.heuristiclab.com/OKB-3.3/QueryService.svc" />
    4949          </baseAddresses>
    5050        </host>
     
    5555        <host>
    5656          <baseAddresses>
    57             <add baseAddress="http://localhost:8000/OKB-3.3/RunCreationService.svc" />
     57            <add baseAddress="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc" />
    5858          </baseAddresses>
    5959        </host>
     
    9191            roleProviderName="AspNetSqlRoleProvider" />
    9292          <serviceCredentials>
    93             <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" />
     93            <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" />
    9494            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
    9595              membershipProviderName="AspNetSqlMembershipProvider" />
  • branches/2817-BinPackingSpeedup/HeuristicLab.Services.OKB/3.3/app.config

    r14748 r16141  
    22<configuration>
    33  <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"/>
    66  </connectionStrings>
    77
     
    3434        <host>
    3535          <baseAddresses>
    36             <add baseAddress="http://localhost:8000/OKB-3.3/AdministrationService.svc" />
     36            <add baseAddress="http://services.heuristiclab.com/OKB-3.3/AdministrationService.svc" />
    3737          </baseAddresses>
    3838        </host>
     
    4141        <endpoint binding="wsHttpBinding" bindingConfiguration="DefaultWsHttpBinding"
    4242          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"
    4444          binding="netTcpBinding" bindingConfiguration="NetTcpBinding_IQueryService"
    4545          name="NetBinding_IQueryService" contract="HeuristicLab.Services.OKB.Query.IQueryService" />
    4646        <host>
    4747          <baseAddresses>
    48             <add baseAddress="http://localhost:8000/OKB-3.3/QueryService.svc" />
     48            <add baseAddress="http://services.heuristiclab.com/OKB-3.3/QueryService.svc" />
    4949          </baseAddresses>
    5050        </host>
     
    5555        <host>
    5656          <baseAddresses>
    57             <add baseAddress="http://localhost:8000/OKB-3.3/RunCreationService.svc" />
     57            <add baseAddress="http://services.heuristiclab.com/OKB-3.3/RunCreationService.svc" />
    5858          </baseAddresses>
    5959        </host>
     
    9191            roleProviderName="AspNetSqlRoleProvider" />
    9292          <serviceCredentials>
    93             <serviceCertificate findValue="localhost" x509FindType="FindBySubjectName" />
     93            <serviceCertificate findValue="services.heuristiclab.com" x509FindType="FindBySubjectName" />
    9494            <userNameAuthentication userNamePasswordValidationMode="MembershipProvider"
    9595              membershipProviderName="AspNetSqlMembershipProvider" />
Note: See TracChangeset for help on using the changeset viewer.