1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00
Commit graph

178 commits

Author SHA1 Message Date
Mel O'Hagan
26a16f1931 Handle null or empty steps 2022-10-14 08:02:29 +01:00
Mel O'Hagan
8a7f6fcd27 Added null propagation operators 2022-10-13 16:17:47 +01:00
melohagan
bea6e250b8 Update packages/builder/src/components/integration/index.svelte
Co-authored-by: Martin McKeaveney <martin@budibase.com>
2022-10-13 16:13:56 +01:00
Mel O'Hagan
080694a08a Rename flowEditors to stepEditors 2022-10-13 13:07:53 +01:00
Mel O'Hagan
10367dfb43 Rename flow to pipeline 2022-10-13 13:05:45 +01:00
Mel O'Hagan
ac3d389163 Allow stages to be swapped in flow 2022-10-12 18:42:35 +01:00
Mel O'Hagan
9f60a6c485 Allow template to be used when changed body blank 2022-10-12 16:20:11 +01:00
Mel O'Hagan
33c36c1112 Include stage templates 2022-10-12 15:31:53 +01:00
Mel O'Hagan
55c112677e Added support for JSON array stages 2022-10-04 11:03:24 +01:00
Mel O'Hagan
91db8f10ab Improve editor refresh on delete 2022-10-04 10:18:16 +01:00
Mel O'Hagan
0d08eb60c5 Merge branch 'develop' into lab/mongodb 2022-10-03 17:10:21 +01:00
mike12345567
5f8f34f6f3 Fix for #7811 - Fixing an issue with the query binding builder - when executing the query you could no longer enrich the value binding. 2022-09-17 10:45:44 +01:00
Dean
42984d7b63 Minor update 2022-09-15 16:50:51 +01:00
Dean
78d72b78cb Fix to include the current user bindings in datasource queries 2022-09-15 16:39:25 +01:00
mike12345567
932f119fce Updating params in the REST interface so that they can be used in and out of the URL - meaning that updating in one place affects the other. Reduces a bit of the confusing UX around this - discussed in #7683. 2022-09-07 19:15:05 +01:00
Mel O'Hagan
8a75b0a26d Fix delete 2022-08-25 19:07:13 +01:00
Mel O'Hagan
f2881fc714 Add delete button 2022-08-25 17:40:09 +01:00
Mel O'Hagan
52c8fda064 Add mongodb aggregate method 2022-08-25 17:30:47 +01:00
mike12345567
bd7ace561a Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-22 19:14:35 +01:00
Dean
bdc8d1e675 Fix for left positioning of the KeyValueBuilder drawers 2022-07-20 16:38:42 +01:00
Dean
c5ee19b4ef Fix to the default input binding to ensure new bindings are set correctly 2022-07-18 15:58:17 +01:00
Andrew Kingston
16116f2877 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-07-11 10:33:50 +01:00
Dean
31b51e1ecf Fixes for datasource authentication parsing. Mapping UX updates 2022-07-01 17:27:24 +01:00
Dean
d50a62fd37 Context binding for authenticated user in REST API querys. Includes fix for REST datasource UI 2022-06-14 10:14:05 +01:00
Andrew Kingston
b89203cd45 Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui 2022-05-09 09:41:28 +01:00
Mel O'Hagan
d1e6e7549a using of 2022-05-04 13:33:58 +01:00
Mel O'Hagan
41b72027c4 Query preview sort by number for number types 2022-05-03 15:52:03 +01:00
Andrew Kingston
afa5f5e6cd Move some role logic to frontend core and enable client library to preferentially route to home screens 2022-04-28 15:13:33 +01:00
Martin McKeaveney
417ba977fa redis integration complete 2022-03-31 15:44:06 +01:00
Rene Pot
6e0b29667d fix broken docs links 2022-03-23 14:47:27 +01:00
mike12345567
126499f383 Fix for #4440, fixing validation of API endpoints. 2022-02-12 10:35:10 +00:00
Andrew Kingston
a3eef9f534 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-04 09:23:32 +00:00
mike12345567
f2a025013e Fix for #4308 - triple brace conversion was not working correctly, wrote this into the string templates instead - also fixing an issue with the RBAC for Rest. 2022-02-03 18:44:34 +00:00
Andrew Kingston
de12e0dc79 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-02-01 16:46:00 +00:00
mike12345567
412b7e5f06 Fixing #4205 - making sure builder loads the correct role for the query. 2022-01-26 18:59:41 +00:00
Andrew Kingston
bfe209e3e6 Merge branch 'develop' of github.com:Budibase/budibase into frontend-core 2022-01-26 17:49:27 +00:00
Andrew Kingston
453386696f Refactor all backend stores and their usages to use new core API and handle errors 2022-01-24 12:37:22 +00:00
mike12345567
14ec6ac205 Fixing an issue where old apps did not send up the values of the default parameters, the server should be able to handle this, enrich them in if they aren't there. 2022-01-20 19:06:08 +00:00
mike12345567
c66b9fb0b4 Renaming bindableOptions to bindings and replacing the query bindings variable with queryBindings. 2022-01-20 16:12:32 +00:00
mike12345567
06a6001f95 Fix for #4126 - wrong bindings were being passed to the drawer, making sure correct ones are available. 2022-01-20 15:44:39 +00:00
Andrew Kingston
8aa4d49f31 Fix crash in KeyValueBuilder when object doesn't exist 2022-01-05 10:57:05 +00:00
mike12345567
fab94f5a3a Fixing lint issues. 2021-12-16 11:44:17 +00:00
mike12345567
858ef084ad Finishing up front-end, getting variable creation and management up and working from within the query schema/header menus. 2021-12-15 19:20:19 +00:00
mike12345567
85858ff6b1 Merge branch 'develop' of github.com:Budibase/budibase into feature/query-variables 2021-12-15 16:35:30 +00:00
Rory Powell
3833b5fb75 Copy changes 2021-12-15 14:37:03 +00:00
mike12345567
da7153dd64 Removing outgoing webhook functionality from automations and adding XML response/sending, as well as form data/encoded data. 2021-12-14 17:59:02 +00:00
Rory Powell
fc719eda27 Add menu to response heades 2021-12-14 16:58:17 +00:00
Rory Powell
d2622a6c4f Read / Write finished 2021-12-14 16:46:31 +00:00
Rory Powell
3e9baf4e14 Merge branch 'develop' into feature/query-variables 2021-12-14 12:31:31 +00:00
Rory Powell
42279e67e8 Variables UI WIP 2021-12-14 12:30:26 +00:00