From c0dba21127c6340d32a6c660d0ef24984aa1a30a Mon Sep 17 00:00:00 2001 From: deityhub Date: Mon, 22 Nov 2021 14:22:07 +0100 Subject: [PATCH] change fyipe to oneuptime and fyipe.com to oneuptime.com for zapier --- zapier/actions/acknowledgeAllIncidents.js | 6 +++--- zapier/actions/acknowledgeIncident.js | 6 +++--- zapier/actions/acknowledgeLastIncident.js | 6 +++--- zapier/actions/createIncident.js | 4 ++-- zapier/actions/resolveAllIncidents.js | 6 +++--- zapier/actions/resolveIncident.js | 6 +++--- zapier/actions/resolveLastIncident.js | 6 +++--- zapier/authentication.js | 4 ++-- zapier/package.json | 4 ++-- zapier/test/authentication.js | 2 +- zapier/test/triggers/acknowledge.js | 2 +- zapier/test/triggers/incident.js | 2 +- zapier/test/triggers/resolved.js | 2 +- zapier/triggers/acknowledge.js | 6 +++--- zapier/triggers/incident.js | 4 ++-- zapier/triggers/resolved.js | 8 ++++---- 16 files changed, 37 insertions(+), 37 deletions(-) diff --git a/zapier/actions/acknowledgeAllIncidents.js b/zapier/actions/acknowledgeAllIncidents.js index 5094459940..1b12fd95c4 100755 --- a/zapier/actions/acknowledgeAllIncidents.js +++ b/zapier/actions/acknowledgeAllIncidents.js @@ -44,12 +44,12 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', acknowledgedAt: new Date().toISOString(), - acknowledgedBy: 'fyipe', + acknowledgedBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, }; diff --git a/zapier/actions/acknowledgeIncident.js b/zapier/actions/acknowledgeIncident.js index 77c2eb6882..e52d1e7234 100755 --- a/zapier/actions/acknowledgeIncident.js +++ b/zapier/actions/acknowledgeIncident.js @@ -44,12 +44,12 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', acknowledgedAt: new Date().toISOString(), - acknowledgedBy: 'fyipe', + acknowledgedBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, }; diff --git a/zapier/actions/acknowledgeLastIncident.js b/zapier/actions/acknowledgeLastIncident.js index a3115ad70d..cade86410f 100755 --- a/zapier/actions/acknowledgeLastIncident.js +++ b/zapier/actions/acknowledgeLastIncident.js @@ -44,12 +44,12 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', acknowledgedAt: new Date().toISOString(), - acknowledgedBy: 'fyipe', + acknowledgedBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, }; diff --git a/zapier/actions/createIncident.js b/zapier/actions/createIncident.js index 2afa21f4d3..f77ee7cd14 100755 --- a/zapier/actions/createIncident.js +++ b/zapier/actions/createIncident.js @@ -44,10 +44,10 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, }; diff --git a/zapier/actions/resolveAllIncidents.js b/zapier/actions/resolveAllIncidents.js index 0925c90a7c..82d5c332f7 100755 --- a/zapier/actions/resolveAllIncidents.js +++ b/zapier/actions/resolveAllIncidents.js @@ -43,12 +43,12 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', resolvedAt: new Date().toISOString(), - resolvedBy: 'fyipe', + resolvedBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, }; diff --git a/zapier/actions/resolveIncident.js b/zapier/actions/resolveIncident.js index c854ee3844..173f9f4d3e 100755 --- a/zapier/actions/resolveIncident.js +++ b/zapier/actions/resolveIncident.js @@ -43,12 +43,12 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', resolvedAt: new Date().toISOString(), - resolvedBy: 'fyipe', + resolvedBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, }; diff --git a/zapier/actions/resolveLastIncident.js b/zapier/actions/resolveLastIncident.js index 3cc9beedee..7c235c093d 100755 --- a/zapier/actions/resolveLastIncident.js +++ b/zapier/actions/resolveLastIncident.js @@ -43,12 +43,12 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', resolvedAt: new Date().toISOString(), - resolvedBy: 'fyipe', + resolvedBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, }; diff --git a/zapier/authentication.js b/zapier/authentication.js index 90b867205f..f416b3006e 100755 --- a/zapier/authentication.js +++ b/zapier/authentication.js @@ -37,9 +37,9 @@ module.exports = { fields: [ { key: 'serverUrl', - label: 'Fyipe Server URL', + label: 'OneUptime Server URL', helpText: - 'Your Server URL, Project ID and API Key are found on the project settings page on your Fyipe dashboard.', + 'Your Server URL, Project ID and API Key are found on the project settings page on your OneUptime dashboard.', required: true, type: 'string', }, diff --git a/zapier/package.json b/zapier/package.json index 8a9893eaf7..87930374e9 100755 --- a/zapier/package.json +++ b/zapier/package.json @@ -1,8 +1,8 @@ { "name": "zapier", "version": "3.0.18", - "description": "Fyipe is an automation tool that helps you monitor the performance and downtime of your APIs and Web apps.", - "homepage": "https://fyipe.com", + "description": "OneUptime is an automation tool that helps you monitor the performance and downtime of your APIs and Web apps.", + "homepage": "https://oneuptime.com", "author": "HackerBay ", "license": "MIT", "main": "index.js", diff --git a/zapier/test/authentication.js b/zapier/test/authentication.js index 5293860ab6..abc63ed49d 100755 --- a/zapier/test/authentication.js +++ b/zapier/test/authentication.js @@ -27,7 +27,7 @@ describe('Authenticate API KEY and ProjectID', () => { name: 'New Sample', type: 'url', data: { - url: 'https://fyipe.com', + url: 'https://oneuptime.com', }, projectId: '1', }, diff --git a/zapier/test/triggers/acknowledge.js b/zapier/test/triggers/acknowledge.js index 9523e53fcf..0c66debb67 100755 --- a/zapier/test/triggers/acknowledge.js +++ b/zapier/test/triggers/acknowledge.js @@ -30,7 +30,7 @@ describe('Acknowledge Trigger', () => { name: 'New Sample', type: 'url', data: { - url: 'https://fyipe.com', + url: 'https://oneuptime.com', }, projectId: '1', }, diff --git a/zapier/test/triggers/incident.js b/zapier/test/triggers/incident.js index afba4ed0ec..db2163627f 100755 --- a/zapier/test/triggers/incident.js +++ b/zapier/test/triggers/incident.js @@ -27,7 +27,7 @@ describe('Incident Trigger', () => { name: 'New Sample', type: 'url', data: { - url: 'https://fyipe.com', + url: 'https://oneuptime.com', }, projectId: '1', }, diff --git a/zapier/test/triggers/resolved.js b/zapier/test/triggers/resolved.js index da043c6b8a..f8fc04e450 100755 --- a/zapier/test/triggers/resolved.js +++ b/zapier/test/triggers/resolved.js @@ -29,7 +29,7 @@ describe('Resolve Trigger', () => { name: 'New Sample', type: 'url', data: { - url: 'https://fyipe.com', + url: 'https://oneuptime.com', }, projectId: '1', }, diff --git a/zapier/triggers/acknowledge.js b/zapier/triggers/acknowledge.js index 3376aac2e3..de871b0078 100755 --- a/zapier/triggers/acknowledge.js +++ b/zapier/triggers/acknowledge.js @@ -81,12 +81,12 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', acknowledgedAt: new Date().toISOString(), - acknowledgedBy: 'fyipe', + acknowledgedBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, }; diff --git a/zapier/triggers/incident.js b/zapier/triggers/incident.js index 4293fd46d2..868724bfd3 100755 --- a/zapier/triggers/incident.js +++ b/zapier/triggers/incident.js @@ -82,10 +82,10 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, }; diff --git a/zapier/triggers/resolved.js b/zapier/triggers/resolved.js index 7ddfac0bf6..84d8b7d496 100755 --- a/zapier/triggers/resolved.js +++ b/zapier/triggers/resolved.js @@ -83,14 +83,14 @@ module.exports = { internalNote: 'New Note', investigationNote: 'New Investigation', createdAt: new Date().toISOString(), - createdBy: 'fyipe', + createdBy: 'oneuptime', acknowledgedAt: new Date().toISOString(), - acknowledgedBy: 'fyipe', + acknowledgedBy: 'oneuptime', resolvedAt: new Date().toISOString(), - resolvedBy: 'fyipe', + resolvedBy: 'oneuptime', monitorName: 'New Sample', monitorType: 'url', - monitorData: 'https://fyipe.com', + monitorData: 'https://oneuptime.com', }, }, };