Commit Graph

14526 Commits

Author SHA1 Message Date
Budibase Release Bot 0895083145 v2.2.25 2023-01-31 16:45:32 +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 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 6636c4e2ba v2.2.22 2023-01-22 19:32:07 +00:00
Budibase Release Bot 34bc845099 v2.2.21 2023-01-22 15:38:26 +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 8bbb891771 v2.2.19 2023-01-16 12:36:44 +00:00
Budibase Release Bot fa7e42f5a8 v2.2.18 2023-01-13 17:16:19 +00:00
Budibase Release Bot 471a769cf4 v2.2.17 2023-01-12 18:54:15 +00:00
Budibase Release Bot fd521433ea v2.2.16 2023-01-12 12:37:02 +00:00
Budibase Release Bot 337f8e6d07 v2.2.15 2023-01-11 21:18:15 +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 3d3c0d432f v2.2.13 2023-01-10 16:38:33 +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 01d4b731bf v2.2.12 2023-01-09 15:39:49 +00:00
Budibase Release Bot 0862c980b8 v2.2.11 2023-01-06 17:13:14 +00:00
Budibase Release Bot c49b081829 v2.2.10 2023-01-05 16:29:16 +00:00
Dean 1b4d043164 Fix for UI flags. Enabled the indexing UI for autocolumn in edit mode 2023-01-04 09:14:03 +00:00
Dean 95e5c4e749 Refactored the create/edit column UI, fixed auto column validation issues and some other bugs 2023-01-03 16:04:11 +00:00
Budibase Release Bot 8ede6de345 v2.2.9 2022-12-19 18:25:02 +00:00
Budibase Release Bot ff40a71342 v2.2.8 2022-12-16 13:32:25 +00:00
Budibase Release Bot 112caa162a v2.2.7 2022-12-16 10:41:13 +00:00
Budibase Release Bot 302704cbf4 v2.2.6 2022-12-15 15:27:14 +00:00
melohagan 6c89f67b9d
Make looping arrow point in right direction (#9053) 2022-12-15 15:13:12 +00:00
Budibase Release Bot edae61a51b v2.2.5 2022-12-15 13:04:16 +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 Release Bot 1fee98510b v2.2.3 2022-12-14 00:52:41 +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 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
Rory Powell 779ab325ae
Remove new (#8994) 2022-12-09 14:25:11 +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 2c276816ab Ensure filters are reset when changing table in the data section 2022-12-07 13:08:58 +00:00