- 02 Feb, 2021 1 commit
-
-
Jean-Philippe Steinmetz authored
-
- 26 Jan, 2021 10 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
Fixing issue causing server shutdown to fail incorrectly
-
Jean-Philippe Steinmetz authored
Adding release notes file
-
Jean-Philippe Steinmetz authored
Updating docs
-
Jean-Philippe Steinmetz authored
Adding WebSocketServer to main Server class WebSocketServer is now start/shut down with Server lifecycle Server start/stop now fully creates and cleans up Express, HTTP, WebSocket servers.
-
Jean-Philippe Steinmetz authored
Separating WebSocket tests into new file Running WebSocket tests individually
-
Jean-Philippe Steinmetz authored
Setting CI and runInBand mode
-
Jean-Philippe Steinmetz authored
Fixing issue with handler argument injection for request body
-
Jean-Philippe Steinmetz authored
Fixing issue when injecting request body to handler function
-
Jean-Philippe Steinmetz authored
Adding WebSocket support Refactoring route handler code to separate utility class
-
- 26 Nov, 2020 7 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
@Config can now take a path to a specific variable to inject Fixing issue with ObjectFactory test
-
Jean-Philippe Steinmetz authored
ObjectFactory initialize and newInstance functions are now async
-
Jean-Philippe Steinmetz authored
Removing route initialize code as it's been replaced by ObjectFactory
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
Adding @Init decorator to ObjectDecorators. ObjectFactory now calls @Init functions during initialization.
-
Jean-Philippe Steinmetz authored
-
- 25 Nov, 2020 3 commits
-
-
Jean-Philippe Steinmetz authored
Converting ACL documents to use @Model decorator FIxing unit test problems
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
Upgrading deps Fixing compilation errors Adding cleanup for sqlite in unit test
-
- 28 Oct, 2020 8 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
Changing storeName to datastore to match @Model decorator
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
Fixing issue with destroyFunc not being bound to intended object
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
Moving all remaining injectable properties from Server to ObjectFactory
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
ConnectionManager can now determine model/datastore relationship via config or decorator
-
- 27 Oct, 2020 1 commit
-
-
Jean-Philippe Steinmetz authored
Refactoring certain model decorators to route decorators Adding @Model decorator for identifying the datastore of a data model
-
- 23 Oct, 2020 4 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
Fixing issue with building id query with version 0 specified.\nFixing issue with updating a record and retrieving last edited version.
-
- 22 Oct, 2020 2 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
-
- 03 Oct, 2020 2 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
newInstance can now auto-register unknown types Instance names now generate a random uuid when not specified Instance names are now namespaced based on data type
-
- 01 Oct, 2020 2 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
Adding support for a destructor to be called by ObjectFactory on cleanup
-