-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: ispras/scrapy-puppeteer-service
base: 0.0.9
head repository: ispras/scrapy-puppeteer-service
compare: master
Commits on May 5, 2023
-
* remove puppeteer-proxy, set proxies per context * support both per page and per context proxying
Configuration menu - View commit details
-
Copy full SHA for 2e3ad61 - Browse repository at this point
Copy the full SHA 2e3ad61View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5fdc37 - Browse repository at this point
Copy the full SHA f5fdc37View commit details
Commits on May 18, 2023
-
Update to latest Puppeteer (#26)
* update to pptr 19.11.1 * allow to explicitly specify selector, xpath or timeout to wait for in wait options * use pptr 20.1.2
Configuration menu - View commit details
-
Copy full SHA for 9b27034 - Browse repository at this point
Copy the full SHA 9b27034View commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 31be376 - Browse repository at this point
Copy the full SHA 31be376View commit details
Commits on Jul 25, 2023
-
New Action in Scrapy-puppeteer-service (RecaptchaSolver) added (#31)
* Added new action (recaptcha_solver) * Fixed dependencies and removed extra code * Implemented RecaptchaSolver, added comments and description. Changed 2captcha token name. Started to think about fingerprints in browser. * Implemented RecaptchaSolver, added comments and description. Changed 2captcha token name. Added StealthPlugin * HotFix: fixed token_2captcha environment variable name * Deleted extra properties, handled "no tekoen_2captcha" error (scapy-puppeteer)
Configuration menu - View commit details
-
Copy full SHA for fd5cd71 - Browse repository at this point
Copy the full SHA fd5cd71View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbeae74 - Browse repository at this point
Copy the full SHA cbeae74View commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9faaf63 - Browse repository at this point
Copy the full SHA 9faaf63View commit details -
Decode proxy credentials (#33)
* decode proxy credentials * update version
Configuration menu - View commit details
-
Copy full SHA for 9173f53 - Browse repository at this point
Copy the full SHA 9173f53View commit details
Commits on Aug 31, 2023
-
Added exceptional responses handling (#36)
* Exceptions processing * beautifying * Changed error sending and added processing every error * Deleted extra middleware
Configuration menu - View commit details
-
Copy full SHA for 90d7004 - Browse repository at this point
Copy the full SHA 90d7004View commit details -
Bump semver from 5.7.1 to 5.7.2 (#35)
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 358331f - Browse repository at this point
Copy the full SHA 358331fView commit details -
Bump tough-cookie from 4.0.0 to 4.1.3 (#34)
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 917d731 - Browse repository at this point
Copy the full SHA 917d731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 296b855 - Browse repository at this point
Copy the full SHA 296b855View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aa43308 - Browse repository at this point
Copy the full SHA aa43308View commit details
Commits on Sep 19, 2023
-
* Added security, code of conduct and contributing documents * Templates for pull requests and issues * Fix: pull request nesting
Configuration menu - View commit details
-
Copy full SHA for 07d49b9 - Browse repository at this point
Copy the full SHA 07d49b9View commit details
Commits on Dec 8, 2023
-
* Added processing of accidental context losses * Deleted extra middleware * Added custom errors for more flexible development. Now we response with not only 422 but also with 500 * Major logic of middleware: set status and send response
Configuration menu - View commit details
-
Copy full SHA for cc6ff31 - Browse repository at this point
Copy the full SHA cc6ff31View commit details
Commits on Feb 14, 2024
-
Better logging of everything (#40)
* Base code for logging. Need to write proper format for logs * Additional formats * trying to print error with red colour... * Completed logs in console * added logging of pathname * final changes in order to beautify * Name consistency * New paradigm of logging * fixed action representation in Logs * Fixed action's header setting * Creation page fix * Added contextId and pageId for error logging * Better naming * Minor changes to: naming, structure * Minor changes to: naming, structure * Minor changes to: naming, structure * bump version, minor refinements --------- Co-authored-by: Max Varlamov <47754003+mxsnq@users.noreply.github.com> Co-authored-by: Max Varlamov <varlamov@ispras.ru>
Configuration menu - View commit details
-
Copy full SHA for 645d27e - Browse repository at this point
Copy the full SHA 645d27eView commit details
Commits on Apr 18, 2024
-
Logstash support for logs (#41)
* Added logstash in service * Typo * Comments for middlewares and logs * added example opensearch configuration * Documentation * Easier parsed logs --------- Co-authored-by: Max Varlamov <varlamov@ispras.ru>
Configuration menu - View commit details
-
Copy full SHA for 9a7b5e4 - Browse repository at this point
Copy the full SHA 9a7b5e4View commit details
Commits on Apr 19, 2024
-
Bump express from 4.17.3 to 4.19.2 (#43)
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.17.3...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3cdec73 - Browse repository at this point
Copy the full SHA 3cdec73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56120d6 - Browse repository at this point
Copy the full SHA 56120d6View commit details
Commits on May 29, 2024
-
Standardizing all actions (#42)
* Typo, TODO and base refactoring * Action, Screenshot and MHTML now return results in the same manner as other actions * Comments and deleting unnecessary code. * Action response is now standardized * Refactored code to action-ids model * Mhtml fix * Make request.query "immutable" * Fix: too early page closing
Configuration menu - View commit details
-
Copy full SHA for 02c0fd9 - Browse repository at this point
Copy the full SHA 02c0fd9View commit details
Commits on Jun 27, 2024
-
* Base healthcheck * Readme * Browser info * Docstring * bad browser status
Configuration menu - View commit details
-
Copy full SHA for 3999149 - Browse repository at this point
Copy the full SHA 3999149View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca1e25c - Browse repository at this point
Copy the full SHA ca1e25cView commit details
Commits on Jul 4, 2024
-
Context limit middleware (#45)
* Base * separated middlewares * readme * Too many requests error * Now limit_context is a small service. * Typos * Typos * Delete useless variable * Version update
Configuration menu - View commit details
-
Copy full SHA for 615340c - Browse repository at this point
Copy the full SHA 615340cView commit details
Commits on Jul 15, 2024
-
* Docs and tests * Update version * Change DDoS url
Configuration menu - View commit details
-
Copy full SHA for 244cbb0 - Browse repository at this point
Copy the full SHA 244cbb0View commit details -
* Base endpoint * OpenTelemetry usage * Working metrics * Final meter module, dependencies and version update * Documentation * Docker-compose example
Configuration menu - View commit details
-
Copy full SHA for edfb883 - Browse repository at this point
Copy the full SHA edfb883View commit details
Commits on Jul 22, 2024
-
* Base of timing out contexts * Docs --------- Co-authored-by: Alexander <9622929+Yatskov@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ef48e9 - Browse repository at this point
Copy the full SHA 8ef48e9View commit details
Commits on Aug 8, 2024
-
* Har add to scrapy-puppeteer-service * fix * fix * Refactoring * "version": "0.3.3"
Configuration menu - View commit details
-
Copy full SHA for cf90be7 - Browse repository at this point
Copy the full SHA cf90be7View commit details
Commits on Aug 15, 2024
-
* add-FormAction * add documentation * add documentation * change FormAction to FillForm * add some check in fill_form * Update fill_form.js * Har support * Remove excess --------- Co-authored-by: matthew <matvey.zvancov10@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0d891f9 - Browse repository at this point
Copy the full SHA 0d891f9View commit details
Commits on Aug 22, 2024
-
* Update context counter when timeout context * Synchronisation of ContextCounters * Fixed bug when `Changing contextCounter from -4 to 0 due to synchronization` due to context falling off. * Structure changes * Logging error and version++
Configuration menu - View commit details
-
Copy full SHA for 581e3be - Browse repository at this point
Copy the full SHA 581e3beView commit details -
* Some base * Testing * Working vnc but not working HEADFULL * Working! * Not working solution in HEADLESS=false * Working VNC! * Puppeteer version update * Simplified Dockerfile * Docs * Changes due to self-review * Dependencies
Configuration menu - View commit details
-
Copy full SHA for c6225c0 - Browse repository at this point
Copy the full SHA c6225c0View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b48612 - Browse repository at this point
Copy the full SHA 7b48612View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 831d659 - Browse repository at this point
Copy the full SHA 831d659View commit details -
Configuration menu - View commit details
-
Copy full SHA for b37e0ae - Browse repository at this point
Copy the full SHA b37e0aeView commit details
Commits on Oct 9, 2024
-
* proper handling of exceptions. * action-router model * Now we throw errors and action is more error-prone. * compose action * Fix everything... * Working service! * Docs * Fixes after review * Fixes after review
Configuration menu - View commit details
-
Copy full SHA for 8139dee - Browse repository at this point
Copy the full SHA 8139deeView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3337ec3 - Browse repository at this point
Copy the full SHA 3337ec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for aadfaf5 - Browse repository at this point
Copy the full SHA aadfaf5View commit details
Commits on Dec 19, 2024
-
* change max_connect_retries * dependencies
Configuration menu - View commit details
-
Copy full SHA for 9e6eba4 - Browse repository at this point
Copy the full SHA 9e6eba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29ca65c - Browse repository at this point
Copy the full SHA 29ca65cView commit details -
Action structure validation (#61)
* Validate action * dependencies * dependencies * typo
Configuration menu - View commit details
-
Copy full SHA for db98efd - Browse repository at this point
Copy the full SHA db98efdView commit details
Commits on Jan 21, 2025
-
Increase captcha solver timeout (#63)
* increase captcha solver timeout * fix version and readme
Configuration menu - View commit details
-
Copy full SHA for 9f73b56 - Browse repository at this point
Copy the full SHA 9f73b56View commit details
Commits on Mar 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 30a5a74 - Browse repository at this point
Copy the full SHA 30a5a74View commit details -
Destroy new contexts on errors (#65)
* destroy new contexts on errors * update version
Configuration menu - View commit details
-
Copy full SHA for 185c7b0 - Browse repository at this point
Copy the full SHA 185c7b0View commit details
There are no files selected for viewing