1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00
budibase/packages/server/src
2022-09-21 23:12:38 +01:00
..
api Adding group app cleanup. 2022-09-21 23:12:38 +01:00
automations Fix for #7431 - reboot didn't work at all previously which is why apps couldn't be published with it enabled, this is now a self host only feature, I've removed the ability to enable a reboot cron in the Cloud and it will not run the lookup/execution. 2022-09-07 17:05:17 +01:00
constants Main bulk of logic around detecting cron recurring failure, still need to disable. 2022-07-20 22:38:06 +01:00
db Updating plugins to not think about versions, only ever one version of each plugin by name, making plugins self host only and adding error checking for datasource implementations. 2022-09-02 19:32:15 +01:00
definitions better tests and cleaner import for server 2022-09-15 19:51:11 +01:00
events Disable automation chaining in cloud 2022-08-23 12:35:53 +01:00
integrations Fixing issue with plugin import for datasources - extract the integration correctly. 2022-09-13 12:16:00 +01:00
middleware Merge branch 'develop' into feature/day-pass-pricing 2022-09-01 15:26:16 +01:00
migrations Merge branch 'develop' into feature/day-pass-pricing 2022-08-19 14:08:03 +01:00
tests/utilities Renaming data source -> datasource as per Mel's request. 2022-09-14 12:11:20 +01:00
threads Merge branch 'master' into develop 2022-09-12 14:05:36 +01:00
utilities Minor fix - datasource hot reloading was working apart from the the CJS require caching, need to clear down the cache entry before reloading. 2022-09-16 11:25:28 +01:00
app.ts Merge branch 'develop' into qa/qa-core-jest 2022-09-15 01:18:58 +01:00
environment.js Merge branch 'master' into develop 2022-09-15 10:19:56 +01:00
index.ts feat: made changes to worker and server packages to use global-agent to setup proxy from env variables 2022-04-20 16:00:03 +05:30
module.d.ts fix build error exporting and declaring plugins 2022-09-09 12:01:04 +01:00
watch.ts Updating plugins to not think about versions, only ever one version of each plugin by name, making plugins self host only and adding error checking for datasource implementations. 2022-09-02 19:32:15 +01:00
websocket.ts Refactor server websocket dependency tree to fix jest tests 2022-09-13 09:54:25 +01:00