log

age author description
Mon, 27 Mar 2017 13:08:02 -0400 Jie Kang Add micro-service Server
Mon, 27 Mar 2017 13:01:50 -0400 Jie Kang Remove server module
Thu, 23 Mar 2017 13:54:24 +0100 Severin Gehwolf Command Channel JDK 7 compatibility.
Wed, 15 Mar 2017 15:26:16 +0100 Severin Gehwolf Command channel microservice.
Wed, 15 Mar 2017 12:10:13 -0400 Jie Kang Add tests module for integration and performance tests
Tue, 14 Mar 2017 09:15:40 -0400 Jie Kang Use consistent naming convention for maven properties
Tue, 14 Mar 2017 09:14:20 -0400 Jie Kang Remove unused maven-scr-plugin from main project
Mon, 13 Mar 2017 12:04:34 -0400 Jie Kang Fix loading of Swagger resources when running jar. Add tests for accessing Swagger resources.
Mon, 13 Mar 2017 11:18:20 -0400 Jie Kang Cleanup pom files
Mon, 13 Mar 2017 11:12:41 -0400 Jie Kang Rename project to Thermostat Web Gateway
Mon, 13 Mar 2017 10:54:09 -0400 Jie Kang Remove usage of CustomResourceConfig. Intialize BeanConfig in CoreServer
Mon, 13 Mar 2017 10:29:00 -0400 Jie Kang Add licenses to files in project.
Mon, 13 Mar 2017 10:08:55 -0400 Jie Kang Add license-maven-plugin to project build
Wed, 08 Mar 2017 21:02:06 -0500 Dustin Kut Moy Cheung Add autogeneration of swagger docs based on JAX-RS annotated classes.
Wed, 08 Mar 2017 11:42:46 -0500 Jie Kang Cleanup code and pom file
Wed, 08 Mar 2017 11:25:30 -0500 Jie Kang Remove dependencies on 'thermostat' project. Build standalone jar that can be run with java -jar in distribution module
Thu, 09 Mar 2017 09:45:35 -0500 Jie Kang Cleanup .hgignore to contain relevant ignores
Wed, 08 Mar 2017 17:36:44 +0100 Mario Torre add ignore file
Wed, 08 Mar 2017 15:36:06 +0000 convert-repo update tags
Wed, 08 Mar 2017 09:44:47 -0500 Jie Kang Use Document.forEach in MongoResponseBuilder so we don't have to deal with closing cursor appropriately
Wed, 08 Mar 2017 09:43:59 -0500 Jie Kang Change default ports so tests and deployments never match.
Wed, 08 Mar 2017 09:10:58 -0500 Jie Kang Remove unused field in TimedRequest
Wed, 08 Mar 2017 09:10:31 -0500 Jie Kang Add defaults for mongo and server configuration to p.s.v main
Mon, 06 Mar 2017 21:46:54 -0500 Jie Kang Add performance tests for post requests. Make Mongo cursor explicitly non-tailable
Mon, 06 Mar 2017 15:05:21 -0500 Jie Kang Add performance tests for GET requests. Support timing results for tests via extending TimedTestSetup class
Mon, 06 Mar 2017 15:03:42 -0500 Jie Kang Fix post query interpretation of value types for json Strings and Numbers. Add tests for POST queries testing new behavior. Fix suffix usage in MongoStorageHandler. Add indexing on ids, and store namespaces and indexes in memory
Mon, 06 Mar 2017 14:58:09 -0500 Jie Kang Add mongo username/password to WebServerCommand to match thermostat-devsetup credentials
Fri, 03 Mar 2017 14:47:32 -0500 Jie Kang Fix MongoCoreServer tests by resetting atomic boolean in @BeforeClass. Set source/target to 1.7 instead of 1.8 and use it for the main project instead of core.
Fri, 03 Mar 2017 12:49:52 -0500 Jie Kang Add tests for Proxy auth system. Fix unauthorized exceptions to throw message complying with HTTP specifications
Fri, 03 Mar 2017 12:49:03 -0500 Jie Kang Remove unnecessary println in test classes
Thu, 02 Mar 2017 16:53:13 -0500 Jie Kang Split MongoCoreServerTests into separate files based on Http Method (GET,PUT,POST,DELETE)
Thu, 02 Mar 2017 15:19:23 -0500 Jie Kang Add PUT all tests to MongoCoreServerTest
Thu, 02 Mar 2017 12:54:55 -0500 Jie Kang Remove redundant casts in BasicUserStoreTest
Thu, 02 Mar 2017 12:51:24 -0500 Jie Kang Restructure packages in server project.
Thu, 02 Mar 2017 12:08:26 -0500 Jie Kang Add more tests for accessing http paths. Rename to CoreServerHttpTest
Thu, 02 Mar 2017 11:56:38 -0500 Jie Kang Add delete implementation to MongoStorageHandler for Systems/Jvms. Add test for deleting by specified id
Thu, 02 Mar 2017 08:47:10 -0500 Jie Kang Code cleanup from intellij analysis
Wed, 01 Mar 2017 16:16:25 -0500 Jie Kang Reduce endpoints. Embed user input in "obj" field. embedded-storage-structure
Wed, 01 Mar 2017 12:23:51 -0500 Jie Kang Update swagger json
Wed, 01 Mar 2017 11:40:14 -0500 Jie Kang Exclude tags and _id from Responses. Return response as json array instead of numbered json objects. Add test for MongoResponseBuilder
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