Adria Navarro
1524780982
UI fixes
2024-04-12 10:26:46 +02:00
Adria Navarro
1f77b09eed
Handle drawers
2024-04-11 16:22:16 +02:00
Dean
9b4c22727f
Fix to ensure runtimeTime binding is used is automation js modal
2024-03-25 12:36:56 +00:00
Andrew Kingston
245670f585
Ignore more svelte 4 warnings
2024-02-29 20:22:48 +00:00
Andrew Kingston
d2cdee13ae
Update automation code editors to work with new components
2024-02-29 20:18:20 +00:00
Andrew Kingston
87e8b89075
Merge branch 'master' of github.com:Budibase/budibase into cheeks-lab-day-binding-eval
2024-02-29 19:12:52 +00:00
Andrew Kingston
3d96292f26
Clean up usages of drawers everywhere
2024-02-27 14:15:03 +00:00
Andrew Kingston
0217bac267
Add multiple style improvements to drawers
2024-02-22 15:05:21 +00:00
melohagan
649dafba47
n8n automation action integration ( #12992 )
...
* Add n8n automation action
* Add authorization header support
* add unit tests
* Replace test.com with example.com
* Add HttpMethod enum to types
* fix unit test
* Add required field label asterisk
2024-02-15 13:05:03 +00:00
Dean
a5dfbe3c89
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
2024-02-07 14:45:06 +00:00
Andrew Kingston
1efd5725c7
Add some new resolution aliases and simplify long nasty relative import paths
2024-02-05 12:08:45 +00:00
mike12345567
80f22fe63b
PR comments.
2024-02-02 17:16:45 +00:00
mike12345567
471d2f4ae8
Remove padding from binding picker to clean up design.
2024-02-02 16:36:12 +00:00
mike12345567
137ff31289
Removing unused.
2024-02-02 15:34:56 +00:00
mike12345567
cadce52e1b
Changing how optional decoding works.
2024-02-02 11:28:54 +00:00
mike12345567
32e750afd6
A small ux improvement to the automation scripting system.
2024-02-01 17:37:46 +00:00
Andrew Kingston
233df4c27c
Remove legacy nested builder directory and move screen templates and utils into better locations
2024-02-01 09:55:30 +00:00
Peter Clement
9c47671032
fix issue with automation setting sync
2024-01-30 15:39:12 +00:00
Dean
1bd08b6879
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
2024-01-30 11:49:32 +00:00
Peter Clement
84b2a36fda
fix case where trigger fields could be undefined
2024-01-26 12:10:46 +00:00
Peter Clement
3f9d1402f3
fix operand issue
2024-01-23 09:21:04 +00:00
Peter Clement
3ab791710c
fix issue where readable binding wasn't working correctly with named steps
2024-01-22 09:40:56 +00:00
Dean
4945a6ee99
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
2024-01-18 10:40:21 +00:00
Dean
30db237071
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
2024-01-17 17:17:01 +00:00
Peter Clement
250c54e0c3
Merge remote-tracking branch 'origin/master' into feat/trigger-binding-suggesti
2024-01-17 09:43:08 +00:00
Peter Clement
bf12e5bc1e
revert to empty array on fields object being empty
2024-01-11 11:01:23 +00:00
Peter Clement
c3f77f3b42
linting
2024-01-11 09:47:04 +00:00
Peter Clement
78ef231e03
fix issue with being able to select any automation to trigger
2024-01-10 16:34:52 +00:00
Peter Clement
93c5b3721b
some tweaks to fix bindings for row created / updated events
2024-01-09 11:02:51 +00:00
Peter Clement
186fd84484
remove log
2024-01-08 09:31:41 +00:00
Peter Clement
a6c09e25e6
recommit work for trigger binding suggestions
2024-01-04 14:30:18 +00:00
Adria Navarro
92f411bf77
Prettier
2023-11-20 21:48:49 +01:00
Adria Navarro
4d27ff1dc0
eslint import/no-duplicates
2023-11-20 21:48:49 +01:00
Dean
03f90500e5
Merge remote-tracking branch 'origin/master' into feature/monolith-js-refactor
2023-11-06 11:29:10 +00:00
Dean
c96fefdba7
Consolidated all stores into stores/builder. Store refactoring and added store console debug flag
2023-11-06 11:22:00 +00:00
Peter Clement
635008e173
unique name enforcement for automations
2023-11-03 11:05:05 +00:00
Peter Clement
7cba4d3fb2
formatting found in testing
2023-10-31 16:29:43 +00:00
Peter Clement
81ca48a331
tidy up and issues found in testing
2023-10-31 13:05:04 +00:00
Dean
79da5956b8
Patch from original environment
2023-10-30 12:46:44 +00:00
Peter Clement
38fe8375ce
fix bindings references being updated
2023-10-27 13:47:34 +01:00
Peter Clement
b1dabe7dc5
missing binding
2023-10-27 11:22:34 +01:00
Peter Clement
8a7a2abd61
styling / pr comments
2023-10-27 10:45:58 +01:00
Peter Clement
89a242f354
fix issue with readable bindings not displayinng correctly
2023-10-27 09:13:27 +01:00
Peter Clement
d864eaa9ea
pr comments
2023-10-26 16:05:15 +01:00
Peter Clement
73a7b8eb50
fix formatting of selectors
2023-10-26 11:27:34 +01:00
Peter Clement
edb511cbce
update field styling and ux for individual blocks
2023-10-25 13:27:01 +01:00
Peter Clement
aad6ab4fb4
update bindings to use names
2023-10-25 13:26:48 +01:00
melohagan
b4e0d98973
Add bindings support to meeting start / end dates ( #11759 )
...
* Deprecate zapier+make values1..5
* Allow dates in meeting invite to be bindable
* Add DrawerBindableSlot component
* Show calendar icon
* refactor
* Use cancel icon
* Disable cancel for JS bindings
* WIP
* WIP
* WIP
* Fix linkedIds svelte binding
* Label and icon update
* Handle arrays
* Support text area
* Add reactivity to text area icon
* Support boolean
* JSON support
* Remove rowControl
* Allow boolean field to have three states
* lint
* Refactor
---------
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-09-29 09:15:36 +00:00
Andrew Kingston
1dcc0b3d38
Updated leftover broken reference to function
2023-08-25 09:24:16 +01:00
Andrew Kingston
fd71ad57da
Add better support for generic DS+ into databindings and update save row to work with view V2s
2023-08-24 16:12:12 +01:00