DawoudSheraz
1947f2105b
drop precentage column from VemPipelineIntegration model
2020-08-07 13:09:48 +05:00
DawoudSheraz
dae599b517
skip db test
2020-08-07 10:27:50 +05:00
DawoudSheraz
12f2e6eb2b
remove percentage field from VEM pipeline config model
2020-08-07 10:25:52 +05:00
Robert Raposa
77e490f057
ARCHBOM-1305: remove deprecated flag_undefined_default ( #24426 )
...
This is the final step in removing the deprecated
flag_undefined_default as explained by the following ADR:
https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/waffle_utils/docs/decisions/0001-refactor-waffle-flag-default.rst
Notes:
* All uses of flag_undefined_default=False were always
supposed to have been no-ops.
* All uses of flag_undefined_default=True that are removed
in this PR have been replaced by migrations in past PRs.
* The temporary metric temp_flag_default_used id no longer
reporting any data.
ARCHBOM-1305
2020-07-09 09:31:31 -04:00
Zainab Amir
0b80987ba0
Add vem_enabled_courses_percentage ( #24294 )
...
Add a field to VEM config model that will decide the percentage of
courses allowed to go to VEM pipeline. The courses that don't meet the
criteria will go to VEDA.
PROD-1722
2020-06-26 14:30:42 +05:00
Zainab Amir
cdc1c91980
Integrate Video Encode Manager ( #24093 )
...
* Add VEMPipelineIntegration config model
* Add course waffle flag to enable vem pipeline selectively
PROD-1636
2020-06-04 11:45:34 +05:00
Syed Muhammad Dawoud Sheraz Ali
9929b52907
change pipeline api client to OAuthApiClient ( #24080 )
...
* change pipeline API client to OAuthApiClient
2020-05-28 19:48:14 +05:00
Zainab Amir
bfd95c7fbb
Remove transcript credential saving in VAL ( #24066 )
2020-05-27 18:38:01 +05:00
Syed Muhammad Dawoud Sheraz Ali
cd6549748b
add credentials saving in VAL ( #23561 )
2020-04-02 11:21:09 +05:00
Zainab Amir
ed25521f61
Enable testing pipeline for video uploads to s3 ( #23375 )
...
Add integration settings to enable upload of videos from from studio.
Settings enable user to connect to s3 bucket using mfa and assume role
functionality.
PROD-1214
2020-03-12 12:19:52 +05:00
Manjinder Singh
d08cd9ce04
Removing provider imports from edx-platform ( #23229 )
...
* Removing from provider imports from openedx
* removed all uses of retire_dop_oauth2_models
* Removing provider library from lms, common, and cms
Created/copied function short_token(from django-oauth-provider) and create_hash256 to help with conversion
2020-03-02 08:56:54 -05:00
Feanil Patel
9cf2f9f298
Run 2to3 -f future . -w
...
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
2019-12-30 10:35:30 -05:00
Manjinder Singh
a384e753fd
BOM-933: Fix type mismatches in various migrations ( #22112 )
...
* Fix type mismatches in the course_modes migrations
* Fix type mismatches in the course_action_state migrations
* Fix type mismatches in the schedules migrations
* Fix type mismatches in grades migrations
* Fix type mismatches in video_pipeline
* Fix type mismatches in api_admin
* Fix mismatches in credential migrations
2019-10-24 11:42:39 -04:00
Ayub khan
5c47a3b425
BOM Project
...
Updated __unicode__ to __str__
2019-09-25 18:31:54 +05:00
aliciaerwin
ba1e7b953d
INCR-161 Run python-modernize on openedx/core/djangoapps/video_pipeline ( #20472 )
2019-05-09 11:59:01 -04:00
Julia Eskew
368f221f0a
Initial start on annotations.
2019-02-19 11:24:21 -05:00
Matthew Piatetsky
444799fb0e
fix unicode strings in openedx/ part 2
2019-02-15 10:15:51 -05:00
Ned Batchelder
3353e7425e
Remove unused imports
2018-11-03 16:07:05 -04:00
Nimisha Asthagiri
dc56a63e03
Remove deprecated JwtBuilder
...
ARCH-248
2018-10-17 07:43:59 -04:00
Qubad786
e24438602d
Deprecate youtube for existing courses by not sending course_video_upload_token to VEDA.
2018-09-04 19:07:03 +05:00
Muhammad Ammar
f9b3c8430d
Merge pull request #17378 from edx/ammar/add-video-pipeline-integration-management-command
...
add video pipeline integration management command
2018-02-07 17:25:04 +05:00
muhammad-ammar
27f023f34a
add video pipeline integration management command
2018-02-07 15:14:14 +05:00
Jeremy Bowman
bf86b3da98
PLAT-1942 Handle xmodule_django field deprecations
2018-02-05 15:05:54 -05:00
Qubad786
dc335a2215
EDUCATOR-1628
...
Enable Video Uploads by default with course rollout flag.
2017-11-29 12:27:20 +05:00
Mushtaq Ali
40d74e77c9
Modify video pipleine client jwt settings - EDUCATOR-1733
2017-11-14 17:23:06 +05:00
Muzaffar yousaf
7157ec2e2f
Revert "Revert "Transcript secure credentials""
2017-11-08 21:18:00 +05:00
Feanil Patel
9a35a5439e
Revert "Transcript secure credentials"
2017-11-07 13:07:32 -05:00
Qubad786
2310614bb6
Save credentials in edx-video-pipeline
...
EDUCATOR-1335 - This Adds a dedicated app which is responsible for communication with edx-video-pipeline service. It also adds the backend for saving 3rd party transcription service credentials on edx-video-pipline and cache it in edx-val.
2017-11-07 13:18:58 +05:00