-
Notifications
You must be signed in to change notification settings - Fork 217
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
+11,456
−4,364
Merged
Modularization #458
Changes from 1 commit
Commits
Show all changes
97 commits
Select commit
Hold shift + click to select a range
c61c0b3
[tools] modification of the rollup configuration
b2f40c4
[parser] Removing fectchVAST and getAndParseVAST methods from the vas…
6a73db8
adding new Fetcher class including the fetchVAST method
2acf7da
[client] changing get method to use fetchVAST method from the Fetcher…
6ec4bce
adding supported browsers list, modification of the entry point, and …
4d360bc
[parser] removing unnecessary comments
7e6f9f7
[client] add parseVAST method to be able to perform fetching from a g…
06f729a
[test] tests for the modularization
3d303d6
[test] moving mocha tests to jest
f6229fb
removing mocha command from package.json
8ccc8d5
[tools] Removing mocha
3c23daf
Removing unnecessary comment
f169bc5
[parser] checking Inline first to prevent VASTAdTagURI to be in the f…
f5a5575
[client] rootURL should be set when the first VAST is fetch
06be203
[tools] updating rollup config since there is no need to have one bun…
be2907f
[docs] WIP/modifying documentations for modularization
2c665d2
[docs] WIP/ updating documentations
41ae3a7
[docs] removing unnecessary documentation
33c34ef
[docs] updating docs
ae5f7ce
[docs] updating documentations
5f7ade1
[docs] updating README
a26ab51
[docs] updating README
fb4830c
[docs] updating readme
9cd9f7b
[test] updating vast version in tests files
5409cb6
[test] updating tests
33e0e79
[client] updating get method
1dbcc80
[parser] updating fetchingCallback
0ca5915
[tools] adding new command including --watch
a129967
[tools] replacing functions by arrow functions
f49be0c
[docs] updating documentations
8a43120
updating fetchVAST method
a54fc76
[test] removing console.log
7a1b823
[tests] removing unnecessary files related to mocha
4c31d60
minor code update
2b2869f
modifying fetchVAST jsdoc
ab8dba0
[test] removing duplicate complete key
a8bd502
[test] removing unused variables
74b3e1c
[doc] updating documentation
b41edc3
[test] correcting typo error
531ad8a
[docs] updating documentations
24b2c68
fix typo and update formatting
b68037b
[client] Pass fetcher as argument of VASTParser
c8b4f2c
[parser] add fetcher in the constructor
04c582f
updated comments and variables names
56ecbcc
[test] update tests cases
11e0876
minor code update
83f5464
remove unnecessary file in dist folder
83fae5b
wip/upgrating urlhandler
78eb751
[tools] modifying rollup configuration for node
554792c
upgrade urlhandler from XMLHttpRequest to fetch
fa2fe1e
[test] updating tests for new fetching method
5964765
removing file related to node urlhandler and modifications for new ur…
4b7f2a6
[test] modifying tests for new urlHandler
03d2545
[tools] removing unused import
0d1786b
[test] correcting vast sample and test
3822db7
fixing error handling
63cdae9
[test] fixing failing test
f6bd002
[test] fix inconsistent test
d2e9bde
[parser] Improving code readability
d62cde2
[parser] fix unparsed VerificationParameters
be09e55
[client] refactor constructor default values
a3a74d2
[test] adding tests for new error logs
817a8ac
[tracker] adding error logs in public methods
d65171d
[util] filtering url to return arrays of valid and unvalid url
412b1ef
[parser] adding error logs in case Wrapper or InLine node is malformed
3112014
[test] adding blockedAdCategories node to a sample file
e6b6354
fix bug where wrapper where not parsed if creatives node was missing …
af7bcc0
correct typos errors
c594041
adding raw xml to the object returned by the urlhandler
bf0e460
[test] fix inconsistent test
d470fd7
[test] fix comments related to tests
c359cad
[parser] fix comments related to the vastparser
904e794
create folder for fetching related file
49f2e8a
[tracker] fix comments related to vasttracker
c51abd4
[utils] add two utils function to check browser environment and forma…
b3b6822
[client] fix import
074067e
[doc] add doc for new error tracking
cf254d2
[tool] fix rollup configuration to handle dynamic imports and fix get…
bbd2fc4
[parser] fix comments related to parseWrapper function
fefb556
fix comments
89a6b39
add a full example with a player using the vast-client
cb49bb5
adding package.json
4d343b7
update readme + VAST url
0ce2697
fix comments
70dfd51
removing safe operator for codesandbox compatibility
918c7d3
Update README.md
Rapha0511 ba5bcd8
Merge pull request #467 from dailymotion/adding-error-logs
ZacharieTFR 4bc57ca
fix lint and comments
1754223
fix comments
1381daf
changing fetchVAST method to async
f3b596c
fix lint
955ab7a
correct html , add h1, title and alt text for the image
c5f03f0
fix typo
Rapha0511 8adf88f
play event refactorization
feec407
add package-lock and modify gitignore
fe7172c
Merge pull request #470 from dailymotion/adding-vast-client-use-case-…
Rapha0511 c1c8b42
fix lint in examples/utils.js
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should keep thoses informations, aswell as
Returns a Promise which resolves,rejects according to the result of the request.