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

Adding support for mix&match pipelines #1954

Merged
merged 20 commits into from May 13, 2024

Commits on Jul 2, 2022

  1. added tests

    dbacarel committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    ed61451 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    f7079d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    9dfb58d View commit details
    Browse the repository at this point in the history
  2. Added test

    dbacarel committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    36a71dc View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    a193f28 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    65b29c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    c70b729 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    83c1cbe View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    867b45b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    aeb677a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    cb63778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0110235 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Configuration menu
    Copy the full SHA
    db239f5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. - Reverted changes related to the support of named pipelines

    - Implemented support for mixed target&pipeline definitions  within `targets` in `transport.js`
    - Merged logic from both `worker.js` and `worker-pipeline.js` into `worker.js`
    - Fixed `pipeline.test.js`
    - Fixed docs to reflect changes above
    
    TODO:
     - Remove `worker-pipeline.js`
     - Fix `transport.js` to use only `worker.js`
     - Fix related docs
     - Fix UTs
    dbacarel committed May 5, 2024
    Configuration menu
    Copy the full SHA
    c3e9fec View commit details
    Browse the repository at this point in the history
  2. - Removed worker-pipeline.js

    - Updated docs to remove mentions of `worker-pipeline.js`
    - Fixed failing UTs
    - Fixed `transport.js` to use only `worker.js` also when `pipeline` is defined
    - Fixed `worker.js` to work properly when only `pipeline` is defined
    dbacarel committed May 5, 2024
    Configuration menu
    Copy the full SHA
    dbb40d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddbbafb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31faf4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1e0bb1 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Added a special case in worker.js to skip the multistream instance wh…

    …en a single target or pipeline is defined
    dbacarel committed May 11, 2024
    Configuration menu
    Copy the full SHA
    40297e3 View commit details
    Browse the repository at this point in the history
  2. - Added optional 'level' property to TransportPipelineOptions interface

    - A level can now be defined for pipelines defined inside 'targets'
    - Added UT in 'pipeline.test.js' to check expected behaviour with 'dedupe'
    dbacarel committed May 11, 2024
    Configuration menu
    Copy the full SHA
    57bcd7d View commit details
    Browse the repository at this point in the history