1
0
Fork 0
mirror of synced 2024-09-10 22:46:09 +12:00
Commit graph

9233 commits

Author SHA1 Message Date
Budibase Release Bot
d4a0f848cd v2.3.16 2023-02-15 15:09:01 +00:00
Budibase Release Bot
ecbea6255a v2.3.15 2023-02-15 12:57:32 +00:00
Budibase Release Bot
b2f09bc57a v2.3.14 2023-02-15 09:43:10 +00:00
melohagan
fb74956c93 Date filter freeze fix (#9635)
* Filter with enrichedSchemaFields

* Handle empty object values in date range
2023-02-15 09:27:44 +00:00
Budibase Release Bot
122d305260 v2.3.13 2023-02-14 15:15:07 +00:00
mike12345567
488b542ac1 Fix for #9654 - the error checking was looking at the through fields flipped, which caused many to many relationships to throw an error. Also I've updated the dev compose file on master so that switching between develop and master is smoother. 2023-02-14 14:38:55 +00:00
Budibase Release Bot
10b902b295 v2.3.12 2023-02-13 11:23:03 +00:00
melohagan
ee054adf39 Longform fields support for JSON string (#9666) 2023-02-13 11:06:33 +00:00
Budibase Release Bot
7654cc47cb v2.3.11 2023-02-12 15:40:20 +00:00
Martin McKeaveney
321a869da7 fix displayColumn logic 2023-02-11 01:14:58 +00:00
Martin McKeaveney
cd8e007da8 force display column to be chosen when uploading csv 2023-02-11 01:07:20 +00:00
Budibase Release Bot
d356ca205b v2.3.10 2023-02-10 15:54:05 +00:00
Budibase Release Bot
6f144df007 v2.3.9 2023-02-10 13:46:46 +00:00
Budibase Release Bot
c85413ec72 v2.3.8 2023-02-10 11:12:21 +00:00
Andrew Kingston
cadadca048 Generate option inclusion constraint (#9647)
* Fix options inclusion constrant not being generated when creating a table from file upload

* Fix 0 being treated as null when specifying min and max constraints for number fields

* Sort newly generated option field inclusion constraints

* Revert previous solution and fix problem by removing incorrect local assignment statement
2023-02-10 11:00:20 +00:00
Budibase Release Bot
7623b4cc16 v2.3.7 2023-02-10 09:12:01 +00:00
Dean
4c013df676 Reactivity fix for the editableColumn and an update to the onChange behaviour for the formula value to ensure updates are detected 2023-02-09 16:36:02 +00:00
Budibase Release Bot
672614a869 v2.3.6 2023-02-09 11:58:13 +00:00
Budibase Release Bot
a2d5b05cd8 v2.3.5 2023-02-07 19:16:07 +00:00
Gerard Burns
e2f52c8e1d Fix Import Validations 2023-02-07 19:05:00 +00:00
Budibase Release Bot
e54e6987a3 v2.3.4 2023-02-07 18:46:27 +00:00
andz-bb
59b8aef844 stop chrome autofilling login when adding env var 2023-02-07 17:44:23 +00:00
Budibase Release Bot
04916f5cdd v2.3.3 2023-02-07 16:11:38 +00:00
Martin McKeaveney
238854aa0e updating onboarding tour and fixing github CSP 2023-02-07 14:49:45 +00:00
Budibase Release Bot
a7ad1cb331 v2.3.2 2023-02-07 13:17:50 +00:00
Budibase Release Bot
1c86b402fd v2.3.1 2023-02-06 20:09:07 +00:00
Peter Clement
2320bd574e don't load env vars when license isn't enabled 2023-02-06 14:37:50 +00:00
Peter Clement
99287b9a5a don't coerce options type to array when switching to bindings 2023-02-06 14:37:50 +00:00
Budibase Release Bot
8a77b5d429 v2.3.0 2023-02-06 08:49:47 +00:00
Martin McKeaveney
2ebbd319d5 auto columns fix 2023-02-06 08:36:25 +00:00
Budibase Release Bot
f5dd1ce64b v2.2.27 2023-02-05 23:59:33 +00:00
Budibase Staging Release Bot
da55386856 v2.2.27-alpha.0 2023-02-05 23:28:28 +00:00
Martin McKeaveney
d4a0e44b31 merge 2023-02-05 22:11:37 +00:00
Budibase Staging Release Bot
9a7de5a746 v2.2.12-alpha.71 2023-02-03 15:04:31 +00:00
Budibase Staging Release Bot
ece924c816 v2.2.12-alpha.70 2023-02-03 13:38:33 +00:00
deanhannigan
368e97f124 Merge pull request #9528 from Budibase/fix/qr-field-type-parsing
Parse field type configuration for invalid characters
2023-02-03 13:27:39 +00:00
Budibase Staging Release Bot
9ac188d9fc v2.2.12-alpha.69 2023-02-03 11:22:23 +00:00
Michael Drury
ceee79f1b8 Merge pull request #9516 from Budibase/fix/relationship-modal
SQL relationship modal
2023-02-03 11:08:34 +00:00
Dean
8e78b075fd Feedback updates. Backed out parsing and simply renamed the field config property 2023-02-03 10:22:36 +00:00
Budibase Staging Release Bot
9c9ae8d184 v2.2.12-alpha.68 2023-02-03 10:05:06 +00:00
Budibase Staging Release Bot
1508b6ece4 v2.2.12-alpha.67 2023-02-03 09:16:09 +00:00
deanhannigan
e7bbd786d0 Merge pull request #9500 from Budibase/fix/add-onboarding-tour-tenant-flag
Added a tenant feature flag for the onboarding tour
2023-02-03 09:05:21 +00:00
Dean
90be29452b Removed extra forward slash in qr reader field type. 2023-02-02 17:58:35 +00:00
mike12345567
90c2e69efe Final fix - making sure relationships can be built from table UI. 2023-02-02 17:37:41 +00:00
mike12345567
01edfba90e Some final fixes based on comments, adding foreign key type checking for through tables. 2023-02-02 17:25:02 +00:00
mike12345567
2807fbd4b6 Updating reactivity to fix issues with occasionally incorrect errors. 2023-02-02 16:59:12 +00:00
mike12345567
21556c215a PR comments. 2023-02-02 16:19:50 +00:00
deanhannigan
cd049259bc Merge pull request #9520 from Budibase/dean-fixes
Builder bug fixes
2023-02-02 14:52:55 +00:00
Budibase Staging Release Bot
34a26ece0f v2.2.12-alpha.66 2023-02-02 14:44:05 +00:00
mike12345567
1704a1f266 Adding many to many arrow to make reading relationships easier. 2023-02-02 14:14:06 +00:00