..
api
Render view groupBy array options as tags ( #8764 )
2023-01-10 16:25:23 +00:00
automations
Fix/automation update deletes relationship ( #9468 )
2023-01-31 10:11:56 +00:00
constants
Some server typescript re-writes, only automations left and some controllers.
2022-11-25 15:01:46 +00:00
db
Merge remote-tracking branch 'origin/develop' into fix/sample-data-edit-removed-delete-fixed
2022-11-29 12:54:22 +00:00
definitions
Fixing issue with self host build - import of backend-core changes mean that loading the public API files can require setup of backend-core, making it so that the JWT Strategy doesn't need to be setup to load backend-core.
2022-11-01 12:59:10 +00:00
events
Fixes based on server build so far.
2022-11-26 15:10:41 +00:00
integrations
Treat bigint as string ( #8877 )
2023-01-22 19:19:16 +00:00
middleware
Some fixes based on test runs.
2022-11-23 11:44:15 +00:00
migrations
PR comments, moving more stuff into SDK.
2022-12-06 12:22:41 +00:00
sdk
Adding test cases for the attachment re-write feature, mocking the direct couch find functionality.
2023-01-06 13:33:22 +00:00
tests
Update table migration test to use imports, and update TestConfiguration to work with type parameters
2022-11-29 12:19:37 +00:00
threads
allow all user bindings in SQL queries ( #9354 )
2023-01-16 12:24:32 +00:00
utilities
Fix for #7732 - as well as some tests for it, make sure that it is working as expected.
2022-12-06 17:20:26 +00:00
app.ts
General work after running some tests in CI - general refactoring as well.
2022-11-28 17:54:04 +00:00
environment.ts
Environment variable type coercion fix ( #9074 )
2022-12-16 13:16:37 +00:00
index.ts
…
startup.ts
Fixes based on server build so far.
2022-11-26 15:10:41 +00:00
watch.ts
Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions.
2022-11-22 19:49:59 +00:00
websocket.ts
…