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

Test repair #1285

Open
wants to merge 37 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
b4c4410
old test targets has been removed from fearless
DRadmir Sep 4, 2024
929bb0c
new test target has been implemented
DRadmir Sep 5, 2024
1f7c168
test fix
DRadmir Sep 5, 2024
023b08b
build fix
DRadmir Sep 6, 2024
0de4cca
path fix
DRadmir Sep 6, 2024
5fa7087
script has been fixed
DRadmir Sep 6, 2024
090948f
scripts queue reordered
DRadmir Sep 6, 2024
07924bc
test
DRadmir Sep 6, 2024
154687f
Sourcery scripts has been fixed
DRadmir Sep 6, 2024
1c9a7e8
Merge branch 'test-repair' of github.com:soramitsu/fearless-iOS into …
DRadmir Sep 6, 2024
a6b5f33
source path has been fixed
DRadmir Sep 6, 2024
7b17583
use config directory
DRadmir Sep 6, 2024
8d4250c
use config directory
DRadmir Sep 6, 2024
61c62d1
Merge branch 'test-repair' of github.com:soramitsu/fearless-iOS into …
DRadmir Sep 6, 2024
899b696
source path fix
DRadmir Sep 6, 2024
7851123
The configurations were combined
DRadmir Sep 6, 2024
01f29c6
fix yml
DRadmir Sep 6, 2024
8d14983
scripts fixes
DRadmir Sep 6, 2024
c6ac0cb
fix for output file
DRadmir Sep 6, 2024
7e7850f
CIKeys path
DRadmir Sep 6, 2024
93396bc
new place for generated file
DRadmir Sep 6, 2024
1079e8b
out path fix
DRadmir Sep 6, 2024
12bf304
fix
DRadmir Sep 6, 2024
ea694fe
fix
DRadmir Sep 6, 2024
1710957
fix
DRadmir Sep 6, 2024
6886056
Fix var
C4tWithShell Sep 6, 2024
dec185b
Fix var
C4tWithShell Sep 6, 2024
0c51fa8
Fix var
C4tWithShell Sep 6, 2024
cbd0d84
Fix var
C4tWithShell Sep 6, 2024
90a599e
Test relative path
C4tWithShell Sep 6, 2024
25815b2
Test vars
C4tWithShell Sep 9, 2024
490bb5b
Test
C4tWithShell Sep 9, 2024
cf4404d
Fix vars
C4tWithShell Sep 9, 2024
b1eca73
Test vars
C4tWithShell Sep 9, 2024
1790822
Clean
C4tWithShell Sep 9, 2024
b508764
Add output
C4tWithShell Sep 9, 2024
254673f
Adjust vars
C4tWithShell Sep 11, 2024
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
Prev Previous commit
Next Next commit
Test vars
  • Loading branch information
C4tWithShell committed Sep 9, 2024
commit b1eca7334fd90e3be49f3f5bfe64d79951a23f09
66 changes: 33 additions & 33 deletions fearless/SourceryConfiguration/sourcery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,40 +5,40 @@ configurations:
templates:
- ./CIKeys.stencil
output:
../../fearless
$PROJECT_DIR
args:
moonPaySecretKey: ${MOONPAY_PRODUCTION_SECRET}
moonPayTestSecretKey: ${MOONPAY_TEST_SECRET}
subscanAPIKey: ${SUBSCAN_API_KEY}
soraCardAPIKey: ${SORA_CARD_API_KEY}
soraCardDomain: ${SORA_CARD_DOMAIN}
soraCardKycEndpoint: ${SORA_CARD_KYC_ENDPOINT_URL}
soraCardKycUsername: ${SORA_CARD_KYC_USERNAME}
soraCardKycPassword: ${SORA_CARD_KYC_PASSWORD}
paywingsRepositoryUrl: ${PAY_WINGS_REPOSITORY_URL}
paywingsUsername: ${PAY_WINGS_USERNAME}
paywingsPassword: ${PAY_WINGS_PASSWORD}
x1EndpointUrlRelease: ${X1_ENDPOINT_URL_RELEASE}
x1WidgetIdRelease: ${X1_WIDGET_ID_RELEASE}
x1EndpointUrlDebug: ${X1_ENDPOINT_URL_DEBUG}
x1WidgetIdDebug: ${X1_WIDGET_ID_DEBUG}
ethereumApiKey: ${FL_BLAST_API_ETHEREUM_KEY}
bscApiKey: ${FL_BLAST_API_BSC_KEY}
sepoliaApiKey: ${FL_BLAST_API_SEPOLIA_KEY}
goerliApiKey: ${FL_BLAST_API_GOERLI_KEY}
polygonApiKey: ${FL_BLAST_API_POLYGON_KEY}
walletConnectProjectId: ${FL_WALLET_CONNECT_PROJECT_ID}
webClientIdRelease: ${WEB_CLIENT_ID_RELEASE}
fearlessGoogleUrlSchemeRelease: ${FEARLESS_GOOGLE_URL_SCHEME_RELEASE}
webClientIdDebug: ${WEB_CLIENT_ID_DEBUG}
fearlessGoogleUrlSchemeDebug: ${FEARLESS_GOOGLE_URL_SCHEME_DEBUG}
etherscanApiKey: ${FL_IOS_ETHERSCAN_API_KEY}
bscscanApiKey: ${FL_IOS_BSCSCAN_API_KEY}
polygonscanApiKey: ${FL_IOS_POLYGONSCAN_API_KEY}
alchemyApiKey: ${FL_IOS_ALCHEMY_API_ETHEREUM_KEY}
oklinkApiKey: ${FL_OKLINK_API_KEY}
opMainnetApiKey: ${FL_IOS_OPTIMISTIC_ETHERSCAN_API_KEY}
dwellirApiKey: ${FL_DWELLIR_API_KEY}
moonPaySecretKey: $MOONPAY_PRODUCTION_SECRET
moonPayTestSecretKey: $MOONPAY_TEST_SECRET
subscanAPIKey: $SUBSCAN_API_KEY
soraCardAPIKey: $SORA_CARD_API_KEY
soraCardDomain: $SORA_CARD_DOMAIN
soraCardKycEndpoint: $SORA_CARD_KYC_ENDPOINT_URL
soraCardKycUsername: $SORA_CARD_KYC_USERNAME
soraCardKycPassword: $SORA_CARD_KYC_PASSWORD
paywingsRepositoryUrl: $PAY_WINGS_REPOSITORY_URL
paywingsUsername: $PAY_WINGS_USERNAME
paywingsPassword: $PAY_WINGS_PASSWORD
x1EndpointUrlRelease: $X1_ENDPOINT_URL_RELEASE
x1WidgetIdRelease: $X1_WIDGET_ID_RELEASE
x1EndpointUrlDebug: $X1_ENDPOINT_URL_DEBUG
x1WidgetIdDebug: $X1_WIDGET_ID_DEBUG
ethereumApiKey: $FL_BLAST_API_ETHEREUM_KEY
bscApiKey: $FL_BLAST_API_BSC_KEY
sepoliaApiKey: $FL_BLAST_API_SEPOLIA_KEY
goerliApiKey: $FL_BLAST_API_GOERLI_KEY
polygonApiKey: $FL_BLAST_API_POLYGON_KEY
walletConnectProjectId: $FL_WALLET_CONNECT_PROJECT_ID
webClientIdRelease: $WEB_CLIENT_ID_RELEASE
fearlessGoogleUrlSchemeRelease: $FEARLESS_GOOGLE_URL_SCHEME_RELEASE
webClientIdDebug: $WEB_CLIENT_ID_DEBUG
fearlessGoogleUrlSchemeDebug: $FEARLESS_GOOGLE_URL_SCHEME_DEBUG
etherscanApiKey: $FL_IOS_ETHERSCAN_API_KEY
bscscanApiKey: $FL_IOS_BSCSCAN_API_KEY
polygonscanApiKey: $FL_IOS_POLYGONSCAN_API_KEY
alchemyApiKey: $FL_IOS_ALCHEMY_API_ETHEREUM_KEY
oklinkApiKey: $FL_OKLINK_API_KEY
opMainnetApiKey: $FL_IOS_OPTIMISTIC_ETHERSCAN_API_KEY
dwellirApiKey: $FL_DWELLIR_API_KEY
# Mocks Generation
- sources:
- ../../fearless
Expand Down
Loading