log

age author description
Tue, 28 Feb 2017 16:30:52 -0500 Jie Kang Add POST capability for systems/jvms endpoints.
Tue, 28 Feb 2017 16:18:45 -0500 Jie Kang Add more tests to MongoCoreServerTest
Tue, 28 Feb 2017 12:42:23 -0500 Jie Kang Add more tests to BasicAuthFilterTest. Set MONGO_DB in configurations provided by MongodTestUtil
Tue, 28 Feb 2017 12:31:52 -0500 Jie Kang Remove println from GetCoreServerTest
Tue, 28 Feb 2017 12:30:02 -0500 Jie Kang Add get/put system implementations. Refactor code to reduce duplication. Fix sorting for mongodb. Add tests for sort parameter, sort and limit parameters, and for new system implementations
Tue, 28 Feb 2017 12:08:22 -0500 Jie Kang Split URL property away from Security Proxy/Basic setting. Update README.
Tue, 28 Feb 2017 11:44:01 -0500 Jie Kang Change default port to 29000 and actually use default port variable
Tue, 28 Feb 2017 11:20:48 -0500 Jie Kang Add list of roles in comments to basic implementation
Tue, 28 Feb 2017 10:39:34 -0500 Jie Kang Update server README.md with configuration instructions
Tue, 28 Feb 2017 10:23:13 -0500 Jie Kang Change authorization properties file name to basic-config.properties
Tue, 28 Feb 2017 10:17:09 -0500 Jie Kang Update Auth systems
Mon, 27 Feb 2017 16:46:14 -0500 Jie Kang Add more tests for RoleAuthFilter
Mon, 27 Feb 2017 16:04:22 -0500 Jie Kang Add tests for RoleAuthFilter
Mon, 27 Feb 2017 15:09:39 -0500 Jie Kang Add basic Role Authorization implementation
Mon, 27 Feb 2017 12:51:09 -0500 Jie Kang Add POST agents test to MongoCoreServerTest. Stabilize CoreServer tests. Remove printlns. Set mongodb logging to OFF.
Mon, 27 Feb 2017 12:22:26 -0500 Jie Kang Update readme for repository and server maven project
Mon, 27 Feb 2017 11:53:56 -0500 Jie Kang Fix tests for auth->authentication rename. Add filter for handling role-based authorization.
Mon, 27 Feb 2017 11:38:43 -0500 Jie Kang Rename auth package to authentication
Mon, 27 Feb 2017 11:25:42 -0500 Jie Kang Add tests for agent endpoints to MongoCoreServerTest
Mon, 27 Feb 2017 10:22:53 -0500 Jie Kang Add test for accessing server endpoints with mongo backend enabled. Add command for running Server with no configuration via static void main
Fri, 24 Feb 2017 12:42:08 -0500 Jie Kang Handle case when SwaggerUi resources are unavailable.
Fri, 24 Feb 2017 11:56:45 -0500 Jie Kang Stabilize mongod tests. Add server timeout option to mongo configuration.
Fri, 24 Feb 2017 10:43:56 -0500 Jie Kang Remove unnecessary @Ignore annotation from ThermostatMongoStorageTest
Fri, 24 Feb 2017 10:38:29 -0500 Jie Kang Add test for connecting to Mongo storage.
Fri, 24 Feb 2017 09:49:51 -0500 Jie Kang Add default mongo config file to assembly
Fri, 24 Feb 2017 09:47:17 -0500 Jie Kang Update mongo configuration. Move mongo configuration to separate class and file from server configuration. Fix issues with mongo configuration parsing.
Thu, 23 Feb 2017 16:53:21 -0500 Jie Kang Add server configuration properties for the mongodb backend
Thu, 23 Feb 2017 16:21:05 -0500 Jie Kang Move Swagger UI resource handler creation to separate class. Add test for SwaggerUiHandler. Move MongoResponseBuilder under mongo package.
Thu, 23 Feb 2017 15:53:51 -0500 Jie Kang Add more tests for DocumentBuilder
Thu, 23 Feb 2017 15:49:11 -0500 Jie Kang Add test for DocumentBuilder. Add more tests for CoreServer. Prevent possible NPE in ProxyWebUser
Thu, 23 Feb 2017 15:20:47 -0500 Jie Kang Add first implementation for streaming agents endpoint
Thu, 23 Feb 2017 15:10:22 -0500 Jie Kang Add base handler for namespaces list. Fix possible NPE in MongoStorageHandler. Increase default limits for returned data
Thu, 23 Feb 2017 14:37:13 -0500 Jie Kang Add tests for UserStore, ProxyAuthFilter and ThermostatMongoStorage
Thu, 23 Feb 2017 12:21:03 -0500 Jie Kang Add roles to users in ProxyAuthFilter
Thu, 23 Feb 2017 11:34:31 -0500 Jie Kang Add test for NoAuthFilter. Add mockito dependency. Add TODO for ProxyAuthFilter.
Thu, 23 Feb 2017 11:12:16 -0500 Jie Kang Remove unnecessary initialization of Server object
Thu, 23 Feb 2017 11:10:00 -0500 Jie Kang Add basic integration test for CoreServer
Thu, 23 Feb 2017 09:58:40 -0500 Jie Kang Add response for unimplemented Mongo handler endpoints. Add deleteAgents implementation.
Thu, 23 Feb 2017 09:32:50 -0500 Jie Kang Improve mongo filter code.
Wed, 22 Feb 2017 17:30:28 -0500 Jie Kang Fix filter with return statement
Wed, 22 Feb 2017 17:07:11 -0500 Jie Kang Work on mongo api implementation for GET, PUT, POST and DELETE requests
Wed, 22 Feb 2017 12:36:49 -0500 Jie Kang Move MongoStorageHandler to mongo sub-package
Wed, 22 Feb 2017 11:34:49 -0500 Jie Kang Add mongo implementation for some http endpoints.
Tue, 21 Feb 2017 16:16:42 -0500 Jie Kang Remove swagger generated code.
Tue, 21 Feb 2017 16:07:41 -0500 Jie Kang Fixes to run as OSGi bundle (not fully complete) swagger
Tue, 21 Feb 2017 15:29:25 -0500 Jie Kang Add swagger-ui to SwaggerServer
Tue, 21 Feb 2017 15:28:55 -0500 Jie Kang Update swagger json in server.
Tue, 21 Feb 2017 12:05:47 -0500 Jie Kang Remove accidental code addition. Remove unnecessary dependencies
Tue, 21 Feb 2017 12:01:27 -0500 Jie Kang Fix server to use swagger generated code via TestCommand.
Fri, 17 Feb 2017 16:49:44 -0500 Jie Kang Add nodejs swagger server. Add jaxrs swagger server. Setup test SwaggerServer for Server plugin using jaxrs swagger server code
Fri, 17 Feb 2017 12:44:14 -0500 Jie Kang Use renamed HttpHandler and StorageHandler classes.
Fri, 17 Feb 2017 08:37:18 -0500 Jie Kang Add namespace-based API.
Wed, 15 Feb 2017 09:34:06 -0500 Jie Kang Rename AnotherPluginHttpHandler to PluginHttpHandler.
Tue, 14 Feb 2017 09:17:22 -0500 Jie Kang Add NoAuthFilter for testing purposes. Remove RolesAllowed annotation to allow for no auth use-case. Fix issue with min/max timestamp filtering.
Mon, 13 Feb 2017 11:18:20 -0500 Jie Kang Fix assert not null to use 'assert' instead
Mon, 13 Feb 2017 11:16:17 -0500 Jie Kang Add paths to variant plugin handler. Use core and variant handlers in server
Fri, 10 Feb 2017 11:35:08 -0500 Jie Kang Add a variant plugin http handler.
Wed, 08 Feb 2017 15:17:33 -0500 Jie Kang Code cleanup
Tue, 07 Feb 2017 11:09:32 -0500 Jie Kang Update server to use configuration files.
Mon, 06 Feb 2017 17:01:05 -0500 Jie Kang Use configuration files to setup server.