log

age author description
Mon, 18 Sep 2017 14:04:16 +0200 Miloslav Zezulka Map activate method for VmNativeLibrariesBackend
Wed, 06 Sep 2017 14:05:05 +0200 Miloslav Zezulka Remove Ordered interface from agent
Fri, 21 Jul 2017 16:27:18 +0200 Severin Gehwolf Tune agent so as to use less memory.
Tue, 12 Sep 2017 17:01:54 +0200 Severin Gehwolf Use singleton for HttpClient instance.
Thu, 07 Sep 2017 18:56:23 +0200 Severin Gehwolf Add Keycloak authentication support in commands plugin.
Tue, 12 Sep 2017 12:19:00 +0200 Severin Gehwolf Clean-up http-client dependencies.
Tue, 12 Sep 2017 08:41:11 -0400 Simon Tooke Port native library plugin to Windows
Mon, 11 Sep 2017 15:58:32 +0200 Severin Gehwolf Add missing test resource file.
Wed, 06 Sep 2017 19:47:49 +0200 Severin Gehwolf Split HttpRequestService and KeycloakAccessTokenService
Thu, 07 Sep 2017 18:41:40 +0200 Severin Gehwolf Fix bug where no startup configuration was read.
Thu, 07 Sep 2017 14:04:15 -0400 Simon Tooke Fix inadvertent test code in jvm-io plugin
Thu, 07 Sep 2017 17:48:06 +0200 Severin Gehwolf Remove StartupConfiguration interface.
Wed, 06 Sep 2017 11:49:23 +0200 Miloslav Zezulka Record loaded native libraries for a given jvm
Mon, 04 Sep 2017 14:39:53 +0200 Miloslav Zezulka Add VmClassloaderInfoExtractor for accessing (un)loaded class count
Thu, 31 Aug 2017 13:11:46 -0400 Simon Tooke Fix Maven build after removal of vm-io-common module
Thu, 31 Aug 2017 10:24:26 -0400 Simon Tooke Resurrect vm-io plugin
Tue, 29 Aug 2017 12:05:38 +0200 Severin Gehwolf Explicitly require basic auth config.
Wed, 23 Aug 2017 18:53:32 +0200 Severin Gehwolf [Keycloak] Remove credentials from agent.properties.
Mon, 28 Aug 2017 08:17:05 -0400 Simon Tooke Rename USER_THERMOSTAT_HOME from .thermostat to .thermostat-ng
Fri, 25 Aug 2017 09:55:37 -0400 Simon Tooke Refactor jvm-memory and jvm-gc endpoints to use path-based query
Wed, 23 Aug 2017 13:51:09 +0200 Severin Gehwolf Use BASIC authentication as fallback.
Wed, 23 Aug 2017 11:14:49 -0400 Simon Tooke macOS compatibility fixes
Fri, 18 Aug 2017 10:58:51 -0400 Simon Tooke Delete some unused DAO classes
Wed, 16 Aug 2017 10:28:01 -0400 Simon Tooke Rename some POJO members in preparation for auto typeadapters
Fri, 11 Aug 2017 14:03:38 -0400 Joshua Matsuoka Convert Agent-Core to Declarative Services
Thu, 10 Aug 2017 09:41:24 -0400 Jie Kang Remove jline dependency
Wed, 09 Aug 2017 13:26:10 -0400 Simon Tooke Compare JSON strings as JSON, not strings
Tue, 08 Aug 2017 17:12:26 +0200 Severin Gehwolf Use correct URL for updating stopped JVMs.
Thu, 03 Aug 2017 19:56:40 +0200 Severin Gehwolf [commands] Register receiver with correct agent/systemId.
Fri, 28 Jul 2017 12:16:49 +0200 Severin Gehwolf [commands] Determine receiver based on action.
Mon, 31 Jul 2017 12:43:10 +0200 Miloslav Zezulka Use enum for HTTP method in HttpRequestService
Mon, 31 Jul 2017 10:42:26 -0400 Simon Tooke Change system-network plugin to use new /system-network POST API
Tue, 25 Jul 2017 08:25:21 -0400 Christopher Koehler Add synchronization to VmListenerBackend
Mon, 24 Jul 2017 12:29:44 -0400 Elliott Baron Improve handling of microservice URLs
Wed, 19 Jul 2017 14:42:37 +0200 Severin Gehwolf Log activation of cmd-channel receivers.
Fri, 21 Jul 2017 09:53:48 +0200 Severin Gehwolf [commands] Explicitly set agent session idle timeout.
Fri, 14 Jul 2017 18:33:40 +0200 Severin Gehwolf Switch to https/wss URLs.
Fri, 14 Jul 2017 18:32:41 +0200 Severin Gehwolf Make plugins TLS capable.
Fri, 14 Jul 2017 15:44:08 +0200 Severin Gehwolf Add ssl.properties.example suitable for local TLS.
Mon, 17 Jul 2017 09:10:13 -0400 Christopher Koehler Removal of obsolete perflog logging level
Tue, 11 Jul 2017 17:00:25 -0400 Elliott Baron Remove agent proxy
Mon, 10 Jul 2017 14:49:31 -0400 Simon Tooke Add timestamp to host-overview service
Thu, 06 Jul 2017 13:05:47 -0400 Simon Tooke add host-network backend, get rid of system-backend
Wed, 05 Jul 2017 14:29:14 -0400 Joshua Matsuoka Fix /jvms returning empty response
Mon, 26 Jun 2017 11:22:04 +0200 Severin Gehwolf Remove ApplicationService and related classes.
Wed, 28 Jun 2017 16:22:22 +0200 Severin Gehwolf Port more http client consumers to HttpRequestService.
Fri, 23 Jun 2017 15:16:13 +0200 Severin Gehwolf Refactor HttpRequestService to not expose jetty client.
Tue, 27 Jun 2017 19:25:23 +0200 Severin Gehwolf Re-add SSLConfiguration.disableHostnameVerification().
Tue, 27 Jun 2017 10:52:26 -0400 Joshua Matsuoka Refactor Vm Memory to merge agent and common bundles.
Mon, 26 Jun 2017 19:31:01 +0200 Severin Gehwolf Remove configListenAddress field from AgentInformation.
Thu, 22 Jun 2017 04:49:39 -0400 Simon Tooke Add host-memory plugin
Thu, 22 Jun 2017 02:59:08 -0400 Simon Tooke Add host-cpu plugin
Thu, 22 Jun 2017 02:36:39 -0400 Simon Tooke Update PluginDAOBase to use HttpService
Wed, 21 Jun 2017 17:46:44 -0400 Simon Tooke Refactor common plugin code to new common-plugin module
Fri, 23 Jun 2017 11:45:40 -0400 Joshua Matsuoka Refactor Vm-GC to merge agent and common bundles.
Fri, 23 Jun 2017 10:25:42 -0400 Christopher Koehler Migrating vm-memory plugin to declarative services
Fri, 23 Jun 2017 15:41:47 +0200 Mario Torre Cleanup of storage-core: remove unused code
Wed, 21 Jun 2017 14:09:07 -0400 Simon Tooke Add common-plugin module and SystemID service
Fri, 23 Jun 2017 12:13:02 +0200 Mario Torre Remove more unused code
Wed, 21 Jun 2017 06:33:05 -0400 Simon Tooke Fix Windows/macOS builds