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

testing link #7

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
50000f6
chore: setup preview link generation
balakrishna-deriv Dec 29, 2023
cb3838b
chore: remove unused workflows
balakrishna-deriv Dec 29, 2023
bef6644
chore: add PAT
balakrishna-deriv Dec 29, 2023
a63ccff
chore: remove deriv-app deploy
balakrishna-deriv Dec 29, 2023
37f454f
new changes
ahmadtaimoor-deriv Feb 2, 2024
73a50fe
Merge branch 'setup-test-links' of https://github.com/balakrishna-der…
ahmadtaimoor-deriv Feb 2, 2024
d15ca38
generate link
ahmadtaimoor-deriv Feb 2, 2024
b959c6b
testing test link
ahmadtaimoor-deriv Feb 2, 2024
dfd05ad
test link
ahmadtaimoor-deriv Feb 2, 2024
0b25777
test link
ahmadtaimoor-deriv Feb 2, 2024
79fb53f
test link
ahmadtaimoor-deriv Feb 2, 2024
3ac4481
testing link
ahmadtaimoor-deriv Feb 2, 2024
8d1926a
testing link
ahmadtaimoor-deriv Feb 2, 2024
b9a0c1e
testing link
ahmadtaimoor-deriv Feb 2, 2024
d942f70
testing link
ahmadtaimoor-deriv Feb 2, 2024
895fed1
testing link
ahmadtaimoor-deriv Feb 2, 2024
69a8e60
testing link
ahmadtaimoor-deriv Feb 2, 2024
d226687
testing link
ahmadtaimoor-deriv Feb 2, 2024
1bf3f5e
testing link
ahmadtaimoor-deriv Feb 2, 2024
f9c8f4b
testing link
ahmadtaimoor-deriv Feb 2, 2024
ca7c9bf
testing link
ahmadtaimoor-deriv Feb 2, 2024
4f5e282
testing link
ahmadtaimoor-deriv Feb 2, 2024
27a53bb
testing link
ahmadtaimoor-deriv Feb 2, 2024
1bd0399
testing link
ahmadtaimoor-deriv Feb 2, 2024
2f2ffc7
testing link
ahmadtaimoor-deriv Feb 2, 2024
fd63af6
testing link
ahmadtaimoor-deriv Feb 2, 2024
dc5f13f
Merge branch 'master' of github.com:ahmadtaimoor-deriv/SmartCharts in…
ahmadtaimoor-deriv Feb 2, 2024
1ead74c
add concurrency
ahmadtaimoor-deriv Feb 2, 2024
ac0cee2
replaxing names
ahmadtaimoor-deriv Feb 2, 2024
a522523
adding deriv-app flutter chart name if same branch exist
ahmadtaimoor-deriv Feb 5, 2024
9f0a48f
Merge branch 'master' of https://github.com/binary-com/SmartCharts
ahmadtaimoor-deriv Feb 5, 2024
72cd7c3
Update .github/workflows/generate_preview_link.yml
balakrishna-deriv Feb 5, 2024
f1c0912
Merge branch 'master' into testlink_test
ahmadtaimoor-deriv Feb 5, 2024
c8ca6e8
Merge branch 'master' into testlink_test
ahmadtaimoor-deriv Feb 5, 2024
514851f
Merge branch 'master' into testlink_test
ahmadtaimoor-deriv Feb 5, 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
1 change: 1 addition & 0 deletions app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ const App = () => {
connectionManager.on(ConnectionManager.EVENT_CONNECTION_REOPEN, () => setIsConnectionOpened(true));
const networkMonitor = NetworkMonitor.getInstance();
networkMonitor.init(requestAPI, handleNetworkStatus);
console.log('TESTING THE TEST LINK FROM SMARTCHARTS');
}, []);
/*
shouldComponentUpdate(nextProps, nextState) {
Expand Down
Loading