log

age author description
Tue, 10 Apr 2012 23:19:45 +0200 Roman Kennke Implement central CLI launcher.
Tue, 10 Apr 2012 23:18:38 +0200 Roman Kennke Merge CLI and Application frameworks into one.
Tue, 10 Apr 2012 21:27:33 +0200 Roman Kennke Move CLI framework to common module.
Thu, 05 Apr 2012 14:30:19 +0200 Roman Kennke Merge
Thu, 05 Apr 2012 14:29:15 +0200 Roman Kennke Implement help command.
Thu, 05 Apr 2012 13:43:23 +0200 Mario Torre Fix include and class name.
Thu, 05 Apr 2012 13:37:16 +0200 Mario Torre Merge
Wed, 04 Apr 2012 22:12:03 +0200 Mario Torre Check if db is already running when an existing pid is found
Wed, 04 Apr 2012 22:11:03 +0200 Mario Torre Add tool to check name of running process from pid
Thu, 05 Apr 2012 00:36:28 +0200 Roman Kennke Move ApplicationContextUtil from test to main sources.
Wed, 04 Apr 2012 17:03:52 -0400 Jon VanAlten move ApplicationContext to common
Wed, 04 Apr 2012 15:51:48 -0400 Jon VanAlten Add regression tests for NPE root cause in ChunkConverter
Wed, 04 Apr 2012 21:49:29 +0200 Roman Kennke Merge
Wed, 04 Apr 2012 21:47:57 +0200 Roman Kennke Implement CLI framework.
Wed, 04 Apr 2012 11:50:30 -0400 Omair Majid Tests for JvmStatDataExtractor
Wed, 04 Apr 2012 11:43:38 -0400 Jon VanAlten Add getCount() to storage/dao layers where relevant.
Wed, 04 Apr 2012 14:48:12 +0200 Mario Torre Remove notifiers from base Application class
Tue, 03 Apr 2012 15:42:38 -0400 Omair Majid Don't create any files when running ConfigUtilsTest
Tue, 03 Apr 2012 13:23:57 -0400 Jon VanAlten Add missing copyright headers.
Tue, 03 Apr 2012 12:51:58 -0400 Omair Majid Add more tests for BackendRegistry
Tue, 03 Apr 2012 10:22:17 -0400 Jon VanAlten Change DAO arguments from constructor to getter and generalize getLatestFOO() methods
Mon, 02 Apr 2012 22:27:05 +0200 Roman Kennke Merge
Mon, 02 Apr 2012 22:25:51 +0200 Roman Kennke Use new Timer in HostCpuController.
Mon, 02 Apr 2012 19:57:13 +0200 Mario Torre Remove localmongo.sh script.
Mon, 02 Apr 2012 19:56:55 +0200 Mario Torre Use mocks instead of starting the database!
Mon, 02 Apr 2012 13:46:55 -0400 Omair Majid Update README
Mon, 02 Apr 2012 13:40:54 -0400 Omair Majid Fix typo in VmMemoryStatDAOImpl
Mon, 02 Apr 2012 14:49:04 +0200 Roman Kennke Merge
Mon, 02 Apr 2012 14:48:02 +0200 Roman Kennke Use new Timer in client
Mon, 02 Apr 2012 14:46:46 +0200 Roman Kennke Remove easymock dependency.
Mon, 02 Apr 2012 14:46:36 +0200 Roman Kennke Consolidate Maven dependency version management.
Fri, 30 Mar 2012 17:28:08 -0400 Omair Majid Remove required argument --properties from the client
Fri, 30 Mar 2012 15:43:37 -0400 Omair Majid Set a default THERMOSTAT_HOME if none is defined
Fri, 30 Mar 2012 21:41:45 +0200 Roman Kennke Merge
Fri, 30 Mar 2012 12:03:12 +0200 Roman Kennke Remove apache-commons dependency.
Fri, 30 Mar 2012 10:19:08 -0400 Omair Majid Use test fixtures in backend tests
Fri, 30 Mar 2012 09:44:58 -0400 Omair Majid Fix test name
Fri, 30 Mar 2012 10:35:26 +0200 Mario Torre Change db.properties
Thu, 29 Mar 2012 17:55:55 -0400 Omair Majid Add some tests for SystemBackend and SampleBackend classes
Thu, 29 Mar 2012 23:56:44 +0200 Mario Torre Disable (for now) wrong test.
Thu, 29 Mar 2012 23:54:17 +0200 Roman Kennke Merge
Thu, 29 Mar 2012 23:52:18 +0200 Roman Kennke Make MainWindowControllerImpl use HostRefDAO and VmRefDAO.
Thu, 29 Mar 2012 23:32:37 +0200 Mario Torre Rename AgentService to AgentApplication.
Thu, 29 Mar 2012 23:30:01 +0200 Mario Torre Big Refactoring: agent patches
Thu, 29 Mar 2012 22:24:54 +0200 Mario Torre Add unified app to start database and agent.
Thu, 29 Mar 2012 22:23:23 +0200 Mario Torre Beginning of Option Parser Interface.
Thu, 29 Mar 2012 21:38:38 +0200 Mario Torre Big Refactoring: use StartupConfiguration in Connection classes
Thu, 29 Mar 2012 21:17:53 +0200 Mario Torre Big Refactoring: hardcode client connection string
Thu, 29 Mar 2012 17:49:30 +0200 Mario Torre RFC: Big Refactoring: new tools (application) api in common
Thu, 29 Mar 2012 17:45:56 +0200 Mario Torre RFC: Big Refactoring: new constructor for LoggingProcess
Thu, 29 Mar 2012 17:37:00 +0200 Mario Torre Add missing test to tools subprojects
Thu, 29 Mar 2012 17:35:00 +0200 Mario Torre Add missing change for tools subproject.
Thu, 29 Mar 2012 17:34:20 +0200 Mario Torre RFC: Big Refactoring: new tools subproject
Thu, 29 Mar 2012 17:19:01 +0200 Mario Torre RFC: Big Refactoring: StartupConfiguration.
Thu, 29 Mar 2012 17:15:22 +0200 Mario Torre Big Refactoring: Backend Registry.
Thu, 29 Mar 2012 16:52:29 +0200 Mario Torre Big Refactoring: ConfigUtils and test utils.
Thu, 29 Mar 2012 11:31:43 -0400 Omair Majid Tests for VmCpuStatBuilder
Thu, 29 Mar 2012 13:15:28 +0200 Roman Kennke Merge
Thu, 29 Mar 2012 13:11:17 +0200 Roman Kennke Implement VmRefDAO to retrieve VMs of a given host.
Wed, 28 Mar 2012 15:16:46 -0400 Jon VanAlten Implement VmInfoDAO and refactor client to use it