Earlier this year
-
r81
(Upgrading the build to uc r213) committed by ferventcoder
- Upgrading the build to uc r213
Upgrading the build to uc r213
-
-
r79
(removing unused folders) committed by ferventcoder
- removing unused folders
-
-
r77
(updating environments.build with bug fix) committed by ferventcoder
- updating environments.build with bug fix
updating environments.build with bug fix
-
r76
(Upgrading UppercuT (Builds) to version 122.) committed by ferventcoder
- Upgrading UppercuT (Builds) to version 122.
Upgrading UppercuT (Builds) to version 122.
-
r75
(finishing the upgrade of uppercut) committed by ferventcoder
- finishing the upgrade of uppercut
finishing the upgrade of uppercut
-
r74
(upgrading UppercuT to 0.8.0.81) committed by ferventcoder
- upgrading UppercuT to 0.8.0.81
upgrading UppercuT to 0.8.0.81
-
r73
(upgrading to latest version of uppercut) committed by ferventcoder
- upgrading to latest version of uppercut
upgrading to latest version of uppercut
-
r72
(Adding UppercuT automated builds. Updating to run with MbUni...) committed by ferventcoder
- Adding UppercuT automated builds. Updating to run with MbUnit (that needs some love to find what the
project uses and use it instead). Giving the project some log4Net love. Also doing some general
maintenance and cleaning up some files and moving classes out to their own files.
Adding UppercuT automated builds. Updating to run with MbUnit (that needs some love to find what the
project uses and use it instead). Giving the project some log4Net love. Also doing some general
maintenance and cleaning up some files and moving classes out to their own files.
Older
-
r71
(moved TypeScanningModule.cs to it's own file and renamespace...) committed by brian.m.carlson
- moved TypeScanningModule.cs to it's own file and renamespaced it
moved TypeScanningModule.cs to it's own file and renamespaced it
-
-
r69
(moved CSharpProjectLocator) committed by brian.m.carlson
- moved CSharpProjectLocator
moved CSharpProjectLocator
-
r68
(Assembly signing turned back off. Accidently turned it on w...) committed by brian.m.carlson
- Assembly signing turned back off. Accidently turned it on w/ click once installer deploy
Assembly signing turned back off. Accidently turned it on w/ click once installer deploy
-
r67
(got to a hideously buggy dogfoodable point. I think there's ...) committed by brian.m.carlson
- got to a hideously buggy dogfoodable point. I think there's a memory leak too, but it crashes too
much to be sure. :D
got to a hideously buggy dogfoodable point. I think there's a memory leak too, but it crashes too
much to be sure. :D
-
r66
(No longer using action method injector, or it's tests) committed by brian.m.carlson
- No longer using action method injector, or it's tests
No longer using action method injector, or it's tests
-
r65
(Added xunit.runner.utility.dll to allow for xunit test assem...) committed by brian.m.carlson
- Added xunit.runner.utility.dll to allow for xunit test assembly execution from within AutoTest.NET.
Added xunit.runner.utility.dll to allow for xunit test assembly execution from within AutoTest.NET.
-
r64
(Removed old FileSystemChangeWatcher and AutoTestRunner) committed by brian.m.carlson
- Removed old FileSystemChangeWatcher and AutoTestRunner
Removed old FileSystemChangeWatcher and AutoTestRunner
-
r63
(Cleaned up files w/ resharper. Added CSharpProjectFinder to ...) committed by brian.m.carlson
- Cleaned up files w/ resharper. Added CSharpProjectFinder to filter filechange messages and publish
project change message.
Cleaned up files w/ resharper. Added CSharpProjectFinder to filter filechange messages and publish
project change message.
-
r62
(Move files this way and that) committed by brian.m.carlson
- Move files this way and that
Move files this way and that
-
r61
(Moved some files this way and that) committed by brian.m.carlson
- Moved some files this way and that
Moved some files this way and that
-
r60
(Moved file system related files into FileSystem namespace) committed by brian.m.carlson
- Moved file system related files into FileSystem namespace
Moved file system related files into FileSystem namespace
-
r59
(Cleaned up some dumb ideas, changed up MessageBus to create ...) committed by brian.m.carlson
- Cleaned up some dumb ideas, changed up MessageBus to create instances of consumers instead of
subscribing through actions & closures. More testable this way
Cleaned up some dumb ideas, changed up MessageBus to create instances of consumers instead of
subscribing through actions & closures. More testable this way
-
r58
(More namespace moves and cleanup) committed by brian.m.carlson
- More namespace moves and cleanup
More namespace moves and cleanup
-
r57
(Renamespaced some classes to match folder structure.) committed by brian.m.carlson
- Renamespaced some classes to match folder structure.
Renamespaced some classes to match folder structure.
-
r56
(Renamespaced classes to be in line with folder structure) committed by brian.m.carlson
- Renamespaced classes to be in line with folder structure
Renamespaced classes to be in line with folder structure
-
r55
(Why is this even changed?) committed by brian.m.carlson
- Why is this even changed?
Why is this even changed?
-
r54
(Configured more logging and integrated log4net.) committed by brian.m.carlson
- Configured more logging and integrated log4net.
Configured more logging and integrated log4net.
-
r53
(Added trunk build of Ninject. Ninject revision number r119) committed by brian.m.carlson
- Added trunk build of Ninject. Ninject revision number r119
Added trunk build of Ninject. Ninject revision number r119
-
r52
(Deleted spike folder. Spike is OVER. From now on I think I'l...) committed by brian.m.carlson
- Deleted spike folder. Spike is OVER. From now on I think I'll just spike on the main test project.
word.
Deleted spike folder. Spike is OVER. From now on I think I'll just spike on the main test project.
word.
-
r51
(More restructuring and increasing test coverage. I'd like to...) committed by brian.m.carlson
- More restructuring and increasing test coverage. I'd like to get Log4Net working and then work
towards a dog food situation.
More restructuring and increasing test coverage. I'd like to get Log4Net working and then work
towards a dog food situation.
-
r50
(Major file movings to increase code readability but no real ...) committed by brian.m.carlson
- Major file movings to increase code readability but no real code additions, just lots of "using"
updates w/ the renamespacing of files
Major file movings to increase code readability but no real code additions, just lots of "using"
updates w/ the renamespacing of files
-
r49
(Added the Moq.dll reference to test project. Added Ninject....) committed by brian.m.carlson
- Added the Moq.dll reference to test project. Added Ninject.Extensions.MessageBroker.dll and an
extension within some spike code to allow more explicit, strongly-typed message passing without
reliance on events.
Added the Moq.dll reference to test project. Added Ninject.Extensions.MessageBroker.dll and an
extension within some spike code to allow more explicit, strongly-typed message passing without
reliance on events.
-
r48
(added spike folder for thrashing around ideas, which is what...) committed by brian.m.carlson
- added spike folder for thrashing around ideas, which is what I'm about to dooooooooooooo
added spike folder for thrashing around ideas, which is what I'm about to dooooooooooooo
-
r47
(Migrated all unit tests to xunit test framework) committed by brian.m.carlson
- Migrated all unit tests to xunit test framework
Migrated all unit tests to xunit test framework
-
r46
(Why is this folder asking me to commit without anything in i...) committed by brian.m.carlson
- Why is this folder asking me to commit without anything in it changing? I really should read up on
SVN.
Why is this folder asking me to commit without anything in it changing? I really should read up on
SVN.
-
r45
(Added xunit.dll and xunit.extensions.dll to library as we ar...) committed by brian.m.carlson
- Added xunit.dll and xunit.extensions.dll to library as we are going to be using xunit for internal
testing instead of nunit. Not removing nunit as we still need to support NUnit integration in the
near future.
Added xunit.dll and xunit.extensions.dll to library as we are going to be using xunit for internal
testing instead of nunit. Not removing nunit as we still need to support NUnit integration in the
near future.
-
r44
(deleting some /obj and /bin files i accidently checked in. :...) committed by brian.m.carlson
- deleting some /obj and /bin files i accidently checked in. :(
deleting some /obj and /bin files i accidently checked in. :(
-
-
r42
(what kinda asshole accidently checks in obj files? This guy.) committed by brian.m.carlson
- what kinda asshole accidently checks in obj files? This guy.
what kinda asshole accidently checks in obj files? This guy.
-
-
r40
(Logging Object didnt' commit last time. Not sure why...) committed by brian.m.carlson
- Logging Object didnt' commit last time. Not sure why...
Logging Object didnt' commit last time. Not sure why...
-
r39
(Tested out some basic Ninject logging functionality.
Created...) committed by brian.m.carlson
- Tested out some basic Ninject logging functionality.
Created the "LoggingObject" class which can be inherrited to provide canned Logger injection
Currently bootstrapper is using the Ninject console logger, but I'd like to integrate Log4Net in the
near future
Tested out some basic Ninject logging functionality.
Created the "LoggingObject" class which can be inherrited to provide canned Logger injection
Currently bootstrapper is using the Ninject console logger, but I'd like to integrate Log4Net in the
near future
-
r38
(changes to structure due to deletes and file moves) committed by brian.m.carlson
- changes to structure due to deletes and file moves
changes to structure due to deletes and file moves
-
-
r36
(Changed namespaces to match new solution structure) committed by brian.m.carlson
- Changed namespaces to match new solution structure
Changed namespaces to match new solution structure
-
-
r34
(Completely changed directory structure) committed by brian.m.carlson
- Completely changed directory structure
Completely changed directory structure
-
r33
(Deleted auxiliary solution file) committed by brian.m.carlson
- Deleted auxiliary solution file
Deleted auxiliary solution file
-
r32
(Deleted winforms section of app) committed by brian.m.carlson
- Deleted winforms section of app
Deleted winforms section of app
|