Adria Navarro
|
07d538f6fc
|
Don't trim fields on view enrich schema
|
2024-07-02 14:02:49 +02:00 |
mike12345567
|
5ac9fe43fc
|
PR comments.
|
2024-07-01 17:50:34 +01:00 |
mike12345567
|
c4ffd37caa
|
Adding fix for backwards compat, removing columns (but still filtering on) returns no rows, rather than an error.
|
2024-07-01 16:37:38 +01:00 |
Michael Drury
|
f3d8afcc5b
|
Merge branch 'master' into fix/sqs-internal-columns
|
2024-07-01 14:07:27 +01:00 |
Sam Rose
|
6eb37df92d
|
Respond to PR feedback.
|
2024-07-01 11:41:21 +01:00 |
mike12345567
|
13ac273c83
|
Updating how search filters are converted, needs full column metadata to work it out this way.
|
2024-06-28 14:59:00 +01:00 |
mike12345567
|
510baf4f6e
|
Adding test case and updating how prefix updates in filters work.
|
2024-06-28 14:19:11 +01:00 |
mike12345567
|
2d31e327e7
|
Resolving PR comments.
|
2024-06-28 13:49:52 +01:00 |
mike12345567
|
048d15956b
|
Updating environments which need to re-sync definitions.
|
2024-06-28 12:47:57 +01:00 |
Michael Drury
|
c1f7561839
|
Merge branch 'master' into fix/sqs-internal-columns
|
2024-06-27 18:19:03 +01:00 |
mike12345567
|
3394e974d3
|
Getting casting working again, have to pass down prefix for checking against fields.
|
2024-06-27 18:18:41 +01:00 |
mike12345567
|
b0e6d3e72c
|
Correctly handling overlapping column names.
|
2024-06-27 17:55:09 +01:00 |
mike12345567
|
1b9211ee6c
|
Initial implementation of solving SQS issue with case insensitivity.
|
2024-06-26 16:40:20 +01:00 |
Michael Drury
|
cfeab17ed8
|
Revert "Revert "Disallow prohibited columns""
|
2024-06-26 12:40:16 +01:00 |
Sam Rose
|
314d62bea0
|
Revert "Disallow prohibited columns"
|
2024-06-25 14:29:56 +01:00 |
mike12345567
|
1402716f5c
|
Some type updates.
|
2024-06-24 13:10:30 +01:00 |
mike12345567
|
965725d022
|
First PR comments.
|
2024-06-24 12:43:26 +01:00 |
mike12345567
|
337584f5b2
|
Updating the regex to correctly find within the filter keys.
|
2024-06-21 17:51:02 +01:00 |
mike12345567
|
28d0d627ce
|
Getting functions in place which make it easy to update pats of a filter list by their keys - getting this to work for SQS and external.
|
2024-06-21 17:00:12 +01:00 |
mike12345567
|
b4910043c6
|
Addressing PR comments.
|
2024-06-21 11:27:47 +01:00 |
mike12345567
|
def3b0260e
|
Disallowing prohibited columns consistently, no matter the case, and backend validation for this as well.
|
2024-06-20 18:48:22 +01:00 |
mike12345567
|
df56371ab6
|
Reverting change to promises.
|
2024-06-20 16:36:18 +01:00 |
mike12345567
|
295961edb1
|
Attempting without promise.all in external.
|
2024-06-20 16:18:32 +01:00 |
mike12345567
|
86d9de5a2d
|
Fixing view test cases, adding SQS to it and correcting the default sort order.
|
2024-06-19 18:57:37 +01:00 |
mike12345567
|
67c00c9e4c
|
Addressing PR comments.
|
2024-06-19 18:46:48 +01:00 |
mike12345567
|
aab100b130
|
Changing how counting is processed.
|
2024-06-19 14:28:22 +01:00 |
mike12345567
|
bc80841554
|
Promise.all for both counts (SQS and SQL).
|
2024-06-19 13:39:00 +01:00 |
mike12345567
|
0e5de7f16d
|
Test updates.
|
2024-06-19 13:36:34 +01:00 |
mike12345567
|
abfab054d7
|
Addressing comment about datasource being optional.
|
2024-06-19 12:03:20 +01:00 |
mike12345567
|
0de94d3535
|
Addressing some PR comments.
|
2024-06-19 11:52:50 +01:00 |
mike12345567
|
e0d8a66fd8
|
Adding test cases for counting as well as some small fixes.
|
2024-06-18 18:44:17 +01:00 |
mike12345567
|
0caff1a404
|
Fixing an issue with sorting in SQS.
|
2024-06-18 13:53:51 +01:00 |
mike12345567
|
bda83205ee
|
Making sure to measure whether we have paged forward in the query based on raw results.
|
2024-06-18 12:48:36 +01:00 |
mike12345567
|
f3ca1d0b1e
|
Adding countRows parameter to external API for counting.
|
2024-06-14 19:01:20 +01:00 |
mike12345567
|
1b36d8af51
|
Getting counting flow working correctly for external datasources.
|
2024-06-14 19:00:59 +01:00 |
mike12345567
|
908b77fd9b
|
Fixing some issues with using offsets.
|
2024-06-14 18:27:23 +01:00 |
mike12345567
|
e402f9c571
|
Merge branch 'uncomment-search-test-todos' of github.com:Budibase/budibase into feature/count-rows-to-return
|
2024-06-14 18:16:47 +01:00 |
mike12345567
|
77556820bf
|
Bit more work towards row counting, as well as moving external SQL to use row + 1 for working out pagination.
|
2024-06-14 18:12:36 +01:00 |
Sam Rose
|
a54048e308
|
Solve all remaining TODOs in search.spec.ts.
|
2024-06-14 14:57:31 +01:00 |
mike12345567
|
7491021ca0
|
Base implementation of counting (plumbing).
|
2024-06-14 14:35:14 +01:00 |
Sam Rose
|
f3c82cbf38
|
Ensure that sort order is always lowercased.
|
2024-06-14 11:00:34 +01:00 |
Sam Rose
|
c27e9c266c
|
Replace SortDirection with SortOrder, SortDirection is being removed.
|
2024-06-14 09:45:30 +01:00 |
mike12345567
|
70aa43680d
|
Addressing PR comments.
|
2024-06-06 16:49:03 +01:00 |
mike12345567
|
244fbe42b1
|
Updating migration to check if the SQL definitions have changed, if they haven't don't write them again.
|
2024-06-06 16:04:23 +01:00 |
mike12345567
|
f0f8c14216
|
Fixing an issue introduced here which caused template test to fail.
|
2024-06-06 14:58:03 +01:00 |
mike12345567
|
4f6076d2ba
|
Merge branch 'master' of github.com:Budibase/budibase into BUDI-7656/add-migration
|
2024-06-05 16:29:45 +01:00 |
mike12345567
|
cf6f86cb2f
|
Updating migrations to correctly cover all the required elements.
|
2024-06-04 17:24:11 +01:00 |
Adria Navarro
|
7aa6af6e13
|
Add tests to support existing configs
|
2024-06-04 16:40:09 +02:00 |
Adria Navarro
|
b0af50e674
|
Copy fix
|
2024-06-04 16:17:41 +02:00 |
Adria Navarro
|
e6e67af2c4
|
Guard display name column
|
2024-06-04 12:32:33 +02:00 |