mike12345567
|
482c130a2e
|
Some fixes after re-running server tests.
|
2022-11-28 18:14:10 +00:00 |
mike12345567
|
4868083208
|
Fixes based on server build so far.
|
2022-11-26 15:10:41 +00:00 |
mike12345567
|
0a32126c5b
|
Automation overhaul to Typescript, plus type updates.
|
2022-11-25 19:57:07 +00:00 |
Shumpei Kishi
|
fb0a1468f7
|
Adding a validation check for undefined
|
2022-10-03 17:34:06 +09:00 |
Shumpei Kishi
|
12fe55a7f0
|
Fixing the validation logic to accept boolean false value.
|
2022-10-03 15:55:11 +09:00 |
Martin McKeaveney
|
d0ad7bbb67
|
merge with master
|
2022-09-26 17:57:23 +01:00 |
Peter Clement
|
334ac0d512
|
Automation fixes
|
2022-09-23 13:35:27 +01:00 |
Mel O'Hagan
|
a5571fc59a
|
CC and BCC interface
|
2022-09-21 15:58:04 +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 |
Mel O'Hagan
|
326548c7fa
|
tableId null safety
|
2022-08-19 14:57:15 +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 |
mike12345567
|
e9143908ab
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2022-07-29 16:14:45 +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 |
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
|
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 |
Mel O'Hagan
|
5b47a66098
|
Use executeV2 External Data Connector
|
2022-06-09 11:13:52 +01:00 |
Mel O'Hagan
|
4d2159f354
|
Make 'to' field undefined if empty for consistent validation
|
2022-05-20 13:59:29 +01:00 |
Mel O'Hagan
|
d6142b777e
|
Add limit placeholder for Automation queries
|
2022-05-11 11:25:53 +01:00 |
Martin McKeaveney
|
e01ef9bdfb
|
merge with master
|
2022-04-26 10:21:45 +01:00 |
Rory Powell
|
2269bf677b
|
Merge branch 'develop' into feature/licensing
|
2022-04-20 14:59:36 +01:00 |
Mel O'Hagan
|
ec235a4e5c
|
RevId should be optional for automation delete
|
2022-04-20 12:11:36 +01:00 |
Mel O'Hagan
|
8858a416ef
|
Prettier comma fix
|
2022-04-20 11:02:27 +01:00 |
Mel O'Hagan
|
f0d7b15916
|
Remove Row Rev from UI
|
2022-04-20 11:00:58 +01:00 |
Peter Clement
|
c7db0538c7
|
update required string
|
2022-04-19 10:45:40 +01:00 |
Peter Clement
|
ef90021b05
|
Improve handling of loop handlebars string replacement
|
2022-04-18 09:22:23 +01:00 |
Rory Powell
|
dd740df387
|
Merge branch 'develop' into feature/licensing
|
2022-04-12 16:18:41 +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 |
Martin McKeaveney
|
09694e0045
|
configure bash step to use automation query timeout
|
2022-04-06 10:43:08 +01:00 |
Peter Clement
|
2381048c0f
|
more parsing of output bindings
|
2022-03-29 10:29:51 +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
|
bda860693f
|
Merge pull request #4976 from Budibase/fix/query-rows-automation-fix
Handle error when running a a Query Rows automation with a deleted column
|
2022-03-22 16:24:59 +00:00 |
Rory Powell
|
180e37b9f1
|
Tests complete + backwards compatibility for deployment
|
2022-03-22 00:23:22 +00:00 |
Rory Powell
|
bf9f5488fc
|
Merge branch 'develop' into feature/licensing
|
2022-03-21 17:13:16 +00:00 |
Peter Clement
|
496e4d5e87
|
Handle error when running an automation with a deleted column
|
2022-03-21 12:32:04 +00:00 |
Rory Powell
|
336f0ff4a0
|
Published apps, automations and query count quotas
|
2022-03-20 01:13:54 +00:00 |
Rory Powell
|
62b360b9ea
|
Add developer usage restrictions to SSO user creation
|
2022-03-18 08:01:31 +00:00 |
Rory Powell
|
ccf2fe3d01
|
Self Host <-> Licensing integration
|
2022-03-09 21:16:22 +00:00 |
Rory Powell
|
d6092b9133
|
Integrate usage quotas with licensing
|
2022-03-08 14:21:41 +00:00 |
mike12345567
|
e9d344952b
|
Fixing another issue raised by test cases.
|
2022-02-28 19:27:37 +00:00 |