1
0
Fork 0
mirror of synced 2024-08-31 01:31:18 +12:00
Commit graph

15448 commits

Author SHA1 Message Date
Budibase Release Bot
d56201ddcb v2.2.15 2023-01-11 21:18:15 +00:00
Martin McKeaveney
78e67df3dc 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
0c47054eab Update pro version to 2.2.14 2023-01-11 08:17:31 +00:00
Budibase Release Bot
6085f0db47 v2.2.14 2023-01-11 08:14:02 +00:00
Andrew Kingston
b06c6852a3 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
942cfe8260 Update pro version to 2.2.13 2023-01-10 16:42:35 +00:00
Budibase Release Bot
348f93856b v2.2.13 2023-01-10 16:38:33 +00:00
deanhannigan
94e76864bf 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
Budibase Release Bot
5ee901d6bc Update pro version to 2.2.12 2023-01-09 15:43:46 +00:00
Budibase Release Bot
a0391d1d3a v2.2.12 2023-01-09 15:39:49 +00:00
deanhannigan
55211861b2 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
6e34e717cc Update pro version to 2.2.11 2023-01-06 17:16:57 +00:00
Budibase Release Bot
f73ab88122 v2.2.11 2023-01-06 17:13:14 +00:00
mike12345567
76825c38b9 Adding test cases for the attachment re-write feature, mocking the direct couch find functionality. 2023-01-06 13:33:22 +00:00
mike12345567
cf90282303 Moving some stuff around to make more testable. 2023-01-06 12:47:12 +00:00
mike12345567
0c37c57a4b 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
455871d89a Update pro version to 2.2.10 2023-01-05 16:33:11 +00:00
Budibase Release Bot
ae7e3d498f v2.2.10 2023-01-05 16:29:16 +00:00
Mel O'Hagan
b70fdf907a Cast bit buffer as boolean 2023-01-04 15:18:53 +00:00
Dean
bc933638ef Added sorting to the options field 2023-01-04 13:08:28 +00:00
Martin McKeaveney
562768d61e Updating the client overlay to use the right method when event type is unknown (#9192) 2023-01-03 13:40:37 +00:00
Budibase Release Bot
5ce65faeba Update pro version to 2.2.9 2022-12-19 18:28:38 +00:00
Budibase Release Bot
cd754c4642 v2.2.9 2022-12-19 18:25:02 +00:00
melohagan
1b74895abc SQL server relationship fix for tables in schema (#9103)
* Add schema to LEFT JOIN

* lint
2022-12-19 18:12:05 +00:00
Budibase Release Bot
7754ed5f35 Update pro version to 2.2.8 2022-12-16 13:36:26 +00:00
Budibase Release Bot
1835b89b72 v2.2.8 2022-12-16 13:32:25 +00:00
Rory Powell
712f1d1fc1 Environment variable type coercion fix (#9074)
* Environment variable type coercion fix

* Update .gitignore
2022-12-16 13:16:37 +00:00
Budibase Release Bot
5c2d376209 Update pro version to 2.2.7 2022-12-16 10:45:37 +00:00
Budibase Release Bot
80d06fbad8 v2.2.7 2022-12-16 10:41:13 +00:00
Martin McKeaveney
2264f83ebd Types/attaching license to account (#9065)
* adding license type to account

* removing planDuration
2022-12-16 10:22:48 +00:00
Budibase Release Bot
bf93d5b6a3 Update pro version to 2.2.6 2022-12-15 15:30:56 +00:00
Budibase Release Bot
76d99dbe2b v2.2.6 2022-12-15 15:27:14 +00:00
melohagan
31c7a122f0 Make looping arrow point in right direction (#9053) 2022-12-15 15:13:12 +00:00
Budibase Release Bot
17b7911fe8 Update pro version to 2.2.5 2022-12-15 13:08:36 +00:00
Budibase Release Bot
70d6dd9855 v2.2.5 2022-12-15 13:04:16 +00:00
Martin McKeaveney
7fb565e9f4 lock changes (#9047) 2022-12-15 12:45:53 +00:00
Budibase Release Bot
92a881d480 Update pro version to 2.2.4 2022-12-15 09:41:31 +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 Release Bot
5913df0359 Update pro version to 2.2.3 2022-12-14 00:56:53 +00:00
Budibase Release Bot
f6cf315148 v2.2.3 2022-12-14 00:52:41 +00:00
Michael Drury
4716cf1aa3 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.
2022-12-14 00:35:15 +00:00
Budibase Release Bot
ab9ac6adb1 Update pro version to 2.2.2 2022-12-12 16:56:13 +00:00
Budibase Release Bot
be08601315 v2.2.2 2022-12-12 16:52:02 +00:00
Martin McKeaveney
9c020a3617 using dist folder to allow importing constants for openAPI specs 2022-12-12 16:33:32 +00:00
Budibase Release Bot
8c1a2cac10 Update pro version to 2.2.1 2022-12-12 13:16:47 +00:00
Budibase Release Bot
8e3d5b74e1 v2.2.1 2022-12-12 13:13:05 +00:00
Michael Drury
5772a8bbf0 Merge pull request #9014 from Budibase/fix/bb-skel-fix
Backend-core plugin import support
2022-12-12 12:47:00 +00:00
Andrew Kingston
b37d51c8d9 Fix side nav styles 2022-12-12 12:42:11 +00:00
mike12345567
3160c51c86 Fix for budibase plugin skeleton, which utilises the old import style. 2022-12-12 12:13:02 +00:00