Iván Ovejero
|
7bb2d1799e
|
refactor(core): Consolidate executions controllers (no-changelog) (#8349)
|
2024-01-16 16:52:21 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
b267bf07e3
|
fix(core): Prevent NodeErrors from being wrapped multiple times (#8301)
|
2024-01-16 16:18:34 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
64ceb16af6
|
refactor(core): Use DI in PermissionChecker (no-changelog) (#8344)
|
2024-01-16 14:15:29 +01:00 |
|
Iván Ovejero
|
420b4271a9
|
refactor(core): Move typeorm operators from Public API (no-changelog) (#8319)
|
2024-01-16 13:35:43 +01:00 |
|
Omar Ajoue
|
e1acb5911a
|
refactor: Make execution IDs mandatory in BE (#8299)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
|
2024-01-16 09:53:17 +00:00 |
|
Iván Ovejero
|
0f4f472a72
|
refactor(core): Eliminate dead Redis code (no-changelog) (#8292)
|
2024-01-16 09:31:45 +01:00 |
|
Iván Ovejero
|
5fbd7971e0
|
fix(core): Account for immediate confirmation request during test webhook creation (#8329)
|
2024-01-16 09:17:41 +01:00 |
|
Tomi Turtiainen
|
dfa486e4f2
|
fix: Change setup credentials modal title (no-changelog) (#8338)
|
2024-01-16 09:31:44 +02:00 |
|
Ricardo Espinoza
|
4277e92ec0
|
feat(editor): Add new /templates/search endpoint (#8227)
Updating n8n front-end to use the new search endpoint powered by TypeSense.
Endpoint is deployed on staging API so, in order to test it, use this env var:
```export N8N_TEMPLATES_HOST=https://api-staging.n8n.io/api```
**NOTE**: This PR should not be merged until [backend changes](https://github.com/n8n-io/creators-site/pull/118) are merged and released.
## Related tickets and issues
https://linear.app/n8n/issue/ADO-1555/update-in-app-search-to-work-with-the-new-back-end
## Review / Merge checklist
- [x] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
- [ ] Tests included.
> A bug is not considered fixed, unless a test is added to prevent it from happening again.
> A feature is not complete without tests.
|
2024-01-15 16:19:24 -05:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
bb2be8d705
|
fix(Microsoft SQL Node): Fix "Maximum call stack size exceeded" error on too many rows (#8334)
|
2024-01-15 17:52:39 +01:00 |
|
Michael Kret
|
c921665f9a
|
fix(AwsS3 Node): Return confirmation of success after upload (#8312)
|
2024-01-15 18:00:47 +02:00 |
|
Jon
|
cf7131d766
|
fix(Google Drive Node): Fix issue preventing service account from downloading files (#7642)
|
2024-01-15 15:06:47 +00:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
52a2e25a25
|
fix(core): Replace all moment imports with moment-timezone (#8337)
|
2024-01-15 15:45:33 +01:00 |
|
Ricardo Espinoza
|
e3cedf7db0
|
fix(Venafi TLS Protect Cloud Node): Remove parameter Application Server Type (#8325)
## Summary
Parameter was removed from the API.
## Review / Merge checklist
- [x] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
|
2024-01-15 09:25:59 -05:00 |
|
Ricardo Espinoza
|
dac0ddaf16
|
fix: Typos in nodes infoboxes (no-changelog) (#8324)
## Summary
Title self explanatory
## Related tickets and issues
https://linear.app/n8n/issue/ADO-1687/bug-fix-typo-on-info-box
## Review / Merge checklist
- [x] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
|
2024-01-15 09:12:43 -05:00 |
|
Ricardo Espinoza
|
057d7d0318
|
fix(Venafi TLS Protect Cloud Trigger Node): Handle new webhook payload format (#8326)
|
2024-01-15 09:03:23 -05:00 |
|
Ricardo Espinoza
|
6b92d49ea5
|
fix(editor): Fix issue with synchronization table on LDAP not loading data (#8327)
## Summary
When we migrated to Vue3, we updated to a new component and did not provide the right props.
before:
https://www.loom.com/share/ce12b21fdda44176b3e949a00c582252
now:
https://www.loom.com/share/354d1dcb51bd47a9910d5bfe34c7c9b8
## Related tickets and issues
https://linear.app/n8n/issue/PAY-1134/ldap-synchronization-table-in-ui-remains-empty-even-after-successful
## Review / Merge checklist
- [x] PR title and summary are descriptive. **Remember, the title automatically goes into the changelog. Use `(no-changelog)` otherwise.** ([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md))
|
2024-01-15 09:03:10 -05:00 |
|
Ricardo Espinoza
|
3c2a4000ae
|
refactor(core): Use DI for LDAP code (no-changelog) (#8248)
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
|
2024-01-15 09:01:48 -05:00 |
|
Michael Kret
|
a6a5372b5f
|
fix(OpenAI Node): Load correct models for operation (#8313)
|
2024-01-15 15:13:38 +02:00 |
|
Deborah
|
c8a2fe05d2
|
docs: Update link in manual chat trigger node (no-changelog) (#8328)
|
2024-01-15 11:54:32 +00:00 |
|
oleg
|
464be93323
|
feat: Implement Chat Memory Manager node (#8127)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
|
2024-01-15 10:13:54 +02:00 |
|
oleg
|
851060dd3f
|
fix: Add fallback resolver for langchain modules (#8308)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
|
2024-01-12 18:33:33 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
63b738a542
|
fix(Ollama Model Node): Use a simpler credentials test (#8318)
|
2024-01-12 16:37:46 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
135b543fd3
|
ci: Update the validate-n8n-pull-request-title action (no-changelog) (#8320)
|
2024-01-12 16:37:25 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
0776814ed8
|
fix(core): Prevent invalid compressed responses from making executions stuck forever (#8315)
|
2024-01-12 15:18:46 +01:00 |
|
Michael Kret
|
e0804768e8
|
fix(Supabase Node): Pagination for get all rows (#8311)
|
2024-01-12 15:14:10 +02:00 |
|
Iván Ovejero
|
1a0e285553
|
feat(core): Implement inter-main communication for test webhooks in multi-main setup (#8267)
|
2024-01-12 11:48:58 +01:00 |
|
Tomi Turtiainen
|
135553bd6b
|
feat: Redirect users without feature flag from template cred setup (no-changelog) (#8302)
|
2024-01-12 12:10:39 +02:00 |
|
oleg
|
c2748802a2
|
ci: Add @aws-sdk/credential-provider-node and @aws-sdk/types modules (no-changelog) (#8310)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
|
2024-01-11 18:46:21 +01:00 |
|
Alex Grozav
|
1824ff6a13
|
fix(editor): Add back missing computed prop (no-changelog) (#8306)
|
2024-01-11 16:56:42 +02:00 |
|
Alex Grozav
|
361cda6a7e
|
fix: Disable @typescript-eslint/no-use-before-define rule (no-changelog) (#8304)
|
2024-01-11 16:15:54 +02:00 |
|
Alex Grozav
|
2b98835bf4
|
fix(editor): Remove pinData mixin (no-changelog) (#8303)
|
2024-01-11 15:04:52 +02:00 |
|
Csaba Tuncsik
|
3b8ccb9fb9
|
fix(editor): Properly set colors for connections and labels on nodes with pinned data (#8209)
Co-authored-by: Alex Grozav <alex@grozav.com>
|
2024-01-11 14:03:23 +01:00 |
|
oleg
|
884396ea0d
|
fix(API): Fix manual chat trigger execution (#8300)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
|
2024-01-11 14:01:07 +01:00 |
|
Mutasem Aldmour
|
93b969a327
|
fix: Fix node graph telemetry with default values (#8297)
|
2024-01-11 13:25:40 +01:00 |
|
Elias Meire
|
dcc76f3480
|
fix(editor): Add read only mode to filter component (#8285)
|
2024-01-11 10:28:15 +01:00 |
|
Tomi Turtiainen
|
d877d3ce92
|
fix: Adjust cred setup telemetry (no-changelog) (#8294)
|
2024-01-10 19:41:25 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
05c43faa2d
|
fix(HTTP Request Node): Delete response.request only when it's a valid circular references (#8293)
|
2024-01-10 18:05:19 +01:00 |
|
Omar Ajoue
|
8c7f39907f
|
fix: Properly output saml validation errors (#8284)
|
2024-01-10 16:56:04 +01:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
53612def31
|
Merge tag 'n8n@1.24.0'
|
2024-01-10 16:23:39 +01:00 |
|
github-actions[bot]
|
8a4231e9f6
|
🚀 Release 1.24.0 (#8290)
Co-authored-by: ivov <ivov@users.noreply.github.com>
|
2024-01-10 16:16:25 +01:00 |
|
Alex Grozav
|
d32e6a60da
|
feat(editor): Migrate deviceSupportHelpers mixin to useDeviceSupport composable (no-changelog) (#8289)
|
2024-01-10 16:42:01 +02:00 |
|
Omar Ajoue
|
8a7c629ea1
|
fix: Store workflow settings when saving an execution (#8288)
|
2024-01-10 14:20:37 +00:00 |
|
Elias Meire
|
3b01eb60c9
|
fix(MySQL Node): Only escape table names when needed (#8246)
|
2024-01-10 14:41:00 +01:00 |
|
Elias Meire
|
dce28f9cb9
|
feat(Google Sheets Node): Add "By Name" option to selector for Sheets (#8241)
Co-authored-by: Michael Kret <michael.k@radency.com>
|
2024-01-10 14:30:09 +01:00 |
|
Michael Kret
|
e796e7f06d
|
feat(MongoDB Node): Add support for TLS (#8266)
|
2024-01-10 15:02:05 +02:00 |
|
Alex Grozav
|
94c9cd4080
|
feat: Update @n8n/chat exports and add example images (no-changelog) (#8274)
|
2024-01-10 14:50:41 +02:00 |
|
कारतोफ्फेलस्क्रिप्ट™
|
b31fcdb578
|
ci: Add support for optionally including ARM64 support in custom images (no-changelog) (#8286)
|
2024-01-10 12:57:06 +01:00 |
|
oleg
|
de088bfcf8
|
ci: Update Cypress & increase amount of e2e containers (#8282)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
|
2024-01-10 12:35:47 +01:00 |
|
Michael Kret
|
ccde38a8a8
|
fix(Monday.com Node): Migrate to api 2023-10 (#8254)
|
2024-01-10 11:17:00 +02:00 |
|