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

Modularization #458

Merged
merged 97 commits into from
Jun 27, 2024
Merged

Modularization #458

merged 97 commits into from
Jun 27, 2024

Commits on Aug 24, 2023

  1. [tools] modification of the rollup configuration

    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c61c0b3 View commit details
    Browse the repository at this point in the history
  2. [parser] Removing fectchVAST and getAndParseVAST methods from the vas…

    …t_parser
    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b2f40c4 View commit details
    Browse the repository at this point in the history
  3. adding new Fetcher class including the fetchVAST method

    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6a73db8 View commit details
    Browse the repository at this point in the history
  4. [client] changing get method to use fetchVAST method from the Fetcher…

    … class instead of getAndParseVAST from the vast_parser
    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2acf7da View commit details
    Browse the repository at this point in the history
  5. adding supported browsers list, modification of the entry point, and …

    …adding watch option when building the library
    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6ec4bce View commit details
    Browse the repository at this point in the history
  6. [parser] removing unnecessary comments

    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4d360bc View commit details
    Browse the repository at this point in the history
  7. [client] add parseVAST method to be able to perform fetching from a g…

    …iven xml
    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7e6f9f7 View commit details
    Browse the repository at this point in the history
  8. [test] tests for the modularization

    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    06f729a View commit details
    Browse the repository at this point in the history
  9. [test] moving mocha tests to jest

    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3d303d6 View commit details
    Browse the repository at this point in the history
  10. removing mocha command from package.json

    Raphael Levin committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f6229fb View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. [tools] Removing mocha

    Raphael Levin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    8ccc8d5 View commit details
    Browse the repository at this point in the history
  2. Removing unnecessary comment

    Raphael Levin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3c23daf View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. [parser] checking Inline first to prevent VASTAdTagURI to be in the f…

    …inal inline object
    Raphael Levin committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f169bc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5a5575 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. [tools] updating rollup config since there is no need to have one bun…

    …dle per module
    Raphael Levin committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    06be203 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. [docs] WIP/modifying documentations for modularization

    Raphael Levin committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    be2907f View commit details
    Browse the repository at this point in the history
  2. [docs] WIP/ updating documentations

    Raphael Levin committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    2c665d2 View commit details
    Browse the repository at this point in the history
  3. [docs] removing unnecessary documentation

    Raphael Levin committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    41ae3a7 View commit details
    Browse the repository at this point in the history
  4. [docs] updating docs

    Raphael Levin committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    33c34ef View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. [docs] updating documentations

    Raphael Levin committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ae5f7ce View commit details
    Browse the repository at this point in the history
  2. [docs] updating README

    Raphael Levin committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5f7ade1 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. [docs] updating README

    Raphael Levin committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a26ab51 View commit details
    Browse the repository at this point in the history
  2. [docs] updating readme

    Raphael Levin committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    fb4830c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. [test] updating vast version in tests files

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9cd9f7b View commit details
    Browse the repository at this point in the history
  2. [test] updating tests

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5409cb6 View commit details
    Browse the repository at this point in the history
  3. [client] updating get method

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    33e0e79 View commit details
    Browse the repository at this point in the history
  4. [parser] updating fetchingCallback

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1dbcc80 View commit details
    Browse the repository at this point in the history
  5. [tools] adding new command including --watch

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0ca5915 View commit details
    Browse the repository at this point in the history
  6. [tools] replacing functions by arrow functions

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a129967 View commit details
    Browse the repository at this point in the history
  7. [docs] updating documentations

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f49be0c View commit details
    Browse the repository at this point in the history
  8. updating fetchVAST method

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8a43120 View commit details
    Browse the repository at this point in the history
  9. [test] removing console.log

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a54fc76 View commit details
    Browse the repository at this point in the history
  10. [tests] removing unnecessary files related to mocha

    Raphael Levin committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7a1b823 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. minor code update

    Raphael Levin committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    4c31d60 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. modifying fetchVAST jsdoc

    Raphael Levin committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    2b2869f View commit details
    Browse the repository at this point in the history
  2. [test] removing duplicate complete key

    Raphael Levin committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ab8dba0 View commit details
    Browse the repository at this point in the history
  3. [test] removing unused variables

    Raphael Levin committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a8bd502 View commit details
    Browse the repository at this point in the history
  4. [doc] updating documentation

    Raphael Levin committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    74b3e1c View commit details
    Browse the repository at this point in the history
  5. [test] correcting typo error

    Raphael Levin committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    b41edc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. [docs] updating documentations

    Raphael Levin committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    531ad8a View commit details
    Browse the repository at this point in the history
  2. fix typo and update formatting

    Raphael Levin committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    24b2c68 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. [client] Pass fetcher as argument of VASTParser

    Raphael Levin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b68037b View commit details
    Browse the repository at this point in the history
  2. [parser] add fetcher in the constructor

    Raphael Levin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c8b4f2c View commit details
    Browse the repository at this point in the history
  3. updated comments and variables names

    Raphael Levin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    04c582f View commit details
    Browse the repository at this point in the history
  4. [test] update tests cases

    Raphael Levin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    56ecbcc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. minor code update

    Raphael Levin committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    11e0876 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary file in dist folder

    Raphael Levin committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    83f5464 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. wip/upgrating urlhandler

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    83fae5b View commit details
    Browse the repository at this point in the history
  2. [tools] modifying rollup configuration for node

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    78eb751 View commit details
    Browse the repository at this point in the history
  3. upgrade urlhandler from XMLHttpRequest to fetch

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    554792c View commit details
    Browse the repository at this point in the history
  4. [test] updating tests for new fetching method

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    fa2fe1e View commit details
    Browse the repository at this point in the history
  5. removing file related to node urlhandler and modifications for new ur…

    …lhandler
    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5964765 View commit details
    Browse the repository at this point in the history
  6. [test] modifying tests for new urlHandler

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    4b7f2a6 View commit details
    Browse the repository at this point in the history
  7. [tools] removing unused import

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    03d2545 View commit details
    Browse the repository at this point in the history
  8. [test] correcting vast sample and test

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    0d1786b View commit details
    Browse the repository at this point in the history
  9. fixing error handling

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3822db7 View commit details
    Browse the repository at this point in the history
  10. [test] fixing failing test

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    63cdae9 View commit details
    Browse the repository at this point in the history
  11. [test] fix inconsistent test

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f6bd002 View commit details
    Browse the repository at this point in the history
  12. [parser] Improving code readability

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d2e9bde View commit details
    Browse the repository at this point in the history
  13. [parser] fix unparsed VerificationParameters

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d62cde2 View commit details
    Browse the repository at this point in the history
  14. [client] refactor constructor default values

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    be09e55 View commit details
    Browse the repository at this point in the history
  15. [test] adding tests for new error logs

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a3a74d2 View commit details
    Browse the repository at this point in the history
  16. [tracker] adding error logs in public methods

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    817a8ac View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d65171d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    412b1ef View commit details
    Browse the repository at this point in the history
  19. [test] adding blockedAdCategories node to a sample file

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3112014 View commit details
    Browse the repository at this point in the history
  20. fix bug where wrapper where not parsed if creatives node was missing …

    …or empty using VASTParser
    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    e6b6354 View commit details
    Browse the repository at this point in the history
  21. correct typos errors

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    af7bcc0 View commit details
    Browse the repository at this point in the history
  22. adding raw xml to the object returned by the urlhandler

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c594041 View commit details
    Browse the repository at this point in the history
  23. [test] fix inconsistent test

    Raphael Levin committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    bf0e460 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. [test] fix comments related to tests

    Raphael Levin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    d470fd7 View commit details
    Browse the repository at this point in the history
  2. [parser] fix comments related to the vastparser

    Raphael Levin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c359cad View commit details
    Browse the repository at this point in the history
  3. create folder for fetching related file

    Raphael Levin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    904e794 View commit details
    Browse the repository at this point in the history
  4. [tracker] fix comments related to vasttracker

    Raphael Levin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    49f2e8a View commit details
    Browse the repository at this point in the history
  5. [utils] add two utils function to check browser environment and forma…

    …t macros values
    Raphael Levin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    c51abd4 View commit details
    Browse the repository at this point in the history
  6. [client] fix import

    Raphael Levin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b3b6822 View commit details
    Browse the repository at this point in the history
  7. [doc] add doc for new error tracking

    Raphael Levin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    074067e View commit details
    Browse the repository at this point in the history
  8. [tool] fix rollup configuration to handle dynamic imports and fix get…

    …FileSize to exclude directory
    Raphael Levin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    cf254d2 View commit details
    Browse the repository at this point in the history
  9. [parser] fix comments related to parseWrapper function

    Raphael Levin committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    bbd2fc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. fix comments

    Raphael Levin committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    fefb556 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. add a full example with a player using the vast-client

    Raphael Levin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    89a6b39 View commit details
    Browse the repository at this point in the history
  2. adding package.json

    Raphael Levin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    cb49bb5 View commit details
    Browse the repository at this point in the history
  3. update readme + VAST url

    Raphael Levin committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4d343b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. fix comments

    Raphael Levin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    0ce2697 View commit details
    Browse the repository at this point in the history
  2. removing safe operator for codesandbox compatibility

    Raphael Levin committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    70dfd51 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Rapha0511 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    918c7d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge pull request #467 from dailymotion/adding-error-logs

    Upgraded fetching method, added error logging, and code Improvment
    ZacharieTFR authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ba5bcd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. fix lint and comments

    Raphael Levin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4bc57ca View commit details
    Browse the repository at this point in the history
  2. fix comments

    Raphael Levin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    1754223 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. changing fetchVAST method to async

    Raphael Levin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    1381daf View commit details
    Browse the repository at this point in the history
  2. fix lint

    Raphael Levin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f3b596c View commit details
    Browse the repository at this point in the history
  3. correct html , add h1, title and alt text for the image

    Raphael Levin committed May 6, 2024
    Configuration menu
    Copy the full SHA
    955ab7a View commit details
    Browse the repository at this point in the history
  4. fix typo

    Co-authored-by: Clarisse Damon <[email protected]>
    Rapha0511 and clarissedmn authored May 6, 2024
    Configuration menu
    Copy the full SHA
    c5f03f0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. play event refactorization

    Raphael Levin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8adf88f View commit details
    Browse the repository at this point in the history
  2. add package-lock and modify gitignore

    Raphael Levin committed May 28, 2024
    Configuration menu
    Copy the full SHA
    feec407 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge pull request #470 from dailymotion/adding-vast-client-use-case-…

    …examples
    
    Adding vast client use case examples
    Rapha0511 authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fe7172c View commit details
    Browse the repository at this point in the history
  2. fix lint in examples/utils.js

    Raphael Levin committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c1c8b42 View commit details
    Browse the repository at this point in the history