Commit Graph

3710 Commits

Author SHA1 Message Date
mike12345567 3b7760b53a Merge branch 'master' of github.com:Budibase/budibase into develop 2023-01-05 17:04:24 +00:00
Budibase Release Bot c49b081829 v2.2.10 2023-01-05 16:29:16 +00:00
Budibase Staging Release Bot 7d2e9f0516 v2.2.10-alpha.16 2023-01-05 16:27:05 +00:00
Michael Drury 29af2c38c5
Merge pull request #9245 from Budibase/fix/dependabot-05012023
Merging all dependabot updates
2023-01-05 16:14:22 +00:00
Budibase Staging Release Bot 23e4b02a0a v2.2.10-alpha.15 2023-01-05 16:09:47 +00:00
mike12345567 608ebb0a06 Merge branch 'dependabot/npm_and_yarn/packages/client/json5-1.0.2' of github.com:Budibase/budibase into fix/dependabot-05012023 2023-01-05 15:52:48 +00:00
Budibase Staging Release Bot 64c7dd1ee2 v2.2.10-alpha.14 2023-01-05 10:05:47 +00:00
dependabot[bot] 238658e4a0
Bump json5 from 1.0.1 to 1.0.2 in /packages/client
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-05 09:08:47 +00:00
Budibase Staging Release Bot 5f90107ac5 v2.2.10-alpha.13 2023-01-05 09:06:35 +00:00
Dean 0083dcc45f Added sorting to the options field 2023-01-04 13:08:28 +00:00
Martin McKeaveney b7e4047016
Updating the client overlay to use the right method when event type is unknown (#9192) 2023-01-03 13:40:37 +00:00
Budibase Staging Release Bot 6cab38e82f v2.2.10-alpha.12 2022-12-23 15:42:40 +00:00
Budibase Staging Release Bot f1f83061a4 v2.2.10-alpha.11 2022-12-22 16:24:22 +00:00
Budibase Staging Release Bot ca2a0afa7e v2.2.10-alpha.10 2022-12-22 13:25:47 +00:00
Budibase Staging Release Bot 3aab0f8d9c v2.2.10-alpha.9 2022-12-21 14:35:40 +00:00
Budibase Staging Release Bot 3aaf462394 v2.2.10-alpha.8 2022-12-21 11:12:10 +00:00
Budibase Staging Release Bot 5bc555a35e v2.2.10-alpha.7 2022-12-20 16:56:30 +00:00
Budibase Staging Release Bot 25492ccf84 v2.2.10-alpha.6 2022-12-20 16:23:25 +00:00
Budibase Staging Release Bot ac37cd0db7 v2.2.10-alpha.5 2022-12-20 15:21:10 +00:00
Budibase Staging Release Bot 3fd0154695 v2.2.10-alpha.4 2022-12-20 14:46:51 +00:00
Budibase Staging Release Bot 93484a08c4 v2.2.10-alpha.3 2022-12-20 11:08:52 +00:00
Budibase Staging Release Bot b0d1e37734 v2.2.10-alpha.2 2022-12-20 08:40:00 +00:00
Budibase Staging Release Bot e0a3bce425 v2.2.10-alpha.1 2022-12-19 22:21:52 +00:00
Budibase Staging Release Bot c665242534 v2.2.10-alpha.0 2022-12-19 21:08:30 +00:00
Martin McKeaveney c6c721298c pulling from master 2022-12-19 18:54:58 +00:00
Budibase Release Bot 8ede6de345 v2.2.9 2022-12-19 18:25:02 +00:00
Budibase Staging Release Bot f923199296 v2.2.4-alpha.9 2022-12-19 17:56:10 +00:00
Budibase Staging Release Bot 3e76f25805 v2.2.4-alpha.8 2022-12-19 16:33:03 +00:00
Martin McKeaveney 8a2a5a1f76
fixes for google sheets, admin checklist, and deleting an app from API (#8846)
* fixes for google sheets, admin checklist, and deleting an app from API

* code review

* splitting unpublish endpoint, moving deploy endpoint to applications controller. Still to do public API work and move deployment controller into application controller

* updating REST method for unpublish in API test

* unpublish and publish endpoint on public API, delete endpoint unpublishes and deletes app

* removing skip_setup from prodAppDb call

* removing commented code

* unit tests and open API spec updates

* unpublish, publish unit tests - delete still in progress

* remove line updating app name in API test

* unit tests

* v2.1.46

* Update pro version to 2.1.46

* v2.2.0

* Update pro version to 2.2.0

* Fix for budibase plugin skeleton, which utilises the old import style.

* Fix side nav styles

* v2.2.1

* Update pro version to 2.2.1

* using dist folder to allow importing constants for openAPI specs

* v2.2.2

* Update pro version to 2.2.2

* Fix for user enrichment call (updating to @budibase/nano fork) (#9038)

* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.

* Incrementing Nano version to attempt to fix yarn registry issues.

* v2.2.3

* Update pro version to 2.2.3

* 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

* v2.2.4

* Update pro version to 2.2.4

* lock changes (#9047)

* v2.2.5

* Update pro version to 2.2.5

* Make looping arrow point in right direction (#9053)

* v2.2.6

* Update pro version to 2.2.6

* Types/attaching license to account (#9065)

* adding license type to account

* removing planDuration

* v2.2.7

* Update pro version to 2.2.7

* Environment variable type coercion fix (#9074)

* Environment variable type coercion fix

* Update .gitignore

* v2.2.8

* Update pro version to 2.2.8

* tests passing

* all tests passing, updates to public API response

* update unpublish call to return 204, openAPI spec and unit

* fixing API tests

Co-authored-by: Budibase Release Bot <>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Andrew Kingston <andrew@kingston.dev>
Co-authored-by: melohagan <101575380+melohagan@users.noreply.github.com>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2022-12-19 13:18:00 +00:00
Budibase Staging Release Bot 2a69f0d281 v2.2.4-alpha.7 2022-12-19 13:01:05 +00:00
Budibase Staging Release Bot 704c9cef6d v2.2.4-alpha.6 2022-12-19 08:37:23 +00:00
Budibase Staging Release Bot c08d5dbfdd v2.2.4-alpha.5 2022-12-17 14:27:51 +00:00
Budibase Release Bot ff40a71342 v2.2.8 2022-12-16 13:32:25 +00:00
Budibase Staging Release Bot 9e713b13b8 v2.2.4-alpha.4 2022-12-16 11:33:20 +00:00
Budibase Release Bot 112caa162a v2.2.7 2022-12-16 10:41:13 +00:00
Budibase Staging Release Bot ac227e9be1 v2.2.4-alpha.3 2022-12-15 16:38:10 +00:00
FlaminWrap 31615347ec
Button action for user prompt (#8676)
* Commit for enhancement #7762

Added Question option for buttons which acts as a dialog prompting the user to confirm or cancel before continuing.

* Fixes

* Made changes to allow custom modal title

Changed Question to User Prompt
Allows custom title

* Revert "Made changes to allow custom modal title"

This reverts commit b18aacc922.

* Revert "Fixes"

This reverts commit de613925dc.

* Adds custom title

Adds custom title

* Wrong version of buttonActions was commited

* Delete index.js

* refactor

* lint

Co-authored-by: Mel O'Hagan <mel@budibase.com>
2022-12-15 16:21:24 +00:00
Budibase Release Bot 302704cbf4 v2.2.6 2022-12-15 15:27:14 +00:00
Budibase Staging Release Bot 87f008ded0 v2.2.4-alpha.2 2022-12-15 14:13:23 +00:00
melohagan 6790e50867
Add compact setting to AttachmentField (#9052) 2022-12-15 13:59:03 +00:00
Budibase Release Bot edae61a51b v2.2.5 2022-12-15 13:04:16 +00:00
Budibase Staging Release Bot b785582a22 v2.2.4-alpha.1 2022-12-15 12:48:37 +00:00
Budibase Staging Release Bot e4f14f013c v2.2.4-alpha.0 2022-12-15 12:27:02 +00:00
Andrew Kingston 20ff5dcb70
Master => Develop (#9049)
* v2.1.46

* Update pro version to 2.1.46

* v2.2.0

* Update pro version to 2.2.0

* Fix for budibase plugin skeleton, which utilises the old import style.

* Fix side nav styles

* v2.2.1

* Update pro version to 2.2.1

* using dist folder to allow importing constants for openAPI specs

* v2.2.2

* Update pro version to 2.2.2

* Fix for user enrichment call (updating to @budibase/nano fork) (#9038)

* Fix for #9029 - this should fix the issue users have been experiencing with user enrichment calls in apps, essentially it utilises a fork of the nano library we use to interact with CouchDB, which has been updated to use a POST request rather than a GET request as it supports a larger set of data being sent as query parameters.

* Incrementing Nano version to attempt to fix yarn registry issues.

* v2.2.3

* Update pro version to 2.2.3

* 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

Co-authored-by: Martin McKeaveney <martin@budibase.com>
Co-authored-by: Budibase Release Bot <>
Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2022-12-15 12:13:42 +00:00
Budibase Staging Release Bot 82caff8496 v2.1.46-alpha.14 2022-12-15 11:58:11 +00:00
Rory Powell 7ef9e9dc51
File authentication using presigned URLs (#8883)
* file auth wip

* Private plugin bucket wip

* Add etag to logo request, fix circular dependency

* Resolve cyclic dependency

* Ensure browser doesn't cache custom component

* Global file fixes

* File fixes / remove permaUrl

* Add ctx local storage

* Enable presigned url to work from any host

* Test fix

* Self hosting w/ S3 + other fixes

* Fix for serving dev app in multi tenant

* Fix backup restore and import attachment url processing, never store attachment urls

* Test fixes

* Unit tests WIP

* Replace file path with base64 encoded private key

* Multi tenancy tests for files

* Environment files fixes

* Post-merge build and test fixes

* Add debug conditional to all jest logging and revert/fix prod minio proxy_pass

* Re-add default '/' minio route :(

* Rename iconFile -> iconFileName

* Add cloudfront vars to k8s templates

* Remove public bucket policy

* Remove duplicated test
2022-12-15 11:35:22 +00:00
Budibase Staging Release Bot f69d1ca7f9 v2.1.46-alpha.13 2022-12-15 11:28:12 +00:00
Budibase Release Bot f1dea09042 v2.2.4 2022-12-15 09:37:40 +00:00
Andrew Kingston 4188754bbe
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
Budibase Staging Release Bot 1a28e05b5a v2.1.46-alpha.12 2022-12-14 22:08:24 +00:00
Budibase Staging Release Bot b5eb4c0367 v2.1.46-alpha.11 2022-12-14 15:19:14 +00:00
Budibase Staging Release Bot 8ae7bfd21f v2.1.46-alpha.10 2022-12-14 14:38:07 +00:00
Budibase Staging Release Bot ee099d0f02 v2.1.46-alpha.9 2022-12-14 14:07:16 +00:00
Budibase Staging Release Bot 8632db4efb v2.1.46-alpha.8 2022-12-14 13:35:36 +00:00
Budibase Staging Release Bot 128cc4c872 v2.1.46-alpha.7 2022-12-14 13:07:32 +00:00
Budibase Release Bot 1fee98510b v2.2.3 2022-12-14 00:52:41 +00:00
Budibase Staging Release Bot 694c0013a8 v2.1.46-alpha.6 2022-12-13 09:35:44 +00:00
Budibase Staging Release Bot 0f4f64effd v2.1.46-alpha.5 2022-12-12 22:18:47 +00:00
Budibase Release Bot dc11fd4d54 v2.2.2 2022-12-12 16:52:02 +00:00
Budibase Release Bot 04387191d9 v2.2.1 2022-12-12 13:13:05 +00:00
Budibase Staging Release Bot eb7eb957aa v2.1.46-alpha.4 2022-12-12 12:44:42 +00:00
Andrew Kingston ab568a52c1 Fix side nav styles 2022-12-12 12:42:11 +00:00
Budibase Release Bot 736f36effc v2.2.0 2022-12-12 10:21:57 +00:00
Budibase Release Bot b99a3a3e9b v2.1.46 2022-12-12 09:02:12 +00:00
Budibase Staging Release Bot 91f7e2bcaf v2.1.46-alpha.3 2022-12-11 22:33:55 +00:00
Budibase Staging Release Bot 51b2958628 v2.1.46-alpha.2 2022-12-11 17:30:10 +00:00
Budibase Staging Release Bot 3daa583248 v2.1.46-alpha.1 2022-12-09 14:42:23 +00:00
Budibase Staging Release Bot 1c1f758ab9 v2.1.46-alpha.0 2022-12-09 13:52:03 +00:00
Martin McKeaveney 42bb6374f5 merge 2022-12-09 13:35:18 +00:00
Budibase Staging Release Bot ecc52184a7 v2.1.43-alpha.15 2022-12-08 11:36:58 +00:00
Budibase Staging Release Bot 8adcf81beb v2.1.43-alpha.14 2022-12-08 10:29:26 +00:00
Budibase Staging Release Bot 0e33c2a66e v2.1.43-alpha.13 2022-12-08 09:36:34 +00:00
Budibase Staging Release Bot 3a5e1b63a3 v2.1.43-alpha.12 2022-12-07 13:29:13 +00:00
Andrew Kingston 041f156754
Merge pull request #8965 from Budibase/cheeks-fixes
Misc fixes
2022-12-07 13:01:14 +00:00
Budibase Staging Release Bot 5e37b2273c v2.1.43-alpha.11 2022-12-07 11:19:14 +00:00
Andrew Kingston 75d48774f2 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-12-07 09:54:57 +00:00
Andrew Kingston 3c8464c155 Fix side panel ejection 2022-12-07 09:51:47 +00:00
Budibase Staging Release Bot 6834a7435a v2.1.43-alpha.10 2022-12-06 16:29:26 +00:00
Andrew Kingston a8d128ac26 Fix side panel issue where content from multiple side panels would be shown 2022-12-06 15:21:17 +00:00
Budibase Staging Release Bot b31cceb0f8 v2.1.43-alpha.9 2022-12-06 14:59:52 +00:00
Budibase Release Bot 4570e0cdf4 v2.1.45 2022-12-06 14:44:23 +00:00
Budibase Staging Release Bot 136a206a11 v2.1.43-alpha.8 2022-12-06 12:41:31 +00:00
Andrew Kingston 00594e723e
Merge pull request #8944 from Budibase/side-panel-tweaks
Side panel tweaks
2022-12-06 12:23:46 +00:00
Budibase Staging Release Bot a93cb69b4e v2.1.43-alpha.7 2022-12-06 10:59:45 +00:00
Andrew Kingston bcc0fe71da Debounce hiding side panel to avoid toggling visibility when cycling through records 2022-12-06 09:55:42 +00:00
Andrew Kingston e56b5cde90 Hide content when side panel is hidden to avoid stale data being shown when re-revealing side panel 2022-12-06 09:55:25 +00:00
Budibase Release Bot 025ddf65dd v2.1.44 2022-12-05 18:40:59 +00:00
Budibase Staging Release Bot 4eadbd1e1d v2.1.43-alpha.6 2022-12-05 18:25:31 +00:00
Andrew Kingston 9ede1a623a
Merge pull request #8934 from Budibase/fix-skeleton-jank
Fix Skeleton Loader Jumping
2022-12-05 18:12:16 +00:00
Gerard Burns 12fdbfafb6 pr feedback 2022-12-05 14:38:43 +00:00
Gerard Burns a75ec0d7ae Fix Skeleton Loader Jumping 2022-12-05 14:24:53 +00:00
Budibase Staging Release Bot 0a103a9a8a v2.1.43-alpha.5 2022-12-05 13:10:00 +00:00
Budibase Staging Release Bot 4842fe12ae v2.1.43-alpha.4 2022-12-05 12:38:09 +00:00
Andrew Kingston ad289e0143 Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-12-05 12:10:37 +00:00
Andrew Kingston dd55af82d7 Revert removing loading blockers in forms to fix multiple issues 2022-12-05 12:10:24 +00:00
Gerard Burns a64436c9c8
Multifield Input Autoselect All Fields (#8884)
* Multifield Input Autoselect All Fields

* PR Feedback

* PR Feedback

* Linting
2022-12-05 12:09:27 +00:00
Budibase Staging Release Bot 788db7ab35 v2.1.43-alpha.3 2022-12-05 09:51:56 +00:00
Andrew Kingston 554f8b83da
Merge pull request #8667 from FlaminWrap/Flaminwrap-Enhancement-7604
Allow user to disable hard coded notifications for button actions #7604
2022-12-05 09:36:31 +00:00
Budibase Release Bot 462d3be323 v2.1.43 2022-12-05 09:33:56 +00:00
Budibase Staging Release Bot 9967b1962b v2.1.43-alpha.2 2022-12-02 17:54:31 +00:00
Budibase Staging Release Bot e87ed9aaf7 v2.1.43-alpha.1 2022-12-02 13:40:48 +00:00
Budibase Staging Release Bot 4dd37f4252 v2.1.43-alpha.0 2022-12-02 11:08:37 +00:00
Andrew Kingston c64a06adee Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-12-02 10:21:00 +00:00
Andrew Kingston 6261a6b7ff Fix incorrect prop used in table block for title button click actions 2022-12-02 10:20:49 +00:00
Gerard Burns 63239a819d
Public App Missing Nav Menu (#8870)
* Public App Missing Nav Menu

* PR Feedback
2022-12-02 09:24:20 +00:00
Gerard Burns 66a00a677a
Skeleton Fixes (#8845) 2022-12-02 09:24:05 +00:00
Andrew Kingston 9dd13d4531 Add side panel as an illegal child of itself 2022-12-02 09:10:00 +00:00
Rory Powell e3fa737a9b Merge branch 'master' into develop 2022-12-01 14:39:05 +00:00
Budibase Staging Release Bot 254d7d3a69 v2.1.40-alpha.7 2022-12-01 11:42:21 +00:00
Budibase Release Bot 8078cfadfe v2.1.42 2022-11-30 16:25:46 +00:00
Budibase Staging Release Bot bd527a0292 v2.1.40-alpha.6 2022-11-30 16:21:48 +00:00
Andrew Kingston ff53acfb9f
Merge pull request #8788 from Budibase/side-panel
Side panels
2022-11-30 16:04:35 +00:00
Andrew Kingston bca9672926 Add ability to show component info above the settings panel and add info to side panels 2022-11-30 14:18:31 +00:00
Budibase Release Bot c7cd934392 v2.1.41 2022-11-30 09:50:39 +00:00
Budibase Staging Release Bot b9a56cbf4c v2.1.40-alpha.5 2022-11-30 09:24:52 +00:00
Budibase Staging Release Bot 5c318f9d9f v2.1.40-alpha.4 2022-11-29 22:24:37 +00:00
Andrew Kingston bd954a0870 Enable capturing events for certain setting changes, and track usage of side panels inside table blocks 2022-11-29 18:28:26 +00:00
Budibase Staging Release Bot f1ba4d6d13 v2.1.40-alpha.3 2022-11-29 17:23:40 +00:00
Budibase Staging Release Bot 1fbbcab3e3 v2.1.40-alpha.2 2022-11-29 16:16:09 +00:00
Andrew Kingston 02ef58c7fc Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-29 12:22:56 +00:00
Budibase Staging Release Bot 956ff5d3d6 v2.1.40-alpha.1 2022-11-29 12:18:18 +00:00
Budibase Release Bot 97db236711 v2.1.40 2022-11-29 11:33:43 +00:00
Budibase Staging Release Bot c1e2c04c89 v2.1.40-alpha.0 2022-11-29 11:33:39 +00:00
Michael Drury 1f0570907a Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-29 11:13:54 +00:00
Budibase Release Bot cf6c77309c v2.1.39 2022-11-28 14:13:40 +00:00
Andrew Kingston 6521587db3 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-28 09:57:12 +00:00
Budibase Release Bot 98eceef539 v2.1.38 2022-11-28 09:36:09 +00:00
Budibase Staging Release Bot 91a5cf74f3 v2.1.32-alpha.11 2022-11-28 09:19:56 +00:00
Budibase Release Bot d90b9b030c v2.1.37 2022-11-27 13:49:45 +00:00
Budibase Release Bot 4f5806fba3 v2.1.36 2022-11-25 14:11:38 +00:00
Budibase Staging Release Bot 229f7bd35b v2.1.32-alpha.10 2022-11-25 13:57:11 +00:00
Andrew Kingston bab61698cb Clear a create form block when submitted 2022-11-25 13:34:25 +00:00
Budibase Release Bot b806c6bfba v2.1.35 2022-11-25 12:55:56 +00:00
Andrew Kingston 5854b523e7 Hide horizontal overflow in side panels 2022-11-25 12:14:25 +00:00
Andrew Kingston 2a6ba0536f Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-25 11:24:57 +00:00
Budibase Staging Release Bot 003049abb2 v2.1.32-alpha.9 2022-11-25 10:17:30 +00:00
Gerard Burns 21b2706cea
Skeleton Loading States (#8719)
* Loading Skeletons

* PR Feedback
2022-11-25 10:02:43 +00:00
Budibase Release Bot 3a97595805 v2.1.34 2022-11-24 15:25:31 +00:00
Budibase Release Bot 0a46bcc1e1 v2.1.33 2022-11-24 13:56:05 +00:00
Budibase Release Bot e2edbced82 v2.1.32 2022-11-24 12:17:58 +00:00
Andrew Kingston fe72fc6463 Update side panel icon 2022-11-24 10:33:57 +00:00
Budibase Staging Release Bot 55efd02421 v2.1.32-alpha.8 2022-11-23 17:02:56 +00:00
Andrew Kingston 9b223ebe08 Fix context not being provided for table block row click action 2022-11-23 16:47:54 +00:00
Andrew Kingston 76cec34343 Update side panel transition to be much smoother 2022-11-23 16:14:58 +00:00
Andrew Kingston 835ab5dab4 Default to running button actions for table blocks and add info 2022-11-23 16:14:43 +00:00
Budibase Staging Release Bot 3fc0138e86 v2.1.32-alpha.7 2022-11-23 15:13:37 +00:00
Andrew Kingston e92f72b0ca Fix issues with not resetting side panel content 2022-11-23 15:05:04 +00:00
Budibase Staging Release Bot 7d4f4bba2d v2.1.32-alpha.6 2022-11-23 13:29:13 +00:00
Andrew Kingston cf308bac94 Fix crash when deleting a selected side panel component 2022-11-23 12:33:31 +00:00
Andrew Kingston 41cf7ddfb2 Use the new DOM ID method of determining the correct DOM node for a component 2022-11-23 12:32:40 +00:00
Budibase Staging Release Bot 50f7a03afc v2.1.32-alpha.5 2022-11-23 08:45:13 +00:00
Budibase Staging Release Bot e8ebef0a91 v2.1.32-alpha.4 2022-11-22 17:00:36 +00:00
Andrew Kingston cac780eb50 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-22 16:52:09 +00:00
Andrew Kingston d2f665911f Fix multiple issues with showing/hiding side panels inside the builder preview and dragging components inside side panel 2022-11-22 16:45:15 +00:00
Andrew Kingston 8b76896f07 Prevent automatically closing side panels via an outside click when inside the builder 2022-11-22 16:44:35 +00:00
Andrew Kingston ae7f4c5250 Remove static key from side panel manifest and add draggable key 2022-11-22 16:44:14 +00:00
Andrew Kingston a2f7d65fe8 Make dndIsDragging available through SDK context 2022-11-22 16:43:48 +00:00
Andrew Kingston 29cf6e2130 Fix side panel messing up builder preview scrolling and properly show/hide side panel when inside builder 2022-11-22 16:00:17 +00:00
Andrew Kingston a4d377acf1 Remove automatic closing of side panel when screen changes as no longer needed 2022-11-22 15:51:57 +00:00
Andrew Kingston 7b367313c8 Fix side panel not scrolling properly 2022-11-22 15:49:11 +00:00
Budibase Staging Release Bot 9302c091ef v2.1.32-alpha.3 2022-11-22 10:47:48 +00:00
Budibase Staging Release Bot 086cd0cf84 v2.1.32-alpha.2 2022-11-21 17:30:27 +00:00
Mel O'Hagan d4f9329746 Merge branch 'develop' into feature/dynamic-filter-custom-labels 2022-11-21 16:20:05 +00:00
deanhannigan d3679a598c
Merge pull request #8714 from Budibase/feature/delete-and-duplicate-component-actions
Show settings bar for all components
2022-11-21 16:01:24 +00:00
Budibase Staging Release Bot 3e03cd0286 v2.1.32-alpha.1 2022-11-21 15:56:51 +00:00
Michael Drury 69fb32262d
Merge pull request #8755 from Budibase/merge/21-nov
Merge all dependabot in one
2022-11-21 15:38:52 +00:00
Budibase Staging Release Bot f192fc72b3 v2.1.32-alpha.0 2022-11-21 15:35:45 +00:00
mike12345567 dbab6daf9c Merge branch 'develop' of github.com:Budibase/budibase into merge/21-nov 2022-11-21 15:13:16 +00:00
mike12345567 5aa1f94cfe Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-21 15:05:48 +00:00
Mel O'Hagan 51f8f114d8 Handle original mappings 2022-11-21 15:02:44 +00:00
Mel O'Hagan 9a3209cc56 Remove duplication 2022-11-21 14:48:26 +00:00
Budibase Release Bot 26c060039a v2.1.31 2022-11-21 12:54:57 +00:00
dependabot[bot] 7b7754cd93
Bump minimatch from 3.0.4 to 3.1.2 in /packages/client
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 12:19:08 +00:00
Budibase Staging Release Bot 7c1867ce36 v2.1.22-alpha.9 2022-11-21 12:17:27 +00:00
Budibase Release Bot 105b7bb83f v2.1.30 2022-11-21 12:04:40 +00:00
Andrew Kingston 3ef79c1acb Use overlay side panel and update table block side panel heading 2022-11-21 11:05:06 +00:00
Andrew Kingston 8d8e33a19e Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-21 10:30:25 +00:00
Mel O'Hagan 2a9266e22e Don't allow cell edit for dynamic filter col conf 2022-11-18 16:19:49 +00:00
Mel O'Hagan 3683204632 Allow custom labels for dynamic filter 2022-11-18 15:52:30 +00:00
Budibase Staging Release Bot d9dff5c7ad v2.1.22-alpha.8 2022-11-18 09:29:55 +00:00
Budibase Staging Release Bot c90a987eb1 v2.1.22-alpha.7 2022-11-17 17:02:41 +00:00
Andrew Kingston a83ce95f8e Improve makeComponentUniqueUtil and improve ejected table block structure 2022-11-17 14:49:13 +00:00
Dean 2a990189f0 Ensure the navigation does not show the settings bar 2022-11-17 14:40:16 +00:00
Andrew Kingston f022646810 Allow custom naming of components inside blocks for better ejection 2022-11-17 14:20:18 +00:00
Andrew Kingston 2451ba2e9f Ensure side panel ejection works properly and tidy up table block structure 2022-11-17 14:18:55 +00:00
Andrew Kingston 29188145a7 Close side panel whenever screen changes 2022-11-17 14:18:17 +00:00
Dean 312bc96770 Don't show delete or duplicate actions in the component settings bar 2022-11-17 14:10:55 +00:00
Dean 2a7b90e46f Component settings bar now on by default. Manifest config cleared of showSettingsBar properties 2022-11-17 11:08:23 +00:00
Budibase Release Bot 997343feb2 v2.1.29 2022-11-17 10:40:06 +00:00
Andrew Kingston abaa83d4ad
Merge pull request #8608 from Budibase/fix/form-block
Fix form block issues
2022-11-17 10:28:33 +00:00
Andrew Kingston bc6a0b2f22 Add working side panels to table blocks 2022-11-17 10:16:45 +00:00
Budibase Release Bot c659741a2f v2.1.28 2022-11-16 18:19:48 +00:00
Budibase Staging Release Bot 395a9a21c2 v2.1.22-alpha.6 2022-11-16 13:33:51 +00:00
Budibase Staging Release Bot 0367d466c3 v2.1.22-alpha.5 2022-11-16 12:04:59 +00:00
Budibase Staging Release Bot 061f060aeb v2.1.22-alpha.4 2022-11-15 16:49:11 +00:00
Rory Powell c16f731058
Merge pull request #8684 from Budibase/test-updates
Fail pro scripts on error, unify TS versions, update test and coverage configs, use pro source mappings
2022-11-15 16:09:20 +00:00
Budibase Release Bot dd901cb835 v2.1.27 2022-11-15 15:28:49 +00:00
Budibase Staging Release Bot 7c77ec1536 v2.1.22-alpha.3 2022-11-15 13:19:15 +00:00
Andrew Kingston 03cf4153fc Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-15 13:05:11 +00:00
Andrew Kingston 7b80dabfe2 Disregard block components from ejection which are unmounted during parent blocks lifecycles 2022-11-15 12:58:52 +00:00
Andrew Kingston 17ebbc6c53 Merge branch 'master' of github.com:Budibase/budibase into fix/form-block 2022-11-15 12:45:24 +00:00
Andrew Kingston 68bc18ad1b Fix table block manifest entry after settings migration 2022-11-15 11:58:10 +00:00
Andrew Kingston 0935738fbd Add migration to automatically convert legacy table settings into new action setting 2022-11-15 11:54:45 +00:00
Andrew Kingston d7988a918e Use explicit actions for opening and closing side panels, and automatically close side panels when using form blocks 2022-11-15 11:54:20 +00:00
Andrew Kingston 1d8763acf5 Update tables to use button actions rather than link settings 2022-11-14 15:47:14 +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
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
Andrew Kingston 7506b6384a Fix date time field inconsistency with showing time 2022-11-14 09:33:01 +00:00
Andrew Kingston dcc98e69f8 Adjust styles so placeholder component is left aligned 2022-11-14 09:25:45 +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
Budibase Release Bot 97484b62e2 v2.1.24 2022-11-10 15:53:01 +00:00
Andrew Kingston d4826ab806 Update side panel styles and ensure side panel properly reveals itself in the builder 2022-11-10 14:34:23 +00:00
Budibase Release Bot 19979ddf5d v2.1.23 2022-11-10 10:58:45 +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
Martin McKeaveney 04cc71624f patching sub dep for loader-utils to patch security vulnerability 2022-11-09 13:57:22 +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
Michael Drury a6478784f1
Merge pull request #8584 from Budibase/dependabot/npm_and_yarn/packages/client/loader-utils-1.4.1
Bump loader-utils from 1.4.0 to 1.4.1 in /packages/client
2022-11-09 12:54:08 +00:00
Andrew Kingston 349cbf2866 Refactor form block to use a different structure depending on type, and fix issue with bindings breaking and forms not appearing 2022-11-09 10:28:15 +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
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
dependabot[bot] 9b95326d34
Bump loader-utils from 1.4.0 to 1.4.1 in /packages/client
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 11:09:38 +00:00
Budibase Release Bot 4f24bccda4 v2.1.18 2022-11-07 15:45:04 +00:00
Budibase Release Bot f13fc9cd82 v2.1.17 2022-11-05 15:13:19 +00:00
Budibase Release Bot e44fd24633 v2.1.16 2022-11-05 14:11:32 +00:00
Budibase Release Bot 51d2e36f71 v2.1.15 2022-11-04 20:40:02 +00:00
Mel O'Hagan 40dfa8c049 Check schema exists for default value 2022-11-04 18:50:47 +00:00
Budibase Release Bot 226649f928 v2.1.14 2022-11-04 10:56:19 +00:00
Budibase Release Bot 6c352980b5 v2.1.13 2022-11-03 14:55:54 +00:00
Budibase Release Bot d9cf2a8e19 v2.1.12 2022-11-03 14:04:02 +00:00
mike12345567 870a6dd930 Fix to allow close screen modal without navigating to a new page. 2022-11-03 13:23:29 +00:00
mike12345567 02de19e9d9 Fix for #8491 - auto generated screens use the form block now which had an issue with the close screen event not providing a URL. 2022-11-03 12:50:52 +00:00
Budibase Release Bot 8e99104f2f v2.1.11 2022-11-02 19:24:50 +00:00
Gerard Burns 9a75b31efc Fix Form Block Create Mode Bindings Causing Error When Ejected 2022-11-02 18:17:20 +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
Budibase Release Bot 0bc417587c v2.1.8 2022-11-02 14:48:58 +00:00
deanhannigan d1dad19098
Merge pull request #8475 from Budibase/fix/remove-reactive-update-on-multiselect
Multiselect value parsing moved out of the component
2022-11-02 14:31:57 +00:00
Budibase Release Bot f703ad19f5 v2.1.7 2022-11-02 14:21:53 +00:00