budibase/packages/server/src
Andrew Kingston a3cb7e9516 Add basic component type 2022-11-29 16:21:59 +00:00
..
api Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-29 11:13:54 +00:00
automations Final fixes after re-running all test suites. 2022-11-28 19:12:23 +00:00
constants Some server typescript re-writes, only automations left and some controllers. 2022-11-25 15:01:46 +00:00
db One file left in the server, some fixes after converting the internal row controller. 2022-11-26 15:42:53 +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 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-29 11:13:54 +00:00
middleware Some fixes based on test runs. 2022-11-23 11:44:15 +00:00
migrations Add basic component type 2022-11-29 16:21:59 +00:00
sdk Merge branch 'develop' of github.com:Budibase/budibase into refactor/backend-core-import 2022-11-22 12:03:31 +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 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-29 11:13:54 +00:00
utilities One file left in the server, some fixes after converting the internal row controller. 2022-11-26 15:42:53 +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 General work after running some tests in CI - general refactoring as well. 2022-11-28 17:54:04 +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