Peter Clement
bd7c91b1bd
Fix automation saving issue
2023-03-10 14:47:26 +00:00
Mateus Badan de Pieri
d8ce0713aa
Merge branch 'develop' into license-key-mgmt
2023-03-10 12:29:10 +00:00
melohagan
a8f873fff3
Try/catch automation Create Row relationship ( #9924 )
...
* Try/catch
* Increase height of automation test output
* Unit tests
* lint
2023-03-08 13:39:18 +00:00
Mateus Badan de Pieri
272081a31f
move imports to right source
2023-02-27 17:11:53 +00:00
Mateus Badan de Pieri
057abb5351
move component to bbui
2023-02-27 15:04:30 +00:00
Andrew Kingston
8cd7ba1fdf
Undo/Redo for Design and Automate sections + automations refactor ( #9714 )
...
* Add full undo/redo support for screens
* Add loading states to disable spamming undo/redo
* Add keyboard shortcuts for undo and redo
* Fix modals not closing in design section when escape is pressed
* Remove log
* Add smart metadata saving to undo/redo
* Add error handling to undo/redo
* Add active state to hoverable icons
* Fix screen deletion
* Always attempt to get latest doc version before deleting in case rev has changed
* Move undo listener top level, hide controls when on certain tabs, and improve selection state
* Add tooltips to undo/redo control
* Update automation section nav to match other sections
* Fix automation list padding
* Fix some styles in create automation modal
* Improve automation section styles and add undo/redo
* Update styles in add action modal
* Fix button size when creating admin user
* Fix styles in add automation step modal
* Fix issue selecting disabled automation steps
* Reset automation history store when changing app
* Reduce spammy unnecessary API calls when editing cron trigger
* WIP automation refactor
* Rewrite most automation state
* Rewrite most of the rest of automation state
* Finish refactor of automation state
* Fix selection state when selecting new doc after history recreates it
* Prune nullish or empty block inputs from automations and avoid sending API requests when no changes have been made
* Fix animation issues with automations
* Sort automations and refetch list when adding or deleting
* Fix formatting
* Add back in ability to swap between values and bindings for block inputs
* Lint
* Format
* Fix potential issue in design section when selected screen is unset
* Fix automation arrow directions everywhere, tidy up logic and fix crash when using invalid looping
* Lint
* Fix more cases of automation errors
* Fix implicity any TS error
* Respect _id specified when creating automations
* Fix crash in history store when reverting a change on a doc whose ID has changed
* Lint
* Ensure cloneDeep helper doesn't crash when a nullish value is passed in
* Remove deprecated frontend automation test
---------
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-02-23 13:55:18 +00:00
Peter Clement
99287b9a5a
don't coerce options type to array when switching to bindings
2023-02-06 14:37:50 +00:00
Martin McKeaveney
d4a0e44b31
merge
2023-02-05 22:11:37 +00:00
melohagan
919323b500
Fix/automation update deletes relationship ( #9468 )
...
* Add padding to text field input
* Apply padding to modal binding input
* Support relationships in automation bindings
* Trim automation field keys
* Trim automation field name
* Empty string check
* Add checkbox for clearing relationships update row
* Added state for automation field metadata
* clearRelationships updateRow check
* Padding tweak
2023-01-31 10:11:56 +00:00
Peter Clement
71352f1ddc
add try catch to all environment variable loading
2023-01-30 16:30:51 +00:00
Peter Clement
debef20af5
gate env vars in binding drawers behind license
2023-01-26 15:09:20 +00:00
Peter Clement
843649eb54
add envrionment bindings to automations
2023-01-26 14:59:29 +00:00
melohagan
31c7a122f0
Make looping arrow point in right direction ( #9053 )
2022-12-15 15:13:12 +00:00
Andrew Kingston
c3b6afbb6f
Fix SQL table `_id` filtering ( #9030 )
...
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
2022-12-15 09:22:28 +00:00
Andrew Kingston
0e9477b982
Fix filter drawer and filtering in general across data, design and automate and update to support keyed fields and 'match any'
2022-12-07 08:57:17 +00:00
Michael Drury
03a2be6740
Merge pull request #8530 from FlaminWrap/Flaminwrap-Enhancement-7138
...
Automation steps in the automation builder and tester #7138
2022-11-29 11:53:04 +00:00
Martin McKeaveney
41e004b18b
bunch of small UX updates around row creation, borders, new buttons
2022-11-06 22:35:33 +00:00
FlaminWrap
fe135fc6d7
Afterthought
...
Remembered that idx === 0 is the same as isTrigger
2022-11-05 00:20:38 +00:00
FlaminWrap
41a9bf8e82
Commit for enhancement #7138
...
*Added automation steps
*Added steps for testing panel
*Changed a testing panel error message as it didn't seem accurate
2022-11-05 00:05:15 +00:00
Mel O'Hagan
e11f4932d3
Handle multiple automation loop bindings
2022-10-25 15:19:07 +01:00
Mel O'Hagan
ad7c68cbe0
Add padding
2022-10-24 15:02:56 +01:00
Mel O'Hagan
2dd06c1018
Allow automations scroll. Copy datasource class.
2022-10-24 14:56:05 +01:00
Dean
7bfd07ac6c
Ensure bindings are not mutated when enriching with custom icons
2022-10-21 15:33:56 +01:00
Dean
557499a4d7
Minor update to fix padding for the json field label
2022-10-17 12:43:23 +01:00
Dean
50eee8d938
Added the json field type to the Automation field block. Also added in the automation icon to identify the automation bindings
2022-10-17 12:08:37 +01:00
Peter Clement
f069ddb27e
Automation fixes
2022-09-23 13:35:27 +01:00
melohagan
0823bf5d10
Merge pull request #7735 from Budibase/bug/sev2/add-js-to-edc
...
Allow JavaScript bindings in External Data Connector
2022-09-13 10:24:24 +01:00
Mel O'Hagan
631b08a24e
Allow JS bindings in EDC
2022-09-12 11:04:34 +01:00
mike12345567
86c8618e8f
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
R2bEEaton
983c161139
resolving requested change
2022-09-01 07:15:25 -04:00
R2bEEaton
d611e5dc78
possible fix for yarn lint
2022-09-01 06:36:39 -04:00
R2bEEaton
b7dd32e7c1
import _ from 'lodash"
...
Missed the import for the `_` from Lodash.
2022-09-01 06:29:38 -04:00
R2bEEaton
72ff3cc957
Automation list sort alphabetically by name #7565
...
This commit addresses issue #7565 (mine). Automations are currently sorted by internal ID and not by name, which makes it slightly harder to find an automation from a user's point of view.
2022-09-01 06:15:34 -04:00
Martin McKeaveney
02c93071ee
merge
2022-08-30 10:33:37 +01:00
Mel O'Hagan
bfaf1e61e4
Null safety
2022-08-19 14:52:50 +01:00
Andrew Kingston
3caae00d38
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop
2022-08-17 14:20:34 +01:00
Mel O'Hagan
418937e8e5
Null safety
2022-08-10 17:09:51 +01:00
Andrew Kingston
98864c9614
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop
2022-08-01 19:08:30 +01:00
mike12345567
07f3897b55
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop
2022-07-29 14:31:18 +01:00
Andrew Kingston
4b4b6ae6b0
Fix icon colors being static grey in automation section
2022-07-29 13:33:04 +01:00
Rory Powell
1dc062a3fb
Merge branch 'master' into develop
2022-07-27 16:32:36 -04:00
mike12345567
5945a432e7
Fixing an issue with test panel not updating when new test data comes in.
2022-07-27 16:47:19 +01:00
mike12345567
f4db17502a
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop
2022-07-26 17:28:57 +01:00
mike12345567
d30e27d27d
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-26 17:25:55 +01:00
NEOLPAR
1b3062dfcf
amended code following recommendations in PR comments
2022-07-26 17:22:42 +01:00
NEOLPAR
5bf9ee38a0
fixed automation app:trigger not mapping test modal form
2022-07-26 16:33:27 +01:00
mike12345567
61f24fe03f
Adding UI for displaying when the CRON job has been stopped and alert the user to next steps.
2022-07-26 13:59:22 +01:00
mike12345567
ff1ae2f8fa
Fix for permission spamming in the automation UI.
2022-07-22 18:43:35 +01:00
Dean
bdc8d1e675
Fix for left positioning of the KeyValueBuilder drawers
2022-07-20 16:38:42 +01:00
mike12345567
6afdd6dcec
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-18 14:09:02 +01:00
mike12345567
c525721854
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
d10e5755e7
Removing console log.
2022-07-15 14:33:34 +01:00
mike12345567
c149139253
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
cda958e0b7
Fix for #6702 - remove users table as an option for automation triggers.
2022-07-15 13:39:47 +01:00
mike12345567
40f8849a63
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-07-14 19:35:31 +01:00
Martin McKeaveney
e49a9f640b
Merge pull request #6603 from mslourens/duplicate_automation
...
6512 - duplicate automation
2022-07-13 14:02:42 +01:00
Andrew Kingston
46f3ec8c46
Improve automation test display layout and spacing
2022-07-11 20:16:22 +01:00
Andrew Kingston
79d31702b8
Add hover effect to automation item header expand icon
2022-07-11 20:04:35 +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
Maurits Lourens
10e150df7f
6512 - duplicate automation
2022-07-07 23:39:16 +02:00
mike12345567
5383b8b224
Fix for builder loading flow item header.
2022-06-29 13:34:36 +01:00
mike12345567
74261661f1
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
063540fe0a
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
Andrew Kingston
b5d635c83f
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-06-15 15:32:33 +01:00
mike12345567
c4ab4b5af8
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-06-15 15:08:48 +01:00
Rory Powell
6fbb5afeec
Remove ui events except for component created and view published app
2022-06-06 12:51:22 +01:00
Rory Powell
33f44f6ee7
Remove todos
2022-06-06 11:11:13 +01:00
mike12345567
34759c7916
Adding real history to the history tab, getting storage to couch and retrieval + api working.
2022-06-01 16:01:06 +01:00
mike12345567
702f4057bd
Progress towards using couchdb for automation logs, after testing redis and realising it won't work.
2022-05-31 19:52:35 +01:00
mike12345567
b5b1ae38e2
Using the test panel in the automation history tab, same experience as that of the automation flow.
2022-05-31 13:30:18 +01:00
Rory Powell
857cd2d735
Merge branch 'develop' into feature/posthog-v2
2022-05-28 23:03:31 +01:00
Andrew Kingston
2f324023d9
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-27 13:32:07 +01:00
mike12345567
33a4c0de69
Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-logs
2022-05-27 12:31:00 +01:00
mike12345567
8bc0142a37
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-05-25 18:12:27 +01:00
Andrew Kingston
bff49a33f0
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-24 09:47:00 +01:00
Peter Clement
32d0df129c
Merge pull request #5795 from Budibase/feature/automation-test-sidebar
...
Add automation test sidebar
2022-05-23 15:07:37 +01:00
Peter Clement
6bf9346975
update Automation button placement and test details button
2022-05-23 14:11:37 +01:00
Rory Powell
70fff5c7b9
Merge branch 'develop' into feature/posthog-v2
2022-05-23 09:04:00 +01:00
Peter Clement
fd5711bcd3
fix animation of test panel
2022-05-20 14:20:53 +01:00
Peter Clement
8364c95ccb
ensure binding / value selection in automation persists
2022-05-19 15:58:56 +01:00
Andrew Kingston
08a98b4b95
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-05-17 12:59:15 +01:00
Rory Powell
0d9147be77
Merge branch 'master' into merge-master
2022-05-17 08:35:29 +01:00
Martin McKeaveney
d41de1ca6a
webhook URL paste, hiding no access role
2022-05-12 19:46:13 +01:00
mike12345567
f86f6c3b1c
Shifting the title of the flow item header into separate component so that it can be used by the run history flow as well.
2022-05-12 18:14:38 +01:00
Mel O'Hagan
ef2244fd20
Add limit placeholder for Automation queries
2022-05-11 11:25:53 +01:00
Peter Clement
0cb87c601e
null checking selected automation
2022-05-10 15:15:34 +01:00
Peter Clement
d78f170d68
fix issue with blocks not being toggled
2022-05-10 10:51:48 +01:00
Peter Clement
92ac1bb6d1
fix spacing on block arrows
2022-05-09 17:02:24 +01:00
Peter Clement
f58118b52d
Add test data sidebar and componentize part of the flow item for this purpose
2022-05-09 16:50:43 +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
Rory Powell
e4257f1e04
Merge branch 'develop' into feature/posthog-v2
2022-05-05 08:47:06 +01:00
Peter Clement
118b9bbd97
remove log
2022-05-04 11:56:54 +01:00
Peter Clement
45fd19583c
linting
2022-05-04 11:55:26 +01:00
Peter Clement
af9b9b6921
Some foreach block fixes
2022-05-04 10:24:28 +01:00
Peter Clement
746362c4ef
fix binding panel in automate
2022-04-29 11:37:40 +01:00
Rory Powell
1caf4b1965
Merge branch 'develop' into feature/posthog-v2
2022-04-27 16:32:00 +01:00
Andrew Kingston
b42161bfd5
Merge branch 'develop' of github.com:Budibase/budibase into new-design-ui
2022-04-27 07:59:37 +01:00
Andrew Kingston
271e302b10
Add back in component settings panel
2022-04-26 14:22:32 +01:00
Dean
8b8baf9bdd
Merge remote-tracking branch 'origin/develop' into feature/new-app-publish-workflow
2022-04-26 12:12:50 +01:00
Dean
24a9656cbc
Test fixes and code review refactoring
2022-04-26 12:04:07 +01:00