1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00
Commit graph

276 commits

Author SHA1 Message Date
mike12345567
dcada36111 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
Rory Powell
6077814823 Merge branch 'develop' into user-fixes 2022-08-31 11:39:41 +01:00
Rory Powell
ae3e4a7d6e Update shutdown logging 2022-08-31 10:47:41 +01:00
Martin McKeaveney
0089a07096 merge 2022-08-30 10:33:37 +01:00
Rory Powell
c104a15122 Disable automation chaining in cloud 2022-08-23 12:35:53 +01:00
Rory Powell
cbc4a65749 Disable recursive row update on cloud automations 2022-08-23 11:41:58 +01:00
melohagan
bfe5b010da
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
Rory Powell
96c110abe6 enable stalled job disabling 2022-08-20 11:02:22 +01:00
Rory Powell
b9c16331ce Add logging to all event listeners for automations + stalled handling stub 2022-08-19 23:14:19 +01:00
Rory Powell
65d4544cc5 Add support for NODE_DEBUG to app-service in kubernetes 2022-08-19 15:21:53 +01:00
Mel O'Hagan
326548c7fa tableId null safety 2022-08-19 14:57:15 +01:00
mike12345567
2fbf39947a Merge branch 'master' of github.com:Budibase/budibase into develop 2022-08-11 16:28:46 +01:00
Martin McKeaveney
25571d7751 pr comments 2022-08-10 16:26:10 +01:00
Martin McKeaveney
0095a9a566 onEmptyFilter selection for automations 2022-08-10 15:38:08 +01:00
Andrew Kingston
3c5e933577 Fix crash when attempting to parse a nullish automation error 2022-08-08 16:44:00 +01:00
Michael Drury
88ba63d77e
Merge pull request #6898 from Budibase/feature/automation-error-stop
CRON automation stop after a number of errors
2022-07-29 16:20:51 +01:00
Martin McKeaveney
7bad805e5f Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-29 15:45:27 +01:00
mike12345567
1366bcd87c Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-29 14:31:18 +01:00
mike12345567
34432d5862 Fixing some issues with automations + lucene filtering (with string templating on the backend) as well as type coercion in the query rows action. 2022-07-28 13:39:11 +01:00
mike12345567
90b61cd3ca Adding more logging to server log for cloud etc. 2022-07-28 11:14:06 +01:00
Rory Powell
5e9a03e307 Merge branch 'master' into develop 2022-07-27 16:32:36 -04:00
mike12345567
2cd26062d4 Fixing issue discovered in #6813 - versioning of query rows was not correct in automations, was using old broken method. 2022-07-27 16:18:12 +01:00
mike12345567
07b60dc52c Fixing issue with test after update. 2022-07-26 16:13:41 +01:00
mike12345567
caaf5dc3c9 Main body of updates to support disabling the cron, some cleanup of metadata at deployment to make sure they can be re-ran. 2022-07-25 20:45:29 +01:00
Michael Drury
1682cfdb90 Main bulk of logic around detecting cron recurring failure, still need to disable. 2022-07-20 22:38:06 +01:00
Peter Clement
c5b9be60c7 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-19 11:23:31 +01:00
mike12345567
90bc52336a Fix for #6501 - don't fail to publish app when cron expression is empty in any automation, just don't publish that automation. Also adding an error to automation to make it clear an expression is required. 2022-07-15 14:15:16 +01:00
Peter Clement
6663fc25fc Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-14 13:32:51 +01:00
Peter Clement
5fe6bd34b0 tidy up 2022-07-14 10:01:26 +01:00
Peter Clement
72a67adcf4 improve performance of adding users and groups 2022-07-11 15:29:39 +01:00
Peter Clement
218abe39cc add isAutomation to object 2022-07-08 12:16:27 +01:00
Peter Clement
0ee8635348 make auth check optional when caller is automation 2022-07-08 11:09:06 +01:00
mike12345567
90453212d5 Moving majority of automation logging functionality to pro. 2022-07-04 15:44:47 +01:00
mike12345567
5a5c1cfa9c Update as per changes to pro SDK. 2022-07-04 11:43:18 +01:00
mike12345567
f6fc63f1a8 Main body of PR comments - still need to move a bit to pro. 2022-07-04 11:12:08 +01:00
mike12345567
686cf6e1c4 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-07-01 15:14:12 +01:00
mike12345567
afda023fc4 Fixing test case issue. 2022-06-28 17:59:00 +01:00
mike12345567
e921547c64 Updating filter/condition action to show a stopped status rather than error, updating everything else to be aware of this. 2022-06-28 17:02:24 +01:00
mike12345567
a01790b837 Adding clear old history on read, if there is nothing to do this should add very little work. 2022-06-27 18:39:33 +01:00
mike12345567
da2303803c Moving get of logs to pro. 2022-06-27 18:00:48 +01:00
mike12345567
70e5a81db2 Adding in management of time range to lookup automation logs in. 2022-06-24 18:11:19 +01:00
Peter Clement
482be4b5b4 fix use of loop item in javascript bindings 2022-06-23 16:09:35 +01:00
mike12345567
a2dc3dc3b1 Getting notifications working correctly, linking to errors in a better way, generally improving UI, getting some final touches here and there. 2022-06-22 20:23:18 +01:00
mike12345567
8c9f76b815 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-20 15:56:00 +01:00
mike12345567
bd9e05d7fa Fixing build issue. 2022-06-20 15:39:18 +01:00
Andrew Kingston
69855ab803
Merge pull request #6286 from Budibase/cheeks-fixes
App list updates + small stuff
2022-06-20 10:18:13 +01:00
mike12345567
0ba185a487 Adding metadata update with automation IDs and counts of errors which can be totalled in frontend, also moving to using production apps for history only. 2022-06-17 18:39:06 +01:00
mike12345567
f8c73b1e68 Adding edit automation button. 2022-06-17 17:00:43 +01:00
mike12345567
e761dc20c0 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs 2022-06-17 15:05:46 +01:00
mike12345567
a7b781468e Adding mechanism to disable automation logging in self host. 2022-06-15 17:07:17 +01:00