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

Dev/update analyze api #495

Merged
merged 118 commits into from
Jun 16, 2021
Merged

Dev/update analyze api #495

merged 118 commits into from
Jun 16, 2021

Conversation

patrick-tolosa
Copy link
Contributor

This PR merges the branch analyze_api with latest from master, and adds the analyze: JSON.stringify(options.analyze) key to the build_upload_params

Note:

  • analyze_api does not contain this line analyze: JSON.stringify(options.analyze) in the first place.

asisayag2 and others added 30 commits March 4, 2020 09:38
Added Travis badge to README
Support multiple resource_types in ZIP generation
The reasoning for this is that if the first expect fails it will not send the other requests,
which will pollute our account
This test was a duplicate of line 65 in the same file: 'Accepts credentials as an argument'
(Update video HTML 5 tag to include support for h265 and vp9)
* Refactor in a wait period for eager uploads
Refactor out a duplicate test
improve provisioning API tests for GET sub_accounts
- Add a test for prefix
- Add a test for ids[] in the API
Fix prefix name in "update_sub_account" test
Improve the atomic-ness of the provisioning test
* updated types for resources promises
* Add types for Structured Metadata functions
* Align all structured metadata tests with reference implementation
* Add `rate_limits` back to responses sent from Admin API
… "$width") (#367)

* Fix `normalize_expression` to ignore predefined variables
- Create /testUtils/testConstants
- Remove all TIMEOUT constants from spechelper
- Fix all imports for other spec files
* Allow external PRs to pass tests using a temporary account
RTLcoil and others added 26 commits January 24, 2021 08:55
* Add validation to genreate_auth_token to enforce url or acl in the object
* Add an additional option to disable promises in call_api -- disable_promises:bool
@patrick-tolosa patrick-tolosa requested a review from mikeys June 14, 2021 19:04
@@ -302,7 +319,9 @@ function build_upload_params(options) {
unique_filename: utils.as_safe_bool(options.unique_filename),
upload_preset: options.upload_preset,
use_filename: utils.as_safe_bool(options.use_filename),
analyze: JSON.stringify(options.analyze),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mikeys FYI

@patrick-tolosa patrick-tolosa merged commit 61d3a62 into analyze_api Jun 16, 2021
@patrick-tolosa patrick-tolosa deleted the dev/update-analyze_api branch August 31, 2021 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants