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

feat: cloud device studio #510

Merged
merged 49 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
2baf484
feat: studio with device
Ikalli Oct 11, 2023
8080858
wip: start button click
Ikalli Oct 11, 2023
2383a92
Merge branch 'main' into feature/cloud-device-studio
Ikalli Oct 12, 2023
9c1be06
wip: live session
Ikalli Oct 12, 2023
249af0c
Merge remote-tracking branch 'origin' into feature/cloud-device-studio
Ikalli Oct 12, 2023
e63ad3f
Merge remote-tracking branch 'origin' into feature/cloud-device-studio
Ikalli Oct 13, 2023
7038be5
fix: organizationId for delete
Ikalli Oct 13, 2023
671dd69
feat: cloud device list with group
Ikalli Oct 13, 2023
fb80e66
feat: add connectionstate in metadata
Ikalli Oct 13, 2023
fa40816
wip: cloud live session
Ikalli Oct 13, 2023
25c7948
fix: session close
Ikalli Oct 13, 2023
ed72d53
feat: validation for heartbeat ws
Ikalli Oct 16, 2023
78bed2a
feat: session state with timer
Ikalli Oct 16, 2023
c6e7c18
feat: retina display magnification
Ikalli Oct 16, 2023
3cecff5
fix: live session state
Ikalli Oct 16, 2023
4797f2d
fix: live session
Ikalli Oct 16, 2023
32d92c0
wip: android reset try testharness, then manual
yowpark Oct 16, 2023
7f99cfc
fix: live session closeWaitAt
Ikalli Oct 16, 2023
38491d6
feat: ios manufacturer
Ikalli Oct 16, 2023
1688436
fix: cloud device farm without self-hosted
Ikalli Oct 16, 2023
65ef901
wip: filter for cloud devices
Ikalli Oct 16, 2023
8f1bd18
feat: version filter
Ikalli Oct 17, 2023
0da29ac
fix: loading screen
Ikalli Oct 17, 2023
bd4f594
fix: semver check error
yowpark Oct 17, 2023
da7d06a
fix: close wait if no participant
Ikalli Oct 17, 2023
2c96732
wip: block emergency call
yowpark Oct 17, 2023
7efb423
fix: block phone cal
yowpark Oct 17, 2023
136d61d
feat: closewait session event
Ikalli Oct 17, 2023
d1abc55
feat: warning for no interaction
Ikalli Oct 17, 2023
90e063b
wip: add appium-adb and change locale
yowpark Oct 17, 2023
eb23c71
wip: remove account on reset
yowpark Oct 18, 2023
0f88b8d
wip: remove account
yowpark Oct 18, 2023
9844d9d
fix: remove account
yowpark Oct 18, 2023
026b8af
wip: disable entering softwareupdate
yowpark Oct 18, 2023
ec6fa17
wip: resetImes
yowpark Oct 18, 2023
a8fe195
wip: clear history of ime
yowpark Oct 18, 2023
70a4244
wip: reset before connected
yowpark Oct 18, 2023
96bb8b3
wip: preinstall gboard before launch
yowpark Oct 18, 2023
10c2113
wip: android-shared-device log state
yowpark Oct 18, 2023
fe92455
wip: mute audio
yowpark Oct 18, 2023
a3f6102
feat: studio layout
Ikalli Oct 18, 2023
49924c9
Update ci-dogu-agent.yml
yowpark Oct 18, 2023
8392dcd
wip: locales
yowpark Oct 18, 2023
f627b64
patch: keepAliveTimeout of cf, cb because of AWS ELB/ALB timeout.
yowpark Oct 19, 2023
be97794
fix: import error
Ikalli Oct 19, 2023
e25b44e
wip: fill locale codes
yowpark Oct 19, 2023
dcd2902
feat: device send key for android
Ikalli Oct 19, 2023
27ce08c
fix: streaming rendering opt, tool height
Ikalli Oct 19, 2023
83ba5be
Merge branch 'main' into feature/cloud-device-studio
Ikalli Oct 19, 2023
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
6 changes: 4 additions & 2 deletions .github/workflows/ci-dogu-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ on:
env:
YARN_CHECKSUM_BEHAVIOR: update yarn
CSC_FOR_PULL_REQUEST: true

concurrency:
group: ci-dogu-agent
cancel-in-progress: true

concurrency:
group: ci-dogu-agent
Expand All @@ -46,8 +50,6 @@ jobs:
- runner: windows-2019
arch: arm64
runs-on: ['${{ matrix.runner }}']


# https://github.com/orgs/community/discussions/63731#discussioncomment-7304058
environment: stage
env:
Expand Down
Loading