Adria Navarro
|
b3cea00ab3
|
Merge branch 'master' into BUDI-8699/view-joins-with-any-and-all-not-working-correctly
|
2024-10-14 16:07:32 +02:00 |
Adria Navarro
|
b744de6e62
|
Merge branch 'master' into fix/inconsistent-column-schemas
|
2024-10-14 15:10:58 +02:00 |
Adria Navarro
|
874df3f54d
|
Fix wrong schema while fetching from datasource
|
2024-10-14 13:20:34 +02:00 |
Sam Rose
|
7c9b61181f
|
Fix lint.
|
2024-10-14 12:15:45 +01:00 |
Sam Rose
|
e9ad3e58be
|
Support default values on multi-user columns.
|
2024-10-14 12:14:41 +01:00 |
Adria Navarro
|
1052f36084
|
Fix invalid schemas while fetching
|
2024-10-14 13:00:26 +02:00 |
Adria Navarro
|
a6cb1d072a
|
Fix sql alias test
|
2024-10-14 10:40:08 +02:00 |
Adria Navarro
|
ca7a7bcef9
|
Fix tests
|
2024-10-14 10:40:08 +02:00 |
Adria Navarro
|
f73b7d4824
|
More tests
|
2024-10-14 10:40:08 +02:00 |
Adria Navarro
|
bfdead820c
|
Cleanup tests
|
2024-10-14 10:40:08 +02:00 |
Adria Navarro
|
f192a30da0
|
More tests
|
2024-10-14 10:40:08 +02:00 |
Adria Navarro
|
37450823bb
|
More tests
|
2024-10-14 10:40:08 +02:00 |
Adria Navarro
|
cb78e0bc13
|
Add extra tests
|
2024-10-14 10:40:08 +02:00 |
Michael Drury
|
c8f7722f9c
|
Merge branch 'master' into fix/screen-role-creation
|
2024-10-11 17:57:22 +01:00 |
mike12345567
|
d0cb873382
|
Adding test case for the fix.
|
2024-10-11 17:55:59 +01:00 |
mike12345567
|
bdbcf2110e
|
Fixing an issue with screen creation - wrong base permissions were being detected for external DBs.
|
2024-10-11 17:04:29 +01:00 |
Sam Rose
|
13424218eb
|
Merge branch 'master' into budi-8730-views-filter-by-current-user_id-does-not-work
|
2024-10-11 16:42:37 +01:00 |
Sam Rose
|
158e095045
|
Fix lint.
|
2024-10-11 16:24:03 +01:00 |
Sam Rose
|
c622ef7e90
|
Merge branch 'master' of github.com:budibase/budibase into budi-8722-default-value-on-user-columns
|
2024-10-11 16:22:36 +01:00 |
Sam Rose
|
b24c337834
|
Respond to PR comment.
|
2024-10-11 16:22:04 +01:00 |
Sam Rose
|
1ad371cd7a
|
Fix lint.
|
2024-10-11 15:58:04 +01:00 |
Sam Rose
|
e967e62f1d
|
Add tests.
|
2024-10-11 15:55:25 +01:00 |
Sam Rose
|
33f7792522
|
Potential fix for view search problem.
|
2024-10-11 15:33:33 +01:00 |
Sam Rose
|
1bcd2590d3
|
Allow BB_REFERNCE_SINGLE to have default values.
|
2024-10-11 12:28:20 +01:00 |
Sam Rose
|
11b02fdb0e
|
Merge branch 'master' into view-calculation-sort-by-calculations
|
2024-10-11 11:03:05 +01:00 |
Adria Navarro
|
7f3e486bca
|
Merge branch 'master' into budi-8705-v3-view-joins-required-columns-cant-be-changed-to-read-only
|
2024-10-10 21:34:54 +02:00 |
Sam Rose
|
964f8222ba
|
Allow sorting by calculation fields.
|
2024-10-10 17:10:07 +01:00 |
Adria Navarro
|
c297396456
|
Merge branch 'master' into budi-8705-v3-view-joins-required-columns-cant-be-changed-to-read-only
|
2024-10-10 17:20:16 +02:00 |
Michael Drury
|
799ad63568
|
Merge branch 'master' into fix/custom-role-naming
|
2024-10-10 16:15:14 +01:00 |
mike12345567
|
5f4694d4d8
|
Fix for an issue found with custom role naming.
|
2024-10-10 16:13:32 +01:00 |
Adria Navarro
|
18e1bd0b4c
|
Fix test
|
2024-10-10 17:03:46 +02:00 |
Sam Rose
|
4c4429b88a
|
Fix tests.
|
2024-10-10 15:49:00 +01:00 |
Adria Navarro
|
41cd0d96d6
|
Fix multiple user column icon
|
2024-10-10 16:43:08 +02:00 |
Adria Navarro
|
e191c90385
|
Simplify enriched column
|
2024-10-10 16:42:05 +02:00 |
Sam Rose
|
a00a64bb6e
|
Properly clean up row actions on table deletion.
|
2024-10-10 14:56:38 +01:00 |
Sam Rose
|
4031971456
|
Merge branch 'master' into view-calculation-no-deletes
|
2024-10-10 12:39:15 +01:00 |
Sam Rose
|
4e0c293b08
|
Merge branch 'master' into view-calculation-fix-table-update
|
2024-10-10 12:20:20 +01:00 |
Sam Rose
|
84ebd6905b
|
Merge branch 'master' into view-calculation-filtering
|
2024-10-10 12:03:38 +01:00 |
Sam Rose
|
28c22e9aa7
|
Fix table updates wiping out view calculation fields.
|
2024-10-10 11:50:38 +01:00 |
Sam Rose
|
4c0bd812c1
|
Respond to PR comment.
|
2024-10-10 10:37:47 +01:00 |
Adria Navarro
|
946fca2042
|
Merge branch 'master' into BUDI-8686/feature-flag
|
2024-10-10 10:37:00 +02:00 |
Adria Navarro
|
cda7782c6d
|
Use flag for views
|
2024-10-10 10:35:39 +02:00 |
Adria Navarro
|
a646b86131
|
Use flag for table
|
2024-10-10 10:34:56 +02:00 |
Sam Rose
|
55be64b371
|
Only check visible fields when checking group by view calculations.
|
2024-10-10 09:16:43 +01:00 |
Sam Rose
|
93ebe39e43
|
Merge branch 'master' into view-calculation-filtering
|
2024-10-10 09:02:35 +01:00 |
Sam Rose
|
b42334fde1
|
Merge branch 'master' into view-calculation-no-deletes
|
2024-10-10 09:02:31 +01:00 |
Sam Rose
|
7546c9bbe2
|
Test calculation view searching.
|
2024-10-09 17:25:41 +01:00 |
Sam Rose
|
cc07b1407b
|
Merge branch 'master' into view-calculation-no-deletes
|
2024-10-09 17:09:03 +01:00 |
mike12345567
|
6a25f66f3c
|
Merge branch 'fix/budi-8715-sql-relationships-many-side' of github.com:Budibase/budibase into fix/budi-8715-sql-relationships-many-side
|
2024-10-09 17:04:46 +01:00 |
mike12345567
|
00048a2d3e
|
Addressing PR comments.
|
2024-10-09 17:04:27 +01:00 |