Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ispras/scrapy-puppeteer-service
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.5
Choose a base ref
...
head repository: ispras/scrapy-puppeteer-service
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 48 files changed
  • 5 contributors

Commits on May 29, 2024

  1. 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
    MatthewZMSU authored May 29, 2024
    Copy the full SHA
    02c0fd9 View commit details

Commits on Jun 27, 2024

  1. Healthcheck endpoint (#44)

    * Base healthcheck
    
    * Readme
    
    * Browser info
    
    * Docstring
    
    * bad browser status
    MatthewZMSU authored Jun 27, 2024
    Copy the full SHA
    3999149 View commit details
  2. Update version in package.json

    mxsnq authored Jun 27, 2024
    Copy the full SHA
    ca1e25c View commit details

Commits on Jul 4, 2024

  1. 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
    MatthewZMSU authored Jul 4, 2024
    Copy the full SHA
    615340c View commit details

Commits on Jul 15, 2024

  1. Stress tests (#46)

    * Docs and tests
    
    * Update version
    
    * Change DDoS url
    MatthewZMSU authored Jul 15, 2024
    Copy the full SHA
    244cbb0 View commit details
  2. Metrics (#47)

    * Base endpoint
    
    * OpenTelemetry usage
    
    * Working metrics
    
    * Final meter module, dependencies and version update
    
    * Documentation
    
    * Docker-compose example
    MatthewZMSU authored Jul 15, 2024
    Copy the full SHA
    edfb883 View commit details

Commits on Jul 22, 2024

  1. Context timeout (#48)

    * Base of timing out contexts
    
    * Docs
    
    ---------
    
    Co-authored-by: Alexander <9622929+Yatskov@users.noreply.github.com>
    MatthewZMSU and Yatskov authored Jul 22, 2024
    Copy the full SHA
    8ef48e9 View commit details

Commits on Aug 8, 2024

  1. Add har files (#49)

    * Har add to scrapy-puppeteer-service
    
    * fix
    
    * fix
    
    * Refactoring
    
    * "version": "0.3.3"
    AndrewKorzh authored Aug 8, 2024
    Copy the full SHA
    cf90be7 View commit details

Commits on Aug 15, 2024

  1. add-FormAction (#50)

    * 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>
    AndrewKorzh and MatthewZMSU authored Aug 15, 2024
    Copy the full SHA
    0d891f9 View commit details

Commits on Aug 22, 2024

  1. Fix context counters (#51)

    * 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++
    MatthewZMSU authored Aug 22, 2024
    Copy the full SHA
    581e3be View commit details
  2. VNC (#52)

    * 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
    MatthewZMSU authored Aug 22, 2024
    Copy the full SHA
    c6225c0 View commit details

Commits on Sep 2, 2024

  1. Copy the full SHA
    7b48612 View commit details

Commits on Sep 24, 2024

  1. Update pptr (#57)

    Yatskov authored Sep 24, 2024
    Copy the full SHA
    831d659 View commit details
  2. Upper version

    Yatskov committed Sep 24, 2024
    Copy the full SHA
    b37e0ae View commit details

Commits on Oct 9, 2024

  1. Compose action (#53)

    * 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
    MatthewZMSU authored Oct 9, 2024
    Copy the full SHA
    8139dee View commit details

Commits on Nov 6, 2024

  1. NoVNC (#58)

    * Fix README
    
    * NoVNC
    
    * README
    MatthewZMSU authored Nov 6, 2024
    Copy the full SHA
    3337ec3 View commit details
  2. Update package.json

    Upper version to 0.3.9
    Yatskov authored Nov 6, 2024
    Copy the full SHA
    aadfaf5 View commit details

Commits on Dec 19, 2024

  1. Logstash restart (#62)

    * change max_connect_retries
    
    * dependencies
    MatthewZMSU authored Dec 19, 2024
    Copy the full SHA
    9e6eba4 View commit details
  2. Bump pptr versions (#60)

    * pptr versions
    
    * dependencies
    MatthewZMSU authored Dec 19, 2024
    Copy the full SHA
    29ca65c View commit details
  3. Action structure validation (#61)

    * Validate action
    
    * dependencies
    
    * dependencies
    
    * typo
    MatthewZMSU authored Dec 19, 2024
    Copy the full SHA
    db98efd View commit details
Loading