1
0
Fork 0
mirror of synced 2024-09-25 13:51:40 +12:00
Commit graph

228 commits

Author SHA1 Message Date
Adria Navarro
385c5f6e99 Trim unwanted columns in outputProcessing 2024-08-19 15:59:58 +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
Sam Rose
2efa8dfca2
Fix lint. 2024-08-05 12:10:03 +01:00
Sam Rose
383132d06c
Actually fix time zone problems this time. 2024-07-30 17:26:00 +01:00
Sam Rose
aa7894604f
Fix dates and times for good? maybe? 2024-07-30 16:56:59 +01:00
Sam Rose
ad414b982e
Gone some way toward getting time-only fields to work. Still test failures though. 2024-07-29 16:54:59 +01:00
Sam Rose
a4b66e00e4
Fix bigints. 2024-07-29 14:32:28 +01:00
Sam Rose
50d1972127
wip 2024-07-29 09:57:24 +01:00
Sam Rose
c64d76eb84
Respond to PR comments. 2024-07-19 15:07:58 +01:00
Sam Rose
372153bc97
Accommodate time values in datetime coercion. 2024-07-15 17:27:03 +01:00
Sam Rose
18acaccfcb
Current User binding and tests. 2024-07-15 16:26:15 +01:00
Sam Rose
ee0c4187c8
Better error handling of invalid default values. 2024-07-15 12:09:01 +01:00
Sam Rose
297e9003ca
Support bindings in default values. 2024-07-15 11:10:30 +01:00
Sam Rose
12911db06e
Process primitive default values. 2024-07-15 10:43:58 +01:00
Dean
77ca85f140 Attachment single does require a mapping. Clearing it to an empty string is invalid. It has been changed to null 2024-06-28 11:07:06 +01:00
Dean
7d274e5a84 Remove unnecessary row mappings. Updated input processing tests to accommodate clearing BB_REFERENCE types by defaulting to an empty array 2024-06-28 10:42:58 +01:00
Dean
23b0f3dfe4 Added missing rowProcessor mapping config for BB_Reference, BB_Reference_Single and Attachment_Single 2024-06-27 14:25:32 +01:00
Dean
21c335caab Lint and tidying up 2024-06-26 14:29:42 +01:00
Dean
9adae8a9fd If a relationship value is set to null, the row processor will set it to an empty to array an ensure its properly cleared. Previously the empty value would be an empty string, which was then set to an empty array in the rowProcessor 2024-06-26 11:12:25 +01:00
Adria Navarro
eac426f3c0 Return date only as dates 2024-05-22 12:04:55 +02:00
Dean
37dd75823f PR feedback, signature to signature single 2024-05-17 17:04:15 +01:00
Dean
5a5896bd50 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-16 10:58:15 +01:00
Dean
166206f185 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-15 16:35:31 +01:00
Andrew Kingston
3d5795e934 Fix JSON error when editing rows in modal that contain unset attachments 2024-05-15 15:53:47 +01:00
Adria Navarro
74ac68d72d Fix tests 2024-05-14 18:22:55 +02:00
Adria Navarro
092e75ed6c Treat deprecatedSingleUserColumn as single on inputting 2024-05-14 17:48:10 +02:00
Adria Navarro
efb02a2c44 Improve message 2024-05-14 17:44:52 +02:00
Dean
55e7ea55f7 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-14 14:48:09 +01:00
mike12345567
5b5e7e47a2 Fixing some issues with updating rows with attachments, there were some UI bugs that had been raised (undefined being displayed) and the uploading from a URL was not working as expected, due to the stream not matching the expected format of the S3 SDK - this has been fixed by converting the stream to a true readable stream with . 2024-05-13 18:11:40 +01:00
Dean
a64aec0173 Test fix 2024-05-13 16:39:30 +01:00
Dean
b0a65b4699 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-13 16:22:19 +01:00
Dean
0589a6a730 Refactored signature from previous array implementation to the new single approach. Added support for automations 2024-05-13 16:19:02 +01:00
Adria Navarro
d83e5e21f2
Merge branch 'master' into feat/budi-8123-single-user 2024-05-09 18:05:16 +02:00
deanhannigan
b5bf914cd7
Merge branch 'master' into feature/signature-field-and-component 2024-05-09 14:47:14 +01:00
Peter Clement
db273bcd36
Support attachment columns in Automations (#13567)
* base work to support attachments in create / update row

* handle single attachment column

* fix tests

* pro

* fix some types

* handle case where file exists in storage

* improve attacment processing

* refactor slightly and ensure correct url is used for existing attachments

* add test

* Fixing a build issue.

* update tests

* some lint

* remove cursed backend-core test util

* addressing pr comments

* refactoring nasty automationUtils upload code

* remove uneeded check

* use basneeame for fallback filename

* add a test to ensure coverage of single attachment column type

* fail early when fetching object metadata

---------

Co-authored-by: mike12345567 <me@michaeldrury.co.uk>
2024-05-09 14:30:56 +01:00
Sam Rose
e0bb052138
Fix lint. 2024-05-09 12:02:29 +01:00
Sam Rose
69c8264388
Remove src/sdk/app/rows/tests/internal.spec.ts. 2024-05-09 11:57:17 +01:00
Dean
3712e290b0 Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-09 09:19:00 +01:00
Peter Clement
1d300c2577
Remove aws sdk global mock and update tests (#13637)
* Remove aws sdk global mock and update tests

* add awaits

* Minio healthcheck in tests.

* Bind to 127.0.0.1 instead of 0.0.0.0

* Fix port fetching for minio container.

* Actually fix port mapping this time.

* Pull minio container before running tests.

* Enable testcontainers debug logging.

* Promote minio container to always running in tests, like CouchDB.

* Remove testcontainers debug logging.

---------

Co-authored-by: Sam Rose <hello@samwho.dev>
2024-05-08 14:08:34 +01:00
Dean
a29301a2fc Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component 2024-05-08 09:43:30 +01:00
Adria Navarro
23d6c0dc3a Fix tests 2024-05-03 16:35:20 +02:00
Adria Navarro
d91292f532 Handle null or empty on processor 2024-05-03 16:21:35 +02:00
Sam Rose
703092505d
Respond to PR feedback. 2024-05-03 15:08:21 +01:00
Sam Rose
99ecefaedf
Fix row.spec.ts 2024-05-03 14:37:13 +01:00
Sam Rose
af516427fc
Attempt to fix race condition when creating multiple auto ID columns in parallel. 2024-05-03 14:14:10 +01:00
Adria Navarro
b3ff417844 Lint 2024-05-03 13:04:44 +02:00
Adria Navarro
d259bdbf7b Fix 2024-05-03 09:34:42 +02:00
Adria Navarro
2c5e9ff784 processOutputBBReference vs processOutputBBReferences 2024-05-03 09:31:24 +02:00
Adria Navarro
1767650337 processInputBBReference vs processInputBBReferences 2024-05-02 16:51:48 +01:00
Adria Navarro
2e4b69e381 PR comments 2024-05-02 12:12:48 +01:00