fasten-onprem/backend/pkg/web/middleware
Jason Kulatunga c85e829c46
Adding new system settings table. (#409)
* Adding new system settings table.
Adding associated database migration.
Added tests
Fixing tests for user-settings.

* updated migration, make sure default system settings are created.
Added database commands to create and update system settings.
Added generic response wrapper.

* make sure we can get related versions (fasten sources, onprem and desktop) when starting the app.
2024-02-09 09:10:06 -08:00
..
cache.go make sure api calls are not cached in the desktop app. 2023-10-09 10:51:38 -07:00
config.go fixing module name (fasten-onprem vs fastenhealth-onprem) 2023-08-27 17:09:46 -07:00
database.go Adding new system settings table. (#409) 2024-02-09 09:10:06 -08:00
event_bus.go removed singleton eventbus. Moved to application init. 2023-09-20 14:57:05 -07:00
logger.go removed singleton eventbus. Moved to application init. 2023-09-20 14:57:05 -07:00
require_auth.go fixing module name (fasten-onprem vs fastenhealth-onprem) 2023-08-27 17:09:46 -07:00
server_sent_event.go removed singleton eventbus. Moved to application init. 2023-09-20 14:57:05 -07:00