- 12 Feb, 2021 2 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
-
- 04 Feb, 2021 2 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
Preventing circular dependencies from causing an infinite loop when searching ACLs
-
- 02 Feb, 2021 4 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
-
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 3 commits
-
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
-
Jean-Philippe Steinmetz authored
-