Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Orbit Node): Deprecate Orbit #9962

Merged
merged 2 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions packages/nodes-base/credentials/OrbitApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ export class OrbitApi implements ICredentialType {
documentationUrl = 'orbit';

properties: INodeProperties[] = [
{
displayName:
'Orbit has been shutdown and will no longer function from July 11th, You can read more <a target="_blank" href="https://orbit.love/blog/orbit-is-joining-postman">here</a>.',
name: 'deprecated',
type: 'notice',
default: '',
},
{
displayName: 'API Token',
name: 'accessToken',
Expand Down
6 changes: 3 additions & 3 deletions packages/nodes-base/nodes/Orbit/ActivityDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const activityFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down Expand Up @@ -97,7 +97,7 @@ export const activityFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getActivityTypes',
},
default: '',
default: 'Deprecated',
description:
'A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an <a href="https://docs.n8n.io/code-examples/expressions/">expression</a>.',
},
Expand Down Expand Up @@ -151,7 +151,7 @@ export const activityFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down
12 changes: 6 additions & 6 deletions packages/nodes-base/nodes/Orbit/MemberDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const memberFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down Expand Up @@ -101,7 +101,7 @@ export const memberFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down Expand Up @@ -151,7 +151,7 @@ export const memberFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down Expand Up @@ -257,7 +257,7 @@ export const memberFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down Expand Up @@ -398,7 +398,7 @@ export const memberFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down Expand Up @@ -528,7 +528,7 @@ export const memberFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down
6 changes: 3 additions & 3 deletions packages/nodes-base/nodes/Orbit/NoteDescription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const noteFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down Expand Up @@ -96,7 +96,7 @@ export const noteFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down Expand Up @@ -174,7 +174,7 @@ export const noteFields: INodeProperties[] = [
typeOptions: {
loadOptionsMethod: 'getWorkspaces',
},
default: '',
default: 'Deprecated',
required: true,
displayOptions: {
show: {
Expand Down
Loading
Loading