Commit Graph

1745 Commits

Author SHA1 Message Date
Rohit Rajan
e75a10dcfe feat: add batch persistence logic 2025-09-28 22:53:52 +05:30
Rohit Rajan
24af62c026 fix: socket cleanup, err handling 2025-09-28 22:39:39 +05:30
Rohit Rajan
c7ec3cf58a fix: server uncaught err handling 2025-09-28 22:37:30 +05:30
Rohit Rajan
0aeb8ad6ca feat: map cleanup, process duration 2025-09-28 22:36:43 +05:30
Rohit Rajan
0f759170e7 feat: add integration error handling 2025-09-28 22:34:31 +05:30
Rohit Rajan
0b8fe5c831 fix: screenshot minio upload 2025-09-10 13:43:56 +05:30
Karishma Shukla
d0e1c9b8dd Merge pull request #774 from getmaxun/extract-reliable
feat(maxun-core): extraction and platform stability
2025-09-10 12:32:11 +05:30
Karishma Shukla
992f0d3e35 Merge pull request #771 from getmaxun/linux-fix
fix: linux OS installation
2025-09-10 12:31:03 +05:30
Karishma Shukla
01126601ba Merge pull request #763 from RohitR311/cursor-fix
fix: cursor clicks on input text fields
2025-09-10 12:30:46 +05:30
Rohit Rajan
b31daa6c1b feat: register worker immediately 2025-09-10 10:21:29 +05:30
Rohit Rajan
7834f1730a feat: atomic slot reservation 2025-09-10 10:20:59 +05:30
Rohit Rajan
0cfc46a652 feat: cleanup stale browser slots 2025-09-10 10:19:09 +05:30
Rohit Rajan
5830982f33 feat: register workers for queue 2025-09-10 10:18:35 +05:30
Rohit Rajan
2e2115ccc9 feat: rm failed on sigint 2025-09-10 00:31:38 +05:30
Rohit Rajan
0b556714f1 feat: add orphaned run recovery 2025-09-10 00:22:09 +05:30
Rohit Rajan
d619097600 feat: persist data to db 2025-09-10 00:21:43 +05:30
Rohit Rajan
b948ac9d9e feat: start worker in server 2025-09-10 00:20:18 +05:30
Rohit Rajan
8d10bab5bf feat: rm post-run data processing 2025-09-10 00:17:04 +05:30
Rohit Rajan
1374591695 feat: add retryCount field 2025-09-10 00:12:11 +05:30
Rohit Rajan
b587806260 fix: disable gpu for container stability 2025-09-08 12:29:34 +05:30
Rohit Rajan
bfa941d4ba feat: perform clicks based on coords 2025-09-03 00:16:16 +05:30
Karishma Shukla
51bd3a6a32 feat: '--mute-audio' in browser args 2025-09-01 23:35:58 +05:30
Rohit
d35d30055e Merge branch 'develop' into macset-fix 2025-08-25 20:02:07 +05:30
Karishma Shukla
ed59e3b394 Merge pull request #749 from getmaxun/context-destroy
fix: remove deprecated server side screenshot highlighting that destroyed execution context
2025-08-25 19:34:55 +05:30
Karishma Shukla
ae28802880 Merge pull request #742 from getmaxun/recorder-fix
fix: recorder crashes
2025-08-25 19:34:40 +05:30
Karishma Shukla
3568c3989b Merge pull request #736 from RohitR311/client-notifs
feat: enable client-side notifications for all runs
2025-08-25 19:33:14 +05:30
Rohit
f3207adca4 feat: start worker based on paltform 2025-08-25 18:33:59 +05:30
Rohit Rajan
e0ed2a4f01 feat: run worker same process non windows 2025-08-25 16:12:50 +05:30
Rohit Rajan
527b23bb92 feat: rand port assign worker, check module required 2025-08-24 16:00:13 +05:30
Rohit Rajan
04d6775057 feat: specify commonjs for workers, rm export brwoserpool 2025-08-24 14:22:35 +05:30
Karishma Shukla
0d209c8014 fix: remove deprecated server side screenshot highlighting that caused execution context destroyed error 2025-08-23 15:06:22 +05:30
Karishma Shukla
1eea6290da fix: if page closed !get child selectors 2025-08-21 20:37:01 +05:30
Karishma Shukla
6fa4f88dee fix: if page closed !get list selectors 2025-08-21 20:36:23 +05:30
Karishma Shukla
2081fbbee8 fix: if page closed !get non unique selectors 2025-08-21 20:35:42 +05:30
Karishma Shukla
d1c5a60417 fix: if page closed !get element selector 2025-08-21 20:33:14 +05:30
Karishma Shukla
1abd277fc4 fix: if page closed !get element rect 2025-08-21 20:32:19 +05:30
Karishma Shukla
b6ee449b9c fix: if page closed !get element rect 2025-08-21 20:31:26 +05:30
Karishma Shukla
1abfd6a811 fix: if page closed !get element info 2025-08-21 20:30:49 +05:30
Karishma Shukla
28a6eb465f fix: if page closed !get element info 2025-08-21 20:29:36 +05:30
Karishma Shukla
93a644b1d8 fix: no cursor position if page closed 2025-08-21 20:23:48 +05:30
Rohit
79960b351b Merge branch 'develop' into client-notifs 2025-08-14 15:59:10 +05:30
Rohit
7ae134dc4e feat: add queued run namespace 2025-08-14 15:57:01 +05:30
Rohit
fe4a12cfe4 feat: add interval for queue checks 2025-08-12 22:19:30 +05:30
Rohit
96339f5568 feat: error handling browser init 2025-08-11 13:02:20 +05:30
Rohit
6d75520cdf feat: add browser status method 2025-08-11 13:01:31 +05:30
Rohit
2a302c859e feat: check browser status during run execution 2025-08-11 12:58:05 +05:30
Karishma Shukla
3b16446aef Merge pull request #728 from getmaxun/focus-fix
feat: focused element typing
2025-08-08 16:15:06 +05:30
Rohit
7e7b1efc52 feat: add key press action backend 2025-08-07 19:23:22 +05:30
Rohit
2656476c44 feat: increase job execution duration to 23 hours 2025-08-05 23:20:02 +05:30
Karishma Shukla
0a53d2ad2b Merge pull request #680 from getmaxun/captext-ui
feat: display capture text data in vertical (column-wise) format
2025-07-15 22:13:35 +05:30