1
0
Fork 0
mirror of synced 2024-09-21 03:43:21 +12:00
Commit graph

34624 commits

Author SHA1 Message Date
Martin McKeaveney
8b26ab422f remove conditional chain 2024-09-09 18:19:10 +01:00
mike12345567
43ae48cc82 Test cases for return none/all with the logical operators, as well as updates to the hasFilter to support this correctly. 2024-09-09 18:14:02 +01:00
Martin McKeaveney
96fbc8fff0 feature flag support 2024-09-09 18:07:47 +01:00
Sam Rose
1f405da3c3
Add some more tests. 2024-09-09 17:51:32 +01:00
Sam Rose
5cd1b00dad
Merge master. 2024-09-09 17:07:28 +01:00
Michael Drury
8e8946bc95
Merge branch 'master' into fix/sql-many-relationships 2024-09-09 16:53:48 +01:00
Martin McKeaveney
b4a4f81308 linting 2024-09-09 16:52:56 +01:00
Michael Drury
3e4d6b39b7
Merge pull request #14542 from Budibase/fix/google-sheets-filtering
Fix to accommodate filtering updates for GoogleSheets
2024-09-09 16:49:25 +01:00
Sam Rose
4c600cd182
Merge branch 'master' of github.com:budibase/budibase into budi-8579-issue-with-google-sheets 2024-09-09 16:45:22 +01:00
Sam Rose
9e9f14d1b7
More comments. 2024-09-09 16:45:15 +01:00
mike12345567
1a27cf9d5b Fix - thanks tests. 2024-09-09 16:40:04 +01:00
Sam Rose
1eb8c3409a
More progress toward a row save test passing. 2024-09-09 16:33:35 +01:00
mike12345567
ac2416dc0b Lint. 2024-09-09 16:30:38 +01:00
mike12345567
6e10c528d8 Getting rid of findInDoc as its not used anymore. 2024-09-09 16:25:34 +01:00
Dean
ee968b212a Fix to accommodate filtering updates for GoogleSheets 2024-09-09 16:10:39 +01:00
Michael Drury
e2c6893aa3
Merge branch 'master' into fix/sql-many-relationships 2024-09-09 16:07:16 +01:00
Adria Navarro
1c5bab07aa Fix tests 2024-09-09 16:43:43 +02:00
Adria Navarro
d4b866b9bc
Merge branch 'master' into BUDI-8565/enrich-views 2024-09-09 16:30:05 +02:00
Adria Navarro
e40a08ceca Fix tests 2024-09-09 16:27:54 +02:00
Adria Navarro
26db79d421 Remove cache dependency 2024-09-09 16:24:20 +02:00
Adria Navarro
0f8df77ded
Merge pull request #14540 from Budibase/BUDI-8560/fix-relationships-with-many-columns
Fix long popover for relationship column pickers
2024-09-09 16:18:49 +02:00
Adria Navarro
77be1cd869 Add metadata on related columns 2024-09-09 16:15:34 +02:00
Adria Navarro
30e31e1254 Enrich view columns 2024-09-09 16:15:18 +02:00
Adria Navarro
5b85b77a29
Merge branch 'master' into BUDI-8560/fix-relationships-with-many-columns 2024-09-09 16:09:15 +02:00
Adria Navarro
fbf1e20cc2
Merge pull request #14539 from Budibase/BUDI-8561/fix-remove-relationship
Fix relationship popover click behaviour
2024-09-09 16:08:54 +02:00
Adria Navarro
725aa18060 Fix long popover for relationship column pickers 2024-09-09 16:05:09 +02:00
Adria Navarro
72ecfb611a
Merge branch 'master' into BUDI-8561/fix-remove-relationship 2024-09-09 16:00:27 +02:00
Peter Clement
be54cd9fea
Merge pull request #14522 from Budibase/feat/branching-feature-flags
Feature flag the branch action definition
2024-09-09 14:46:15 +01:00
Peter Clement
30c392e5a8
Merge branch 'master' into feat/branching-feature-flags 2024-09-09 14:38:27 +01:00
Peter Clement
4231dafc94 remove uneeded import 2024-09-09 14:26:37 +01:00
Adria Navarro
bb3dd6e27a Fix relationship popover click behaviour 2024-09-09 15:23:06 +02:00
Martin McKeaveney
57698170a8 lint 2024-09-09 13:55:26 +01:00
Sam Rose
1c5b50773f
Docs to Google Sheets mock. 2024-09-09 12:05:15 +01:00
Budibase Staging Release Bot
68678235d6 Bump version to 2.31.8 2024-09-09 10:52:12 +00:00
melohagan
2f13773240
Add old roles (#14538) 2024-09-09 10:46:08 +00:00
mike12345567
157e75b9a6 Using a CTE for the main query, then adding the JSON aggregation on afterwards - fixing issue with offset pagination applying the JSON aggregation to all rows before hand. 2024-09-06 19:34:02 +01:00
Sam Rose
1bc84c1633
2nd test WIP. 2024-09-06 17:29:56 +01:00
Sam Rose
0359b20347
First new test passing. 2024-09-06 16:55:16 +01:00
mike12345567
76273ff860 PR comments. 2024-09-06 16:47:43 +01:00
mike12345567
09824f9a4d Merge branch 'master' of github.com:Budibase/budibase into aggregate-all-sql-dbs 2024-09-06 16:27:37 +01:00
Martin McKeaveney
b949940653 remove comments 2024-09-06 15:44:23 +01:00
Martin McKeaveney
073017a0d6 remove todo comment 2024-09-06 15:43:34 +01:00
Martin McKeaveney
6bf4f47110 further tests around default BB AI config 2024-09-06 15:42:37 +01:00
Martin McKeaveney
891f736815 unit tests for secrets mapping 2024-09-06 15:37:09 +01:00
Sam Rose
3c58a593f9
Improve typing around in-memory search. 2024-09-06 15:03:17 +01:00
Martin McKeaveney
cdb0e2509c testing configuration, unit tests for AI config 2024-09-06 14:53:26 +01:00
Sam Rose
7e5f199f3b
Merge branch 'master' of github.com:budibase/budibase into budi-8579-issue-with-google-sheets 2024-09-06 13:31:49 +01:00
Michael Drury
aac1d7699e
Merge pull request #14509 from Budibase/aggregate-all-sql-dbs
Apply new relationship retrieval to all SQL DBs
2024-09-06 10:38:08 +01:00
Adria Navarro
e1ef16b79d
Merge pull request #14511 from Budibase/BUDI-8429/row-action-view-security
Row action view security
2024-09-06 11:14:52 +02:00
Adria Navarro
c8d32611c9 Lint 2024-09-06 11:06:07 +02:00