1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00
Commit graph

180 commits

Author SHA1 Message Date
Mel O'Hagan
27216ca499 Null safety 2022-08-19 14:52:50 +01:00
Mel O'Hagan
b06fdb066f Null safety 2022-08-10 17:09:51 +01:00
Rory Powell
5e9a03e307 Merge branch 'master' into develop 2022-07-27 16:32:36 -04:00
NEOLPAR
eb9db559e0 amended code following recommendations in PR comments 2022-07-26 17:22:42 +01:00
NEOLPAR
7292afd438 fixed automation app:trigger not mapping test modal form 2022-07-26 16:33:27 +01:00
Dean
26713ab53b Fix for left positioning of the KeyValueBuilder drawers 2022-07-20 16:38:42 +01:00
mike12345567
30b7790e65 Fix for #6709 - Adding the option to set a role for app action, allowing users to set what level an automation can be accessed from. 2022-07-15 17:13:45 +01:00
mike12345567
a4825f8f6c Removing console log. 2022-07-15 14:33:34 +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
mike12345567
320e41c393 Fix for #6702 - remove users table as an option for automation triggers. 2022-07-15 13:39:47 +01:00
Andrew Kingston
0133aabc46 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-17 12:59:15 +01:00
Mel O'Hagan
d6142b777e Add limit placeholder for Automation queries 2022-05-11 11:25:53 +01:00
Andrew Kingston
ba8d8bfd1b Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-09 09:41:28 +01:00
Peter Clement
da0dc2ba68 remove log 2022-05-04 11:56:54 +01:00
Peter Clement
8c031b9d35 linting 2022-05-04 11:55:26 +01:00
Peter Clement
7cf104d8d7 fix binding panel in automate 2022-04-29 11:37:40 +01:00
Andrew Kingston
76feddfaff Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-04-27 07:59:37 +01:00
Andrew Kingston
c81135dbd6 Add back in component settings panel 2022-04-26 14:22:32 +01:00
Peter Clement
8f31af8edf use seqeunetial function to handle successive changes 2022-04-26 10:47:57 +01:00
Peter Clement
6f9e6eb3aa remove function scope 2022-04-26 09:40:02 +01:00
Peter Clement
f37a2477a7 Merge remote-tracking branch 'origin/develop' into fix/automation-performance-ux 2022-04-25 15:38:11 +01:00
Peter Clement
0211c01b49 update modalbindableinput to use on blur 2022-04-25 15:17:35 +01:00
Peter Clement
b599dbcb24 remove log 2022-04-25 14:58:44 +01:00
Peter Clement
6b7d77088b remove debouncing of automation input change and replace with on blurr 2022-04-25 14:51:36 +01:00
Peter Clement
93a4a14906 add array to app action types 2022-04-25 14:31:15 +01:00
Peter Clement
453f49aed8 Merge remote-tracking branch 'origin/develop' into feature/foreach-block 2022-04-18 10:05:43 +01:00
Mel O'Hagan
2694b32ac5 Change to startsWith JS. Remove index decrement. 2022-04-13 13:27:17 +01:00
Peter Clement
261b6ccb03 fix failure condition 2022-04-11 23:10:29 +01:00
Peter Clement
b58b84776e Add handling for failure conditions 2022-04-11 10:26:59 +01:00
Peter Clement
53c676672a Merge remote-tracking branch 'origin/develop' into feature/foreach-block 2022-04-07 22:32:44 +01:00
Mel O'Hagan
bab75ade1e Display correct selector label for JS Scripting 2022-04-07 15:09:53 +01:00
Peter Clement
2381048c0f more parsing of output bindings 2022-03-29 10:29:51 +01:00
Andrew Kingston
f3cc6aa284 Fix design of automation SchemaSetup 2022-03-28 16:56:42 +01:00
Andrew Kingston
e109f06fb4 Fix automation section crashing when a table has been deleted and is in use 2022-03-28 16:26:37 +01:00
Peter Clement
6ccf744557 update bindings to support looping 2022-03-28 10:01:56 +01:00
Peter Clement
554cefe997 Automation foreach block 2022-03-25 09:26:55 +00:00
Peter Clement
e730a447e9 Merge remote-tracking branch 'origin/develop' into feature/automation-data-types 2022-03-01 11:18:11 +00:00
Andrew Kingston
9daa241c71 Update datasource schema generation to take new flags, and update automation blocks to use core databinding utilities 2022-02-15 14:59:11 +00:00
Peter Clement
a665c71529 Merge remote-tracking branch 'origin/develop' into feature/automation-data-types 2022-02-15 14:14:27 +00:00
Peter Clement
77822bbca3 update automation type coercion 2022-02-15 13:03:24 +00:00
mike12345567
a6bc495770 Fixing issue #4337, allows internal tables to search by the _id or _rev properties in automation query block. 2022-02-14 14:57:06 +00:00
Peter Clement
28ebc65397 fix bindings 2022-02-11 14:43:10 +00:00
Peter Clement
3b4fe5a284 fix js 2022-02-11 14:38:34 +00:00
Peter Clement
bb5ad1c2bf update how we handle coercion of types 2022-02-11 14:20:25 +00:00
Peter Clement
0affc0d0c2 removing uneeded log 2022-02-08 15:23:37 +00:00
Peter Clement
59b59dcccb change naming of var 2022-02-08 15:00:16 +00:00
Peter Clement
e7c02e2fb8 allow use of plain inputs for automations enabling use of bindings in all types 2022-02-08 14:52:08 +00:00
Andrew Kingston
9ea5be7851 Refactor automation store to properly handle errors 2022-01-25 15:44:08 +00:00
Andrew Kingston
3a3f4f0538 Update usages of utils and helpers in the builder 2022-01-20 11:19:37 +00:00
mike12345567
387eecca0f Updating to use automation setup to use action button instead of custom chevron div and using the action button in the automation code editor so that bindings can be hidden/shown if they are taking up too much of screen. 2022-01-11 16:54:43 +00:00