1
0
Fork 0
mirror of synced 2024-08-14 17:42:01 +12:00
Commit graph

19761 commits

Author SHA1 Message Date
Adria Navarro
5f1565886f Unify jest 2023-07-28 17:11:48 +02:00
Adria Navarro
e260a64388 Add heading 2023-07-28 15:35:51 +02:00
Dean
d1bc7abeaa Merge remote-tracking branch 'origin/develop' into feature/frequency-histogram 2023-07-28 10:39:50 +01:00
Dean
08ba1c8ccd Added a simple histogram to the supported chart types 2023-07-27 13:04:09 +01:00
Adria Navarro
f02dee7806 Merge branch 'develop' into BUDI-7189/type_patching 2023-07-26 16:58:02 +01:00
Adria Navarro
2457bf1b37 Extract external getrow to sdk 2023-07-26 16:03:14 +02:00
mike12345567
62ace8a3ab Merge branch 'master' of github.com:Budibase/budibase into develop 2023-07-26 14:42:05 +01:00
Adria Navarro
292bb2ad62 _viewId instead of viewId 2023-07-26 15:31:44 +02:00
Adria Navarro
508e30edae Fix sdk refs 2023-07-26 14:54:59 +02:00
Adria Navarro
b0af0a287e Remove view tests 2023-07-26 14:53:51 +02:00
Adria Navarro
11f0569446 Move row.validate to the sdk 2023-07-26 14:12:58 +02:00
Michael Drury
08b3d49bce Merge pull request #11366 from Budibase/fix/falsey-composite-keys
Fix for falsey composite keys
2023-07-26 12:58:29 +01:00
Adria Navarro
af933bd158 More types 2023-07-26 13:55:02 +02:00
Adria Navarro
f0f68f10d8 Add tests 2023-07-26 13:55:02 +02:00
Adria Navarro
97dcd3fb0a Add patch view test 2023-07-26 13:55:02 +02:00
Adria Navarro
77c2ce590c Use test api for patch 2023-07-26 13:55:02 +02:00
Adria Navarro
9bb1cfcc7a Add view id to row 2023-07-26 13:55:02 +02:00
Adria Navarro
f6e6243c81 Type patch 2023-07-26 13:55:02 +02:00
Adria Navarro
b69e18ab70 Return _viewId when searching 2023-07-26 13:54:35 +02:00
Adria Navarro
2c6725404f Types 2023-07-26 13:54:35 +02:00
Adria Navarro
de0f3f7463 Merge branch 'develop' into backmerge-master-20230726 2023-07-26 12:50:52 +01:00
mike12345567
f2abcf581f Fixing issue with falsey composite keys, if one of the values used for a composite key is say an empty string, or a zero it would not be added to the _id field, stopping the field from being retrievable. 2023-07-26 12:31:46 +01:00
Adria Navarro
2e54b40d55 Build backend-core before dev script 2023-07-26 12:48:33 +02:00
Adria Navarro
aeeb69d80e Merge pull request #11352 from Budibase/BUDI-7189/return_default_row_data
Return default row data
2023-07-26 11:29:24 +01:00
Adria Navarro
17b394dba9 Increase timeouts 2023-07-26 12:12:32 +02:00
Adria Navarro
d07f840559 Increase timeouts 2023-07-25 22:15:45 +02:00
Adria Navarro
1512ecd939 Merge pull request #11349 from Budibase/BUDI-7189/update_view_endpoint
Add endpoint to update views 2.0
2023-07-25 19:04:36 +01:00
Adria Navarro
3ce92e8034 Implement and test external field selector 2023-07-25 19:48:46 +02:00
Adria Navarro
67f502579e Test schema 2023-07-25 19:48:46 +02:00
Adria Navarro
3c28d112b5 Add internal sdk tests 2023-07-25 19:48:46 +02:00
Adria Navarro
d93c99b947 Return data when schema is defined 2023-07-25 19:48:46 +02:00
Adria Navarro
b2e0384f8a Check ui path vs body 2023-07-25 19:46:46 +02:00
Adria Navarro
783e8a5b08 Change url to include the id 2023-07-25 19:34:52 +02:00
Dean
0c0190c7ca Merge remote-tracking branch 'origin/develop' into feature/delete-multiple-button-action 2023-07-25 17:17:49 +01:00
Rory Powell
4acbd55404 Merge develop 2023-07-25 16:54:00 +01:00
Dean
211bab4cf6 Merge remote-tracking branch 'origin/develop' into feature/delete-multiple-button-action 2023-07-25 16:18:05 +01:00
Andrew Kingston
7b0b714bb5 Merge pull request #11338 from Budibase/fix/data-query-builder-binding
Stop data query binding drawer value from being cleared.
2023-07-25 16:13:49 +01:00
Andrew Kingston
e022d9a22b Merge pull request #11337 from Budibase/fix/binding-panel
Fix builder crash when editing formula bindings
2023-07-25 16:13:16 +01:00
Andrew Kingston
a1fe1150ab Merge pull request #11334 from Budibase/cheeks-fixes
Prevent parentheses in query names
2023-07-25 16:13:03 +01:00
Andrew Kingston
a188bf381c Merge pull request #11345 from Budibase/fix/nullish-popover-styles
Fix nullish check bug causing options fields to break on mobile sometimes
2023-07-25 16:12:47 +01:00
Andrew Kingston
8f859ccee4 Merge pull request #11346 from Budibase/fix/remove-unsupported-relationship-ux
Hide the 'Define Relationships' button when an integration does not support relationships
2023-07-25 16:12:33 +01:00
Dean
85d3980bdc PR Feedback 2023-07-25 15:47:25 +01:00
Dean
a5b81558b9 Merge remote-tracking branch 'origin/develop' into feature/delete-multiple-button-action 2023-07-25 15:42:01 +01:00
Rory Powell
f028ba07f5 Update pro ref 2023-07-25 15:36:25 +01:00
Rory Powell
8590f865b5 Merge branch 'master' into merge-master 2023-07-25 15:32:16 +01:00
Adria Navarro
9235afb5d9 Test updating v1 2023-07-25 15:49:32 +02:00
Adria Navarro
6e24bf41df More tests 2023-07-25 15:41:04 +02:00
Adria Navarro
97957e96bd Update test 2023-07-25 15:35:48 +02:00
Adria Navarro
2412056292 Update basic test 2023-07-25 15:34:25 +02:00
Adria Navarro
29bc87a47f Update view endpoint 2023-07-25 15:33:49 +02:00
Dean
f813a26ff0 packages/builder/src/components/backend/DataTable/DataTable.svelte 2023-07-25 14:32:21 +01:00
Rory Powell
a477feaada Lint 2023-07-25 14:14:24 +01:00
Rory Powell
143e6597db Fix issues with tests when running with pro from npm 2023-07-25 13:18:56 +01:00
Adria Navarro
ad181422ef Merge pull request #11323 from Budibase/BUDI-7189-views-v2
Views v2 backend
2023-07-25 12:27:56 +01:00
Andrew Kingston
58820cacdb Fix nullish check in position dropdown logic 2023-07-25 11:53:03 +01:00
Dean
e8dd3f9d90 Remove the define relationship button in the datatable when relationships are unsupported 2023-07-25 11:46:22 +01:00
Rory Powell
7236fb8141 Merge pull request #11305 from Budibase/feature/offline-license-master
Cherry-pick: Offline Licensing
2023-07-25 11:38:58 +01:00
Rory Powell
0c095fdbef Update pro ref 2023-07-25 11:22:00 +01:00
Rory Powell
bfb7586b49 Lint 2023-07-25 11:19:08 +01:00
Dean
d97c44725f Stopped query binding value from being cleared. Shifted the bound value updated to an onChange handler 2023-07-24 17:45:41 +01:00
Andrew Kingston
48d15f5e08 Add optional chaining as binding context may not exist 2023-07-24 16:19:08 +01:00
Adria Navarro
c9dc4006a1 Merge branch 'BUDI-7189-views-v2' into BUDI-7189/return_columns_based_on_schema 2023-07-24 16:47:46 +02:00
Adria Navarro
76d32b40fd Merge pull request #11286 from Budibase/BUDI-7189/create_view_schema_endpoint
Return schema from table endpoint
2023-07-24 15:42:03 +01:00
Adria Navarro
7465c04799 Fix controller 2023-07-24 16:35:22 +02:00
Adria Navarro
c870039416 Refactor plus selector 2023-07-24 16:29:49 +02:00
Adria Navarro
5bd149f66f Use sdk to populate views 2023-07-24 16:13:15 +02:00
Adria Navarro
1cf4e6e85a Return full object from search 2023-07-24 16:13:15 +02:00
Adria Navarro
9cf401162b Add views 2023-07-24 16:13:15 +02:00
Adria Navarro
d1d86b6803 Filter on the sdk 2023-07-24 16:13:15 +02:00
Adria Navarro
2186b0407a Honor schema on view search 2023-07-24 16:13:15 +02:00
Adria Navarro
c58b145afd Test sdks 2023-07-24 16:12:42 +02:00
Adria Navarro
d8b801e647 Remove wrong describe 2023-07-24 16:04:54 +02:00
Dean
0d8d96b911 PR Feedback 2023-07-24 15:03:13 +01:00
Adria Navarro
77a004f19a Remove wrong describe 2023-07-24 16:02:59 +02:00
Adria Navarro
ff57b982f8 Move enrich view schemas to view sdk 2023-07-24 15:57:17 +02:00
Andrew Kingston
69ab3dfe74 Merge pull request #11260 from Budibase/relationship-picker-filtering
Relationship picker filtering
2023-07-24 14:50:30 +01:00
Adria Navarro
dceb51a08d Skip table order if defined on view 2023-07-24 15:17:05 +02:00
Adria Navarro
8e904cea13 Set order to the tests 2023-07-24 15:17:05 +02:00
Adria Navarro
0f53fa14ad Undo not required changes 2023-07-24 15:17:05 +02:00
Adria Navarro
559cb3d9e0 Test sdk calls 2023-07-24 15:17:05 +02:00
Adria Navarro
810bb41547 Add sdk tests 2023-07-24 15:17:04 +02:00
Adria Navarro
d2020fd6bc Move enrich views to sdk 2023-07-24 15:17:04 +02:00
Adria Navarro
396c4ad439 Use new table schema 2023-07-24 15:17:04 +02:00
Adria Navarro
ed02aa4d8b Enrich view schemas 2023-07-24 15:17:04 +02:00
Adria Navarro
a65e69e614 Add tests 2023-07-24 15:17:04 +02:00
Adria Navarro
3f2fa1a8dc Remove view endpoint 2023-07-24 15:17:04 +02:00
Adria Navarro
22dd218b1a Fetch schema 2023-07-24 15:17:04 +02:00
Adria Navarro
30138570d5 Typex 2023-07-24 15:17:04 +02:00
Adria Navarro
5fa7972564 Test returning views 2023-07-24 15:17:04 +02:00
Adria Navarro
46cb7c7117 Table tests to ts 2023-07-24 15:17:04 +02:00
Adria Navarro
d12d6f5bef Add tests 2023-07-24 15:17:04 +02:00
Adria Navarro
c747881d73 Allow selecting certain columns 2023-07-24 15:17:04 +02:00
Adria Navarro
f3f0ee0959 Return view schema endpoint 2023-07-24 15:17:04 +02:00
Adria Navarro
7d84deea1a Fix return code 2023-07-24 15:16:31 +02:00
Adria Navarro
1760980aad Allow overriding default sort 2023-07-24 15:16:31 +02:00
Adria Navarro
4e646bb463 Only ui metadata fields 2023-07-24 15:15:44 +02:00
Adria Navarro
e068e62eb1 Change view columns for schema 2023-07-24 15:15:44 +02:00
Adria Navarro
de9b74fd81 Fix bbui build flakiness 2023-07-24 15:15:44 +02:00
Adria Navarro
fbccec64c7 Renames 2023-07-24 15:15:44 +02:00
Adria Navarro
56e6d48ec7 Remove :tableid from view create 2023-07-24 15:15:44 +02:00