VRAD Lab Developers: macd1225

Login name:
macd1225
Total Commits:
363 (60.5%)
Lines of Code:
11125 (69.2%)
Most Recent Commit:
2008-05-02 11:45

Activity by Clock Time

Activity by Hour of Day for macd1225

Activity by Day of Week for macd1225

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 363 (100.0%) 11125 (100.0%) 30.6
VRADLab/ 160 (44.1%) 3900 (35.1%) 24.3
VRADLab/Core/Deployments/ 61 (16.8%) 2612 (23.5%) 42.8
VRADLab/Core/Scenarios/ 45 (12.4%) 1997 (18.0%) 44.3
VRADLab/Core/ 59 (16.3%) 1845 (16.6%) 31.2
VRADLab/Properties/ 17 (4.7%) 398 (3.6%) 23.4
VRADLab/Design/ 1 (0.3%) 353 (3.2%) 353.0
/ 1 (0.3%) 20 (0.2%) 20.0
VRADLab/bin/ 2 (0.6%) 0 (0.0%) 0.0
VRADLab/Images/ 13 (3.6%) 0 (0.0%) 0.0
VRADLab/Database Script/ 4 (1.1%) 0 (0.0%) 0.0

Activity of macd1225

Most Recent Commits

macd1225 2008-05-02 11:45

Put the updated database script in the repo.

0 lines of code changed in:

  • VRADLab/Database Script: VRAD Lab.sql (changed)
macd1225 2008-04-30 10:56

Last few changes.

1 lines of code changed in:

  • VRADLab: ManageTemplates.aspx (+1 -1), Users.aspx (-1)
macd1225 2008-04-30 10:27

Small changes.

2 lines of code changed in:

  • VRADLab: Error.aspx (+1 -1)
  • VRADLab/Core/Scenarios: ScenarioTemplate.cs (+1 -1)
macd1225 2008-04-28 15:03

Bug fixes.

29 lines of code changed in:

  • VRADLab: DeployScenario.aspx.cs (+21 -15), EditScenario.aspx (+4 -3), EditScenario.aspx.cs (+1 -1)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+3 -1)
macd1225 2008-04-21 12:23

All names are now sanitized to remove characters that cause problems with Virtual Center.

16 lines of code changed in:

  • VRADLab/Core: Template.cs (+2), VirtualCenterHelper.cs (+7)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+2), Deployment.cs (+1)
  • VRADLab/Core/Scenarios: Scenario.cs (+2), ScenarioTemplate.cs (+2)
macd1225 2008-04-14 15:30

Error handling and fixes.

461 lines of code changed in:

  • VRADLab: Default.aspx.cs (-4), DeployScenario.aspx.cs (+6 -7), EditScenario.aspx (+13 -8), EditScenario.aspx.cs (+52 -6), EditScenario.aspx.designer.cs (+22 -4), Error.aspx (new 8), Error.aspx.cs (new 40), Error.aspx.designer.cs (new 34), Global.asax.cs (+2 -1), ManageScenarios.aspx (+1), ManageScenarios.aspx.cs (+11 -2), ManageScenarios.aspx.designer.cs (+9), VRADLab.csproj (+8), ViewStatus.aspx.cs (+27 -10), Web.config (+96 -93)
  • VRADLab/Core: Session.cs (+1 -1), Template.cs (+24), VirtualMachineBase.cs (+3)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+3 -2), Deployment.cs (+26 -7)
  • VRADLab/Core/Scenarios: Scenario.cs (+57 -1), ScenarioTemplate.cs (+7 -2)
  • VRADLab/Properties: Settings.Designer.cs (+6 -6), Settings.settings (+5 -5)
macd1225 2008-04-11 19:13

Now using .Configuration for getting guestId on deploy.

101 lines of code changed in:

  • VRADLab: Web.config (+99 -102)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+2 -2)
macd1225 2008-04-11 18:55

Updated ports to show that VC is now on port 444.

3 lines of code changed in:

  • VRADLab: Web.config (+1 -1)
  • VRADLab/Properties: Settings.Designer.cs (+1 -1), Settings.settings (+1 -1)
macd1225 2008-04-11 18:44

Oops, forgot to update the MonitorOtherPeoplesVCRoleId.

12 lines of code changed in:

  • VRADLab: Web.config (+3 -3)
  • VRADLab/Properties: Settings.Designer.cs (+6 -6), Settings.settings (+3 -3)
macd1225 2008-04-11 18:41

Got rid of transactions.

357 lines of code changed in:

  • VRADLab: ManageScenarios.aspx (+2 -2), Web.config (+5 -4)
  • VRADLab/Core: Template.cs (+22 -37)
  • VRADLab/Core/Deployments: DeployedNetwork.cs (+17 -22), DeployedTemplate.cs (+13 -18), DeployedVirtualMachine.cs (+98 -113), DeployedVirtualMachineNicAssignment.cs (+9 -15), Deployment.cs (+45 -55)
  • VRADLab/Core/Scenarios: Scenario.cs (+47 -57), ScenarioNetwork.cs (+16 -28), ScenarioTemplate.cs (+59 -70), ScenarioTemplateNicAssignment.cs (+15 -26)
  • VRADLab/Properties: Settings.Designer.cs (+4 -4), Settings.settings (+5 -5)
macd1225 2008-04-08 22:07

Forgot to commit our updated database script.

0 lines of code changed in:

  • VRADLab/Database Script: VRAD Lab.sql (changed)
macd1225 2008-04-08 20:19

Few little bugs. Renaming of scenarios. Multiple networks on deploy advanced.

15 lines of code changed in:

  • VRADLab: DeployScenario.aspx.cs (+2 -2), VRADLab.csproj (+1 -1)
  • VRADLab/Core/Scenarios: Scenario.cs (+1 -2), ScenarioTemplate.cs (+11)
macd1225 2008-04-07 20:07

Some more little fixes. Multiple networks, etc...

418 lines of code changed in:

  • VRADLab: CreateUser.aspx.cs (+1 -1), DeployScenario.aspx (+3 -1), DeployScenario.aspx.cs (+178 -78), EditScenario.aspx (+14 -4), EditScenario.aspx.cs (+30 -2), EditUser.aspx (+1 -1), Login.aspx.cs (+4 -3), ManageScenarios.aspx (+7 -3), ManageScenarios.aspx.cs (+16), Users.aspx (+1), ViewStatus.aspx.cs (+11 -6), Web.config (+18)
  • VRADLab/Core: Template.cs (+21), VirtualMachineBase.cs (+1 -1)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+28 -4)
  • VRADLab/Core/Scenarios: Scenario.cs (+4 -1), ScenarioTemplate.cs (+8)
  • VRADLab/Properties: Settings.Designer.cs (+54), Settings.settings (+18)
macd1225 2008-04-07 11:54

Fixed permissions, refactoring, etc...

1133 lines of code changed in:

  • VRADLab: CreateUser.aspx.cs (+2 -4), Default.aspx.cs (+5), DeployScenario.aspx (+2 -17), DeployScenario.aspx.cs (+125 -18), EditScenario.aspx.cs (+12), EditUser.aspx.cs (+1 -6), Global.asax.cs (+9), Login.aspx (+1 -1), Login.aspx.cs (+12), ManageScenarios.aspx (+3 -3), ManageScenarios.aspx.cs (+17), Master.Master (+1 -1), Scenarios.aspx (+1 -1), VRADLab.csproj (+14 -12), ViewStatus.aspx (+2 -2), ViewStatus.aspx.cs (+9 -1), Web.config (+39 -48), default.css (del)
  • VRADLab/Core: AuthenticationBase.cs (new 211), Group.cs (new 32), User.cs (+102 -393), VirtualMachineBase.cs (+13 -7)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+74 -4), Deployment.cs (+27 -3)
  • VRADLab/Core/Scenarios: Scenario.cs (+31 -2)
  • VRADLab/Design: default.css (new 353)
  • VRADLab/Images: PoweredOff.png (del), PoweredOn.png (del), cmxform-divider.gif (del), cmxform-fieldset.gif (del), img01.jpg (del), img02.jpg (del), img03.gif (del), img04.gif (del), img05.gif (del), img06.gif (del), spacer.gif (del)
  • VRADLab/Properties: Settings.Designer.cs (+23 -5), Settings.settings (+12 -6)
macd1225 2008-04-05 18:20

Editing, deleting, unique namedness. lots of stuff. Basically, we shouldn't have any errors or inconsistencies. Permissions are next.

441 lines of code changed in:

  • VRADLab: DeployScenario.aspx.cs (+22 -6), EditScenario.aspx.cs (+1 -1), ViewStatus.aspx.cs (+6 -3)
  • VRADLab/Core: Template.cs (+25 -27), VirtualCenterHelper.cs (+23 -1), VirtualMachineBase.cs (+56 -9)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+92 -33), Deployment.cs (+56 -52)
  • VRADLab/Core/Scenarios: Scenario.cs (+60 -57), ScenarioTemplate.cs (+100 -66)
macd1225 2008-04-03 02:13

Whew, large number of changes. Editing / deleting of deployments working. Fixed some minor issues with editing / deleting of scenarios. Some nice refactoring. Etc...

948 lines of code changed in:

  • VRADLab: DeployScenario.aspx (+64 -51), DeployScenario.aspx.cs (+382 -60), DeployScenario.aspx.designer.cs (+60 -6), EditScenario.aspx.cs (+2 -8), VRADLab.csproj (+1 -1), ViewStatus.aspx (+1), ViewStatus.aspx.cs (+1 -1)
  • VRADLab/Core: Folder.cs (del), Template.cs (+2 -2), VirtualCenterHelper.cs (new 92), VirtualMachineBase.cs (+1 -1)
  • VRADLab/Core/Deployments: DeployedNetwork.cs (+44 -27), DeployedTemplate.cs (+18 -30), DeployedVirtualMachine.cs (+147 -113), DeployedVirtualMachineNicAssignment.cs (+32 -5), Deployment.cs (+80 -61), Host.cs (+1 -1)
  • VRADLab/Core/Scenarios: Scenario.cs (+10 -7), ScenarioNetwork.cs (+7 -6), ScenarioTemplate.cs (+2 -5), ScenarioTemplateNicAssignment.cs (+1 -3)
  • VRADLab/Database Script: VRAD Lab.sql (new)
macd1225 2008-04-01 13:54

Editing of scenarios is now working. Deleting of scenarios fixed too.

887 lines of code changed in:

  • VRADLab: CreateScenario.aspx (del), CreateScenario.aspx.cs (del), CreateScenario.aspx.designer.cs (del), Default.aspx (+2 -2), Default.aspx.cs (-1), DeployScenario.aspx.cs (+6 -6), EditScenario.aspx (new 80), EditScenario.aspx.cs (new 267), EditScenario.aspx.designer.cs (new 61), ManageScenarios.aspx (new 23), ManageScenarios.aspx.cs (new 32), ManageScenarios.aspx.designer.cs (new 25), VRADLab.csproj (+13 -5)
  • VRADLab/Core: Folder.cs (+31 -12), StatefulCollectionBase.cs (+1), Template.cs (+72 -25), VirtualMachineBase.cs (+11 -20)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+10 -3), Deployment.cs (+23 -18)
  • VRADLab/Core/Scenarios: Scenario.cs (+68 -34), ScenarioNetwork.cs (+21 -14), ScenarioTemplate.cs (+126 -19), ScenarioTemplateNicAssignment.cs (+15 -8)
macd1225 2008-03-30 17:18

Better ready management.

378 lines of code changed in:

  • VRADLab: CreateScenario.aspx.cs (+1 -1), ViewStatus.aspx.cs (+3 -1), Web.config (+69 -7)
  • VRADLab/Core: Template.cs (+1 -109), VirtualMachineBase.cs (+146)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+13 -49)
  • VRADLab/Properties: Settings.Designer.cs (+80 -11), Settings.settings (+65 -8)
macd1225 2008-03-29 19:40

We can now delete deployments from the ViewStatus page.

26 lines of code changed in:

  • VRADLab: ViewStatus.aspx (+4 -4), ViewStatus.aspx.cs (+9 -2), ViewStatus.aspx.designer.cs (-9)
  • VRADLab/Core/Deployments: Deployment.cs (+13)
macd1225 2008-03-29 18:59

Able to delete deployments and scenarios. Not in the GUI yet.

259 lines of code changed in:

  • VRADLab: Default.aspx.cs (-12)
  • VRADLab/Core: Template.cs (+9 -13)
  • VRADLab/Core/Deployments: DeployedVirtualMachine.cs (+22 -3), Deployment.cs (+59 -15)
  • VRADLab/Core/Scenarios: Scenario.cs (+61 -10), ScenarioNetwork.cs (+29 -124), ScenarioTemplate.cs (+42 -123), ScenarioTemplateNicAssignment.cs (+37 -132)

(23 more)

Generated by StatSVN 0.3.1