R2bEEaton
6896488451
Import Users CSV Carriage Return Support #7398
...
## Description
The ImportUsersModal takes in a CSV file expecting each line to have a valid email address. When this file is created in Microsoft Excel, Windows in general, or a text editor that uses the carriage return character `\r`, the import fails. This is because the CSV string is split into an email list by `csvString.split("\n")` which fails to account for `\r\n` newlines. This PR changes the split to be the regex `/\r?\n/` which will split on either `\n` or `\r\n`.
Addresses:
- Issue #7398
- Discussion #7397
2022-08-22 07:59:05 -04:00
Budibase Staging Release Bot
fe3d9f40f6
Update pro version to 1.2.44-alpha.1
2022-08-22 09:22:23 +00:00
Budibase Staging Release Bot
f212051014
v1.2.44-alpha.1
2022-08-22 09:19:26 +00:00
Andrew Kingston
941f28c86a
Merge pull request #7383 from Budibase/preview-cookie-fix
...
Serve builder preview via server to fix dependency on third party cookies
2022-08-22 10:09:35 +01:00
Andrew Kingston
ed2496c686
Remove log
2022-08-20 13:51:32 +01:00
Andrew Kingston
1e98f03bd7
Serve builder preview via server to fix dependency on third party cookies
2022-08-20 13:47:57 +01:00
Budibase Staging Release Bot
612ef21e75
Update pro version to 1.2.44-alpha.0
2022-08-19 15:17:39 +00:00
Budibase Staging Release Bot
a9aebf552f
v1.2.44-alpha.0
2022-08-19 15:14:08 +00:00
Rory Powell
ce5428f07d
Merge pull request #7369 from Budibase/bump-server-joi
...
Bump joi in server
2022-08-19 16:01:22 +01:00
Rory Powell
335bfff6aa
Bump joi in server
2022-08-19 15:46:28 +01:00
Rory Powell
ec562ccfa3
Merge branch 'master' into develop
2022-08-19 14:15:49 +01:00
Budibase Release Bot
8056a4594d
Update pro version to 1.2.43
2022-08-19 08:43:58 +00:00
Budibase Release Bot
bfdbb8672d
v1.2.43
2022-08-19 08:40:10 +00:00
Rory Powell
22a6cc5e54
Merge pull request #7352 from Budibase/fix/bull-upgrade
...
Upgrade Bull library in server - attempt to fix automation slow downs
2022-08-19 09:27:28 +01:00
Rory Powell
0a15386687
Pin bull version
2022-08-19 09:03:26 +01:00
mike12345567
4322e4c6f8
Upgrading Bull version - we were using a very old version - did some testing with the new version - appears to be fully compatiable. Attempting to improve on #7323 .
2022-08-18 18:01:28 +01:00
Budibase Release Bot
5e75c184bc
Update pro version to 1.2.42
2022-08-18 13:36:13 +00:00
Budibase Release Bot
111226abbd
v1.2.42
2022-08-18 13:33:18 +00:00
Andrew Kingston
8ff70395e7
Merge pull request #7344 from Budibase/fix/screen-load-bindings
...
Add bindings for screen on load setting
2022-08-18 14:23:54 +01:00
Andrew Kingston
42367638d8
Rename some usages of button actions to events
2022-08-18 13:43:32 +01:00
Budibase Staging Release Bot
57fd9b01e3
Update pro version to 1.2.41-alpha.5
2022-08-18 11:51:37 +00:00
Budibase Staging Release Bot
db4c6afc17
v1.2.41-alpha.5
2022-08-18 11:48:31 +00:00
Martin McKeaveney
63957f375e
Merge branch 'develop' of github.com:Budibase/budibase into develop
2022-08-18 12:38:23 +01:00
Budibase Staging Release Bot
106a644c3b
Update pro version to 1.2.41-alpha.4
2022-08-18 11:23:33 +00:00
Martin McKeaveney
6b2a0ce16f
base64 encode the kubeconfig
2022-08-18 12:21:01 +01:00
Budibase Staging Release Bot
1d79a9f350
v1.2.41-alpha.4
2022-08-18 11:20:32 +00:00
Martin McKeaveney
cbcdc3c955
Update deploy-release.yml
2022-08-18 12:09:36 +01:00
Andrew Kingston
9475090f8f
Add bindings for screen on load setting
2022-08-18 11:16:59 +01:00
Budibase Release Bot
3f923d1a7f
Update pro version to 1.2.41
2022-08-18 08:18:50 +00:00
Budibase Release Bot
50e5c23ef8
v1.2.41
2022-08-18 08:15:49 +00:00
melohagan
c5a3fa161d
Merge pull request #7303 from Budibase/bug/sev2/isin-conditionalui
...
Only allow bindings for 'Is In' operator in conditional UI
2022-08-18 09:06:22 +01:00
Budibase Staging Release Bot
9af33e2fc0
Update pro version to 1.2.41-alpha.3
2022-08-17 16:04:43 +00:00
Budibase Staging Release Bot
38effd9d3f
v1.2.41-alpha.3
2022-08-17 16:01:36 +00:00
melohagan
3cadbee1b9
Merge pull request #7243 from Budibase/bug/sev2/orphaned-minio-attachment
...
Delete attachments on field clear from minio bucket
2022-08-17 16:48:27 +01:00
Budibase Staging Release Bot
38f5b81fbe
v1.2.41-alpha.2
2022-08-17 15:46:45 +00:00
Mel O'Hagan
95b3518a0d
Refactors
2022-08-17 16:44:48 +01:00
melohagan
fd836c0191
Merge pull request #5829 from Budibase/feature/clickable-container
...
Containers support onClick
2022-08-17 16:34:41 +01:00
Budibase Staging Release Bot
4658ba3387
Update pro version to 1.2.41-alpha.1
2022-08-17 15:24:26 +00:00
Budibase Staging Release Bot
cee7bb82a1
v1.2.41-alpha.1
2022-08-17 15:21:29 +00:00
Andrew Kingston
07353183e9
Merge pull request #7015 from Budibase/cheeks-lab-day-keyboard-shortcuts-develop
...
Keyboard shortcuts for components
2022-08-17 16:11:36 +01:00
Andrew Kingston
569cea90af
Hide on click setting for root screen component
2022-08-17 15:47:50 +01:00
Andrew Kingston
750eef9231
Disable pointer events for all components nested inside a clickable container
2022-08-17 15:43:42 +01:00
Andrew Kingston
bb9146b93f
Return nullish button action function for empty arrays
2022-08-17 15:43:25 +01:00
Andrew Kingston
6b8bf3f768
Revert click context
2022-08-17 15:17:29 +01:00
Andrew Kingston
4079deb42c
Fix icon import
2022-08-17 15:01:38 +01:00
Andrew Kingston
62f017517d
Use either backspace or delete for deleting components
2022-08-17 14:47:20 +01:00
Andrew Kingston
16a7593f05
SUpport using icons for keybind indicators in menu items
2022-08-17 14:47:07 +01:00
Andrew Kingston
8423fcaab9
Add XS size for icons
2022-08-17 14:46:38 +01:00
Andrew Kingston
82ca88ad28
Merge branch 'develop' of github.com:Budibase/budibase into cheeks-lab-day-keyboard-shortcuts-develop
2022-08-17 14:20:34 +01:00
Jonny McCullagh
fcd9248d48
Merge pull request #7310 from Budibase/jonny/single-image-data-path
...
fix sed apostrophe error and couchdb path
2022-08-16 20:13:01 +01:00