Andrew Kingston
495c01c1a2
Allow generating screens from the data section
2024-08-23 11:19:56 +01:00
Andrew Kingston
c7a4fddd11
Update automation grouping to group by datasource first
2024-08-22 16:44:57 +01:00
Adria Navarro
0202db3efe
Unify enums
2024-07-31 12:20:45 +02:00
Dean
ae4279bc58
Remove Attachment and Signature from filters. Add _id support for DynamicFilter. Removed _rev from filters
2024-07-11 16:39:49 +01:00
Dean
37dd75823f
PR feedback, signature to signature single
2024-05-17 17:04: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
87ab4ad370
Use multi rather than multiple for data type names
2024-05-15 10:09:00 +01:00
Andrew Kingston
bf2b277134
Update naming of some data types and update order
2024-05-14 16:31:21 +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
Andrew Kingston
824893cbcd
Merge branch 'master' into feature/changelog-in-builder
2024-05-13 13:37:23 +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
457eebbcb4
Fix types
2024-05-06 08:06:43 +02:00
Adria Navarro
c723790594
Rename
2024-05-02 12:10:29 +01:00
Adria Navarro
70c6d56c1e
Merge branch 'feat/budi-8123-single-user' into budi-8123/single-user-column-type
2024-05-02 12:06:42 +01:00
Adria Navarro
5699d28eb6
Display json
2024-04-30 10:26:42 +01:00
Adria Navarro
d45aa9beaf
Merge branch 'master' into budi-8123/single-user-column-type
2024-04-26 12:47:35 +02:00
Adria Navarro
1aad2ee6d2
Fix after renames
2024-04-26 12:23:11 +02:00
Adria Navarro
61bb40d0d3
Remove FieldTypeSubtypes
2024-04-26 12:09:32 +02:00
Adria Navarro
558c43bb77
Rename
2024-04-25 13:20:59 +02:00
Adria Navarro
b13d47e88d
Fix display items
2024-04-25 13:20:59 +02:00
Adria Navarro
2555a145b2
Add user/users column types
2024-04-25 13:20:59 +02:00
Dean
6d4e2b7454
Added changelog links to portal help section and version update modal
2024-04-23 16:21:36 +01:00
Dean
04d3226185
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-18 09:08:16 +01:00
Adria Navarro
3e32ce4d24
Use shared-core
2024-04-17 12:12:09 +02:00
Dean
9c7fed9eb8
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-11 15:06:59 +01:00
Adria Navarro
b4063fae01
Merge branch 'master' into revert-13398-revert-13356-BUDI-8122/single-attachment-column-type
2024-04-10 12:42:03 +02:00
Adria Navarro
2322e430c4
Lint
2024-04-10 12:26:22 +02:00
Adria Navarro
e744e4ebb1
Unify icons
2024-04-10 11:52:19 +02:00
Dean
203d6484ea
Merge remote-tracking branch 'origin/master' into feature/signature-field-and-component
2024-04-05 14:15:47 +01:00
Dean
1e5506b8c3
Full support for signature field type and some feedback changes
2024-04-05 12:50:09 +01:00
Michael Drury
5437188385
Revert "Revert "Single attachment column type""
2024-04-03 16:05:18 +01:00
Michael Drury
1cfe4da027
Revert "Single attachment column type"
2024-04-03 16:01:45 +01:00
Adria Navarro
291ad618e3
Change order
2024-04-03 12:54:43 +02:00
Adria Navarro
32d11498d2
Change icons
2024-04-03 12:54:43 +02:00
Adria Navarro
aabee4d90e
Rename ATTACHMENT to ATTACHMENTS
2024-04-03 12:54:21 +02:00
Adria Navarro
a8c3011071
Rename FieldType.ATTACHMENT to FieldType.ATTACHMENTS
2024-04-03 12:54:20 +02:00
Adria Navarro
38bfdcd749
Rename attachment to attachment list
2024-04-03 12:53:54 +02:00
Adria Navarro
fba24987af
Undo icon change
2024-04-03 12:41:32 +02:00
Adria Navarro
1fd4365cba
Lint
2024-04-03 12:38:17 +02:00
Adria Navarro
5f55b85e98
Remove single
2024-04-03 12:29:13 +02:00
Adria Navarro
fcda81434c
Fix types
2024-04-03 12:03:13 +02:00
Adria Navarro
890059829f
More types
2024-04-03 12:03:05 +02:00
Dean
6b5938aef6
Merging
2024-03-22 15:26:05 +00:00
melohagan
c12e5fd196
Fix array type missing from query schema selector ( #12772 )
...
* Tidy MongoDB aggregation pipeline view
* Remove unused code
* WIP
* Add bindings for bindings drawer
* Is not external table if it's a query
* Add QueryArrayFetch
* Bug fix
* JavaScript is the worst
* refactor
* Add array label to query schema
* Remove console log
* type fix
* Don't include Array in SchemaTypeOptions, but show label
* Fix bindings
* refactor
* Rename isObject to hasSchema
* WIP
* Typing WIP
* Type not Types
* Unused import
* type fix
* Handle json array subtype
* Support queryarray datasource type
* refactor
* yarn lock
* update account portal
---------
Co-authored-by: Sam Rose <hello@samwho.dev>
2024-02-19 09:13:03 +00:00
melohagan
649dafba47
n8n automation action integration ( #12992 )
...
* Add n8n automation action
* Add authorization header support
* add unit tests
* Replace test.com with example.com
* Add HttpMethod enum to types
* fix unit test
* Add required field label asterisk
2024-02-15 13:05:03 +00:00
Adria Navarro
cd4fccbd6e
Allow excluding js helpers
2024-01-31 10:34:49 +01:00
Adria Navarro
70d49bbd6b
Renames
2024-01-31 09:59:59 +01:00
Adria Navarro
d1712bda52
Remove helpers not available in js
2024-01-30 17:37:09 +01:00
mike12345567
3236616307
Getting REST UI to work with full schema objects.
2024-01-22 17:48:39 +00:00