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

chore: release v0.0.5 #261

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
171d669
feat: pass context script for webdriver
amhsirak Dec 13, 2024
cd05ddf
chore: lint
amhsirak Dec 13, 2024
c49e70a
chrome and chromium user agent
amhsirak Dec 13, 2024
b173ce3
chore: remove commented code
amhsirak Dec 13, 2024
0618401
feat: args
amhsirak Dec 14, 2024
4469325
chore: sync compose master <-> develop
amhsirak Dec 14, 2024
7f48464
feat: add page navigation timeout
RohitR311 Dec 14, 2024
bdf908e
feat: add domcontentloaded wait load state
RohitR311 Dec 14, 2024
f38230d
feat: revert to networkidle for wait load state
RohitR311 Dec 14, 2024
7ce7a15
feat: check for selector visibility in getState
RohitR311 Dec 14, 2024
ea2c36f
Merge pull request #257 from getmaxun/item0-fix
amhsirak Dec 14, 2024
e22c019
feat: rotate user agents
amhsirak Dec 14, 2024
320f24e
feat: shm & sandbox args
amhsirak Dec 14, 2024
ffe87b0
feat: user getUserAgent()
amhsirak Dec 14, 2024
e701452
feat: remove container tags
amhsirak Dec 14, 2024
cb09653
feat: accept getList in getRect and getElementInfo
amhsirak Dec 14, 2024
ddb880d
fix: capture text selection
amhsirak Dec 14, 2024
97e7c89
feat: re-add listSelector empty check for child selection
amhsirak Dec 14, 2024
0c3b1e3
feat: paass listSelect
amhsirak Dec 14, 2024
e147693
fix: dont pass listSelector to non unique
amhsirak Dec 16, 2024
4a94960
feat: push parentSelector
amhsirak Dec 16, 2024
23ac134
fix: add pair to workflow before decision socket emission
RohitR311 Dec 16, 2024
94df794
feat: conditionally compute non unique
amhsirak Dec 16, 2024
52b7671
feat: !push parentSelector
amhsirak Dec 16, 2024
647cd62
feat: add listSelector param
RohitR311 Dec 17, 2024
a9dc4c8
feat: add conditional check to collect matching classes
RohitR311 Dec 17, 2024
0ed4c8a
Merge pull request #264 from getmaxun/listout-fix
amhsirak Dec 17, 2024
fa2d609
Merge pull request #259 from getmaxun/webdrive-patch
amhsirak Dec 17, 2024
c25975b
Merge pull request #266 from getmaxun/sel-fix
amhsirak Dec 17, 2024
e34cfda
fix: skip click action if selector not visible
RohitR311 Dec 17, 2024
9f40124
Merge pull request #267 from getmaxun/click-fix
amhsirak Dec 18, 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
7 changes: 1 addition & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ services:
- redis
- minio
volumes:
- ./server:/app/server # Mount server source code for hot reloading
- ./maxun-core:/app/maxun-core # Mount maxun-core for any shared code updates
- /var/run/dbus:/var/run/dbus

frontend:
Expand All @@ -79,13 +77,10 @@ services:
environment:
PUBLIC_URL: ${PUBLIC_URL}
BACKEND_URL: ${BACKEND_URL}
volumes:
- ./:/app # Mount entire frontend app directory for hot reloading
- /app/node_modules # Anonymous volume to prevent overwriting node_modules
depends_on:
- backend

volumes:
postgres_data:
minio_data:
redis_data:
redis_data: