Jeremy Bowman
64b06b2259
Merge pull request #17155 from edx/jmbowman/PLAT-1881
...
PLAT-1881 Fix datetimes lacking timezone information
2018-01-10 18:00:10 -05:00
John Eskew
add3a21dc7
Merge pull request #17112 from edx/jeskew/fix_static_asset_pipeline_tests_django1.9
...
Fix static asset pipeline tests in Django 1.9.
2018-01-10 17:35:09 -05:00
John Eskew
cbf836227b
Disable migration-checking test in Django 1.9+
2018-01-10 15:50:39 -05:00
John Eskew
6174e4deb6
Ensure npm install before static asset pipeline tests.
2018-01-10 15:50:39 -05:00
Jeremy Bowman
1a7753d775
PLAT-1881 Fix datetimes lacking timezone information
2018-01-10 14:33:01 -05:00
Jeremy Bowman
4026c25f7a
Merge pull request #17133 from edx/jmbowman/PLAT-1873_2
...
PLAT-1873 to_deprecated_string() cleanup part 2
2018-01-10 13:45:15 -05:00
Harry Rein
042a854bd0
Merge pull request #17124 from edx/HarryRein/dashboard-entitlement-with-no-course-runs
...
Show more sessions coming soon on course dashboard.
2018-01-09 14:13:33 -05:00
Harry Rein
b404173046
Show more sessions coming soon on course dashboard.
...
LEARNER-3808
Ensures that users can see their entitlement purchase whether there
are available sessions or not. Notifies them with a message stating that
more sessions are coming soon, as is currently implemented on the programs
dashboard.
2018-01-09 13:04:36 -05:00
Michael Terry
57ba9b2ac6
Remove deprecated enabled field
...
The CertificateGenerationCourseSetting.enabled column is
deprecated. It is no longer referenced anywhere in the code, and
it's time to remove it.
Original code by Michael LoTurco.
LEARNER-2549
2018-01-09 10:04:26 -05:00
Qubad786
090e5dc534
Transcript upload backend for Video Upload Page – EDUCATOR-1854
2018-01-09 17:03:44 +05:00
Jeremy Bowman
669aa13ad6
PLAT-1873 to_deprecated_string() cleanup part 2
2018-01-08 17:26:55 -05:00
Jeremy Bowman
d3d6272d8f
PLAT-1873 to_deprecated_string() cleanup part 1
2018-01-08 13:51:42 -05:00
Douglas Hall
9976771628
Merge pull request #17099 from edx/douglashall/ENT-779_migration_2
...
Revert "Revert "ENT-779 Remove ProviderConfig.drop_existing_session f…
2018-01-08 11:00:08 -05:00
Ammar Naqvi
fde830b73a
Updated subsections grade percentage to start rounding
...
Changed subsection gating on course outline to consider rounded off grade instead of absolute grade to decide whether to show a subsection which has a prerequisite or not.
EDUCATOR-1676
2018-01-08 15:29:42 +05:00
Asad Iqbal
3daea9bae3
Merge pull request #17090 from edx/asadiqbal08/ENT-478-new
...
[ENT-478]:asadiqbal08/ SAML Provider Configs List View Updates
2018-01-08 12:55:01 +05:00
John Eskew
b4552a60f3
Merge pull request #17048 from edx/jeskew/lms_shard_4_fixes_django_19
...
Fix LMS shard 4 test failures under Django 1.9.
2018-01-05 15:59:54 -05:00
Michael Terry
b7fbfc938d
Fix expire_old_entitlements celery task
...
Celery was not able to find the task implementation, because we were
putting it in a nonstandard place.
2018-01-05 14:34:10 -05:00
John Eskew
63e885be55
Test fixes for student Django app for v1.9
2018-01-05 14:23:22 -05:00
John Eskew
1504c098a9
Form expected test redirect urls properly.
2018-01-05 14:23:22 -05:00
asadiqbal
e536811640
remove backend_name
2018-01-05 17:32:33 +05:00
Douglas Hall
9071117ea2
Revert "Revert "ENT-779 Remove ProviderConfig.drop_existing_session field from DB.""
...
This reverts commit 23e17b3c35 .
2018-01-04 16:57:52 -05:00
Albert (AJ) St. Aubin
e149182aeb
Merge pull request #17095 from edx/revert-16934-aj/LEARNER-3629_refund_api_refactor
...
Revert "Refactor of the CourseEntitlement Refund API to handle refund failures"
2018-01-04 14:32:16 -05:00
Albert (AJ) St. Aubin
e53013ec70
Revert "Refactor of the CourseEntitlement Refund API to handle refund failures"
2018-01-04 14:28:12 -05:00
Douglas Hall
23e17b3c35
Revert "ENT-779 Remove ProviderConfig.drop_existing_session field from DB."
2018-01-04 13:20:22 -05:00
Albert (AJ) St. Aubin
14ddb59f90
Merge pull request #16934 from edx/aj/LEARNER-3629_refund_api_refactor
...
Refactor of the CourseEntitlement Refund API to handle refund failures
2018-01-04 12:16:35 -05:00
Michael Terry
64b7fb88b8
Pass serializable data to celery
...
The expire_old_entitlements management command was passing a
Paginator object to celery, which it can't serialize when it is
running async. Instead, we'll do the pagination manually inside the
task code and simply pass it integers.
2018-01-04 12:01:41 -05:00
Albert St. Aubin
417ef0583b
Refactor of the CourseEntitlement Refund API to handle refund failures
...
[LEARNER-3629]
The CourseEntitlement Refund API will not respond with ERROR codes when
the attempted refund call to Ecommerce fails.
2018-01-04 11:02:13 -05:00
sanfordstudent
5867f2d632
Merge pull request #17085 from edx/sstudent/EDUCATOR-1290-loggin
...
EDUCATOR-1290: logging
2018-01-04 09:10:58 -05:00
Zubair Afzal
2eddbad3af
Merge pull request #17072 from edx/zub/ENT-403-django-admin-thrid-party-auth-name-with-update_link
...
add update link on name field for django admin SAMLProviderConfigAdmin
2018-01-04 16:39:03 +05:00
Sanford Student
14618c35de
EDUCATOR-1290: logging
2018-01-03 16:36:23 -05:00
Douglas Hall
c223ccdc5b
Merge pull request #17030 from edx/douglashall/ENT-779_drop_existing_session_migration
...
ENT-779 Remove ProviderConfig.drop_existing_session field from DB.
2018-01-03 15:51:35 -05:00
Michael LoTurco
70522862a3
Merge pull request #17023 from edx/MLoTurco/learner-serialize-entitlement-enrollment
...
Add enrollment_course_run to CourseEntitlementSerializer
The marketing site currently cannot use the entitlement
api to determine whether a user has an unfilled entitlement.
Including the entitlement enrollment_course_run makes this
information accessible to consumers of the entitlement API.
Learner-3731
2018-01-03 13:54:28 -05:00
Michael LoTurco
2807d9915e
Add enrollment_course_run to entitlementserializer
...
The marketing site currently cannot use the entitlement
api to determine whether a user has an unfilled entitlement.
Including the entitlement enrollment_course_run makes this
information accessible to consumers of the entitlement API.
Learner-3731
2018-01-03 11:28:53 -05:00
christopher lee
10f1907ff4
Wrap strings in gettext for graders file
2018-01-03 10:27:46 -05:00
Zubair Afzal
b281bb5b32
Merge pull request #17066 from edx/zub/ENT-832-third-party-auth-stop-username-sync
...
Remove username from force syncing in third party auth pipeline
2018-01-03 18:40:23 +05:00
zubair-arbi
4a5f3e8e52
add update link on name field for django admin SAMLProviderConfigAdmin
...
ENT-403
2018-01-03 14:40:03 +05:00
noraiz-anwar
9d2fad7144
fix course staff ability to perform operations on instructor dashboard
2018-01-02 14:34:38 +05:00
zubair-arbi
7504be1c67
Remove username from force syncing in third party auth pipeline
2018-01-01 16:24:03 +05:00
M. Rehan
584dee107e
Merge pull request #17019 from open-craft/jill/hide-auto-advance-if-disabled
...
Hides Video Auto Advance from Advanced Settings if disabled
2017-12-28 15:34:03 +05:00
John Eskew
c7671b75e5
Merge pull request #17036 from edx/jmbowman/PLAT-1863
...
PLAT-1863 Fixes for LMS shards 2 and 3 tests under Django 1.9
2017-12-27 14:26:50 -05:00
Jillian Vogel
097c0665fc
Hides Video Auto Advance from Advanced Settings if disabled
...
and fixes affected tests.
2017-12-27 13:27:36 +10:30
Jeremy Bowman
bd9c7a082e
PLAT-1863 Fixes for LMS shards 2 and 3 tests under Django 1.9
2017-12-22 16:53:01 -05:00
Brian Mesick
4ceba7ad64
Merge branch 'master' into bmedx/django111_httpretty_0814
2017-12-22 16:25:25 -05:00
Jeremy Bowman
e98420dd8d
Merge pull request #16979 from edx/jmbowman/PLAT-1861
...
PLAT-1861 Upgrade to pyfilesystem2
2017-12-22 15:48:48 -05:00
Brian Mesick
5acb0f989b
Merge pull request #16989 from edx/bmedx/django111_update_is_authenticated
...
Remove unnecessary patches to User::is_authenticated
2017-12-22 15:39:23 -05:00
bmedx
6ece1708a6
Make sure httpretty usage cleans up after itself
2017-12-22 15:36:46 -05:00
bmedx
23503f5226
Fix test issues with new httpretty
2017-12-22 15:36:45 -05:00
Jeremy Bowman
65472399df
PLAT-1861 Upgrade to pyfilesystem2
2017-12-22 14:44:24 -05:00
bmedx
b5d6fca44e
Update is_authenticated patches to work with Django 1.10+
2017-12-22 13:22:49 -05:00
Douglas Hall
2c3afb232b
ENT-779 Remove ProviderConfig.drop_existing_session field from DB.
...
References to this field were already removed with:
https://github.com/edx/edx-platform/pull/16987
2017-12-22 12:34:29 -05:00