Adria Navarro
|
e536ec5093
|
Fix conditions
|
2024-08-21 13:01:42 +02:00 |
Adria Navarro
|
ff9d934f87
|
Allow filtering via allOr
|
2024-08-21 13:01:35 +02:00 |
Adria Navarro
|
c5476ce3b3
|
Test both allOr and allAnd
|
2024-08-21 13:00:54 +02:00 |
mike12345567
|
e6c5a7ecd7
|
PR comments.
|
2024-08-21 11:05:48 +01:00 |
Michael Drury
|
53e01aa241
|
Merge pull request #14420 from Budibase/dependabot/npm_and_yarn/elliptic-6.5.7
Bump elliptic from 6.5.4 to 6.5.7
|
2024-08-21 10:12:58 +01:00 |
mike12345567
|
ace100adfe
|
updating yarn lock.
|
2024-08-21 10:05:25 +01:00 |
mike12345567
|
2774d30e1c
|
Merge branch 'master' of github.com:Budibase/budibase into dependabot/npm_and_yarn/elliptic-6.5.7
|
2024-08-21 10:04:25 +01:00 |
Andrew Kingston
|
2fbc30ab08
|
Merge pull request #14422 from Budibase/fix/saving-full-ds-in-datasource-settings
Fix saving huge amounts of unnecessary data in settings
|
2024-08-21 10:03:14 +01:00 |
Andrew Kingston
|
4be3f0a320
|
Fix issue where we were saving the entire datasource definition into every datasource setting
|
2024-08-21 09:55:30 +01:00 |
dependabot[bot]
|
db7b5fa827
|
Bump elliptic from 6.5.4 to 6.5.7
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.5.7.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.4...v6.5.7)
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-08-20 15:13:53 +00:00 |
Andrew Kingston
|
256f177fd5
|
Merge pull request #14419 from Budibase/cheeks-fixes
Tiny fix for memo stores
|
2024-08-20 15:30:56 +01:00 |
Andrew Kingston
|
fa5a2ae198
|
Fix param
|
2024-08-20 15:29:39 +01:00 |
Andrew Kingston
|
aba38c02b9
|
Fix memos
|
2024-08-20 15:28:12 +01:00 |
Andrew Kingston
|
6aedaaee2a
|
Merge pull request #14360 from Budibase/grid-layout-expansion
"Grid" drag and drop layouts
|
2024-08-20 15:14:52 +01:00 |
Andrew Kingston
|
d96cd60618
|
Merge branch 'master' into grid-layout-expansion
|
2024-08-20 15:07:47 +01:00 |
Andrew Kingston
|
2d45f192f6
|
Lint
|
2024-08-20 15:07:23 +01:00 |
Andrew Kingston
|
7e5f43dd6d
|
Update table autoscreens to use grid layout
|
2024-08-20 14:58:07 +01:00 |
Budibase Staging Release Bot
|
ae49b0309d
|
Bump version to 2.30.8
|
2024-08-20 12:37:48 +00:00 |
Michael Drury
|
56fd011598
|
Merge pull request #14418 from Budibase/fix/invalid-primary-display-columns
Invalid primary display setting (no relationship columns)
|
2024-08-20 13:34:35 +01:00 |
mike12345567
|
ff855a677a
|
PR comments.
|
2024-08-20 13:27:20 +01:00 |
mike12345567
|
e941491d8c
|
Don't check row value - always use the column or not.
|
2024-08-20 13:24:41 +01:00 |
mike12345567
|
8847a5b146
|
Disabling for old/in-memory search.
|
2024-08-20 13:19:58 +01:00 |
mike12345567
|
aab120b9ca
|
Bringing back test cases.
|
2024-08-20 13:18:40 +01:00 |
mike12345567
|
f2beedbee6
|
Adding a test case for primary display columns, ignore when it has been set to a relationship, instead use another column which is valid in the table.
|
2024-08-20 13:14:24 +01:00 |
Michael Drury
|
587d0f434e
|
Merge pull request #14416 from Budibase/fix/recursive-relationships
Fix for maximum call stack exceeded
|
2024-08-20 12:39:51 +01:00 |
mike12345567
|
0d389bd8d7
|
Quick set of fixes, test cases assumed that multi-depth relationships were allowed, fixing this.
|
2024-08-20 12:31:46 +01:00 |
mike12345567
|
5435028e7d
|
Fix for cyclic relationships, getQueryableFields allowed relationships from other tables, which can't work.
|
2024-08-20 12:13:37 +01:00 |
Andrew Kingston
|
9385bc878b
|
Bump submodules which are somehow out of date and failing CI
|
2024-08-20 10:34:29 +01:00 |
Andrew Kingston
|
55b8d44468
|
Merge branch 'grid-layout-expansion' of github.com:Budibase/budibase into grid-layout-expansion
|
2024-08-20 10:30:30 +01:00 |
Andrew Kingston
|
346f55691b
|
Merge branch 'master' of github.com:Budibase/budibase into grid-layout-expansion
|
2024-08-20 10:26:39 +01:00 |
Budibase Staging Release Bot
|
760be9d6af
|
Bump version to 2.30.7
|
2024-08-20 06:50:05 +00:00 |
Michael Drury
|
cb67a24a13
|
Merge pull request #14413 from Budibase/fix/missing-table-definition-search
SQS - broken relationship fix
|
2024-08-20 07:46:19 +01:00 |
mike12345567
|
bbcb77c738
|
Fixing an issue where searching on a relationship column which is in a broken state would break in SQS (previously this was allowed and would return empty relationships).
|
2024-08-20 07:38:23 +01:00 |
Adria Navarro
|
c0ad7d6f16
|
Merge pull request #14351 from Budibase/BUDI-8547/honor-table-and-view-schema-on-query
Honor table and view schema on query
|
2024-08-19 21:39:33 +02:00 |
Martin McKeaveney
|
a21e8123c6
|
Merge branch 'master' into poc-authenticated-iframe
|
2024-08-19 18:19:03 +01:00 |
Martin McKeaveney
|
89051da102
|
use postMessage instead of window object
|
2024-08-19 18:01:56 +01:00 |
mike12345567
|
90da9f89c6
|
Merge branch 'master' of github.com:Budibase/budibase into fix/logical-operator-filter-cleanup
|
2024-08-19 16:49:49 +01:00 |
mike12345567
|
a5533bb033
|
Fixing test cases.
|
2024-08-19 16:49:40 +01:00 |
mike12345567
|
f4d5eb31de
|
Fixing test case.
|
2024-08-19 16:20:33 +01:00 |
Adria Navarro
|
07fe8c6c1f
|
Many to many tests
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
27c618d263
|
Extra tests
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
bbf7142bd7
|
Handle relationships properly
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
d8462ba961
|
Fix tests
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
b744ec3c35
|
Add extra tests
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
f0a89764f2
|
Add basic test
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
eb2d71e980
|
Move getQueryableFields to utils
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
084a481821
|
Typo
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
09938ae442
|
Don't change key order on trimming
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
f53500450a
|
Fix wrong test
|
2024-08-19 15:59:59 +02:00 |
Adria Navarro
|
da87c0233b
|
Don't trim usertable
|
2024-08-19 15:59:59 +02:00 |