-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
342 changed files
with
38,194 additions
and
11,682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17258,7 +17258,7 @@ const CONST = { | |
}, | ||
ACTIONS: { | ||
CREATED: 'created', | ||
EDIT: 'edited', | ||
EDITED: 'edited', | ||
}, | ||
EVENTS: { | ||
ISSUE_COMMENT: 'issue_comment', | ||
|
@@ -17277,6 +17277,8 @@ const CONST = { | |
APP_REPO_URL: `https://github.com/${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}`, | ||
APP_REPO_GIT_URL: `[email protected]:${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}.git`, | ||
NO_ACTION: 'NO_ACTION', | ||
ACTION_EDIT: 'ACTION_EDIT', | ||
ACTION_REQUIRED: 'ACTION_REQUIRED', | ||
OPENAI_POLL_RATE: 1500, | ||
OPENAI_POLL_TIMEOUT: 90000, | ||
}; | ||
|
@@ -17568,7 +17570,9 @@ class GithubUtils { | |
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isTimingDashboardChecked ? 'x' : ' '}] I checked the [App Timing Dashboard](https://graphs.expensify.com/grafana/d/yj2EobAGz/app-timing?orgId=1) and verified this release does not cause a noticeable performance regression.`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **this release version** and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **the previous release version** and verified that the release did not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isGHStatusChecked ? 'x' : ' '}] I checked [GitHub Status](https://www.githubstatus.com/) and verified there is no reported incident with Actions.`; | ||
issueBody += '\r\n\r\ncc @Expensify/applauseleads\r\n'; | ||
|
@@ -17649,6 +17653,7 @@ class GithubUtils { | |
/** | ||
* Get the most recent workflow run for the given New Expensify workflow. | ||
*/ | ||
/* eslint-disable rulesdir/no-default-id-values */ | ||
static getLatestWorkflowRunID(workflow) { | ||
console.log(`Fetching New Expensify workflow runs for ${workflow}...`); | ||
return this.octokit.actions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12262,7 +12262,7 @@ const CONST = { | |
}, | ||
ACTIONS: { | ||
CREATED: 'created', | ||
EDIT: 'edited', | ||
EDITED: 'edited', | ||
}, | ||
EVENTS: { | ||
ISSUE_COMMENT: 'issue_comment', | ||
|
@@ -12281,6 +12281,8 @@ const CONST = { | |
APP_REPO_URL: `https://github.com/${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}`, | ||
APP_REPO_GIT_URL: `[email protected]:${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}.git`, | ||
NO_ACTION: 'NO_ACTION', | ||
ACTION_EDIT: 'ACTION_EDIT', | ||
ACTION_REQUIRED: 'ACTION_REQUIRED', | ||
OPENAI_POLL_RATE: 1500, | ||
OPENAI_POLL_TIMEOUT: 90000, | ||
}; | ||
|
@@ -12572,7 +12574,9 @@ class GithubUtils { | |
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isTimingDashboardChecked ? 'x' : ' '}] I checked the [App Timing Dashboard](https://graphs.expensify.com/grafana/d/yj2EobAGz/app-timing?orgId=1) and verified this release does not cause a noticeable performance regression.`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **this release version** and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **the previous release version** and verified that the release did not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isGHStatusChecked ? 'x' : ' '}] I checked [GitHub Status](https://www.githubstatus.com/) and verified there is no reported incident with Actions.`; | ||
issueBody += '\r\n\r\ncc @Expensify/applauseleads\r\n'; | ||
|
@@ -12653,6 +12657,7 @@ class GithubUtils { | |
/** | ||
* Get the most recent workflow run for the given New Expensify workflow. | ||
*/ | ||
/* eslint-disable rulesdir/no-default-id-values */ | ||
static getLatestWorkflowRunID(workflow) { | ||
console.log(`Fetching New Expensify workflow runs for ${workflow}...`); | ||
return this.octokit.actions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -736655,7 +736655,7 @@ const CONST = { | |
}, | ||
ACTIONS: { | ||
CREATED: 'created', | ||
EDIT: 'edited', | ||
EDITED: 'edited', | ||
}, | ||
EVENTS: { | ||
ISSUE_COMMENT: 'issue_comment', | ||
|
@@ -736674,6 +736674,8 @@ const CONST = { | |
APP_REPO_URL: `https://github.com/${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}`, | ||
APP_REPO_GIT_URL: `[email protected]:${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}.git`, | ||
NO_ACTION: 'NO_ACTION', | ||
ACTION_EDIT: 'ACTION_EDIT', | ||
ACTION_REQUIRED: 'ACTION_REQUIRED', | ||
OPENAI_POLL_RATE: 1500, | ||
OPENAI_POLL_TIMEOUT: 90000, | ||
}; | ||
|
@@ -736965,7 +736967,9 @@ class GithubUtils { | |
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isTimingDashboardChecked ? 'x' : ' '}] I checked the [App Timing Dashboard](https://graphs.expensify.com/grafana/d/yj2EobAGz/app-timing?orgId=1) and verified this release does not cause a noticeable performance regression.`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **this release version** and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **the previous release version** and verified that the release did not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isGHStatusChecked ? 'x' : ' '}] I checked [GitHub Status](https://www.githubstatus.com/) and verified there is no reported incident with Actions.`; | ||
issueBody += '\r\n\r\ncc @Expensify/applauseleads\r\n'; | ||
|
@@ -737046,6 +737050,7 @@ class GithubUtils { | |
/** | ||
* Get the most recent workflow run for the given New Expensify workflow. | ||
*/ | ||
/* eslint-disable rulesdir/no-default-id-values */ | ||
static getLatestWorkflowRunID(workflow) { | ||
console.log(`Fetching New Expensify workflow runs for ${workflow}...`); | ||
return this.octokit.actions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11545,7 +11545,7 @@ const CONST = { | |
}, | ||
ACTIONS: { | ||
CREATED: 'created', | ||
EDIT: 'edited', | ||
EDITED: 'edited', | ||
}, | ||
EVENTS: { | ||
ISSUE_COMMENT: 'issue_comment', | ||
|
@@ -11564,6 +11564,8 @@ const CONST = { | |
APP_REPO_URL: `https://github.com/${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}`, | ||
APP_REPO_GIT_URL: `[email protected]:${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}.git`, | ||
NO_ACTION: 'NO_ACTION', | ||
ACTION_EDIT: 'ACTION_EDIT', | ||
ACTION_REQUIRED: 'ACTION_REQUIRED', | ||
OPENAI_POLL_RATE: 1500, | ||
OPENAI_POLL_TIMEOUT: 90000, | ||
}; | ||
|
@@ -11855,7 +11857,9 @@ class GithubUtils { | |
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isTimingDashboardChecked ? 'x' : ' '}] I checked the [App Timing Dashboard](https://graphs.expensify.com/grafana/d/yj2EobAGz/app-timing?orgId=1) and verified this release does not cause a noticeable performance regression.`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **this release version** and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **the previous release version** and verified that the release did not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isGHStatusChecked ? 'x' : ' '}] I checked [GitHub Status](https://www.githubstatus.com/) and verified there is no reported incident with Actions.`; | ||
issueBody += '\r\n\r\ncc @Expensify/applauseleads\r\n'; | ||
|
@@ -11936,6 +11940,7 @@ class GithubUtils { | |
/** | ||
* Get the most recent workflow run for the given New Expensify workflow. | ||
*/ | ||
/* eslint-disable rulesdir/no-default-id-values */ | ||
static getLatestWorkflowRunID(workflow) { | ||
console.log(`Fetching New Expensify workflow runs for ${workflow}...`); | ||
return this.octokit.actions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11608,7 +11608,7 @@ const CONST = { | |
}, | ||
ACTIONS: { | ||
CREATED: 'created', | ||
EDIT: 'edited', | ||
EDITED: 'edited', | ||
}, | ||
EVENTS: { | ||
ISSUE_COMMENT: 'issue_comment', | ||
|
@@ -11627,6 +11627,8 @@ const CONST = { | |
APP_REPO_URL: `https://github.com/${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}`, | ||
APP_REPO_GIT_URL: `[email protected]:${GIT_CONST.GITHUB_OWNER}/${GIT_CONST.APP_REPO}.git`, | ||
NO_ACTION: 'NO_ACTION', | ||
ACTION_EDIT: 'ACTION_EDIT', | ||
ACTION_REQUIRED: 'ACTION_REQUIRED', | ||
OPENAI_POLL_RATE: 1500, | ||
OPENAI_POLL_TIMEOUT: 90000, | ||
}; | ||
|
@@ -12137,7 +12139,9 @@ class GithubUtils { | |
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isTimingDashboardChecked ? 'x' : ' '}] I checked the [App Timing Dashboard](https://graphs.expensify.com/grafana/d/yj2EobAGz/app-timing?orgId=1) and verified this release does not cause a noticeable performance regression.`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **this release version** and verified that this release does not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isFirebaseChecked ? 'x' : ' '}] I checked [Firebase Crashlytics](https://console.firebase.google.com/u/0/project/expensify-chat/crashlytics/app/android:com.expensify.chat/issues?state=open&time=last-seven-days&tag=all) for **the previous release version** and verified that the release did not introduce any new crashes. More detailed instructions on this verification can be found [here](https://stackoverflowteams.com/c/expensify/questions/15095/15096).`; | ||
// eslint-disable-next-line max-len | ||
issueBody += `\r\n- [${isGHStatusChecked ? 'x' : ' '}] I checked [GitHub Status](https://www.githubstatus.com/) and verified there is no reported incident with Actions.`; | ||
issueBody += '\r\n\r\ncc @Expensify/applauseleads\r\n'; | ||
|
@@ -12218,6 +12222,7 @@ class GithubUtils { | |
/** | ||
* Get the most recent workflow run for the given New Expensify workflow. | ||
*/ | ||
/* eslint-disable rulesdir/no-default-id-values */ | ||
static getLatestWorkflowRunID(workflow) { | ||
console.log(`Fetching New Expensify workflow runs for ${workflow}...`); | ||
return this.octokit.actions | ||
|
Oops, something went wrong.