Commit Graph

14506 Commits

Author SHA1 Message Date
Rory Powell 2212305f08 Bump jest and ts-jest to be consistent across backend packages to fix CI issue, test config updates 2022-11-14 22:55:47 +00:00
Andrew Kingston 7d97ef1ff5 Add button action for showing/hiding side panels 2022-11-14 15:02:57 +00:00
Budibase Release Bot c61155e61e v2.1.26 2022-11-14 14:32:46 +00:00
Budibase Staging Release Bot ead55d1aed v2.1.22-alpha.2 2022-11-14 13:49:57 +00:00
Martin McKeaveney 0dba0f6b4b
Merge pull request #8549 from Budibase/feature/martin-small-ux-updates
bunch of small UX updates around row creation, borders, new buttons
2022-11-14 13:38:08 +00:00
Rory Powell fd913a5e76 Fail pro scripts on error, unify TS versions, update test and coverage configs, use pro source mappings 2022-11-14 13:29:46 +00:00
Andrew Kingston d3528443d1 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-14 13:24:47 +00:00
Budibase Staging Release Bot 1e415f89bd v2.1.22-alpha.1 2022-11-14 12:06:21 +00:00
Gerard Burns a33d4cae52
Add Row Explorer Block (#8454)
* Add Row Explorer Block and Row Details Component

* PR Feedback

* adding showSaveButton prop to formblock in row explorer

* PR Feedback

* PR Feedback

* Change row explorer name in manifest

Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2022-11-14 11:54:44 +00:00
Dean 00545ee884 Default Datasource and sample row data 2022-11-13 21:37:50 +00:00
Dean 9974f78d5b Added multiselect/array options support to the view contains filter 2022-11-13 18:16:04 +00:00
FlaminWrap 8407f799c8 Ran yarn lint:fix
Ran yarn lint:fix as I forgot to do that
2022-11-13 17:25:48 +00:00
FlaminWrap 30aa85af0b Commit for enhancement #7604
Added a checkbox to allow the user to disable the default notifications to the following button actions:
* Save row
* Duplicate row
* Trigger automation
* Execute query
* Delete row
Also adjusted buttonActions.js to reflect the behaviour of that checkbox being ticked.
2022-11-13 17:08:23 +00:00
Budibase Release Bot 664bfae982 v2.1.25 2022-11-11 12:51:08 +00:00
Rory Powell fbbc5f01b8 Fix logout race condition 2022-11-11 11:26:36 +00:00
Budibase Release Bot 97484b62e2 v2.1.24 2022-11-10 15:53:01 +00:00
Budibase Release Bot 19979ddf5d v2.1.23 2022-11-10 10:58:45 +00:00
melohagan 0f5c8a2961
Merge pull request #8597 from Budibase/bug/sev3/special-character-sorting
Prevent special characters being used in new internal DB column
2022-11-10 10:47:42 +00:00
Andrew Kingston 2abd212361 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-09 16:57:24 +00:00
Budibase Release Bot bc54e8d11a v2.1.22 2022-11-09 14:27:49 +00:00
Budibase Staging Release Bot 840413462c v2.1.22-alpha.0 2022-11-09 13:57:34 +00:00
mike12345567 e0cf213ad5 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-09 13:41:51 +00:00
Budibase Staging Release Bot bc666d26c6 v2.1.19-alpha.1 2022-11-09 13:20:20 +00:00
Budibase Release Bot 723a2de735 v2.1.21 2022-11-08 20:44:21 +00:00
Budibase Release Bot be9e2f8327 v2.1.20 2022-11-08 17:20:53 +00:00
Mel O'Hagan b3c8e4f77e Use whitelist instead 2022-11-08 17:16:35 +00:00
Mel O'Hagan c89c0f32c0 Missed colon 2022-11-08 17:07:25 +00:00
Mel O'Hagan 94f12ad3e7 Remove escaped characters 2022-11-08 17:03:13 +00:00
Mel O'Hagan 8beaa09328 Block lucene special characters from new column 2022-11-08 17:02:31 +00:00
Budibase Release Bot c3873a6508 v2.1.19 2022-11-08 12:42:41 +00:00
Budibase Staging Release Bot 8159f0503b v2.1.19-alpha.0 2022-11-08 11:17:54 +00:00
Rory Powell 9714df8316 Merge branch 'master' into develop 2022-11-08 10:28:05 +00:00
Budibase Staging Release Bot 6869bfe593 v2.1.14-alpha.3 2022-11-07 17:46:24 +00:00
Mitch-Budibase 3559c19991 Cypress - Skipping 2 Test Files
The files are:

- addMultiOptionDatatype
- addRadioButtons

These tests are flakey from time to time and we no longer need them to be run consistently through Cypress. We will have E2E coverage via QAWolf and will also have some coverage via API Automation
2022-11-07 17:10:35 +00:00
Budibase Release Bot 4f24bccda4 v2.1.18 2022-11-07 15:45:04 +00:00
Budibase Staging Release Bot 011b9616b3 v2.1.14-alpha.2 2022-11-07 14:42:51 +00:00
Martin McKeaveney ee6852ec15 tidy up 2022-11-06 22:45:49 +00:00
Martin McKeaveney 83a50660fe bunch of small UX updates around row creation, borders, new buttons 2022-11-06 22:35:33 +00:00
Budibase Release Bot f13fc9cd82 v2.1.17 2022-11-05 15:13:19 +00:00
Martin McKeaveney f07774a6ba stripping - from additional app name number 2022-11-05 14:43:07 +00:00
Budibase Release Bot e44fd24633 v2.1.16 2022-11-05 14:11:32 +00:00
Martin McKeaveney b4ee385aba ensure /app prefix gets stripped from website templates 2022-11-05 13:55:17 +00:00
FlaminWrap 1cb89388a1 Afterthought
Remembered that idx === 0 is the same as isTrigger
2022-11-05 00:20:38 +00:00
FlaminWrap 1b6c31ea4e 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
Budibase Release Bot 51d2e36f71 v2.1.15 2022-11-04 20:40:02 +00:00
Budibase Release Bot 226649f928 v2.1.14 2022-11-04 10:56:19 +00:00
Michael Drury 74a0ab8164
Merge pull request #8518 from Budibase/fix/8510
Merging 8510 to master
2022-11-04 10:45:42 +00:00
Budibase Staging Release Bot 320eb3b8c5 v2.1.14-alpha.1 2022-11-04 08:44:19 +00:00
Budibase Staging Release Bot 86daf059e2 v2.1.14-alpha.0 2022-11-03 18:25:04 +00:00
mike12345567 861d019599 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-03 17:59:58 +00:00
mike12345567 ed373c3b77 Fixing an issue which meant validation would consider datasources invalid despite the configuration being valid - #8510 2022-11-03 17:50:24 +00:00
mike12345567 228478a530 Fixing an issue which meant validation would consider datasources invalid despite the configuration being valid - #8510 2022-11-03 17:47:33 +00:00
Budibase Release Bot 6c352980b5 v2.1.13 2022-11-03 14:55:54 +00:00
Dean f3f5400626 Temporarily disable screen component validation 2022-11-03 14:27:47 +00:00
Budibase Release Bot d9cf2a8e19 v2.1.12 2022-11-03 14:04:02 +00:00
Budibase Release Bot 8e99104f2f v2.1.11 2022-11-02 19:24:50 +00:00
Budibase Release Bot e97951f35a v2.1.10 2022-11-02 17:28:21 +00:00
Budibase Release Bot b52d8296bd v2.1.9 2022-11-02 15:51:23 +00:00
Michael Drury 68de70055f
Merge pull request #8476 from Budibase/fix/2.1.x-fixes
Backups UI improvements and fix for datasource setting saving
2022-11-02 15:34:26 +00:00
Budibase Release Bot 0bc417587c v2.1.8 2022-11-02 14:48:58 +00:00
deanhannigan a507920e98
Merge pull request #8482 from Budibase/fix/app-list-group-filtering
General fixes to app list group filtering
2022-11-02 14:31:19 +00:00
Budibase Release Bot f703ad19f5 v2.1.7 2022-11-02 14:21:53 +00:00
Mel O'Hagan 16a9e99b45 Refactor 2022-11-02 12:10:38 +00:00
Mel O'Hagan 2ff3cb5fcc Refresh BindingBuilder if query.parameters changes 2022-11-02 11:22:48 +00:00
Budibase Release Bot 9e9ab30b91 v2.1.6 2022-11-02 10:07:48 +00:00
Budibase Release Bot 187b6e6d4b v2.1.5 2022-11-02 09:17:52 +00:00
Budibase Release Bot 5c1f992d92 v2.1.4 2022-11-02 08:33:09 +00:00
Dean 1f8f5bbc12 General fixes to app list group filtering 2022-11-02 00:41:15 +00:00
mike12345567 636c54265b Fixing issues discussed in #8460 around backup UI. 2022-11-01 18:24:11 +00:00
mike12345567 0d786426d5 Fixing an issue with datasource validation restricting saving of configuration - #8465. 2022-11-01 16:30:20 +00:00
Budibase Release Bot 43d97d0b8e v2.1.3 2022-11-01 13:43:56 +00:00
Budibase Release Bot 1ca15d7be2 v2.1.2 2022-11-01 10:29:25 +00:00
Budibase Release Bot 8eb0382a4d v2.1.1 2022-11-01 09:41:28 +00:00
Budibase Release Bot 3f045cf900 v2.1.0 2022-11-01 08:31:03 +00:00
Budibase Release Bot 581ffaea14 v2.0.40 2022-10-31 16:39:19 +00:00
Budibase Staging Release Bot c8f888e43e v2.0.40-alpha.0 2022-10-31 14:01:44 +00:00
Martin McKeaveney c2966025b4 merge with master 2022-10-31 13:44:23 +00:00
Budibase Staging Release Bot 87f4982c65 v2.0.34-alpha.10 2022-10-31 11:10:03 +00:00
Budibase Release Bot dce0d52b0a v2.0.39 2022-10-31 11:03:49 +00:00
Martin McKeaveney f1c9fd175c
Merge pull request #8282 from Budibase/fix/multipicker-default-behaviour
Parse multi-select values/defaults to avoid unusable options.
2022-10-31 10:37:26 +00:00
Martin McKeaveney c1fd94689f
Merge pull request #8423 from Budibase/bug/sev3/datasource-validation
Datasource validation - use nullable to avoid type error
2022-10-31 10:36:11 +00:00
Dean 8018365010 Ensure 'validationErrors' is checked for details field errors when parsing an error response on update 2022-10-28 15:46:03 +01:00
Budibase Staging Release Bot 4f57fa9d96 v2.0.34-alpha.9 2022-10-27 19:25:56 +00:00
Budibase Staging Release Bot 29fd2287ed v2.0.34-alpha.8 2022-10-27 16:47:20 +00:00
Budibase Staging Release Bot 899da8117b v2.0.34-alpha.7 2022-10-27 15:14:48 +00:00
Mel O'Hagan 31d9e2b1bf Use nullable 2022-10-27 14:45:30 +01:00
Budibase Staging Release Bot c0e6732409 v2.0.34-alpha.6 2022-10-27 10:30:18 +00:00
Mitch-Budibase e85d6cef5c Cypress - Rename Application - Skip Test File
Some of the tests in here are flakey from time to time.
- We had a failure on the nightly due to a flakey test within this file
- Skipping the tests in here for now (we will receive coverage via QA Wolf)
2022-10-27 11:01:16 +01:00
Andrew Kingston 09360cea55 Add initial version of side panel component 2022-10-27 08:08:35 +01:00
Budibase Staging Release Bot cdfa70192e v2.0.34-alpha.5 2022-10-26 16:58:42 +00:00
Mitch-Budibase 310bfa1133 Skipping MySQL Cypress Tests
Bit of flakeiness occurring - we can skip these tests for now on the nightly run in anticipation of QA Wolf covering these scenarios E2E
2022-10-26 17:29:58 +01:00
Budibase Staging Release Bot 212e811990 v2.0.34-alpha.4 2022-10-26 12:59:47 +00:00
Budibase Staging Release Bot a69f995c91 v2.0.34-alpha.3 2022-10-26 09:14:18 +00:00
Peter Clement 0dc7463826
Merge pull request #8395 from Budibase/pc/backups-ui-fixes
Assorted Backups UI fixes
2022-10-26 10:03:18 +01:00
Budibase Staging Release Bot 454009d5ad v2.0.34-alpha.2 2022-10-26 08:48:28 +00:00
Dean 421170ffff Merge remote-tracking branch 'origin/master' into fix/multipicker-default-behaviour 2022-10-26 09:10:21 +01:00
Peter Clement f38b6e1cd8 remove logs 2022-10-26 09:03:50 +01:00
Budibase Release Bot 59f4582687 v2.0.38 2022-10-25 15:43:52 +00:00
Peter Clement 45c98041ff Merge remote-tracking branch 'origin/develop' into pc/backups-ui-fixes 2022-10-25 16:27:32 +01:00
Peter Clement 2fd8ec363f fix loading state 2022-10-25 16:22:29 +01:00
Peter Clement 208c15bc57 fix icon sizing 2022-10-25 16:15:50 +01:00
Peter Clement 68a43bf4ca formatting 2022-10-25 16:06:22 +01:00
Peter Clement fc2e399a1c Assorted Backups UI fixes 2022-10-25 16:05:19 +01:00
Mel O'Hagan b21919f9b0 Handle multiple automation loop bindings 2022-10-25 15:19:07 +01:00
Budibase Staging Release Bot 6d5c2c884c v2.0.34-alpha.1 2022-10-25 13:32:58 +00:00
Budibase Staging Release Bot 04f9bb6d57 v2.0.34-alpha.0 2022-10-25 11:30:17 +00:00
Andrew Kingston 109bee4fff Merge branch 'master' into master-develop 2022-10-25 12:03:33 +01:00
Budibase Staging Release Bot d4af1bccac v2.0.30-alpha.17 2022-10-25 08:53:55 +00:00
melohagan e6713f3318
Merge pull request #8371 from Budibase/bug/sev3/validate-datasource-config
Validate datasource config
2022-10-25 09:24:32 +01:00
Budibase Staging Release Bot ee82e06477 v2.0.30-alpha.16 2022-10-25 07:31:09 +00:00
Andrew Kingston 75aae5b7e0
Merge pull request #8376 from Budibase/cheeks-lab-day-grid
Grid component + builder performance improvements
2022-10-25 08:20:37 +01:00
Budibase Staging Release Bot 83d5f70937 v2.0.30-alpha.15 2022-10-24 17:42:53 +00:00
Michael Drury ecc5ebab89
Merge pull request #8373 from Budibase/feature/backups-ui
Backups UI
2022-10-24 18:18:12 +01:00
Michael Drury 79adc869f1
Merge pull request #8354 from Budibase/feature/app-backups
App backups backend
2022-10-24 18:16:52 +01:00
Budibase Staging Release Bot da780aa355 v2.0.30-alpha.14 2022-10-24 16:19:21 +00:00
mike12345567 9cf7b12c83 Merge branch 'feature/app-backups' of github.com:Budibase/budibase into feature/backups-ui 2022-10-24 17:02:35 +01:00
Peter Clement 2a2f84e927 ui comments 2022-10-24 16:52:29 +01:00
mike12345567 9a6b09e2fd Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-24 16:51:53 +01:00
Peter Clement 92131a7ccb Merge branch 'feature/backups-ui' of github.com:Budibase/budibase into feature/backups-ui 2022-10-24 16:43:59 +01:00
Dean a155493831 Merge remote-tracking branch 'origin/develop' into feature/chart-block-component 2022-10-24 16:22:19 +01:00
Peter Clement eb190bda0e autofill restore backup name 2022-10-24 16:20:03 +01:00
mike12345567 59f255e1ee Merge branch 'feature/app-backups' of github.com:Budibase/budibase into feature/backups-ui 2022-10-24 15:50:45 +01:00
Budibase Release Bot cee8a810b9 v2.0.37 2022-10-24 14:40:33 +00:00
Peter Clement f9cd67a279 always show automation history tab 2022-10-24 15:38:03 +01:00
Budibase Staging Release Bot e8486a69c8 v2.0.30-alpha.13 2022-10-24 14:33:30 +00:00
Peter Clement cf0c4b2d7e pr comments 2022-10-24 15:09:32 +01:00
Mel O'Hagan e06b8017de Add padding 2022-10-24 15:02:56 +01:00
Peter Clement 0f390889b4 add pro check and default state 2022-10-24 15:00:00 +01:00
Mel O'Hagan 3d35c9752a Allow automations scroll. Copy datasource class. 2022-10-24 14:56:05 +01:00
Andrew Kingston c6ddbb6d04 Remove some unnecessary code 2022-10-24 13:28:22 +01:00
Andrew Kingston d358beb3be Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-10-24 13:15:03 +01:00
Andrew Kingston a0c02be585 Remove some debug logging 2022-10-24 13:09:29 +01:00
Budibase Release Bot b2677e0a37 v2.0.36 2022-10-24 11:47:15 +00:00
deanhannigan 348be5bf87
Merge pull request #8283 from Budibase/fix/json-field-in-automation-step
Add JSON field to automation step
2022-10-24 12:35:19 +01:00
Budibase Release Bot eb8461def0 v2.0.35 2022-10-24 09:55:12 +00:00
Mel O'Hagan c8628fb478 Add validation to config screen 2022-10-24 10:39:39 +01:00
Mel O'Hagan 0f729dee1b Make NaN undefined 2022-10-24 10:18:51 +01:00
mike12345567 ce01e20d36 Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-24 09:55:49 +01:00
Mel O'Hagan 30bf3dde6c Remove touch check for error consistency 2022-10-24 09:46:53 +01:00
Andrew Kingston c6b7b1a2d4 Tidy up 2022-10-24 09:43:45 +01:00
Dean ed645a28d2 Merge remote-tracking branch 'origin/develop' into feature/chart-block-component 2022-10-24 09:32:52 +01:00
Mel O'Hagan 200806aa08 Merge branch 'develop' into bug/sev3/validate-datasource-config 2022-10-24 09:27:24 +01:00
Andrew Kingston 8d644c5a10 Refactor app preview event sending to support async callbacks in client library 2022-10-24 09:02:50 +01:00
Budibase Staging Release Bot 1e1d9ef0b8 v2.0.30-alpha.12 2022-10-24 08:01:46 +00:00
Budibase Staging Release Bot 6d7bb61bf4 v2.0.30-alpha.11 2022-10-21 19:44:23 +00:00
mike12345567 a191989fdf Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-21 18:41:25 +01:00
mike12345567 d3179b8ba2 Adding in new pending state. 2022-10-21 18:33:58 +01:00
mike12345567 c0d16bd395 Updating frontend to allow searching by type and trigger. 2022-10-21 17:03:01 +01:00
Andrew Kingston 6e0e89bbf7 Improve performance by fixing multiple instances of redundant client app initialisations 2022-10-21 16:54:01 +01:00
Peter Clement 12e05f11e0 refetch after backup / delete / update 2022-10-21 16:00:10 +01:00
Dean 59105b4b8a Merge remote-tracking branch 'origin/master' into fix/multipicker-default-behaviour 2022-10-21 15:36:16 +01:00
Dean cc1a9e72bf Merge remote-tracking branch 'origin/master' into fix/json-field-in-automation-step 2022-10-21 15:35:34 +01:00
Dean 76394d1673 Ensure bindings are not mutated when enriching with custom icons 2022-10-21 15:33:56 +01:00
Dean 6e7ba0d33a Merge remote-tracking branch 'origin/develop' into feature/chart-block-component 2022-10-21 14:21:25 +01:00
Dean 2dba5d18cd Initial commit for chart block component 2022-10-21 14:20:40 +01:00
Peter Clement 02b505c75c fix download issue and pass name for backup after restore 2022-10-21 14:10:08 +01:00
Andrew Kingston 4ff441e83f Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-10-21 10:59:47 +01:00
Budibase Release Bot 69846d9ee1 v2.0.34 2022-10-21 09:58:52 +00:00
Martin McKeaveney a6c5079190
Merge pull request #8016 from Budibase/feature/redirect-after-modal-close
Allow screen redirect after modal close
2022-10-21 08:58:21 +01:00
Budibase Staging Release Bot 1e515ecaad v2.0.30-alpha.10 2022-10-20 21:11:31 +00:00
Budibase Staging Release Bot 60085b201e v2.0.30-alpha.9 2022-10-20 20:01:10 +00:00
Andrew Kingston fe631a251a Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-10-20 19:49:34 +01:00
Andrew Kingston 1f1a48b666 Ensure allowed component list is actually accurate and prevent any way around illegal component nesting 2022-10-20 19:49:14 +01:00
mike12345567 b4a223be3d Adding restore work - new modal to create a backup. 2022-10-20 18:46:16 +01:00
mike12345567 7f1233576b Merge branch 'feature/backups-ui' of github.com:Budibase/budibase into feature/backups-ui 2022-10-20 17:48:03 +01:00
mike12345567 d4d69f92c1 Updating rendering of table - as per Andy's new designs based on the restore event. 2022-10-20 17:43:54 +01:00
Peter Clement 295c4f6323 add ability tofilter by range 2022-10-20 16:10:09 +01:00
Andrew Kingston fb84674e24 Add proper validation for nesting illegal combinations of components 2022-10-20 16:03:53 +01:00
Peter Clement 3074fc616d integrate download and update and update datepicker 2022-10-20 15:09:43 +01:00
Peter Clement 0111ae9b20 Merge branch 'feature/backups-ui' of github.com:Budibase/budibase into feature/backups-ui 2022-10-20 13:46:36 +01:00
Peter Clement 2a430468f6 add restore funtionality 2022-10-20 13:33:50 +01:00
mike12345567 ee74328e2b Merge branch 'feature/backups-ui' of github.com:Budibase/budibase into feature/backups-ui 2022-10-20 12:51:03 +01:00
mike12345567 322fbf1a50 Correcting contents rendering. 2022-10-20 12:47:45 +01:00
Peter Clement 32ef7ff1a9 fix paging and add deletion 2022-10-20 11:46:04 +01:00
Peter Clement dbd67d251c lint 2022-10-19 16:11:25 +01:00
Peter Clement 5732c80a8a add paging and add more custom table renderers 2022-10-19 16:08:34 +01:00
Andrew Kingston 0c2e286ca7 Use a container as the DND placeholder and use approx size when dragging into grids 2022-10-19 14:39:28 +01:00
Budibase Release Bot 5e31270a2d v2.0.33 2022-10-19 11:15:01 +00:00
Peter Clement f8c5e80fda add datepicker range and test search 2022-10-19 10:16:54 +01:00
Peter Clement 34754f47ce add apis and svelte store 2022-10-18 19:00:19 +01:00
Budibase Staging Release Bot a0da70381f v2.0.30-alpha.8 2022-10-18 17:43:08 +00:00
Peter Clement 06e2b041d2 add base ui and backups tab 2022-10-18 18:38:49 +01:00
Andrew Kingston 465d10a8be Allow grid DND without selecting components 2022-10-18 18:29:21 +01:00
Dean 0e4a7ace08 Pushed default parsing up into the InnerForm component to ensure that invalid default values are removed entirely. Fixes for custom validation for array types 2022-10-18 16:24:36 +01:00
Dean a0a9d35b50 Merge remote-tracking branch 'origin/master' into fix/multipicker-default-behaviour 2022-10-18 09:30:50 +01:00
Andrew Kingston c21a7b3e89 Merge branch 'dnd-improvements' of github.com:Budibase/budibase into cheeks-lab-day-grid 2022-10-18 08:12:11 +01:00
Budibase Release Bot a786d41903 v2.0.32 2022-10-17 16:43:56 +00:00
Andrew Kingston 5cdd6a692b Merge branch 'develop' of github.com:Budibase/budibase into dnd-improvements 2022-10-17 16:31:39 +01:00
mike12345567 5e802ceb10 Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-17 14:49:31 +01:00
Dean 20feb35854 Minor update to fix padding for the json field label 2022-10-17 12:43:23 +01:00
Dean 449ddf2a6b 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
Dean 8c62ea9833 Values or defaults passed to the picker are parsed to ensure only valid options are marked/added to the component. 2022-10-17 12:03:13 +01:00
Andrew Kingston df589bc415 Hide new component panel when selected component changes 2022-10-17 09:23:52 +01:00
Andrew Kingston 6656a89f18 Add ability to drag new blocks into app preview 2022-10-17 08:46:09 +01:00
Andrew Kingston 267095f235 Add sensible min widths to settings in the filter drawer 2022-10-15 13:23:20 +01:00
Andrew Kingston d1e011814e Add sensible min widths to settings in the conditional UI drawer so that it's usable on any res 2022-10-15 13:17:40 +01:00
Andrew Kingston 7bf5cad453 Fix selected rows bindings for table blocks not having a category 2022-10-15 13:06:34 +01:00
Andrew Kingston b638324ce2 Prevent crash when determining datasource schema for non string type values 2022-10-15 12:58:32 +01:00
Andrew Kingston d166cbb466 Lint and prevent scrolling to selected component when starting dragging 2022-10-14 19:45:47 +01:00
Andrew Kingston 121eddaa5a Fix crash when dragging from client preview into component tree 2022-10-14 18:17:02 +01:00
Andrew Kingston d997afffc0 Add ability to drag new components into the preview 2022-10-14 13:37:14 +01:00
Budibase Release Bot a93d02d9e3 v2.0.31 2022-10-14 09:26:51 +00:00
Budibase Staging Release Bot 74511ef939 v2.0.30-alpha.7 2022-10-14 09:26:33 +00:00
Pedro Silva 36a75921c1
Merge pull request #8259 from Budibase/Update-cypress-test-rest-datasource
Update rest datasource test
2022-10-14 10:12:39 +01:00
Gerard Burns 5ac108e4d6
Merge pull request #8246 from Budibase/feature/replace-builder-back-button-with-menu
Replace Builder Back Button With Menu
2022-10-14 10:09:29 +01:00
Budibase Staging Release Bot 53731a9d2b v2.0.30-alpha.6 2022-10-14 09:04:02 +00:00
Pedro Silva 850690a43c Update rest datasource test 2022-10-14 10:00:11 +01:00
Mel O'Hagan 573c5cd800 Handle null or empty steps 2022-10-14 08:02:29 +01:00
Budibase Staging Release Bot eae13e24a8 v2.0.30-alpha.5 2022-10-13 16:34:26 +00:00
deanhannigan bebeccef12
Merge pull request #8219 from Budibase/feature/blocks-in-auto-screens
Component Blocks in CRUD Auto-screens
2022-10-13 17:18:53 +01:00
Dean 2c2a98c163 Merge remote-tracking branch 'origin/develop' into feature/blocks-in-auto-screens 2022-10-13 16:54:55 +01:00
Budibase Staging Release Bot 3cd5107573 v2.0.30-alpha.4 2022-10-13 15:54:42 +00:00
Dean b3c1f9196e Merge remote-tracking branch 'origin/develop' into feature/blocks-in-auto-screens 2022-10-13 16:49:10 +01:00
deanhannigan c042b363f9
Merge pull request #8153 from Budibase/feature/qr-barcode-reader
Feature/qr barcode reader
2022-10-13 16:43:54 +01:00
melohagan c3f556dc8a
Merge pull request #8117 from Budibase/lab/mongodb
Add aggregate method to MongoDB
2022-10-13 16:32:30 +01:00
Mel O'Hagan f9ed72f670 Added null propagation operators 2022-10-13 16:17:47 +01:00
Dean c162ad458c Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader 2022-10-13 16:16:28 +01:00
melohagan fe4b5502d4
Update packages/builder/src/components/integration/index.svelte
Co-authored-by: Martin McKeaveney <martin@budibase.com>
2022-10-13 16:13:56 +01:00
Andrew Kingston 9881b84462 Update formula tooltip to explain they cannot be sorted by 2022-10-13 16:11:53 +01:00
mike12345567 9242f695ab Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-13 15:59:31 +01:00
Andrew Kingston 30c17c9d8b Only show sortable fields for sort column settings 2022-10-13 15:58:44 +01:00
Gerard Burns 834653761a Replace Builder Back Button With Menu 2022-10-13 15:53:45 +01:00
Andrew Kingston 5cf50d522f Only hide plugin search bar when no plugins exist 2022-10-13 15:32:31 +01:00
Mel O'Hagan 881d5d53b0 Rename flowEditors to stepEditors 2022-10-13 13:07:53 +01:00
Mel O'Hagan 34a1d5e36b Rename flow to pipeline 2022-10-13 13:05:45 +01:00
Budibase Staging Release Bot c083b3e3aa v2.0.30-alpha.3 2022-10-13 09:11:09 +00:00
Rory Powell a5749b8024 Remove debug message from upgrade page ui (self host) 2022-10-13 09:28:12 +01:00
Budibase Staging Release Bot d5b65426c0 v2.0.30-alpha.2 2022-10-12 19:07:36 +00:00
mike12345567 ae0bfebae7 Full import implementation - needs further testing, untars the file with all apps, then adds each of them individually. 2022-10-12 19:15:28 +01:00
Mel O'Hagan 48d84d67bf Allow stages to be swapped in flow 2022-10-12 18:42:35 +01:00
Budibase Release Bot ec85bd13ae v2.0.30 2022-10-12 16:58:49 +00:00
Mel O'Hagan c0cc261b3f Merge branch 'develop' into lab/mongodb 2022-10-12 17:53:09 +01:00
Mel O'Hagan 910991eb8c Allow template to be used when changed body blank 2022-10-12 16:20:11 +01:00
Mel O'Hagan 9ee4788147 Include stage templates 2022-10-12 15:31:53 +01:00
Budibase Staging Release Bot 6183bdb53e v2.0.30-alpha.1 2022-10-12 11:46:45 +00:00
mike12345567 7439ade518 Merge branch 'develop' of github.com:Budibase/budibase into feature/app-backups 2022-10-12 11:59:00 +01:00
Budibase Staging Release Bot d0200a093e v2.0.30-alpha.0 2022-10-12 10:30:23 +00:00
Mel O'Hagan 3cb43c0650 Merge branch 'develop' into lab/mongodb 2022-10-12 10:29:27 +01:00
Mel O'Hagan 91ec23faf2 Merge branch 'master' into bug/sev3/edit-column-modal-state 2022-10-12 10:23:17 +01:00
Mitch-Budibase ebeae952df
Merge pull request #8204 from Budibase/cypress_test_skip
Cypress: Auto Screens UI + PostgreSql test skip
2022-10-12 10:22:56 +01:00
Mel O'Hagan 358c1aab54 Edit clone of column 2022-10-12 10:22:54 +01:00
Rory Powell ef433633b2 Merge branch 'master' into merge-master 2022-10-12 10:19:46 +01:00
Martin McKeaveney 89edf154d4 Merge branch 'develop' of github.com:Budibase/budibase into cypress_test_skip 2022-10-12 09:30:18 +01:00
Budibase Release Bot 855990ae00 v2.0.29 2022-10-12 08:22:33 +00:00
Dean a39f6afde1 Merge remote-tracking branch 'origin/develop' into feature/qr-barcode-reader 2022-10-12 09:12:09 +01:00
melohagan d15df3691b
Merge pull request #8169 from Budibase/bug/sev3/delete-button-roles
Hide delete button for built-in roles, and prevent duplicate roles
2022-10-12 09:11:58 +01:00
Dean 1728a19cee Merge remote-tracking branch 'origin/develop' into feature/blocks-in-auto-screens 2022-10-12 09:04:05 +01:00
Budibase Release Bot fbc9af0c20 v2.0.28 2022-10-12 07:33:11 +00:00
Budibase Release Bot 2454379ed3 v2.0.27 2022-10-11 18:11:05 +00:00
Budibase Staging Release Bot 8b477356ce v2.0.24-alpha.4 2022-10-11 16:41:24 +00:00