-
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.
Merge branch 'main' into fix/51567-navigate-to-the-newly-created-feed
- Loading branch information
Showing
330 changed files
with
4,520 additions
and
4,954 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
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Open an internal issue for a backend fix | ||
about: Use this template to report a backend issue that an internal Expensify employee needs to fix | ||
labels: Hot Pick, Daily, Internal, AutoAssignerNewDotQuality | ||
--- | ||
|
||
<!-- Please link the original GH where the problem was reported --> | ||
**Original GH:** | ||
|
||
## Action Performed: | ||
Break down in numbered steps | ||
|
||
## Expected Result: | ||
Describe what you think the backend _SHOULD_ have done | ||
|
||
## Actual Result: | ||
Describe what the backend _ACTUALLY_ did | ||
|
||
## Screenshots/Videos | ||
|
||
<details> | ||
<summary>Add any screenshot/video evidence</summary> | ||
|
||
|
||
</details> |
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
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
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 |
---|---|---|
|
@@ -32,9 +32,6 @@ jobs: | |
with: | ||
fetch-depth: 0 # Fetches the entire history | ||
|
||
- name: Fetch main branch | ||
run: git fetch origin main:main | ||
|
||
- name: Determine "baseline ref" (prev merge commit) | ||
id: getBaselineRef | ||
run: | | ||
|
@@ -46,6 +43,7 @@ jobs: | |
previous_merge=$(git rev-list --merges HEAD~1 | head -n 1) | ||
else | ||
# On a feature branch, find the common ancestor of the current branch and main | ||
git fetch origin main:main | ||
previous_merge=$(git merge-base HEAD main) | ||
fi | ||
echo "$previous_merge" | ||
|
@@ -160,26 +158,28 @@ jobs: | |
aws-region: us-west-2 | ||
|
||
- name: Schedule AWS Device Farm test run on main branch | ||
uses: realm/aws-devicefarm/test-application@7b9a91236c456c97e28d384c9e476035d5ea686b | ||
uses: Wandalen/[email protected] | ||
id: schedule-awsdf-main | ||
with: | ||
name: App E2E Performance Regression Tests | ||
project_arn: ${{ secrets.AWS_PROJECT_ARN }} | ||
device_pool_arn: ${{ secrets.AWS_DEVICE_POOL_ARN }} | ||
app_file: zip/app-e2eRelease.apk | ||
app_type: ANDROID_APP | ||
test_type: APPIUM_NODE | ||
test_package_file: App.zip | ||
test_package_type: APPIUM_NODE_TEST_PACKAGE | ||
test_spec_file: tests/e2e/TestSpec.yml | ||
test_spec_type: APPIUM_NODE_TEST_SPEC | ||
remote_src: false | ||
file_artifacts: | | ||
Customer Artifacts.zip | ||
Test spec output.txt | ||
log_artifacts: debug.log | ||
cleanup: true | ||
timeout: 7200 | ||
action: realm/aws-devicefarm/test-application@7b9a91236c456c97e28d384c9e476035d5ea686b | ||
with: | | ||
name: App E2E Performance Regression Tests | ||
project_arn: ${{ secrets.AWS_PROJECT_ARN }} | ||
device_pool_arn: ${{ secrets.AWS_DEVICE_POOL_ARN }} | ||
app_file: zip/app-e2eRelease.apk | ||
app_type: ANDROID_APP | ||
test_type: APPIUM_NODE | ||
test_package_file: App.zip | ||
test_package_type: APPIUM_NODE_TEST_PACKAGE | ||
test_spec_file: tests/e2e/TestSpec.yml | ||
test_spec_type: APPIUM_NODE_TEST_SPEC | ||
remote_src: false | ||
file_artifacts: | | ||
Customer Artifacts.zip | ||
Test spec output.txt | ||
log_artifacts: debug.log | ||
cleanup: true | ||
timeout: 7200 | ||
- name: Print logs if run failed | ||
if: failure() | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,127 @@ | ||
{ | ||
"project_info": { | ||
"project_number": "921154746561", | ||
"firebase_url": "https://expensify-chat.firebaseio.com", | ||
"project_id": "expensify-chat", | ||
"storage_bucket": "expensify-chat.appspot.com" | ||
}, | ||
"client": [ | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:921154746561:android:4f04268f25f84eaf027c40", | ||
"android_client_info": { | ||
"package_name": "com.expensify.chat" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "921154746561-gpsoaqgqfuqrfsjdf8l7vohfkfj7b9up.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyCVwQb9lBI06bDIwHOw10AkdJyquXoMngk" | ||
} | ||
], | ||
"services": { | ||
"appinvite_service": { | ||
"other_platform_oauth_client": [ | ||
{ | ||
"client_id": "921154746561-gpsoaqgqfuqrfsjdf8l7vohfkfj7b9up.apps.googleusercontent.com", | ||
"client_type": 3 | ||
}, | ||
{ | ||
"client_id": "921154746561-080fav7kvk6s70k6nd70mt50isubgff4.apps.googleusercontent.com", | ||
"client_type": 2, | ||
"ios_info": { | ||
"bundle_id": "com.expensify.chat.adhoc" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:921154746561:android:333e293a7fef83a8027c40", | ||
"android_client_info": { | ||
"package_name": "com.expensify.chat.adhoc" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "921154746561-gpsoaqgqfuqrfsjdf8l7vohfkfj7b9up.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyCVwQb9lBI06bDIwHOw10AkdJyquXoMngk" | ||
} | ||
], | ||
"services": { | ||
"appinvite_service": { | ||
"other_platform_oauth_client": [ | ||
{ | ||
"client_id": "921154746561-gpsoaqgqfuqrfsjdf8l7vohfkfj7b9up.apps.googleusercontent.com", | ||
"client_type": 3 | ||
}, | ||
{ | ||
"client_id": "921154746561-080fav7kvk6s70k6nd70mt50isubgff4.apps.googleusercontent.com", | ||
"client_type": 2, | ||
"ios_info": { | ||
"bundle_id": "com.expensify.chat.adhoc" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
{ | ||
"client_info": { | ||
"mobilesdk_app_id": "1:921154746561:android:3b19fdbaedb5b586027c40", | ||
"android_client_info": { | ||
"package_name": "com.expensify.chat.dev" | ||
} | ||
}, | ||
"oauth_client": [ | ||
{ | ||
"client_id": "921154746561-svjnccrcn6vet45kn9o7sibb3jemipa6.apps.googleusercontent.com", | ||
"client_type": 1, | ||
"android_info": { | ||
"package_name": "com.expensify.chat.dev", | ||
"certificate_hash": "5e8f16062ea3cd2c4a0d547876baa6f38cabf625" | ||
} | ||
}, | ||
{ | ||
"client_id": "921154746561-gpsoaqgqfuqrfsjdf8l7vohfkfj7b9up.apps.googleusercontent.com", | ||
"client_type": 3 | ||
} | ||
], | ||
"api_key": [ | ||
{ | ||
"current_key": "AIzaSyCVwQb9lBI06bDIwHOw10AkdJyquXoMngk" | ||
} | ||
], | ||
"services": { | ||
"appinvite_service": { | ||
"other_platform_oauth_client": [ | ||
{ | ||
"client_id": "921154746561-gpsoaqgqfuqrfsjdf8l7vohfkfj7b9up.apps.googleusercontent.com", | ||
"client_type": 3 | ||
}, | ||
{ | ||
"client_id": "921154746561-080fav7kvk6s70k6nd70mt50isubgff4.apps.googleusercontent.com", | ||
"client_type": 2, | ||
"ios_info": { | ||
"bundle_id": "com.expensify.chat.adhoc" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
], | ||
"configuration_version": "1" | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.