Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/12/11 13:43:05 (13 years ago)
Author:
cneumuel
Message:

#1233

  • changed relationship between Job and HiveExperiment. There is no more HiveExperiment.RootJobId, instead there is Job.HiveExperimentId.
  • One HiveExperiment can now have multiple Experiments.
  • TreeView supports multiple root nodes
  • HiveEngine creates a HiveExperiment for each set of jobs, so jobs cannot be without an parent experiment anymore (no more loose jobs)
  • updated ExperimentManager binaries
Location:
branches/HeuristicLab.Hive-3.4/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources

    • Property svn:ignore
      •  

        old new  
        44PrecompiledWeb
        55CreateEventLogSources
         6WindowsFormsTestProject
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4

    • Property svn:ignore
      •  

        old new  
        22obj
        33HeuristicLab.HiveEngine-3.4.csproj.vs10x
         4HeuristicLabHiveEnginePlugin.cs
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/Views/HiveEngineView.Designer.cs

    r5958 r6006  
    3030      this.label1 = new System.Windows.Forms.Label();
    3131      this.executionTimeOnHiveTextBox = new System.Windows.Forms.TextBox();
     32      this.tabControl = new System.Windows.Forms.TabControl();
     33      this.jobsTabPage = new System.Windows.Forms.TabPage();
     34      this.hiveExperimentListView = new HeuristicLab.Clients.Hive.Views.HiveExperimentListView();
     35      this.logTabPage = new System.Windows.Forms.TabPage();
     36      this.logView = new HeuristicLab.Core.Views.LogView();
     37      this.executionTimeLabel = new System.Windows.Forms.Label();
     38      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
     39      this.useLocalPluginsCheckBox = new System.Windows.Forms.CheckBox();
     40      this.tabControl.SuspendLayout();
     41      this.jobsTabPage.SuspendLayout();
     42      this.logTabPage.SuspendLayout();
    3243      this.SuspendLayout();
    33       //
    34       // executionTimeTextBox
    35       //
    36       this.executionTimeTextBox.Size = new System.Drawing.Size(623, 20);
    37       //
    38       // logView
    39       //
    40       this.logView.Location = new System.Drawing.Point(0, 78);
    41       this.logView.Size = new System.Drawing.Size(715, 469);
    4244      //
    4345      // resourceIdsLabel
     
    5759      this.resourceIdsTextBox.Location = new System.Drawing.Point(189, 52);
    5860      this.resourceIdsTextBox.Name = "resourceIdsTextBox";
    59       this.resourceIdsTextBox.Size = new System.Drawing.Size(526, 20);
     61      this.resourceIdsTextBox.Size = new System.Drawing.Size(405, 20);
    6062      this.resourceIdsTextBox.TabIndex = 4;
    6163      this.resourceIdsTextBox.Text = "HEAL";
     
    9799      this.executionTimeOnHiveTextBox.Name = "executionTimeOnHiveTextBox";
    98100      this.executionTimeOnHiveTextBox.ReadOnly = true;
    99       this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(586, 20);
     101      this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(577, 20);
    100102      this.executionTimeOnHiveTextBox.TabIndex = 8;
     103      //
     104      // tabControl
     105      //
     106      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     107                  | System.Windows.Forms.AnchorStyles.Left)
     108                  | System.Windows.Forms.AnchorStyles.Right)));
     109      this.tabControl.Controls.Add(this.jobsTabPage);
     110      this.tabControl.Controls.Add(this.logTabPage);
     111      this.tabControl.Location = new System.Drawing.Point(3, 78);
     112      this.tabControl.Name = "tabControl";
     113      this.tabControl.SelectedIndex = 0;
     114      this.tabControl.Size = new System.Drawing.Size(700, 460);
     115      this.tabControl.TabIndex = 9;
     116      //
     117      // jobsTabPage
     118      //
     119      this.jobsTabPage.Controls.Add(this.hiveExperimentListView);
     120      this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
     121      this.jobsTabPage.Name = "jobsTabPage";
     122      this.jobsTabPage.Padding = new System.Windows.Forms.Padding(3);
     123      this.jobsTabPage.Size = new System.Drawing.Size(692, 434);
     124      this.jobsTabPage.TabIndex = 0;
     125      this.jobsTabPage.Text = "Jobs";
     126      this.jobsTabPage.UseVisualStyleBackColor = true;
     127      //
     128      // hiveExperimentListView
     129      //
     130      this.hiveExperimentListView.Caption = "HiveExperimentList View";
     131      this.hiveExperimentListView.Content = null;
     132      this.hiveExperimentListView.Dock = System.Windows.Forms.DockStyle.Fill;
     133      this.hiveExperimentListView.Location = new System.Drawing.Point(3, 3);
     134      this.hiveExperimentListView.Name = "hiveExperimentListView";
     135      this.hiveExperimentListView.ReadOnly = false;
     136      this.hiveExperimentListView.Size = new System.Drawing.Size(686, 428);
     137      this.hiveExperimentListView.TabIndex = 0;
     138      //
     139      // logTabPage
     140      //
     141      this.logTabPage.Controls.Add(this.logView);
     142      this.logTabPage.Location = new System.Drawing.Point(4, 22);
     143      this.logTabPage.Name = "logTabPage";
     144      this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
     145      this.logTabPage.Size = new System.Drawing.Size(692, 434);
     146      this.logTabPage.TabIndex = 1;
     147      this.logTabPage.Text = "Log";
     148      this.logTabPage.UseVisualStyleBackColor = true;
     149      //
     150      // logView
     151      //
     152      this.logView.Caption = "SlaveView";
     153      this.logView.Content = null;
     154      this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
     155      this.logView.Location = new System.Drawing.Point(3, 3);
     156      this.logView.Name = "logView";
     157      this.logView.ReadOnly = false;
     158      this.logView.Size = new System.Drawing.Size(686, 428);
     159      this.logView.TabIndex = 0;
     160      //
     161      // executionTimeLabel
     162      //
     163      this.executionTimeLabel.AutoSize = true;
     164      this.executionTimeLabel.Location = new System.Drawing.Point(4, 6);
     165      this.executionTimeLabel.Name = "executionTimeLabel";
     166      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
     167      this.executionTimeLabel.TabIndex = 10;
     168      this.executionTimeLabel.Text = "Execution Time:";
     169      //
     170      // executionTimeTextBox
     171      //
     172      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     173                  | System.Windows.Forms.AnchorStyles.Left)
     174                  | System.Windows.Forms.AnchorStyles.Right)));
     175      this.executionTimeTextBox.Location = new System.Drawing.Point(129, 3);
     176      this.executionTimeTextBox.Name = "executionTimeTextBox";
     177      this.executionTimeTextBox.ReadOnly = true;
     178      this.executionTimeTextBox.Size = new System.Drawing.Size(577, 20);
     179      this.executionTimeTextBox.TabIndex = 11;
     180      //
     181      // useLocalPluginsCheckBox
     182      //
     183      this.useLocalPluginsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     184      this.useLocalPluginsCheckBox.AutoSize = true;
     185      this.useLocalPluginsCheckBox.Location = new System.Drawing.Point(600, 55);
     186      this.useLocalPluginsCheckBox.Name = "useLocalPluginsCheckBox";
     187      this.useLocalPluginsCheckBox.Size = new System.Drawing.Size(103, 17);
     188      this.useLocalPluginsCheckBox.TabIndex = 12;
     189      this.useLocalPluginsCheckBox.Text = "useLocalPlugins";
     190      this.useLocalPluginsCheckBox.UseVisualStyleBackColor = true;
     191      this.useLocalPluginsCheckBox.CheckedChanged += new System.EventHandler(this.useLocalPluginsCheckBox_CheckedChanged);
    101192      //
    102193      // HiveEngineView
     
    104195      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    105196      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     197      this.Controls.Add(this.useLocalPluginsCheckBox);
     198      this.Controls.Add(this.executionTimeTextBox);
     199      this.Controls.Add(this.executionTimeLabel);
     200      this.Controls.Add(this.tabControl);
    106201      this.Controls.Add(this.label1);
    107202      this.Controls.Add(this.executionTimeOnHiveTextBox);
     
    111206      this.Controls.Add(this.resourceIdsTextBox);
    112207      this.Name = "HiveEngineView";
    113       this.Size = new System.Drawing.Size(715, 550);
    114       this.Controls.SetChildIndex(this.resourceIdsTextBox, 0);
    115       this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
    116       this.Controls.SetChildIndex(this.priorityLabel, 0);
    117       this.Controls.SetChildIndex(this.priorityTextBox, 0);
    118       this.Controls.SetChildIndex(this.logView, 0);
    119       this.Controls.SetChildIndex(this.executionTimeLabel, 0);
    120       this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
    121       this.Controls.SetChildIndex(this.executionTimeOnHiveTextBox, 0);
    122       this.Controls.SetChildIndex(this.label1, 0);
     208      this.Size = new System.Drawing.Size(706, 541);
     209      this.tabControl.ResumeLayout(false);
     210      this.jobsTabPage.ResumeLayout(false);
     211      this.logTabPage.ResumeLayout(false);
    123212      this.ResumeLayout(false);
    124213      this.PerformLayout();
     
    134223    private System.Windows.Forms.Label label1;
    135224    protected System.Windows.Forms.TextBox executionTimeOnHiveTextBox;
     225    private System.Windows.Forms.TabControl tabControl;
     226    private System.Windows.Forms.TabPage jobsTabPage;
     227    private System.Windows.Forms.TabPage logTabPage;
     228    private System.Windows.Forms.Label executionTimeLabel;
     229    protected System.Windows.Forms.TextBox executionTimeTextBox;
     230    private System.Windows.Forms.CheckBox useLocalPluginsCheckBox;
     231    private HeuristicLab.Core.Views.LogView logView;
     232    private Clients.Hive.Views.HiveExperimentListView hiveExperimentListView;
    136233  }
    137234}
Note: See TracChangeset for help on using the changeset viewer.