Commit Graph

15166 Commits

Author SHA1 Message Date
Peter Clement ee9c1ea214 fix spacing as columns were moving around 2023-02-23 14:20:56 +00:00
Budibase Staging Release Bot 76d67319b0 v2.3.18-alpha.8 2023-02-23 14:02:39 +00:00
Andrew Kingston f3a28e556b
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 54d1844eed default start and end date 2023-02-23 13:49:44 +00:00
Peter Clement 74fd1c8622 update filter positioning 2023-02-23 13:00:29 +00:00
Budibase Staging Release Bot 452c69ee8c v2.3.18-alpha.7 2023-02-23 12:14:21 +00:00
Gerard Burns 60fd7b51fb
Improve Add Screen Modal (#9759)
* Improve Add Screen Modal

* lint

---------

Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-02-23 12:06:55 +00:00
Peter Clement 58c6531f5f update table width 2023-02-23 10:57:50 +00:00
Andrew Kingston 4fb3d103be
Fix error being thrown when attempting to change query parameters (#9782) 2023-02-23 08:09:18 +00:00
mike12345567 3a0b3851a9 Getting downloading working correctly, some minor UI updates, adding a new middleware for converting a query string to a body (useful for when a GET has to be used). 2023-02-22 18:50:27 +00:00
Peter Clement be68a5f9d5 start download work 2023-02-22 17:25:24 +00:00
Budibase Staging Release Bot fd87b260e1 v2.3.18-alpha.6 2023-02-22 13:56:31 +00:00
Budibase Staging Release Bot bd7576c6b3 v2.3.18-alpha.5 2023-02-22 13:33:55 +00:00
Budibase Staging Release Bot 60cc87c306 v2.3.18-alpha.4 2023-02-22 13:11:38 +00:00
Peter Clement 936ea7da78 custom popover height and sidebar styling 2023-02-22 12:31:04 +00:00
Peter Clement f4ea53fa6d Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs 2023-02-22 10:11:21 +00:00
Budibase Staging Release Bot ee49637f6f v2.3.18-alpha.3 2023-02-22 10:10:27 +00:00
Peter Clement e132d62ab5 update sidebar styling and fix bugs 2023-02-22 10:09:15 +00:00
Gerard Burns 8296d1b09a
Backups UI Changes (#9726)
* Backups UI Changes

* PR Feedback

---------

Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-02-22 10:03:11 +00:00
Budibase Staging Release Bot 4321a07944 v2.3.18-alpha.2 2023-02-22 08:40:11 +00:00
Budibase Staging Release Bot 865cab09b2 v2.3.18-alpha.1 2023-02-21 17:33:47 +00:00
mike12345567 420502a3e7 Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs 2023-02-21 17:26:24 +00:00
Budibase Staging Release Bot f4dd710b75 v2.3.18-alpha.0 2023-02-21 17:03:45 +00:00
mike12345567 5a3e287d2d Merge branch 'master' of github.com:Budibase/budibase into develop 2023-02-21 16:53:28 +00:00
Budibase Staging Release Bot c3e4bfe17d v2.3.17-alpha.8 2023-02-21 15:20:48 +00:00
Gerard Burns 47c68ff5d9
Fix Automation Bindings Panel Requiring a Double Click (#9688)
* Fix Automation Bindings Panel Requiring a Double Click

* PR Feedback

---------

Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-02-21 15:04:37 +00:00
Gerard Burns d60db02993
New Onboarding URL Validation (#9507)
* New Onboarding URL Validation

* linting

* PR Feedback
2023-02-21 15:03:58 +00:00
Budibase Staging Release Bot 88f7f79b22 v2.3.17-alpha.7 2023-02-21 14:39:55 +00:00
Peter Clement 1692d28a7e some style updates for the sidebar 2023-02-21 12:31:21 +00:00
Budibase Staging Release Bot 1e58397f7b v2.3.17-alpha.6 2023-02-21 11:52:45 +00:00
Budibase Staging Release Bot f336cec967 v2.3.17-alpha.5 2023-02-21 11:22:46 +00:00
Rory Powell 5b12e2a633 Enable mock redis for integration tests 2023-02-21 10:52:11 +00:00
Peter Clement 9cb8810f1a integrate properly with audit log search api 2023-02-21 10:48:55 +00:00
Rory Powell 1b041c41c3
Prevent SSO users from setting / resetting a password (#9672)
* Prevent SSO users from setting / resetting a password

* Add support for ENABLE_SSO_MAINTENANCE_MODE

* Add typing to self api and build out user update sdk

* Integrate sso checks with user sdk. Integrate user sdk with self api

* Test fixes

* Move self update into SDK

* Lock down maintenance mode to admin user

* Fix typo

* Add health status response and return type signature to accounts.getStatus

* Remove some unnecessary comments

* Make sso save user function non optional

* Remove redundant check on sso auth details provider

* Update syncProfilePicture function name to getProfilePictureUrl

* Update packages/worker/src/sdk/users/events.ts

Co-authored-by: Adria Navarro <adria@revityapp.com>

* Add ENABLE_EMAIL_TEST_MODE flag

* Fix for logging in as sso user when existing user has password already

* Hide password update and force reset from ui for sso users

* Always disable sso maintenance mode in cloud

---------

Co-authored-by: Adria Navarro <adria@revityapp.com>
2023-02-21 08:23:53 +00:00
melohagan ac29e5c96d
Null safety (#9746) 2023-02-20 11:03:37 +00:00
Peter Clement 43f242d358 ensure table is pulling from search endpoint 2023-02-17 16:49:41 +00:00
Budibase Staging Release Bot 4145478e38 v2.3.17-alpha.4 2023-02-17 14:56:34 +00:00
Gerard Burns 65bbe20d8b
Add Fetch Row Button Action (#9653)
* Add Fetch Row Button Action

* PR feedback
2023-02-17 14:49:35 +00:00
Budibase Staging Release Bot 383b9b560f v2.3.17-alpha.3 2023-02-17 09:25:55 +00:00
Budibase Staging Release Bot 805f74f92a v2.3.17-alpha.2 2023-02-17 08:32:08 +00:00
Budibase Staging Release Bot 5c22c75429 v2.3.17-alpha.1 2023-02-16 16:52:04 +00:00
Budibase Release Bot a57c922b91 v2.3.17 2023-02-16 16:37:12 +00:00
Budibase Staging Release Bot 92d4358c40 v2.3.17-alpha.0 2023-02-16 14:26:19 +00:00
Martin McKeaveney 9878e87bf6
Merge pull request #9706 from Budibase/qa-2-qa-job-for-nightly-api-test
Re-enabling nightly tests
2023-02-16 14:04:51 +00:00
Andrew Kingston 71aa70e9d0
Attempt to fix flakey 409s when deleting screens that are linked in the nav (#9700) 2023-02-16 13:33:53 +00:00
Martin McKeaveney 7e6a4c8abb running API tests with reporting qa nightly tests 2023-02-15 23:38:59 +00:00
Rory Powell a259c8b898 Merge branch 'develop' into merge-master-into-develop 2023-02-15 15:20:05 +00:00
Rory Powell f37b921c9b Merge branch 'master' into merge-master-into-develop 2023-02-15 15:16:59 +00:00
Rory Powell 3da6502c8c Merge master into develop 2023-02-15 15:10:02 +00:00
Budibase Release Bot 0840e8897b v2.3.16 2023-02-15 15:09:01 +00:00
Budibase Release Bot 3566477d01 v2.3.15 2023-02-15 12:57:32 +00:00
Martin McKeaveney f44af893c1
Merge pull request #9690 from Budibase/link-to-plugin-repo-from-plugin-page
Link to Plugin Repo from Plugin Page
2023-02-15 12:10:43 +00:00
mike12345567 f058527137 Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs 2023-02-15 11:29:04 +00:00
Budibase Release Bot d53d727925 v2.3.14 2023-02-15 09:43:10 +00:00
melohagan b14a071426
Date filter freeze fix (#9635)
* Filter with enrichedSchemaFields

* Handle empty object values in date range
2023-02-15 09:27:44 +00:00
Budibase Staging Release Bot 39e98630a1 v2.3.14-alpha.0 2023-02-14 18:12:57 +00:00
mike12345567 2dc1ce3497 Merge branch 'master' of github.com:Budibase/budibase into develop 2023-02-14 17:57:23 +00:00
Gerard Burns 3492b148fc Link to Plugin Repo from Plugin Page 2023-02-14 15:52:21 +00:00
Budibase Release Bot 75aa71bff9 v2.3.13 2023-02-14 15:15:07 +00:00
mike12345567 5c05ad2445 Fix for #9654 - the error checking was looking at the through fields flipped, which caused many to many relationships to throw an error. Also I've updated the dev compose file on master so that switching between develop and master is smoother. 2023-02-14 14:38:55 +00:00
Peter Clement 14155822e8 add store and api funcs 2023-02-13 16:32:14 +00:00
Peter Clement 83f63e66d8 Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs 2023-02-13 11:47:29 +00:00
Peter Clement fcd4d94aca add audit logs feature 2023-02-13 11:43:25 +00:00
mike12345567 0d32e57ef9 Merge branch 'feature/audit-logs' of github.com:Budibase/budibase into feature/audit-logs 2023-02-13 11:41:16 +00:00
Budibase Release Bot 9c597e3398 v2.3.12 2023-02-13 11:23:03 +00:00
melohagan 0c37bd75f3
Longform fields support for JSON string (#9666) 2023-02-13 11:06:33 +00:00
Peter Clement 1f57cc4f44 add base audit logs ui 2023-02-13 09:47:08 +00:00
Budibase Release Bot 2764544626 v2.3.11 2023-02-12 15:40:20 +00:00
Martin McKeaveney ab1881ed60 fix displayColumn logic 2023-02-11 01:14:58 +00:00
Martin McKeaveney c36aa62a0d force display column to be chosen when uploading csv 2023-02-11 01:07:20 +00:00
Budibase Staging Release Bot 78a458fe5d v2.3.11-alpha.0 2023-02-10 19:14:12 +00:00
mike12345567 720e7019c2 Merge branch 'master' of github.com:Budibase/budibase into develop 2023-02-10 17:42:56 +00:00
Budibase Release Bot bf7e6e3eeb v2.3.10 2023-02-10 15:54:05 +00:00
Peter Clement 50f00407c7 update env vars with geneic splash screen 2023-02-10 14:57:42 +00:00
Budibase Release Bot 060a85bce4 v2.3.9 2023-02-10 13:46:46 +00:00
Peter Clement f91577f0da Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs 2023-02-10 11:51:28 +00:00
Budibase Release Bot 8585ac4202 v2.3.8 2023-02-10 11:12:21 +00:00
Andrew Kingston e114d6f955
Generate option inclusion constraint (#9647)
* Fix options inclusion constrant not being generated when creating a table from file upload

* Fix 0 being treated as null when specifying min and max constraints for number fields

* Sort newly generated option field inclusion constraints

* Revert previous solution and fix problem by removing incorrect local assignment statement
2023-02-10 11:00:20 +00:00
Budibase Release Bot 43df6c14ad v2.3.7 2023-02-10 09:12:01 +00:00
Dean cf7ff46755 Reactivity fix for the editableColumn and an update to the onChange behaviour for the formula value to ensure updates are detected 2023-02-09 16:36:02 +00:00
Budibase Release Bot 3f6923584a v2.3.6 2023-02-09 11:58:13 +00:00
Peter Clement bdf381d865 add generic page for paywall features 2023-02-08 15:18:44 +00:00
Budibase Release Bot 10d4f80313 v2.3.5 2023-02-07 19:16:07 +00:00
Martin McKeaveney 7db8ffa444
Merge pull request #9546 from Budibase/fix-import-validations
Fix Import Validations
2023-02-07 19:05:27 +00:00
Gerard Burns ae0be14f2b Fix Import Validations 2023-02-07 19:05:00 +00:00
Budibase Release Bot d21ee4eefb v2.3.4 2023-02-07 18:46:27 +00:00
andz-bb 94920b2643 stop chrome autofilling login when adding env var 2023-02-07 17:44:23 +00:00
Budibase Release Bot f4b7ca6d7f v2.3.3 2023-02-07 16:11:38 +00:00
Budibase Staging Release Bot eb1989dc20 v2.3.2-alpha.3 2023-02-07 16:01:59 +00:00
Budibase Staging Release Bot 8f9e22e715 v2.3.2-alpha.2 2023-02-07 15:32:37 +00:00
Budibase Staging Release Bot a98390416d v2.3.2-alpha.1 2023-02-07 15:02:13 +00:00
Martin McKeaveney 2bc4c7dfb4 updating onboarding tour and fixing github CSP 2023-02-07 14:49:45 +00:00
Gerard Burns 9a703ae3b0
New Onboarding Loading States (#9519)
* New Onboarding Loading States

* Pr Feedback
2023-02-07 14:47:46 +00:00
Budibase Release Bot a42002afe5 v2.3.2 2023-02-07 13:17:50 +00:00
Budibase Staging Release Bot d43382e598 v2.3.2-alpha.0 2023-02-07 11:56:18 +00:00
Gerard Burns efd2c9b648 Fix Import Validations 2023-02-07 11:43:50 +00:00
Budibase Release Bot 452bf83150 v2.3.1 2023-02-06 20:09:07 +00:00
Peter Clement 78b6a25cb1 don't load env vars when license isn't enabled 2023-02-06 14:37:50 +00:00
Peter Clement 19fab43bed don't coerce options type to array when switching to bindings 2023-02-06 14:37:50 +00:00
Budibase Release Bot 3c9087240c v2.3.0 2023-02-06 08:49:47 +00:00
Martin McKeaveney f207e6f683 auto columns fix 2023-02-06 08:36:25 +00:00
Budibase Release Bot d5e24cc25f v2.2.27 2023-02-05 23:59:33 +00:00
Budibase Staging Release Bot 58f20501ab v2.2.27-alpha.0 2023-02-05 23:28:28 +00:00
Martin McKeaveney f94dd598c4 merge 2023-02-05 22:11:37 +00:00
Budibase Staging Release Bot 4d79e749ea v2.2.12-alpha.71 2023-02-03 15:04:31 +00:00
Budibase Staging Release Bot cffff14359 v2.2.12-alpha.70 2023-02-03 13:38:33 +00:00
deanhannigan 5afa7eba99
Merge pull request #9528 from Budibase/fix/qr-field-type-parsing
Parse field type configuration for invalid characters
2023-02-03 13:27:39 +00:00
Budibase Staging Release Bot 140b8f7f64 v2.2.12-alpha.69 2023-02-03 11:22:23 +00:00
Michael Drury dcea943931
Merge pull request #9516 from Budibase/fix/relationship-modal
SQL relationship modal
2023-02-03 11:08:34 +00:00
Dean 0d3293b42c Feedback updates. Backed out parsing and simply renamed the field config property 2023-02-03 10:22:36 +00:00
Budibase Staging Release Bot 93f6b74205 v2.2.12-alpha.68 2023-02-03 10:05:06 +00:00
Budibase Staging Release Bot d04a80a862 v2.2.12-alpha.67 2023-02-03 09:16:09 +00:00
deanhannigan 629aea03c9
Merge pull request #9500 from Budibase/fix/add-onboarding-tour-tenant-flag
Added a tenant feature flag for the onboarding tour
2023-02-03 09:05:21 +00:00
Dean 95f46e641a Removed extra forward slash in qr reader field type. 2023-02-02 17:58:35 +00:00
mike12345567 bd5868db4a Final fix - making sure relationships can be built from table UI. 2023-02-02 17:37:41 +00:00
mike12345567 834b2f9a66 Some final fixes based on comments, adding foreign key type checking for through tables. 2023-02-02 17:25:02 +00:00
mike12345567 6fd0188761 Updating reactivity to fix issues with occasionally incorrect errors. 2023-02-02 16:59:12 +00:00
mike12345567 382920938d PR comments. 2023-02-02 16:19:50 +00:00
deanhannigan 9c89e632dc
Merge pull request #9520 from Budibase/dean-fixes
Builder bug fixes
2023-02-02 14:52:55 +00:00
Budibase Staging Release Bot 06cfd35eda v2.2.12-alpha.66 2023-02-02 14:44:05 +00:00
mike12345567 f2a819d45b Adding many to many arrow to make reading relationships easier. 2023-02-02 14:14:06 +00:00
Peter Clement 4a16081c38 ensure port input is a string type 2023-02-02 13:57:14 +00:00
Budibase Staging Release Bot 616ff1e8c8 v2.2.12-alpha.65 2023-02-02 13:47:22 +00:00
Dean 3492f7abd5 Bug fixes for logo and binding validation. Random fix for a button actions issue found while testing 2023-02-02 12:49:26 +00:00
Budibase Release Bot a60084bc0e v2.2.26 2023-02-02 11:57:54 +00:00
Dean e273a0367a Fixed typo in feature flag 2023-02-02 11:53:49 +00:00
Dean f51fa2e18a Merge remote-tracking branch 'origin/develop' into fix/add-onboarding-tour-tenant-flag 2023-02-02 11:38:57 +00:00
Budibase Staging Release Bot 88910f3f44 v2.2.12-alpha.64 2023-02-02 11:25:28 +00:00
Andrew Kingston 238c25327d
Ensure tour popover disappears when finished (#9517) 2023-02-02 11:14:40 +00:00
Budibase Staging Release Bot f884c90740 v2.2.12-alpha.63 2023-02-02 10:20:44 +00:00
Andrew Kingston 6e0a542b74
Misc fixes and improvements (#9503)
* Rewrite position dropdown helper to properly work as a svelte action, improve performance and fix bugs

* Update action button styles

* Update spacing on some onboarding pages and update background gradient

* Prevent special characters in first app name

* Fix type in onboarding tour

* Default first app name and url to having a value

* Update text in first app onboarding file upload

* Fix double mounting of apps page causing issues and templates error

* Fix null app ID when creating your first app using data upload

* Fix app deletion not causing app list to be refreshed
2023-02-02 10:06:41 +00:00
Budibase Staging Release Bot f81de225cc v2.2.12-alpha.62 2023-02-02 09:43:29 +00:00
mike12345567 fc3e9be753 Some final updates, clean up some code that could be causing reactive issues. 2023-02-01 19:26:26 +00:00
mike12345567 70279e959c Removing console log. 2023-02-01 19:10:41 +00:00
mike12345567 fb3032f9d1 Re-working the error handling for the SQL relationship modal, as well as adding some better defaults for the majority of the options to make the UI a bit easier to use. 2023-02-01 19:09:36 +00:00
Budibase Staging Release Bot 4474af154d v2.2.12-alpha.61 2023-02-01 18:04:44 +00:00
Andrew Kingston 6946647f98
Generate bindings for unsaved "Update State" actions (#9508)
* Ensure update state actions have a binding for their own key

* Make own binding generation more futureproof

* Refactor array.find to array.some

* Move state binding generation up a level to account for all actions needing to be able to reference newly created state bindings
2023-02-01 17:53:50 +00:00
Budibase Staging Release Bot 67b888c7fe v2.2.12-alpha.60 2023-02-01 16:53:31 +00:00
Budibase Staging Release Bot 7f14375222 v2.2.12-alpha.59 2023-02-01 16:27:51 +00:00
Mitch-Budibase 8c05cb1fb3
Merge pull request #9491 from Budibase/Cypress
Removing Cypress
2023-02-01 16:16:38 +00:00
Budibase Staging Release Bot d25d49524e v2.2.12-alpha.58 2023-02-01 16:06:01 +00:00
Mitch-Budibase bd66959c29 Minor changes
Updating setup.js and testConfig.json
2023-02-01 15:56:00 +00:00
Peter Clement 31c196f656 Merge remote-tracking branch 'origin/develop' into feat/env-vars-fixes 2023-02-01 14:59:10 +00:00
Peter Clement 0642afa9ed remove uneeded tooltip 2023-02-01 14:55:39 +00:00
Peter Clement 4b6b19cb7e add warning modals to app export buttons 2023-02-01 14:44:53 +00:00
Peter Clement f238063303 disallow spaces in env var names 2023-02-01 14:43:31 +00:00
Dean 7242dd4162 Updated default feature flags to include onboarding by default. Added tenant overrides to allow exclusion from global features 2023-02-01 14:12:43 +00:00
Budibase Staging Release Bot 8545cc3943 v2.2.12-alpha.57 2023-02-01 14:06:27 +00:00
Michael Drury cc715d450f
Merge pull request #9493 from Budibase/fix/8236
CouchDB integration fixes
2023-02-01 13:55:03 +00:00
Budibase Staging Release Bot 4ca1615b1a v2.2.12-alpha.56 2023-02-01 13:03:17 +00:00
Dean e8c468b5fa Added a tenant feature flag for the onboarding tour 2023-02-01 12:14:10 +00:00
Budibase Staging Release Bot 2f0496253c v2.2.12-alpha.55 2023-02-01 11:12:50 +00:00
Budibase Staging Release Bot c5384b7e15 v2.2.12-alpha.54 2023-02-01 10:21:38 +00:00
Andrew Kingston c52d3e49d4 Update deploy navigation component to work without data-cy 2023-02-01 08:32:10 +00:00
Andrew Kingston b89fb6b63e Update tour popover to work without data-cy 2023-02-01 08:29:03 +00:00
Andrew Kingston 71a93d5ae3 Merge branch 'develop' of github.com:Budibase/budibase into Cypress 2023-02-01 08:24:30 +00:00
Andrew Kingston 6805765686 Remove most traces of data-cy attributes 2023-02-01 08:20:46 +00:00
mike12345567 c038e483e2 Updates to use our new Nano layer for CouchDB integration rather than PouchDB. 2023-01-31 19:49:31 +00:00
Budibase Staging Release Bot d8667feccf v2.2.12-alpha.53 2023-01-31 19:45:03 +00:00
Gerard Burns 21a067f34e
New App Onboarding (#9489)
* New App Onboarding

* Lint

* Move app creation onboarding into its own route

* Fix quiet action button variant

* Fix alt attribute background image flashing

* Update routing logic and redirects to show app creation onboarding

* Navigate to data rather than design upon initial app creation to allow tour to function properly

* Tidy up popover logic and remove tip functionality

* Fix binding popovers

* Lint

* Silence spammy warnings from the builder

* Exclude SVG files from rollup plugin image to fix spectrum icons

* Fix help menu icon colours not working in light themes

* Tweak help menu styles

---------

Co-authored-by: Andrew Kingston <andrew@kingston.dev>
2023-01-31 19:34:32 +00:00
Mitch-Budibase 2ca07c3422 Renaming cypress.json
Renamed to testConfig.json.

The file was still required when I was running API tests.

Also updated setup.js based on file name change
2023-01-31 18:26:30 +00:00
Mitch-Budibase ad966d1a6f Merge branch 'develop' into Cypress 2023-01-31 18:19:43 +00:00
Mitch-Budibase 05a316b0d6 Update package.json and file addition
Updating commands within package.json

Re-adding files:
- cypress.json
- setup.js
- setup.ts
2023-01-31 18:05:53 +00:00
Budibase Staging Release Bot 7fe5659e27 v2.2.12-alpha.52 2023-01-31 17:32:58 +00:00
Gerard Burns ebf4dba4a0
New Help Menu (#9371)
* New Help Menu

* design PR feedback

* Feedback updates

* Feedback updates, font awesome enhancement, upgrade button hidden if licensing is disabled

---------

Co-authored-by: Dean <deanhannigan@gmail.com>
2023-01-31 17:18:22 +00:00
Budibase Staging Release Bot 70bd5e3f4b v2.2.12-alpha.51 2023-01-31 16:55:07 +00:00
Mitch-Budibase e9ae90b35d Updating builder/package.json
Removing lines related to Cypress that we no longer need
2023-01-31 16:51:00 +00:00
Mitch-Budibase b10a302c83 Removing Cypress
We no longer need Cypress.

I am removing the Cypress directory.
Also updated package.json to remove the cypress related lines
2023-01-31 16:48:27 +00:00
Budibase Release Bot 0895083145 v2.2.25 2023-01-31 16:45:32 +00:00
deanhannigan 7a1464bb9d
Merge pull request #9409 from Budibase/feature/user-onboarding-overlays
Feature/user onboarding overlays
2023-01-31 16:37:18 +00:00
Budibase Staging Release Bot b6ca342ed9 v2.2.12-alpha.50 2023-01-31 16:26:17 +00:00
deanhannigan b11c9724ca
Merge pull request #9467 from Budibase/feature/auth-screens-redesign
Selfhost onboarding UX/UI updates
2023-01-31 16:13:46 +00:00
Budibase Staging Release Bot df1d853fe0 v2.2.12-alpha.49 2023-01-31 15:46:07 +00:00
deanhannigan fc7c58231e
Merge pull request #9025 from Budibase/feature/configurable-data-export
Filtering and sort on data row export
2023-01-31 15:35:12 +00:00
Dean 4b2d802cba Merge remote-tracking branch 'origin/develop' into feature/configurable-data-export 2023-01-31 15:08:46 +00:00
Budibase Staging Release Bot eca082a146 v2.2.12-alpha.48 2023-01-31 13:04:29 +00:00
Michael Drury 6acea3c3f0
Merge pull request #9481 from Budibase/feature/9480
Password replacement for REST authentication basic type
2023-01-31 12:48:38 +00:00
Budibase Release Bot 5d9fd09559 v2.2.24 2023-01-31 11:43:55 +00:00
Budibase Staging Release Bot a2996efe7a v2.2.12-alpha.47 2023-01-31 11:34:34 +00:00
deanhannigan 8d47e8e2e3
Merge pull request #9205 from Budibase/fix/block-duplicate-autocolumn-types
Create/Edit Column refactoring and validation updates
2023-01-31 11:30:49 +00:00
Budibase Release Bot 3ddbeb8be9 v2.2.23 2023-01-31 10:24:53 +00:00
melohagan 31eb4cf95d
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
Budibase Staging Release Bot 7b6d2fbb2f v2.2.12-alpha.46 2023-01-31 08:35:24 +00:00
mike12345567 fa51f67fc3 Update to cover the authentication for REST, replacing it with secret value and converting to password field, as well as minor update to env dropdown to only be a password field when not containing an environment variable - #9480. 2023-01-30 18:50:35 +00:00
Budibase Staging Release Bot 93274fcdf0 v2.2.12-alpha.45 2023-01-30 17:44:07 +00:00
mike12345567 9a1ff005e4 Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-30 17:05:51 +00:00
mike12345567 39107032cd Some missing async handling. 2023-01-30 17:03:20 +00:00
Peter Clement 68c6faf111 Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-30 16:44:11 +00:00
mike12345567 09556171ac Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-30 16:41:19 +00:00
mike12345567 0038868208 PR comments - switching back to password field to hide the --secret-value--. 2023-01-30 16:40:31 +00:00
Peter Clement 173c02d93b fix async handling for variable creation 2023-01-30 16:40:16 +00:00
Peter Clement d9dfab23e8 Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-30 16:32:29 +00:00
Peter Clement 483825f16b add try catch to all environment variable loading 2023-01-30 16:30:51 +00:00
Peter Clement b7c4c4561c gate env vars for rest variables 2023-01-30 16:28:45 +00:00
mike12345567 67e80975be Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables 2023-01-30 13:56:52 +00:00
Budibase Staging Release Bot c32d766266 v2.2.12-alpha.44 2023-01-30 11:52:46 +00:00
Peter Clement fb939b795f Merge branch 'feature/environment-variables' of github.com:Budibase/budibase into feature/environment-variables 2023-01-30 11:08:09 +00:00
Peter Clement c067df3696 Added envirioment bindings to REST variables 2023-01-30 10:55:53 +00:00
mike12345567 7152a75288 Merge branch 'develop' of github.com:Budibase/budibase into feature/environment-variables 2023-01-30 09:53:31 +00:00
Budibase Staging Release Bot b15dc542e3 v2.2.12-alpha.43 2023-01-30 08:30:29 +00:00