1
0
Fork 0
mirror of synced 2024-09-03 19:21:11 +12:00
Commit graph

21981 commits

Author SHA1 Message Date
Andrew Kingston
007b6d605b Merge pull request #10917 from Budibase/fix/datasource-409
Fix datasource conflicts
2023-06-23 11:54:15 +01:00
Budibase Staging Release Bot
aa3eee001c Bump version to 2.7.31 2023-06-23 08:10:33 +00:00
deanhannigan
2cfb2716f3 Merge pull request #10994 from Budibase/fix/markdown-editor-icons
Added FontAwesome icons used by EasyMDE
2023-06-23 09:05:49 +01:00
Budibase Staging Release Bot
c668200261 Bump version to 2.7.30 2023-06-22 16:39:05 +00:00
melohagan
0860a5b248 Exclude entities from datasource env processing (#11000) 2023-06-22 17:35:47 +01:00
Budibase Staging Release Bot
35c394c05d Bump version to 2.7.29 2023-06-22 14:04:54 +00:00
Michael Drury
e84fa05cb5 Merge pull request #10995 from Budibase/fix/10949
Make sure CreateEditRelationship modal correctly sets relationship types
2023-06-22 15:00:18 +01:00
mike12345567
58d7293798 PR suggestion. 2023-06-22 13:25:37 +01:00
mike12345567
5373b867e1 Fix for #10949 - the relationship types were always locked to be the same, which means that the foreign key wasn't being updated correctly as the backend was not aware of which side was the one-to-many side. 2023-06-22 12:32:39 +01:00
Dean
959d3729dc Added config for FontAwesome icons used by EasyMDE in the builder 2023-06-22 12:28:12 +01:00
Budibase Staging Release Bot
7fa4db003d Bump version to 2.7.28 2023-06-22 10:53:44 +00:00
Andrew Kingston
ca18ab02bd Merge pull request #10887 from Budibase/fix/on-change-actions
Fix field on change actions not properly checking for unchanged values
2023-06-22 11:49:56 +01:00
Budibase Staging Release Bot
8e7e4f50e5 Bump version to 2.7.27 2023-06-22 07:22:22 +00:00
Andrew Kingston
f5d8851dec Merge pull request #10848 from Budibase/fix/grid-data-type-swap
Reset rows and tick before updating schema when swapping table ID in grids
2023-06-22 08:18:24 +01:00
Budibase Staging Release Bot
e512ecff96 Bump version to 2.7.26 2023-06-21 08:19:29 +00:00
Budibase Staging Release Bot
b491eb36a5 Bump version to 2.7.25 2023-06-20 16:14:40 +00:00
melohagan
9e9cece59e Clone user (#10974) 2023-06-20 17:07:34 +01:00
melohagan
b0debf17ef Table disappears from side bar when changing display name (#10909)
* Pass sourceId on fetch tables

* Use ExternalTable type
2023-06-20 17:07:12 +01:00
Budibase Staging Release Bot
698bbad989 Bump version to 2.7.24 2023-06-16 09:35:00 +00:00
Rory Powell
045060c563 Merge pull request #10928 from Budibase/update-pro-ref
Update pro ref
2023-06-16 10:28:35 +01:00
Budibase Staging Release Bot
77a83d3c13 Bump version to 2.7.23 2023-06-16 09:24:15 +00:00
Rory Powell
3a4040cdc3 Update pro ref 2023-06-16 10:22:43 +01:00
Rory Powell
548b3037e5 Merge pull request #10927 from Budibase/revert-merge-develop-1
Revert "Merge branch 'develop' into master"
2023-06-16 10:16:11 +01:00
Rory Powell
5f716a62a4 Revert "Merge branch 'develop' into master"
This reverts commit 67fb9de7f4, reversing
changes made to ebec885b0a.
2023-06-16 10:13:43 +01:00
Budibase Staging Release Bot
179f06f106 Bump version to 2.7.22 2023-06-16 09:10:34 +00:00
Rory Powell
67fb9de7f4 Merge branch 'develop' into master 2023-06-16 10:06:15 +01:00
Budibase Staging Release Bot
ebec885b0a Bump version to 2.7.21 2023-06-15 23:12:57 +00:00
Michael Drury
71f90edbae Merge pull request #10923 from Budibase/fix/cached-license-app-package
Quick fix to app package licensing fetch
2023-06-16 00:09:34 +01:00
Budibase Staging Release Bot
86a291d371 Bump version to 2.7.21-alpha.2 2023-06-15 22:33:29 +00:00
Michael Drury
58c26d563e Fixing where getCachedLicense is retrieved from. 2023-06-15 23:29:34 +01:00
Michael Drury
f80b900338 Fixing where getCachedLicense is retrieved from. 2023-06-15 23:29:08 +01:00
Budibase Staging Release Bot
ec04575d45 Bump version to 2.7.21-alpha.1 2023-06-15 21:55:50 +00:00
Michael Drury
a1d8ad047a Quick fix suggested by Rory to make use of the cached license when fetching the app package. 2023-06-15 22:51:33 +01:00
Michael Drury
22814db9d3 Quick fix suggested by Rory to make use of the cached license when fetching the app package. 2023-06-15 22:49:46 +01:00
Budibase Staging Release Bot
6e6acf64ab Bump version to 2.7.21-alpha.0 2023-06-15 16:12:29 +00:00
mike12345567
d84051ccfd Merge branch 'master' of github.com:Budibase/budibase into develop 2023-06-15 17:08:08 +01:00
Budibase Staging Release Bot
a1c9aaf760 Bump version to 2.7.20 2023-06-15 15:53:18 +00:00
Michael Drury
85afe3f1cb Merge pull request #10922 from Budibase/fix/budi-7069
Fix public apps still displaying free footer when licensed
2023-06-15 16:48:59 +01:00
mike12345567
67e2ce86ce Adding a license mechanism to the app package call so that public apps can still return what license the app utilises. This is retrieved based on the tenant of the app - we only attach the license type so as to not expose further information than is necessary. 2023-06-15 16:33:07 +01:00
Budibase Staging Release Bot
9ca264642e Bump version to 2.7.20-alpha.2 2023-06-15 12:47:33 +00:00
Adria Navarro
74847337d6 Merge pull request #10919 from Budibase/budi-7048-update-to-lerna-7
BUDI-7048 - Update to lerna 7
2023-06-15 13:43:38 +01:00
Budibase Staging Release Bot
3be274c756 Bump version to 2.7.20-alpha.1 2023-06-15 11:47:45 +00:00
Adria Navarro
2e2b200b45 Merge pull request #10883 from Budibase/budi-7010/frontend-encrypt-app-exports
BUDI-7010 - Frontend encrypt app exports
2023-06-15 12:40:32 +01:00
Adria Navarro
df3afe2a7c Merge pull request #10918 from Budibase/budi-5262/support_pg_client_cert
Budi 5262 - Support pg client cert
2023-06-15 12:40:16 +01:00
Adria Navarro
2f1274c88e Remove useWorkspaces (breaking change) 2023-06-15 12:37:57 +01:00
Budibase Staging Release Bot
ea30b4a176 Bump version to 2.7.20-alpha.0 2023-06-15 10:57:03 +00:00
Michael Drury
407ec2cdb4 Merge pull request #10907 from Budibase/backmerge-master
Backmerge master 2023-06-15
2023-06-15 11:52:45 +01:00
Adria Navarro
bc82f95410 Update nx to latest 2023-06-15 11:48:49 +01:00
Adria Navarro
7f9891b5a7 Update lerna out of beta 2023-06-15 11:48:12 +01:00
Adria Navarro
b7f0387577 Merge branch 'develop' into budi-5262/support_pg_client_cert 2023-06-15 11:13:52 +01:00