1
0
Fork 0
mirror of synced 2024-08-17 02:51:55 +12:00
Commit graph

3631 commits

Author SHA1 Message Date
Budibase Staging Release Bot
840b7007e0 v2.2.4-alpha.7 2022-12-19 13:01:05 +00:00
Budibase Staging Release Bot
b30ef394a6 v2.2.4-alpha.6 2022-12-19 08:37:23 +00:00
Budibase Staging Release Bot
365aae7b96 v2.2.4-alpha.5 2022-12-17 14:27:51 +00:00
Budibase Release Bot
1835b89b72 v2.2.8 2022-12-16 13:32:25 +00:00
Budibase Staging Release Bot
4760a76978 v2.2.4-alpha.4 2022-12-16 11:33:20 +00:00
Budibase Release Bot
80d06fbad8 v2.2.7 2022-12-16 10:41:13 +00:00
Budibase Staging Release Bot
03b8d7b439 v2.2.4-alpha.3 2022-12-15 16:38:10 +00:00
FlaminWrap
a1ee10c1c6 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 42a43bef4914cd52b07a2b6964bf78aa50eb2707.

* Revert "Fixes"

This reverts commit 915a8718e5ac6dd32a6c3d377d5edb02fc8a3138.

* 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
76d99dbe2b v2.2.6 2022-12-15 15:27:14 +00:00
Budibase Staging Release Bot
d0ce6c1fe2 v2.2.4-alpha.2 2022-12-15 14:13:23 +00:00
melohagan
f5c902fb57 Add compact setting to AttachmentField (#9052) 2022-12-15 13:59:03 +00:00
Budibase Release Bot
70d6dd9855 v2.2.5 2022-12-15 13:04:16 +00:00
Budibase Staging Release Bot
704e6661ec v2.2.4-alpha.1 2022-12-15 12:48:37 +00:00
Budibase Staging Release Bot
8461dc22fe v2.2.4-alpha.0 2022-12-15 12:27:02 +00:00
Andrew Kingston
090ae5df49 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
f4462de364 v2.1.46-alpha.14 2022-12-15 11:58:11 +00:00
Rory Powell
786039055e 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
8594839400 v2.1.46-alpha.13 2022-12-15 11:28:12 +00:00
Budibase Release Bot
fde4a72beb v2.2.4 2022-12-15 09:37:40 +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
Budibase Staging Release Bot
0049d9f022 v2.1.46-alpha.12 2022-12-14 22:08:24 +00:00
Budibase Staging Release Bot
e4a54158fa v2.1.46-alpha.11 2022-12-14 15:19:14 +00:00
Budibase Staging Release Bot
1f2874a820 v2.1.46-alpha.10 2022-12-14 14:38:07 +00:00
Budibase Staging Release Bot
8760fd0083 v2.1.46-alpha.9 2022-12-14 14:07:16 +00:00
Budibase Staging Release Bot
4d0270b4c2 v2.1.46-alpha.8 2022-12-14 13:35:36 +00:00
Budibase Staging Release Bot
3c72070ce8 v2.1.46-alpha.7 2022-12-14 13:07:32 +00:00
Budibase Release Bot
f6cf315148 v2.2.3 2022-12-14 00:52:41 +00:00
Budibase Staging Release Bot
5fe1b78b52 v2.1.46-alpha.6 2022-12-13 09:35:44 +00:00
Budibase Staging Release Bot
c50b9af57c v2.1.46-alpha.5 2022-12-12 22:18:47 +00:00
Budibase Release Bot
be08601315 v2.2.2 2022-12-12 16:52:02 +00:00
Budibase Release Bot
8e3d5b74e1 v2.2.1 2022-12-12 13:13:05 +00:00
Budibase Staging Release Bot
865ad436ba v2.1.46-alpha.4 2022-12-12 12:44:42 +00:00
Andrew Kingston
b37d51c8d9 Fix side nav styles 2022-12-12 12:42:11 +00:00
Budibase Release Bot
dcf6bd29dc v2.2.0 2022-12-12 10:21:57 +00:00
Budibase Release Bot
912d6da874 v2.1.46 2022-12-12 09:02:12 +00:00
Budibase Staging Release Bot
06938d4c2b v2.1.46-alpha.3 2022-12-11 22:33:55 +00:00
Budibase Staging Release Bot
ed6c1e953e v2.1.46-alpha.2 2022-12-11 17:30:10 +00:00
Budibase Staging Release Bot
314aef35c8 v2.1.46-alpha.1 2022-12-09 14:42:23 +00:00
Budibase Staging Release Bot
062133181a v2.1.46-alpha.0 2022-12-09 13:52:03 +00:00
Martin McKeaveney
bfab6fc335 merge 2022-12-09 13:35:18 +00:00
Budibase Staging Release Bot
d2f9668f21 v2.1.43-alpha.15 2022-12-08 11:36:58 +00:00
Budibase Staging Release Bot
cfd8180cbd v2.1.43-alpha.14 2022-12-08 10:29:26 +00:00
Budibase Staging Release Bot
e2603945e8 v2.1.43-alpha.13 2022-12-08 09:36:34 +00:00
Budibase Staging Release Bot
4e38b40779 v2.1.43-alpha.12 2022-12-07 13:29:13 +00:00
Andrew Kingston
5cad5e2604 Merge pull request #8965 from Budibase/cheeks-fixes
Misc fixes
2022-12-07 13:01:14 +00:00
Budibase Staging Release Bot
8075ff29df v2.1.43-alpha.11 2022-12-07 11:19:14 +00:00
Andrew Kingston
2b4ad2d0b9 Merge branch 'develop' of github.com:Budibase/budibase into cheeks-fixes 2022-12-07 09:54:57 +00:00
Andrew Kingston
a846192494 Fix side panel ejection 2022-12-07 09:51:47 +00:00
Budibase Staging Release Bot
9d1d208503 v2.1.43-alpha.10 2022-12-06 16:29:26 +00:00
Andrew Kingston
74a8eba2fa 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
95f6ae9cc5 v2.1.43-alpha.9 2022-12-06 14:59:52 +00:00
Budibase Release Bot
ca6ad9076c v2.1.45 2022-12-06 14:44:23 +00:00
Budibase Staging Release Bot
545fa54442 v2.1.43-alpha.8 2022-12-06 12:41:31 +00:00
Andrew Kingston
e612545072 Merge pull request #8944 from Budibase/side-panel-tweaks
Side panel tweaks
2022-12-06 12:23:46 +00:00
Budibase Staging Release Bot
f8f901f689 v2.1.43-alpha.7 2022-12-06 10:59:45 +00:00
Andrew Kingston
aacfe297bc Debounce hiding side panel to avoid toggling visibility when cycling through records 2022-12-06 09:55:42 +00:00
Andrew Kingston
44e8676aab 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
4e947fbb54 v2.1.44 2022-12-05 18:40:59 +00:00
Budibase Staging Release Bot
7fd1f0ad03 v2.1.43-alpha.6 2022-12-05 18:25:31 +00:00
Andrew Kingston
93df5aaf33 Merge pull request #8934 from Budibase/fix-skeleton-jank
Fix Skeleton Loader Jumping
2022-12-05 18:12:16 +00:00
Gerard Burns
0506c66266 pr feedback 2022-12-05 14:38:43 +00:00
Gerard Burns
8eccee030a Fix Skeleton Loader Jumping 2022-12-05 14:24:53 +00:00
Budibase Staging Release Bot
5abd0bc89f v2.1.43-alpha.5 2022-12-05 13:10:00 +00:00
Budibase Staging Release Bot
19ce0dfae3 v2.1.43-alpha.4 2022-12-05 12:38:09 +00:00
Andrew Kingston
e9269b0e92 Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-12-05 12:10:37 +00:00
Andrew Kingston
d0ed60ee3a Revert removing loading blockers in forms to fix multiple issues 2022-12-05 12:10:24 +00:00
Gerard Burns
d0d73a8b51 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
50c6f72a51 v2.1.43-alpha.3 2022-12-05 09:51:56 +00:00
Andrew Kingston
783e95b688 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
2551ce181a v2.1.43 2022-12-05 09:33:56 +00:00
Budibase Staging Release Bot
d7968766ab v2.1.43-alpha.2 2022-12-02 17:54:31 +00:00
Budibase Staging Release Bot
62291cfa67 v2.1.43-alpha.1 2022-12-02 13:40:48 +00:00
Budibase Staging Release Bot
ee6bf260f2 v2.1.43-alpha.0 2022-12-02 11:08:37 +00:00
Andrew Kingston
07377ba54e Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-12-02 10:21:00 +00:00
Andrew Kingston
05526a86cf Fix incorrect prop used in table block for title button click actions 2022-12-02 10:20:49 +00:00
Gerard Burns
ffa3eede49 Public App Missing Nav Menu (#8870)
* Public App Missing Nav Menu

* PR Feedback
2022-12-02 09:24:20 +00:00
Gerard Burns
6e4f560948 Skeleton Fixes (#8845) 2022-12-02 09:24:05 +00:00
Andrew Kingston
ba01656e6b Add side panel as an illegal child of itself 2022-12-02 09:10:00 +00:00
Rory Powell
7a7bbd1857 Merge branch 'master' into develop 2022-12-01 14:39:05 +00:00
Budibase Staging Release Bot
d1e57b4f33 v2.1.40-alpha.7 2022-12-01 11:42:21 +00:00
Budibase Release Bot
7f1171771f v2.1.42 2022-11-30 16:25:46 +00:00
Budibase Staging Release Bot
5851a71f1e v2.1.40-alpha.6 2022-11-30 16:21:48 +00:00
Andrew Kingston
b336a916c7 Merge pull request #8788 from Budibase/side-panel
Side panels
2022-11-30 16:04:35 +00:00
Andrew Kingston
27845336b7 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
3d1f422d0e v2.1.41 2022-11-30 09:50:39 +00:00
Budibase Staging Release Bot
db742f4a83 v2.1.40-alpha.5 2022-11-30 09:24:52 +00:00
Budibase Staging Release Bot
240bf202b6 v2.1.40-alpha.4 2022-11-29 22:24:37 +00:00
Andrew Kingston
86fc2217a1 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
48aa0e6c66 v2.1.40-alpha.3 2022-11-29 17:23:40 +00:00
Budibase Staging Release Bot
2f1692fd76 v2.1.40-alpha.2 2022-11-29 16:16:09 +00:00
Andrew Kingston
8567ae70af Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-29 12:22:56 +00:00
Budibase Staging Release Bot
de75146d28 v2.1.40-alpha.1 2022-11-29 12:18:18 +00:00
Budibase Release Bot
41e017f3ba v2.1.40 2022-11-29 11:33:43 +00:00
Budibase Staging Release Bot
9446b66f69 v2.1.40-alpha.0 2022-11-29 11:33:39 +00:00
Michael Drury
4f4eb4da26 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-29 11:13:54 +00:00
Budibase Release Bot
00be8be1aa v2.1.39 2022-11-28 14:13:40 +00:00
Andrew Kingston
27bea5c85b Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-28 09:57:12 +00:00
Budibase Release Bot
0e6d776867 v2.1.38 2022-11-28 09:36:09 +00:00
Budibase Staging Release Bot
a6a8957457 v2.1.32-alpha.11 2022-11-28 09:19:56 +00:00
Budibase Release Bot
11bf2ddf26 v2.1.37 2022-11-27 13:49:45 +00:00
Budibase Release Bot
ca2e0b4671 v2.1.36 2022-11-25 14:11:38 +00:00
Budibase Staging Release Bot
7d3e80b007 v2.1.32-alpha.10 2022-11-25 13:57:11 +00:00
Andrew Kingston
3c0d58bb91 Clear a create form block when submitted 2022-11-25 13:34:25 +00:00
Budibase Release Bot
d882845b9b v2.1.35 2022-11-25 12:55:56 +00:00
Andrew Kingston
44b812b6b6 Hide horizontal overflow in side panels 2022-11-25 12:14:25 +00:00
Andrew Kingston
abedb5d9eb Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-25 11:24:57 +00:00
Budibase Staging Release Bot
19840c7a78 v2.1.32-alpha.9 2022-11-25 10:17:30 +00:00
Gerard Burns
a2889ec1a3 Skeleton Loading States (#8719)
* Loading Skeletons

* PR Feedback
2022-11-25 10:02:43 +00:00
Budibase Release Bot
6a750f1cf9 v2.1.34 2022-11-24 15:25:31 +00:00
Budibase Release Bot
8a9bd3be7d v2.1.33 2022-11-24 13:56:05 +00:00
Budibase Release Bot
23b1ed7528 v2.1.32 2022-11-24 12:17:58 +00:00
Andrew Kingston
1ec197ce8f Update side panel icon 2022-11-24 10:33:57 +00:00
Budibase Staging Release Bot
b59aa48977 v2.1.32-alpha.8 2022-11-23 17:02:56 +00:00
Andrew Kingston
ade595e4a0 Fix context not being provided for table block row click action 2022-11-23 16:47:54 +00:00
Andrew Kingston
343aff9f88 Update side panel transition to be much smoother 2022-11-23 16:14:58 +00:00
Andrew Kingston
13b8ccc582 Default to running button actions for table blocks and add info 2022-11-23 16:14:43 +00:00
Budibase Staging Release Bot
4af59396be v2.1.32-alpha.7 2022-11-23 15:13:37 +00:00
Andrew Kingston
b879a49f4f Fix issues with not resetting side panel content 2022-11-23 15:05:04 +00:00
Budibase Staging Release Bot
106aa1d11b v2.1.32-alpha.6 2022-11-23 13:29:13 +00:00
Andrew Kingston
a04f58dd23 Fix crash when deleting a selected side panel component 2022-11-23 12:33:31 +00:00
Andrew Kingston
9ec58ca401 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
df0820d954 v2.1.32-alpha.5 2022-11-23 08:45:13 +00:00
Budibase Staging Release Bot
ed92241d40 v2.1.32-alpha.4 2022-11-22 17:00:36 +00:00
Andrew Kingston
c01b9af1f0 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-22 16:52:09 +00:00
Andrew Kingston
170b8c4d61 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
c72b7807ca Prevent automatically closing side panels via an outside click when inside the builder 2022-11-22 16:44:35 +00:00
Andrew Kingston
44fdc5efb5 Remove static key from side panel manifest and add draggable key 2022-11-22 16:44:14 +00:00
Andrew Kingston
7d06e59fb7 Make dndIsDragging available through SDK context 2022-11-22 16:43:48 +00:00
Andrew Kingston
be3a004310 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
c868cda7dd Remove automatic closing of side panel when screen changes as no longer needed 2022-11-22 15:51:57 +00:00
Andrew Kingston
43c5ddfe5f Fix side panel not scrolling properly 2022-11-22 15:49:11 +00:00
Budibase Staging Release Bot
0577c2064c v2.1.32-alpha.3 2022-11-22 10:47:48 +00:00
Budibase Staging Release Bot
f580ae90b3 v2.1.32-alpha.2 2022-11-21 17:30:27 +00:00
Mel O'Hagan
f1c6d15999 Merge branch 'develop' into feature/dynamic-filter-custom-labels 2022-11-21 16:20:05 +00:00
deanhannigan
3dbea26407 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
e7f686dbe9 v2.1.32-alpha.1 2022-11-21 15:56:51 +00:00
Michael Drury
fd04f6da33 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
082b0851db v2.1.32-alpha.0 2022-11-21 15:35:45 +00:00
mike12345567
1e2258745a Merge branch 'develop' of github.com:Budibase/budibase into merge/21-nov 2022-11-21 15:13:16 +00:00
mike12345567
cfbed0b236 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-21 15:05:48 +00:00
Mel O'Hagan
ba5116e6bc Handle original mappings 2022-11-21 15:02:44 +00:00
Mel O'Hagan
e7becbf849 Remove duplication 2022-11-21 14:48:26 +00:00
Budibase Release Bot
043e3b315a v2.1.31 2022-11-21 12:54:57 +00:00
dependabot[bot]
ef56735587 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
cb2e31ee4f v2.1.22-alpha.9 2022-11-21 12:17:27 +00:00
Budibase Release Bot
a109b63037 v2.1.30 2022-11-21 12:04:40 +00:00
Andrew Kingston
b71b5704da Use overlay side panel and update table block side panel heading 2022-11-21 11:05:06 +00:00
Andrew Kingston
c58067a589 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-21 10:30:25 +00:00
Mel O'Hagan
79dc972c56 Don't allow cell edit for dynamic filter col conf 2022-11-18 16:19:49 +00:00
Mel O'Hagan
68d0a4c336 Allow custom labels for dynamic filter 2022-11-18 15:52:30 +00:00
Budibase Staging Release Bot
7ebc70995a v2.1.22-alpha.8 2022-11-18 09:29:55 +00:00
Budibase Staging Release Bot
4f815e2b2d v2.1.22-alpha.7 2022-11-17 17:02:41 +00:00
Andrew Kingston
75ee5117ea Improve makeComponentUniqueUtil and improve ejected table block structure 2022-11-17 14:49:13 +00:00
Dean
a69bccae24 Ensure the navigation does not show the settings bar 2022-11-17 14:40:16 +00:00
Andrew Kingston
539b6a8a96 Allow custom naming of components inside blocks for better ejection 2022-11-17 14:20:18 +00:00
Andrew Kingston
4e519d75b4 Ensure side panel ejection works properly and tidy up table block structure 2022-11-17 14:18:55 +00:00
Andrew Kingston
64828e3b06 Close side panel whenever screen changes 2022-11-17 14:18:17 +00:00
Dean
c33e13fa4b Don't show delete or duplicate actions in the component settings bar 2022-11-17 14:10:55 +00:00
Dean
dd065c0f55 Component settings bar now on by default. Manifest config cleared of showSettingsBar properties 2022-11-17 11:08:23 +00:00
Budibase Release Bot
6412d11090 v2.1.29 2022-11-17 10:40:06 +00:00
Andrew Kingston
8bc87d0289 Merge pull request #8608 from Budibase/fix/form-block
Fix form block issues
2022-11-17 10:28:33 +00:00
Andrew Kingston
e8b993b14c Add working side panels to table blocks 2022-11-17 10:16:45 +00:00
Budibase Release Bot
951a398570 v2.1.28 2022-11-16 18:19:48 +00:00
Budibase Staging Release Bot
5b1e0d3d4d v2.1.22-alpha.6 2022-11-16 13:33:51 +00:00
Budibase Staging Release Bot
f36ccbe855 v2.1.22-alpha.5 2022-11-16 12:04:59 +00:00
Budibase Staging Release Bot
b752af6506 v2.1.22-alpha.4 2022-11-15 16:49:11 +00:00
Rory Powell
bcc9374e77 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
f1cf5bda31 v2.1.27 2022-11-15 15:28:49 +00:00
Budibase Staging Release Bot
00ecf2a9cc v2.1.22-alpha.3 2022-11-15 13:19:15 +00:00
Andrew Kingston
0137796a20 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-15 13:05:11 +00:00
Andrew Kingston
1ab1329e49 Disregard block components from ejection which are unmounted during parent blocks lifecycles 2022-11-15 12:58:52 +00:00
Andrew Kingston
c4ecae90ff Merge branch 'master' of github.com:Budibase/budibase into fix/form-block 2022-11-15 12:45:24 +00:00
Andrew Kingston
4e6ba2dc30 Fix table block manifest entry after settings migration 2022-11-15 11:58:10 +00:00
Andrew Kingston
2b42b21b3a Add migration to automatically convert legacy table settings into new action setting 2022-11-15 11:54:45 +00:00
Andrew Kingston
e37027f808 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
8b941df5ff Update tables to use button actions rather than link settings 2022-11-14 15:47:14 +00:00
Andrew Kingston
aa81e0451a Add button action for showing/hiding side panels 2022-11-14 15:02:57 +00:00
Budibase Release Bot
80e2234650 v2.1.26 2022-11-14 14:32:46 +00:00
Budibase Staging Release Bot
9fb4eb386c v2.1.22-alpha.2 2022-11-14 13:49:57 +00:00
Rory Powell
5da699e27c 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
222f002039 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-14 13:24:47 +00:00
Budibase Staging Release Bot
420bf19366 v2.1.22-alpha.1 2022-11-14 12:06:21 +00:00
Gerard Burns
e70710f7b9 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
4c366114f0 Fix date time field inconsistency with showing time 2022-11-14 09:33:01 +00:00
Andrew Kingston
2eeac325f3 Adjust styles so placeholder component is left aligned 2022-11-14 09:25:45 +00:00
FlaminWrap
0859691afe Ran yarn lint:fix
Ran yarn lint:fix as I forgot to do that
2022-11-13 17:25:48 +00:00
FlaminWrap
e190f932d8 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
08766b3c22 v2.1.25 2022-11-11 12:51:08 +00:00
Budibase Release Bot
870bee4de5 v2.1.24 2022-11-10 15:53:01 +00:00
Andrew Kingston
fb9dd20c11 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
291514f57b v2.1.23 2022-11-10 10:58:45 +00:00
Andrew Kingston
ce4f8ef5f9 Merge branch 'develop' of github.com:Budibase/budibase into side-panel 2022-11-09 16:57:24 +00:00
Budibase Release Bot
44fbdec0a2 v2.1.22 2022-11-09 14:27:49 +00:00
Budibase Staging Release Bot
f110fad3cd v2.1.22-alpha.0 2022-11-09 13:57:34 +00:00
Martin McKeaveney
217743e6fd patching sub dep for loader-utils to patch security vulnerability 2022-11-09 13:57:22 +00:00
mike12345567
ecb398bf98 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-11-09 13:41:51 +00:00
Budibase Staging Release Bot
c7dc27d6b9 v2.1.19-alpha.1 2022-11-09 13:20:20 +00:00
Michael Drury
cd00486f83 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
43b5c120b5 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
7db103cd6e v2.1.21 2022-11-08 20:44:21 +00:00