1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00
Commit graph

22888 commits

Author SHA1 Message Date
Martin McKeaveney
567c7fd485 code review 2023-07-21 09:43:25 +01:00
Andrew Kingston
b5a656e350 Update datasource config button hover styles to fix issues in light theme 2023-07-21 09:06:55 +01:00
Budibase Staging Release Bot
73ae3d44d4 Bump version to 2.8.19 2023-07-21 07:50:42 +00:00
Andrew Kingston
8b4457e36e Merge pull request #11299 from Budibase/fix/import-special-characters
Fix CSV imports with special characters breaking lucene
2023-07-21 08:50:22 +01:00
Martin McKeaveney
b5340c20d8 lint 2023-07-20 16:56:31 +01:00
Rory Powell
5cc97ebcd5 Update pro ref 2023-07-20 16:50:57 +01:00
Martin McKeaveney
6b6fba9393 optional chain 2023-07-20 16:38:24 +01:00
Martin McKeaveney
054fb24ea9 demote some app metadata related bb-alert messages 2023-07-20 16:15:59 +01:00
Rory Powell
8fb796bdb3 Remove 'nightly' from test discord notification 2023-07-20 15:31:19 +01:00
Budibase Staging Release Bot
6e97486116 Bump version to 2.8.18 2023-07-20 14:12:28 +00:00
Rory Powell
16260be42e Merge pull request #11294 from Budibase/fix-release-and-prerelease-tag-triggers-master
Fix release and prerelease tag triggers
2023-07-20 15:12:05 +01:00
Rory Powell
ca6582eb96 Update openapi.json 2023-07-20 15:06:43 +01:00
Rory Powell
2645e4cdad Build fixes 2023-07-20 14:56:01 +01:00
Andrew Kingston
bac7a253c2 Fix the rest of the nasty flashing when working with importing CSVs 2023-07-20 14:45:53 +01:00
Rory Powell
69ca40c24a Merge branch 'develop' into feature/offline-license 2023-07-20 14:37:04 +01:00
Andrew Kingston
1f6466f0eb Only show icon if an error message is present 2023-07-20 14:31:20 +01:00
Budibase Staging Release Bot
a5f7dc2215 Bump version to 2.8.18-alpha.0 2023-07-20 13:21:02 +00:00
mike12345567
4275a58846 Merge branch 'master' of github.com:Budibase/budibase into develop 2023-07-20 14:20:38 +01:00
Andrew Kingston
08920f8015 Remove invalid columns from display column selection and fix schema failure handling 2023-07-20 14:06:31 +01:00
mike12345567
40b4943766 Fix for dynamic variables being duplicated when creating new REST queries - also moved some stuff to backend SDK to make a bit re-usable, allowing backend to detect duplicate dynamic variables and error. 2023-07-20 13:07:19 +01:00
Rory Powell
5ac024a655 Merge branch 'develop' into feature/offline-license 2023-07-20 12:27:04 +01:00
Andrew Kingston
5d0918a6cb Prevent invalid characters in column names when importing tables 2023-07-20 12:21:09 +01:00
Budibase Staging Release Bot
5bf4ae3967 Bump version to 2.8.16-alpha.4 2023-07-20 11:20:22 +00:00
Rory Powell
ba5002f742 Adjust tag regex for prerelease 2023-07-20 12:20:14 +01:00
Rory Powell
eb5efd6743 Merge pull request #11295 from Budibase/adjust-tag-prerelease-regex
Adjust tag regex for prerelease
2023-07-20 12:20:05 +01:00
Rory Powell
829c3e38bd Adjust tag regex for prerelease 2023-07-20 12:18:00 +01:00
Rory Powell
faa00fa64d Fix release and prerelease tag triggers 2023-07-20 12:09:40 +01:00
Budibase Staging Release Bot
8e0674e77f Bump version to 2.8.16-alpha.3 2023-07-20 11:09:31 +00:00
Rory Powell
f72a2a1400 Merge pull request #11293 from Budibase/fix-release-and-prerelease-tag-triggers
Fix release and prerelease tag triggers
2023-07-20 12:09:16 +01:00
Rory Powell
bf5d72d7e3 Fix release and prerelease tag triggers 2023-07-20 12:05:04 +01:00
Budibase Staging Release Bot
2f5e7d35be Bump version to 2.8.16-alpha.2 2023-07-20 10:54:26 +00:00
Rory Powell
740b1ab97d Merge pull request #11278 from Budibase/account-api-tests
Account Portal API Tests - Accounts Endpoint
2023-07-20 11:54:04 +01:00
Budibase Staging Release Bot
2141a8ef29 Bump version to 2.8.16-alpha.1 2023-07-20 10:23:04 +00:00
Rory Powell
97dc7fa6a4 Merge branch 'develop' into account-api-tests 2023-07-20 11:23:02 +01:00
Rory Powell
bfb07e851e Merge pull request #11290 from Budibase/fix-pro-ref-and-compile
Update pro reference to latest develop and fix compile errors
2023-07-20 11:22:34 +01:00
Rory Powell
76f61cfd3a Lint 2023-07-20 11:21:34 +01:00
Rory Powell
b60794d73a Update pro reference to latest develop and fix compile errors 2023-07-20 11:13:57 +01:00
Budibase Staging Release Bot
6a125aadc0 Bump version to 2.8.17 2023-07-20 10:06:42 +00:00
Michael Drury
aeeecdee55 Merge pull request #11288 from Budibase/fix/collab-events
Fix tenancy on collaboration events
2023-07-20 11:06:19 +01:00
Rory Powell
4e296b8d1f Merge branch 'develop' into account-api-tests 2023-07-20 11:03:43 +01:00
Rory Powell
ebc5caf659 Fix develop reference 2023-07-20 10:54:36 +01:00
Rory Powell
e2a7927973 Lint + update ci test command 2023-07-20 10:52:28 +01:00
mike12345567
cddd0d80f2 Making sure tenant ID is always available to the builder websocket. 2023-07-20 10:43:30 +01:00
mike12345567
5447404431 Upgrading to latest version of MongoDB to attempt to solve the memory leak, as well as some minor changes to websocket integration to get the development environment to work without the account portal when running in multi-tenancy mode. 2023-07-20 10:43:17 +01:00
Rory Powell
f641341dac Merge branch 'account-api-tests' of github.com:Budibase/budibase into account-api-tests 2023-07-20 09:23:04 +01:00
Rory Powell
8f2d8a7b64 Update test commands to ignore cloud specific tests in CI 2023-07-20 09:21:38 +01:00
Mitch-Budibase
9f30851613 Merge branch 'account-api-tests' of https://github.com/Budibase/budibase into account-api-tests 2023-07-19 17:31:49 +01:00
Mitch-Budibase
ec5203f775 PR changes 2023-07-19 17:31:33 +01:00
Rory Powell
f9b54d6de4 Update test commands to use dedicated environments: ci / prod / qa 2023-07-19 17:30:16 +01:00
Budibase Staging Release Bot
9ecce2c5dc Bump version to 2.8.16-alpha.0 2023-07-19 16:28:22 +00:00