1
0
Fork 0
mirror of synced 2024-09-19 02:39:37 +12:00
Commit graph

3164 commits

Author SHA1 Message Date
mike12345567
86c8618e8f 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
mike12345567
9f00e75207 Merge branch 'master' of github.com:Budibase/budibase into fix/sept-various-fixes 2022-09-07 13:42:30 +01:00
Andrew Kingston
0bc7ffe0a1 Update preview endpoint to be prefixed with /app to not require an updated proxy config 2022-09-07 10:40:00 +01:00
mike12345567
2d183e0c6c Adding compaction before each replication to try to reduce size of database, as well as removing the possibility of app metadata being in conflict as per issue #7494. 2022-09-06 18:07:18 +01:00
Mel O'Hagan
2cdd47042c lint 2022-09-05 18:31:20 +01:00
Mel O'Hagan
00f12698d7 type check 2022-09-05 18:31:12 +01:00
Mel O'Hagan
67f123d60f Parse incoming row as JSON 2022-09-05 18:31:03 +01:00
Martin McKeaveney
151d70ef43 improvements to redis connector - multi line pipelines and lowercase commands 2022-09-02 18:35:06 +01:00
Andrew Kingston
512d225389 Merge pull request #7450 from Budibase/cheeks-fixes
App navigation and screen migration for imports and templates
2022-08-31 15:27:18 +01:00
Andrew Kingston
34723260a8 Add test case for migrating navigation settings from old apps 2022-08-31 14:27:22 +01:00
Rory Powell
7c2c4a0f94 Add conditional around joiValidator schema.append 2022-08-31 12:24:12 +01:00
Rory Powell
5f022e04a3 Merge branch 'develop' into user-fixes 2022-08-31 11:39:41 +01:00
Rory Powell
32c26709fc Merge branch 'master' into develop 2022-08-31 11:35:07 +01:00
Rory Powell
435465f93a Update shutdown logging 2022-08-31 11:05:49 +01:00
Rory Powell
dd86875ea2 Update shutdown logging 2022-08-31 10:47:41 +01:00
Rory Powell
368b48719c Conditionally enable elastic apm 2022-08-30 10:59:27 +01:00
Martin McKeaveney
02c93071ee merge 2022-08-30 10:33:37 +01:00
Martin McKeaveney
2470d711b0 fixing s3 outage errors and scoping AWS configuration to service level 2022-08-25 17:01:12 +01:00
Martin McKeaveney
4aa99336d7 adding path variable 2022-08-25 11:07:35 +01:00
Martin McKeaveney
d5c2f32df3 additional logging around component definitions 2022-08-25 10:57:30 +01:00
Andrew Kingston
62f1a07887 Remove commented out migrations 2022-08-25 08:37:52 +01:00
Andrew Kingston
c0f26819dc Update types 2022-08-25 08:10:11 +01:00
Andrew Kingston
452eba8635 Automatically migrate old apps server-side when importing or using templates 2022-08-24 21:35:24 +01:00
Mel O'Hagan
1e9234da8e lint 2022-08-23 15:33:30 +01:00
Mel O'Hagan
bbc40b2d2c Generic handle objectid 2022-08-23 15:33:04 +01:00
Rory Powell
6cdcfe18c8 Disable automation chaining in cloud 2022-08-23 12:35:53 +01:00
Rory Powell
7275ec5f99 Disable recursive row update on cloud automations 2022-08-23 11:41:58 +01:00
melohagan
f56e72dffd Merge pull request #7364 from Budibase/bug/sev2/app-action-no-field-crash
Null safety for App Action no fields
2022-08-23 11:28:29 +01:00
Andrew Kingston
1a29554997 Remove log 2022-08-20 13:51:32 +01:00
Andrew Kingston
d19a0f171e Serve builder preview via server to fix dependency on third party cookies 2022-08-20 13:47:57 +01:00
Rory Powell
917bb96ae6 add on() to mock queue 2022-08-20 11:42:51 +01:00
Rory Powell
28cdb16e08 enable stalled job disabling 2022-08-20 11:02:22 +01:00
Rory Powell
f273a6f779 Add logging to all event listeners for automations + stalled handling stub 2022-08-19 23:14:19 +01:00
Rory Powell
ad79aba93b Merge pull request #7367 from Budibase/enable-node-debug
Add support for NODE_DEBUG to app-service in kubernetes
2022-08-19 15:26:29 +01:00
Rory Powell
97cafac46c Add support for NODE_DEBUG to app-service in kubernetes 2022-08-19 15:21:53 +01:00
Mel O'Hagan
ef7b7079b0 tableId null safety 2022-08-19 14:57:15 +01:00
Andrew Kingston
abd732fa52 Add tests for exporting data 2022-08-19 13:54:08 +01:00
melohagan
5b9b071f62 Merge pull request #7243 from Budibase/bug/sev2/orphaned-minio-attachment
Delete attachments on field clear from minio bucket
2022-08-17 16:48:27 +01:00
Michael Drury
cfbc9b043c Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-16 15:39:40 +01:00
Mel O'Hagan
1200f4d2a0 Allow delete attachments from builder data section 2022-08-15 15:46:55 +01:00
Mel O'Hagan
9aacc7cccb lint 2022-08-15 14:11:42 +01:00
Mel O'Hagan
f810d1f134 Added unit tests for internalSearch 2022-08-15 14:11:15 +01:00
mike12345567
ae9ae26bd4 Merge branch 'develop' of github.com:Budibase/budibase into feature/multiselect-filters 2022-08-15 12:24:41 +01:00
Andrew Kingston
3a7c92e202 Support filtering data exports to only certain columns with internal tables 2022-08-13 15:38:21 +01:00
NEOLPAR
e5e8f5ed7f Merge branch 'master' into fix/datasource-not-exporting 2022-08-12 14:37:44 +01:00
NEOLPAR
53a01941eb code styles 2022-08-12 13:50:35 +01:00
Mel O'Hagan
5171fc09fb Delete attachments on field clear 2022-08-12 11:29:57 +01:00
mike12345567
1c7f860184 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-11 16:28:46 +01:00
NEOLPAR
9408137826 the error thrown by pouchdb is propagated if it is other than not-found 2022-08-11 14:56:13 +01:00
mike12345567
fc6111272e Fixing viewname enumeration. 2022-08-11 14:40:17 +01:00