Commit Graph

603 Commits

Author SHA1 Message Date
Rohit Rajan
0e6bc22dce feat: add max queue integration tasks 2025-11-29 11:11:02 +05:30
Rohit Rajan
71bbca16df fix: merge conflict 2025-11-21 00:41:04 +05:30
Karishma Shukla
a1515c2abf Merge pull request #889 from getmaxun/markdownify
feat: scrape [html + markdown]
2025-11-21 00:14:31 +05:30
Rohit
8171e517d7 Merge branch 'develop' into persist-fix 2025-11-20 21:08:22 +05:30
Rohit Rajan
b2b5a914e7 chore: add telemetry for scrape robots and runs 2025-11-20 19:40:48 +05:30
Rohit Rajan
e90cd9961e feat: add html scrape support 2025-11-20 18:49:39 +05:30
Rohit Rajan
d444756f67 chore: add static markdown import 2025-11-20 13:33:10 +05:30
Rohit Rajan
0d45d1d7f1 feat: markdownify manual, scheduled, api runs 2025-11-20 13:19:12 +05:30
Rohit Rajan
801ae5a365 fix: scrapeList pagination persistence and action data separation 2025-11-18 14:25:09 +05:30
Rohit Rajan
c20f3fb201 fix: rm data replication across different actions 2025-11-13 12:19:39 +05:30
Rohit Rajan
25fb8290eb feat: gen unique action name keys 2025-11-07 13:56:42 +05:30
Rohit Rajan
f49c4b1265 fix: rm ddefault action name setting 2025-11-05 23:19:16 +05:30
Rohit Rajan
1c459691bf fix: flush buffer on run completion 2025-10-25 13:09:00 +05:30
Rohit Rajan
5be2b3175b feat: recorder revamp server changes 2025-10-21 00:43:08 +05:30
Rohit Rajan
9a2d60ef4c fix: render run immediately 2025-09-29 20:08:17 +05:30
Rohit Rajan
6b7a1f8d26 fix: socket conn handling 2025-09-29 18:26:55 +05:30
Rohit Rajan
0a914b0f76 fix: rm Run require model 2025-09-29 17:18:09 +05:30
Rohit Rajan
a83b69cfc6 fix: add process retry count logic 2025-09-28 23:01:23 +05:30
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
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
Rohit Rajan
d619097600 feat: persist data to db 2025-09-10 00:21:43 +05:30
Rohit Rajan
8d10bab5bf feat: rm post-run data processing 2025-09-10 00:17:04 +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
bed04598cc chore: stale code cleanup 2025-07-08 15:23:40 +05:30
Rohit
3916ac91c4 feat: struct capture text data airtable 2025-07-08 15:21:59 +05:30
Rohit
782f38acd3 feat: struct capture text data google sheets 2025-07-08 14:08:26 +05:30
Rohit
82152c5acd feat: add dom mode check 2025-07-06 17:00:00 +05:30
Rohit
f7302ccad4 feat: add null check for selectors 2025-06-25 13:35:37 +05:30
Rohit
c696ec8b03 feat: add dom events and methods 2025-06-23 14:01:10 +05:30
Rohit
682da3879a feat: push list data at index position 2025-06-07 14:50:28 +05:30
Rohit
3f78a1323e feat: rm spread op to reduce time complexity 2025-05-28 15:00:30 +05:30
Rohit
6834b00be6 feat: improve captured text payload structure 2025-05-28 14:53:38 +05:30
Rohit
1d3a6674cd feat: replace uuidv4 package with uuid 2025-05-28 14:22:43 +05:30
Rohit
0aae146c6d feat: specify robot name and error message 2025-05-27 23:46:56 +05:30
Rohit
adbbacb870 feat: add webhook support for scheduler 2025-05-27 23:37:36 +05:30
Rohit
b52f23b2ef chore: follow _ convention 2025-05-27 23:20:49 +05:30
Karishma Shukla
5a6dc45c50 Merge pull request #600 from getmaxun/link-container
feat: override anchor container selection
2025-05-23 13:32:55 +05:30
Karishma Shukla
395dbe6662 feat: override anchor container selection 2025-05-19 21:20:51 +05:30
RohitR311
d9ac918317 feat: rm selector hierarchy for non unique selectors 2025-05-09 23:36:41 +05:30