n8n/packages/nodes-base/credentials/test
n8n-assistant[bot] ed9fa260fa
chore: Resolve master→3.x sync conflict (#34758)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Stephen Wright <sjw948@gmail.com>
Co-authored-by: n8n-assistant[bot] <100856346+n8n-assistant[bot]@users.noreply.github.com>
Co-authored-by: Charlie Kolb <charlie@n8n.io>
Co-authored-by: Guillaume Jacquart <jacquart.guillaume@gmail.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Bernhard Wittmann <bernhard.wittmann@n8n.io>
Co-authored-by: Nikhil Kuriakose <nikhil.kuriakose@n8n.io>
Co-authored-by: Albert Alises <albert.alises@gmail.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Andreas Fitzek <andreas.fitzek@n8n.io>
Co-authored-by: Elias Meire <elias@meire.dev>
Co-authored-by: Robin Braumann <50590409+bjorger@users.noreply.github.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
Co-authored-by: Mike Repeć <mike.repec@n8n.io>
Co-authored-by: Yuliia Pominchuk <31064937+yuliia-pominchuk@users.noreply.github.com>
Co-authored-by: RomanDavydchuk <roman.davydchuk@n8n.io>
Co-authored-by: Kai <kai.hartlage@n8n.io>
Co-authored-by: José Braulio González Valido <jose.gonzalez@n8n.io>
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
Co-authored-by: Alex Grozav <alex@grozav.com>
Co-authored-by: Lorent Lempereur <looorent@users.noreply.github.com>
Co-authored-by: Rodrigo Santos da Silva <rodrigo.silva@n8n.io>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Dmitrii <dmitrii.kulikov@n8n.io>
Co-authored-by: Savelii <savelii.sychov@n8n.io>
Co-authored-by: Arvin A <51036481+DeveloperTheExplorer@users.noreply.github.com>
Co-authored-by: Raúl Gómez Morales <raul00gm@gmail.com>
Co-authored-by: multica-agent <github@multica.ai>
Co-authored-by: Yen Su <49794855+yens1@users.noreply.github.com>
Co-authored-by: Nour Alhadi Mahmoud <nour.mahmoud@n8n.io>
Co-authored-by: Eugene <eugene@n8n.io>
Co-authored-by: LevSky22 <56281588+LevSky22@users.noreply.github.com>
Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Sam Wooler <swooler592@gmail.com>
Co-authored-by: Soham Ingle <sohamingle@gmail.com>
Co-authored-by: Vishesh Gupta <vishesh.gupta12@outlook.com>
Co-authored-by: Declan Carroll <declan@n8n.io>
Co-authored-by: Jan Kalkan <jan.kalkan@n8n.io>
Co-authored-by: n8n-assistant[bot] <n8n-assistant[bot]@users.noreply.github.com>
2026-07-23 10:05:19 +02:00
..
common fix(HTTP Node): Handle Azure Storage Shared Key (#22136) 2025-11-26 20:10:50 +00:00
aws-assume-role-utils.test.ts refactor(core): Replace hand-written STS AssumeRole with AWS SDK (#32990) 2026-06-30 09:18:27 +00:00
Aws.credentials.test.ts fix(HTTP Request Node): Sign non-standard AWS endpoint hosts with the correct region and service (#34081) 2026-07-15 11:43:20 +00:00
Aws.signing.test.ts fix(core): Coerce AWS request header values to strings before signing (#34534) 2026-07-20 13:40:33 +00:00
AwsAssumeRole.credentials.test.ts fix(HTTP Request Node): Sign AWS PrivateLink (vpce) endpoints correctly (#33769) 2026-07-13 14:13:05 +00:00
AzureStorageOAuth2Api.credentials.test.ts chore: Resolve master→3.x sync conflict (#34758) 2026-07-23 10:05:19 +02:00
CalendlyApi.credentials.test.ts fix(Calendly Trigger Node): Use API v2 for webhook subscriptions (#29771) 2026-05-07 11:29:34 +00:00
CiscoSecureEndpointApi.credentials.integration.test.ts refactor(core): Route credential token requests through the shared HTTP client (#32595) 2026-06-19 13:18:10 +00:00
CiscoSecureEndpointApi.credentials.test.ts refactor(core): Route credential token requests through the shared HTTP client (#32595) 2026-06-19 13:18:10 +00:00
DatabricksOAuth2Api.credentials.test.ts fix(Databricks Node): Allow configuring the token-expired status code on OAuth2 credential (#32824) 2026-06-23 12:59:08 +00:00
DeepLApi.credentials.test.ts fix(DeepL Node): Update credentials to use header-based authentication (#24614) 2026-05-04 17:10:45 +00:00
FacebookGraphApiOAuth2Api.credentials.test.ts feat(Facebook Graph API Node): Add OAuth2 support (#27112) 2026-05-12 13:32:08 +00:00
FacebookGraphAppOAuth2Api.credentials.test.ts feat(Facebook Graph API Node): Add OAuth2 support (#27112) 2026-05-12 13:32:08 +00:00
FigmaOAuth2Api.credentials.test.ts feat(Figma Trigger Node): Add OAuth2 authentication support (#30079) 2026-05-11 11:30:49 +00:00
GithubAppApi.credentials.test.ts refactor: Remove @n8n/utils barrel export (no-changelog) (#33082) 2026-06-30 16:05:24 +03:00
GoogleApi.credentials.integration.test.ts refactor(core): Route credential token requests through the shared HTTP client (#32595) 2026-06-19 13:18:10 +00:00
GoogleApi.credentials.test.ts chore: Bundle/2.x (#33793) 2026-07-08 08:48:55 +03:00
GoogleBigQueryOAuth2Api.credentials.test.ts feat(Google BigQuery Node): Allow custom OAuth2 scopes (#33822) 2026-07-09 08:37:51 +00:00
GoogleCalendarOAuth2Api.credentials.test.ts feat(Google Calendar Node): Allow custom OAuth2 scopes (#32661) 2026-06-22 09:23:04 +00:00
GoogleCloudStorageOAuth2Api.credentials.test.ts feat(Google Cloud Storage Node): Allow custom OAuth2 scopes (#32659) 2026-06-22 08:29:19 +00:00
GoogleCustomScopes.credentials.test.ts chore: Resolve master→3.x sync conflict (#34758) 2026-07-23 10:05:19 +02:00
GoogleSheetsOAuth2Api.credentials.test.ts feat: Add showOnDeployment option, show warning for read file node on cloud (#34417) 2026-07-17 14:32:37 +00:00
GumroadOAuth2Api.credentials.test.ts feat(Gumroad Trigger Node): Add OAuth2 authentication (#29974) 2026-05-26 07:31:13 +00:00
JiraSoftwareCloudOAuth2Api.credentials.test.ts feat(Jira Node): Add OAuth2 (3LO) support (#29414) 2026-05-06 09:49:30 +00:00
LinearOAuth2Api.credentials.test.ts feat(core): Add agent chat integration improvements (no-changelog) (#31199) 2026-05-28 09:35:57 +00:00
MicrosoftAzureMonitorOAuth2Api.credentials.test.ts chore: Resolve master→3.x sync conflict (#34758) 2026-07-23 10:05:19 +02:00
MicrosoftDynamicsOAuth2Api.credentials.test.ts chore: Resolve master→3.x sync conflict (#34758) 2026-07-23 10:05:19 +02:00
MicrosoftEntraServicePrincipalApi.credentials.test.ts feat: Add certificate authentication to the Microsoft Entra Service Principal credential (#33420) 2026-07-06 08:23:01 +00:00
MicrosoftExcelOAuth2Api.credentials.test.ts feat: Add support for custom scopes in the MS Excel credential (#24756) 2026-01-23 14:48:38 +00:00
MicrosoftGraphSecurityOAuth2Api.credentials.test.ts chore: Resolve master→3.x sync conflict (#34758) 2026-07-23 10:05:19 +02:00
MicrosoftOAuth2Api.credentials.test.ts feat(core): Add certificate authentication option to Microsoft OAuth2 credentials (#33227) 2026-07-01 13:55:09 +00:00
MicrosoftOneDriveOAuth2Api.credentials.test.ts feat(Microsoft OneDrive Node): Allow custom OAuth scopes (CE-949) (#31255) 2026-06-01 13:51:21 +00:00
MicrosoftOutlookOAuth2Api.credentials.test.ts feat(Microsoft Outlook Node): Allow custom OAuth scopes (CE-950) (#31262) 2026-06-01 12:19:54 +00:00
MicrosoftSharePointOAuth2Api.credentials.test.ts feat(Microsoft SharePoint Node): Allow custom OAuth scopes (#31256) 2026-06-01 11:10:01 +00:00
MicrosoftTeamsOAuth2Api.credentials.test.ts fix(Microsoft Teams Node): Downgrade OAuth2 scope from Group.ReadWrite.All to Group.Read.All (#28141) 2026-06-29 12:27:45 +00:00
MicrosoftToDoOAuth2Api.credentials.test.ts feat(Microsoft To Do Node): Allow custom OAuth2 scopes (#32538) 2026-06-18 08:55:07 +00:00
MiroOAuth2Api.credentials.test.ts fix: Make Miro OAuth2 scope field visible (#25105) 2026-07-01 15:58:04 +00:00
OpenAiApi.credentials.test.ts fix(core): OpenAI and Anthropic custom header credentials causing inconsistent behaviours (#33131) 2026-06-29 09:14:06 +00:00
SalesforceJwtApi.credentials.integration.test.ts refactor: Remove @n8n/utils barrel export (no-changelog) (#33082) 2026-06-30 16:05:24 +03:00
SalesforceJwtApi.credentials.test.ts refactor: Remove @n8n/utils barrel export (no-changelog) (#33082) 2026-06-30 16:05:24 +03:00
SchemaRegistryApi.credentials.test.ts feat(Kafka Node): Add Schema Registry credential type (#32026) 2026-06-12 15:29:09 +00:00
SlackOAuth2Api.credentials.test.ts feat(Slack Node): Allow users to configure OAuth2 scopes (#28728) 2026-04-28 12:30:40 +00:00
SnowflakeOAuth2Api.credentials.test.ts feat(Snowflake Node): Add OAuth2 credential support (#29391) 2026-05-18 11:30:47 +00:00
StravaOAuth2Api.credentials.test.ts feat(Strava Node): Allow custom OAuth2 scopes (#29972) 2026-05-07 09:57:03 +00:00
TrelloOAuth1Api.credentials.test.ts feat(Trello Node): Add OAuth1 credential support (#30369) 2026-06-02 13:02:57 +00:00
WordpressOAuth2Api.credentials.test.ts feat(Wordpress Node): Add support for OAuth2 (#27113) 2026-03-26 08:24:16 +00:00
ZendeskOAuth2Api.credentials.test.ts feat(Zendesk Node): Allow custom OAuth2 scopes (#33734) 2026-07-07 10:50:08 +00:00