Peter Clement
bce430b57c
pr comments
2024-10-22 12:03:16 +01:00
Peter Clement
09695fabd6
extract necessary user bindings and add types
2024-10-22 10:52:52 +01:00
Peter Clement
a26b64bb03
pass user through to automation context
2024-10-18 15:08:18 +01:00
Adria Navarro
ba80880ab6
Fix
2024-10-16 13:02:53 +02:00
Adria Navarro
830ed0cda2
Fix undefineds
2024-10-16 12:51:20 +02:00
Adria Navarro
7266fb3c1b
Run tests for all
2024-10-16 12:38:38 +02:00
Adria Navarro
2d460f1955
Fix supporting filter using table names
2024-10-16 12:26:13 +02:00
Sam Rose
f475454bce
Fix search API break.
2024-09-24 18:07:31 +01:00
Sam Rose
e3256cb005
Fix row.spec.ts.
2024-09-24 17:46:38 +01:00
Sam Rose
fc9b54cb85
Mostly solving type errors around passing the view all the way down, got a fair few left.
2024-09-24 13:01:33 +01:00
Andrew Kingston
da122d2ac1
Add table ID to row deletion requests that only contain string IDs
2024-09-18 14:55:09 +01:00
Adria Navarro
79ed5cd5a6
Fix
2024-08-29 13:16:27 +02:00
Adria Navarro
d75f1debda
Update
2024-08-29 13:16:27 +02:00
Adria Navarro
6b259676b2
Enrich on get row from view
2024-08-29 13:16:27 +02:00
Adria Navarro
54406fd6b5
Rename fetchView to fetchLegacyView
2024-08-28 14:56:40 +02:00
Adria Navarro
9459dd1820
getSourceId returns table & view data
2024-08-28 12:41:42 +02:00
Adria Navarro
6d8b0881a1
Rename
2024-08-28 12:17:25 +02:00
mike12345567
e32409da15
Fixing an issue with app import - old attachments which have an invalid state can cause the app to fail to import.
2024-08-15 14:25:36 +01:00
Adria Navarro
75609b2a9b
Move row.find to sdk
2024-07-23 15:16:15 +02:00
Peter Clement
2b96cbcad7
Expose old row binding in automations ( #13931 )
...
* expose old row through the emitter
* accidentally added oldRow to step
* fix row fetch in external datasources
* add test for new / old row comparison
* add testing for old row update event
* allow function overloading in test files
* update tests per comments
* handle event race condition
* update test data modal to account for old row output
* switch icon positioning
2024-06-18 13:45:58 +01:00
melohagan
f8765fb254
Don't add or remove quotas for external DB rows ( #13926 )
...
* Don't add or remove quotas for external DB rows
* update account-portal
* fix unit test
2024-06-12 13:49:37 +00:00
Dean
3823ffa4fd
Ensure snippet context is disabled by default in test. Add override for search
2024-05-02 17:59:55 +01:00
Dean
5e7d1169f7
Minor refactor to accomodate testing with snippets. More test cases for multiple binding types
2024-05-02 16:26:09 +01:00
Dean
6bbdf0e474
Bindings support for views and table row searches
2024-04-18 17:04:26 +01:00
Adria Navarro
465fde2460
Merge branch 'master' into BUDI-8082/download-files-using-a-button-action
2024-04-10 14:31:37 +02:00
Adria Navarro
e87c84b0aa
Download single attachment column
2024-04-04 21:28:07 +02:00
Adria Navarro
151ea235f1
Handle empty attachments
2024-04-04 21:28:06 +02:00
Adria Navarro
ac5d578349
Zip file
2024-04-04 21:28:06 +02:00
Adria Navarro
d91da45880
Download attachment api (returns only first for now)
2024-04-04 21:27:22 +02:00
mike12345567
4c755b3af3
Improving typing around search, there was duplicates of SearchParams and SearchResponse - which were a little different, bring all of this together under the types library.
2024-03-28 17:57:37 +00:00
mike12345567
9ec77c45c8
Adding test case to confirm works as expected.
2024-03-08 10:24:48 +00:00
Sam Rose
5d42804020
Migrate some of RowAPI, WIP
2024-03-01 15:20:07 +00:00
melohagan
6e4c2b7242
Export data make CSV delimiter configurable ( #13028 )
...
* Add delimiter option
* Add custom delimiter
* external export delimiter
* Custom headers for row export
* External export rows custom headers
* Support custom JSON export labels
* Handle export table source switch
* update account portal
* Add space as delimiter
* Refactor
* update account portal
2024-02-27 09:23:49 +00:00
mike12345567
bbeaed48a7
Removing the use of the addQueries quota functionality from row API - we don't make use of these statistics anymore (and haven't in a while) counting them is pointless and could be causing some loss in performance in these heavily used endpoints.
2024-01-04 17:38:54 +00:00
Adria Navarro
ed32b701ec
Move row save to sdk
2023-12-22 14:37:54 +01:00
Adria Navarro
db2c20e3ae
eslint import/newline-after-import
2023-11-20 21:52:29 +01:00
Dean
9bb9fb5549
Reintroduce filtering and sorting for exported row data
2023-11-06 17:00:47 +00:00
mike12345567
9b1a7bd854
PR comments - updating pickAPI to use a common function.
2023-10-27 11:43:01 +01:00
mike12345567
ee4a042204
Typing fixes - unsure why all of these came up suddenly.
2023-10-05 18:40:56 +01:00
mike12345567
ff5e9a468d
Add an error if trying to add new users to the user metadata table within an app - this is invalid and should throw an error.
2023-09-14 12:44:14 +01:00
Adria Navarro
cf74f19381
Use test api
2023-09-13 10:13:54 +02:00
Adria Navarro
93124d804b
Fix validate test
2023-09-08 10:17:22 +02:00
Adria Navarro
c6621e8c49
Type response
2023-09-08 10:04:35 +02:00
mike12345567
83875cd2d6
Merge branch 'develop' of github.com:Budibase/budibase into merge-master-develop
2023-09-05 12:29:27 +01:00
mike12345567
d096f359d7
Revert "Revert "Merge branch 'develop' into master""
...
This reverts commit 3265042025
.
2023-09-05 12:28:56 +01:00
Dean
4d2f76e5be
Fix for view export filtering and view tableblock exception
2023-08-31 08:42:31 +01:00
Martin McKeaveney
3265042025
Revert "Merge branch 'develop' into master"
...
This reverts commit 99adc2039b
, reversing
changes made to fec20e526e
.
2023-08-29 14:27:39 +01:00
mike12345567
7110351bdc
Revert "revert develop into master"
...
This reverts commit fd099658a0
.
2023-08-18 14:33:21 +01:00
Andrew Kingston
b5546f8d9b
Update server and builder to properly sync changes with tables and views across all users
2023-08-17 16:04:56 +01:00
Martin McKeaveney
fd099658a0
revert develop into master
2023-08-17 10:28:15 +01:00