log

age author description
Fri, 13 Apr 2012 13:14:21 -0400 Omair Majid Remove warnings in ViewFactory classes and tests
Fri, 13 Apr 2012 12:27:20 -0400 Omair Majid Move logic for showing the agent preferences into MainWindowControllerImpl
Fri, 13 Apr 2012 11:38:21 -0400 Omair Majid Use a ViewFactory to get the right View implenetation
Fri, 13 Apr 2012 10:16:10 -0400 Jon VanAlten Warnings cleanup
Fri, 13 Apr 2012 15:22:56 +0200 Mario Torre Add agent test
Fri, 13 Apr 2012 15:22:34 +0200 Mario Torre Filter out non running database from client view
Thu, 12 Apr 2012 19:27:05 +0200 Mario Torre Add agent running state to AgentInformation
Thu, 12 Apr 2012 19:10:56 +0200 Mario Torre history mode part 1
Thu, 12 Apr 2012 12:03:50 -0400 Omair Majid Fix typo
Thu, 12 Apr 2012 11:48:38 -0400 Omair Majid Add client preferences and ui to modify them
Thu, 05 Apr 2012 15:45:55 -0400 Omair Majid UI to enable/disable the agent backend from the client
Thu, 12 Apr 2012 10:38:24 -0400 Jon VanAlten DAO the agent
Thu, 12 Apr 2012 10:37:36 -0400 Jon VanAlten Make agent and client connect in same way.
Wed, 11 Apr 2012 19:42:15 +0200 Mario Torre Add shutdown hook to close db when killing agent process
Wed, 11 Apr 2012 16:31:42 +0200 Roman Kennke Fix GUI tests.
Wed, 11 Apr 2012 15:18:17 +0200 Roman Kennke Quick fix for last change: always update SNAPSHOTs for Cacio.
Wed, 11 Apr 2012 13:53:22 +0200 Roman Kennke Use Cacio for GUI tests.
Tue, 10 Apr 2012 23:20:16 +0200 Roman Kennke Consolidate CLI scripts.
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.