mike12345567
1299917e94
Quick fix for datasource deletion, due to the datasource defaulting to an empty object it appeared like a datasource had been set and the UI would attempt to render with this empty state. When not selected move off of the selected datasource page instead and handle the datasource not being selected.
2023-10-17 17:35:10 +01:00
Michael Drury
92dd6cce2d
Merge branch 'master' into fix/budi-7433-google-sheets-validation-wont-let-you-import-any-sheets-if
2023-10-17 12:17:24 +01:00
Sam Rose
946a7b6d0d
Merge branch 'master' into fix/budi-7433-google-sheets-validation-wont-let-you-import-any-sheets-if
2023-10-17 11:43:20 +01:00
Michael Drury
0f0e3329ee
Merge branch 'master' into fix/12068-autocolumn-data-ui-fixes
2023-10-17 11:04:48 +01:00
Adria Navarro
beb3136312
Fix sentry import
2023-10-17 10:59:46 +02:00
mike12345567
7dcd6767f9
Fixes for adding autocolumns, it was not possible to select auto column type and fixing icon, as well as display of column when editing it - this corrects a few issues in this area as auto columns did not have a correct fieldId and also did not have a valid field definition.
2023-10-16 18:37:56 +01:00
Sam Rose
39292e88a8
Correct error message to say sheets when it's a Google sheet.
2023-10-16 17:11:51 +01:00
Sam Rose
b7ff1d60f1
Wire up the frontend to show the new datasource errors.
2023-10-16 16:36:42 +01:00
Sam Rose
37fe91e488
Merge branch 'master' of github.com:Budibase/budibase into fix/budi-7433-google-sheets-validation-wont-let-you-import-any-sheets-if
2023-10-16 16:05:45 +01:00
Adria Navarro
8e64fb9858
Merge branch 'master' into BUDI-7573/use_existing_image_cache
2023-10-16 16:46:14 +02:00
Michael Drury
b86bcb7f4b
Merge branch 'master' into fix/12046-nav-links-overwrite-app
2023-10-16 15:30:25 +01:00
Adria Navarro
26618794ae
Merge branch 'master' into BUDI-7573/use_existing_image_cache
2023-10-16 16:17:26 +02:00
Martin McKeaveney
8c0ed39652
submodule
2023-10-16 14:53:57 +01:00
Martin McKeaveney
2ef9871fda
merge with master
2023-10-16 14:42:50 +01:00
Adria Navarro
dc4fc27fc8
Merge branch 'master' into BUDI-7573/use_existing_image_cache
2023-10-16 10:38:09 +02:00
mike12345567
cef71ff708
Adding test cases for navbar update.
2023-10-13 18:03:10 +01:00
mike12345567
6a4877159d
Quick fix to make sure that the important components of the app metadata are correctly updated - as well as adjusting the import modal to check if the export is encrypted.
2023-10-13 17:43:14 +01:00
Andrew Kingston
73ca87dfb6
Fix issue with sort setting
2023-10-13 17:04:45 +01:00
Sam Rose
89e64d18a5
Remove TODOs.
2023-10-13 16:11:56 +01:00
Sam Rose
0b8c829ed1
Clean up correctly after Postgres integration tests.
2023-10-13 15:59:07 +01:00
Sam Rose
e1af1a5be3
Introduce integration tests for `POST /api/datasources/:datasourceId/schema`
2023-10-13 15:29:59 +01:00
Sam Rose
2f0e88c17c
Merge branch 'master' of github.com:Budibase/budibase into fix/budi-7433-google-sheets-validation-wont-let-you-import-any-sheets-if-2
2023-10-13 13:13:41 +01:00
mike12345567
f64800f9f4
Final PR comment.
2023-10-13 13:05:07 +01:00
mike12345567
c5360e1dcb
Don't need to put into options obj, reaction does work.
2023-10-13 12:53:18 +01:00
mike12345567
03371005c1
PR comments - addressing API.searchUser updates.
2023-10-13 12:23:28 +01:00
mike12345567
ccfc98120d
Adding check to not re-fetch default value.
2023-10-13 11:44:15 +01:00
mike12345567
d44ad549ef
t status
...
Merge branch 'fix/user-search-api' of github.com:Budibase/budibase into fix/user-search-api
2023-10-13 11:34:55 +01:00
mike12345567
563baa53c3
Fix var usage.
2023-10-13 11:28:23 +01:00
Michael Drury
ec213a3c7a
Merge branch 'master' into fix/user-search-api
2023-10-13 10:41:08 +01:00
mike12345567
d3366a535b
PR comments.
2023-10-13 10:22:29 +01:00
Sam Rose
a3cb9d7567
Merge branch 'master' of github.com:Budibase/budibase into fix/budi-7433-google-sheets-validation-wont-let-you-import-any-sheets-if
2023-10-13 10:20:54 +01:00
Sam Rose
18363b7b60
Make sure to stop postgres container after the postgres integration tests have run.
2023-10-13 09:50:45 +01:00
Adria Navarro
5ef90a3855
Fix import
2023-10-13 09:08:07 +02:00
mike12345567
2e8e21e5d2
Linting.
2023-10-12 19:20:03 +01:00
mike12345567
bd182d5b3b
Test cases for updated API.
2023-10-12 19:19:05 +01:00
mike12345567
162f2cb938
Removing un-used function.
2023-10-12 19:07:22 +01:00
mike12345567
535a6e1a47
Minor cleanup.
2023-10-12 19:07:04 +01:00
mike12345567
16d551542e
Frontend component of updating the API and accounting for default value not being in the paginated results of the relationship picker.
2023-10-12 19:00:53 +01:00
Sam Rose
6af05500e9
Fix lint warnings.
2023-10-12 17:59:02 +01:00
Sam Rose
f4fa542e86
Remove some unused fields, fix a broken spec.
2023-10-12 17:34:48 +01:00
Sam Rose
16451904c9
Expose an errors object via the buildSchemaFromDb endpoint.
2023-10-12 17:12:49 +01:00
Sam Rose
1faf920c67
DatasourcePlus deals exclusively in ExternalTables, reflect that in the types.
2023-10-12 16:38:15 +01:00
mike12345567
6bbce23910
Updating user fetch functionality to send up lucene syntax for searching to global user endpoint.
2023-10-12 16:31:32 +01:00
Sam Rose
85b3af2971
Refactor DatasourcePlus's buildSchema to return a value, rather than rely on member variables.
2023-10-12 16:27:18 +01:00
Sam Rose
6e1962e6ea
Plumb Google Sheets table fetching error through to buildSchemaFromDb endpoint.
2023-10-12 12:07:13 +01:00
mike12345567
44fbda9290
Fixing conflict.
2023-10-12 11:18:03 +01:00
mike12345567
7b8e23eb82
Merge branch 'master' of github.com:Budibase/budibase into BUDI-7573/use_existing_image_cache
2023-10-12 11:08:12 +01:00
Andrew Kingston
052ec2a7ed
Merge branch 'master' into fix/selected-by-user-obscured-nav-item
2023-10-12 08:34:21 +01:00
Conor Webb
d6f8662e95
Adding onchange actions to code scanner. ( #12029 )
...
* Adding onchange actions to code scanner.
* Removed unused code, set updateOnChange to false.
---------
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
2023-10-12 08:29:40 +01:00
Andrew Kingston
98cb8afdd4
Merge branch 'master' into fix/selected-by-user-obscured-nav-item
2023-10-12 08:28:32 +01:00