Budibase Release Bot
419e491f55
Update pro version to 2.2.24
2023-01-31 11:47:23 +00:00
Budibase Release Bot
5d9fd09559
v2.2.24
2023-01-31 11:43:55 +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
950af8a5f8
Update pro version to 2.2.23
2023-01-31 10:28:23 +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
Dean
9521a658ee
Removed debug console statement
2023-01-29 22:03:49 +00:00
Dean
9d64b85279
Feedback updates
2023-01-29 22:00:20 +00:00
Dean
4c34c74e51
Merge remote-tracking branch 'origin/master' into fix/block-duplicate-autocolumn-types
2023-01-29 21:49:50 +00:00
Budibase Release Bot
e3f03bb00b
Update pro version to 2.2.22
2023-01-22 19:35:27 +00:00
Budibase Release Bot
6636c4e2ba
v2.2.22
2023-01-22 19:32:07 +00:00
melohagan
cdcd00ac20
Treat bigint as string ( #8877 )
...
* Make bigint string type
* Handle BigInt relationships
* remove unused var
* Revert CreateEditRelationship modal changes
2023-01-22 19:19:16 +00:00
Budibase Release Bot
97261b1f3a
Update pro version to 2.2.21
2023-01-22 15:41:50 +00:00
Budibase Release Bot
34bc845099
v2.2.21
2023-01-22 15:38:26 +00:00
melohagan
10227663e7
Return empty not null on clear ( #9078 )
2023-01-22 15:24:48 +00:00
melohagan
d274f3af1e
SQL filtering: Always escape key in LIKE statements ( #9278 )
...
* Always escape key in like statements
* lint
2023-01-20 14:03:14 +00:00
Budibase Release Bot
f8e8de734e
Update pro version to 2.2.20
2023-01-16 14:55:12 +00:00
Budibase Release Bot
4ea1e55380
v2.2.20
2023-01-16 14:51:04 +00:00
melohagan
da7aca5096
Null safety ( #9355 )
2023-01-16 14:34:10 +00:00
Budibase Release Bot
5a295c8a6c
Update pro version to 2.2.19
2023-01-16 12:40:04 +00:00
Budibase Release Bot
8bbb891771
v2.2.19
2023-01-16 12:36:44 +00:00
Martin McKeaveney
47b6dc86da
allow all user bindings in SQL queries ( #9354 )
2023-01-16 12:24:32 +00:00
Budibase Release Bot
0c5ab23dbf
Update pro version to 2.2.18
2023-01-13 17:19:36 +00:00
Budibase Release Bot
fa7e42f5a8
v2.2.18
2023-01-13 17:16:19 +00:00
melohagan
efa49ad3d2
Undo time offset ( #9140 )
2023-01-13 17:03:46 +00:00
Budibase Release Bot
b5fa5a3312
Update pro version to 2.2.17
2023-01-12 18:59:48 +00:00
Budibase Release Bot
471a769cf4
v2.2.17
2023-01-12 18:54:15 +00:00
melohagan
77202e53ac
Fix local dev hosting and allow primary foreign keys ( #9330 )
...
* adding host.docker.internal mapping to PROXY_ADDRESS
* Allow primary keys to be foreign key
* Revert "Allow primary keys to be foreign key"
This reverts commit d10dfc1e28
.
Co-authored-by: Martin McKeaveney <martinmckeaveney@gmail.com>
2023-01-12 18:35:49 +00:00
Budibase Release Bot
85e7f4ff9a
Update pro version to 2.2.16
2023-01-12 12:41:08 +00:00
Budibase Release Bot
fd521433ea
v2.2.16
2023-01-12 12:37:02 +00:00
Budibase Release Bot
a45c37ed18
Update pro version to 2.2.15
2023-01-11 21:21:38 +00:00
Budibase Release Bot
337f8e6d07
v2.2.15
2023-01-11 21:18:15 +00:00
Martin McKeaveney
def34d5b90
cherry pick nginx change ( #9316 )
...
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-01-11 21:05:44 +00:00
Budibase Release Bot
0e1ce7789f
Update pro version to 2.2.14
2023-01-11 08:17:31 +00:00
Budibase Release Bot
7204e7e452
v2.2.14
2023-01-11 08:14:02 +00:00
Andrew Kingston
b9cb2d9e78
Optimise client library performance with skeleton loaders ( #9256 )
...
* Treat empty string default values as nullish when considering whether field default values should be applied to the real field value
* Add flag to allow not loading data immediately upon creation of a data fetch object
* Use loading context inside forms to avoid wasted renders while form schema are loading
* Wait for parent data providers to finish loading before loading their own data
* Optimise data provider to reduce updates as much as possible
* Allow forms to render content immediately again, but use the loading context to inform data providers to wait for them
* Remove fetchOnCreation flag for data fetches as now redundant
* Fix issue with deleting the selected button action when the next action has no parameters
* Lint
2023-01-11 08:01:41 +00:00
Budibase Release Bot
dd58f79763
Update pro version to 2.2.13
2023-01-10 16:42:35 +00:00
Budibase Release Bot
3d3c0d432f
v2.2.13
2023-01-10 16:38:33 +00:00
deanhannigan
79fa4e42c2
Render view groupBy array options as tags ( #8764 )
...
* Fix to properly render groupBy options as tags
* Fixes for viewBuilder function definition and some typescript updates
2023-01-10 16:25:23 +00:00
Dean
ec257de23e
Merge remote-tracking branch 'origin/master' into fix/block-duplicate-autocolumn-types
2023-01-09 15:47:23 +00:00
Budibase Release Bot
7e00976f95
Update pro version to 2.2.12
2023-01-09 15:43:46 +00:00
Budibase Release Bot
01d4b731bf
v2.2.12
2023-01-09 15:39:49 +00:00
deanhannigan
798138d357
Merge pull request #9220 from Budibase/fix/option-picker-sorting
...
Added sorting to the options field
2023-01-09 15:24:28 +00:00
Budibase Release Bot
d92f6d2892
Update pro version to 2.2.11
2023-01-06 17:16:57 +00:00
Budibase Release Bot
0862c980b8
v2.2.11
2023-01-06 17:13:14 +00:00
Michael Drury
f4b722e174
Merge pull request #9251 from Budibase/fix/9249
...
Fix for attachment URL update on import - large number of attachments
2023-01-06 17:00:18 +00:00
mike12345567
aca98f7c6d
Adding test cases for the attachment re-write feature, mocking the direct couch find functionality.
2023-01-06 13:33:22 +00:00
mike12345567
6595e1c122
Moving some stuff around to make more testable.
2023-01-06 12:47:12 +00:00
mike12345567
7084989896
Fix for #9249 - there was an issue with the updating of attachment URLs when importing an app/backup, this resolves it by utilising pagination in the CouchDB find API, making sure to iterate through all documents when there is a larger number.
2023-01-05 18:03:36 +00:00
Budibase Release Bot
699769e5c0
Update pro version to 2.2.10
2023-01-05 16:33:11 +00:00