Commit Graph

1546 Commits

Author SHA1 Message Date
Eric Fischer
5c26acc115 Re-kill ICRV block
This reverts commit 1224e341de. I've also added
NotImplementedPartitionScheme, which allows deprecated partition types to have
a valid entry point despite being unusable.

TNL-6675
2017-04-19 15:55:13 -04:00
Jesse Shapiro
3f05d2e64d Merge pull request #14900 from open-craft/haikuginger/sso-provider-session-expiry
[ENT-327] Allow per-SSO-provider session expiration limits
2017-04-19 13:52:41 -04:00
Cliff Dyer
28d36b5276 Merge pull request #14813 from edx/neem/backfill-problem-completion
Estimate first_attempted for grades.
2017-04-19 09:36:10 -04:00
Zubair Afzal
2d4a564a4a Merge pull request #14905 from edx/zub/ENT-316-enterprise-version-bump-to-33.2
update enterprise version from 0.33.0 to 0.33.2
2017-04-19 13:59:27 +05:00
J. Cliff Dyer
4f6d5d9ce9 Estimate creation time for subsections grades based on timestamp of
incoming scores.

TNL-6697
2017-04-18 16:51:17 -04:00
Clinton Blackburn
ba9035238c Updated edx-organizations package 2017-04-18 10:11:35 -04:00
Jesse Shapiro
ee9f632a3d Allow per-SSO-provider session expiration limits 2017-04-18 09:07:53 -04:00
zubair-arbi
db8324254f update enterprise version from 0.33.0 to 0.33.2 2017-04-18 14:39:57 +05:00
Brittney Exline
1491c3c1a9 ENT-289 Version bump for latest enterprise release 2017-04-11 15:11:44 +00:00
Zia Fazal
14e45ad2ea Merge pull request #14850 from edx/ziafazal/WL-584
WL-584: Updated recommender xblock to v1.2
2017-04-10 20:15:09 +05:00
Saleem Latif
77fb01cde8 Enterprise version upgrade from 0.32.0 to 0.32.1 2017-04-10 15:15:00 +05:00
Zia Fazal
be3f6a5526 Updated recommender xblock to v1.2 2017-04-10 11:03:38 +05:00
zubair-arbi
fd58f95c35 bump enterprise version from 0.30.0 to 0.31.2
ENT-277
2017-04-07 15:13:55 +05:00
Sanford Student
3e4163aa6d upgrade dnd 2017-04-05 15:37:24 -04:00
John Eskew
410133d8e8 Upgrade Django from 1.8.17 to 1.8.18 2017-04-04 09:58:15 -04:00
Eric Fischer
10faaa557d edx-ora2/submissions upgrades 2017-03-30 11:08:29 -04:00
Brittney Exline
c53f2038cd ENT-218/ENT-221 Version bump for edx-enterprise 2017-03-28 15:24:58 +00:00
sanfordstudent
d19fbca17c Merge pull request #14727 from edx/sstudent/upgrade-dnd
upgrade drag n drop
2017-03-27 13:27:19 -04:00
Sanford Student
d2a131be57 upgrade drag n drop and clean up rescore logic 2017-03-27 12:09:27 -04:00
Jillian Vogel
ea0933506f Bumps edx-enterprise version to 0.29.0 2017-03-25 13:56:01 +10:30
Jesse Shapiro
eb34d3fe9d Merge pull request #14708 from open-craft/haikuginger/dashboard-consent-banner
[ENT-225] Add consent declined banner to dashboard
2017-03-24 10:57:52 -04:00
Jesse Shapiro
1106746fd4 Add consent declined banner to dashboard 2017-03-23 16:44:24 -04:00
Eric Fischer
fe59bceca2 edx-ora2 and edx-submissions updates 2017-03-23 16:01:48 -04:00
Eric Fischer
4a818c7999 edx-ora2 1.3.0 release 2017-03-21 16:03:08 -04:00
Matt Drayer
98930e3f38 Update edx-enterprise library to v27.6 2017-03-21 09:55:55 -04:00
Jillian Vogel
be088dd924 Adds settings.ENTERPRISE_PUBLIC_ENROLLMENT_API_URL
which is used for external, client-side requests by the Enterprise app to the
Enrollments API.

This allows ENTERPRISE_ENROLLMENT_API_URL to use localhost:8000, to be used for
internal, server-side requests.

Bumps edx-enterprise version to 0.27.4 to use this change.
2017-03-18 12:43:53 +10:30
Michael Youngstrom
228eb5103b Merge pull request #14661 from edx/michaelyoungstrom/django_setting_change
Disable Django API browser
2017-03-17 10:58:18 -04:00
Jesse Shapiro
09751421ef Merge pull request #14709 from open-craft/haikuginger/update-enterprise-0.27.3
[ENT-215/ENT-217] Update edx-enterprise to 0.27.3
2017-03-17 10:52:14 -04:00
Michael Youngstrom
195e7f27d3 Disable Django API browser and bump pa11ycrawler
Force run on PR for testing

Remove pa11ycrawler from base.txt for testing

Update pa11ycrawler dependency

Revert code needed for testing on Jenkins

Enable testing for Jenkins

Update accessibility-tests.sh

Update accessibility-tests.sh

Point to newest pa11ycrawler release

Remove force run on PR

Reset accessibility-tests.sh
2017-03-17 13:51:13 +00:00
Jesse Shapiro
a06f915230 Update edx-enterprise to 0.27.3 2017-03-16 18:37:54 -04:00
muhammad-ammar
5ec5e97a0c backend changes to support hls
TNL-6541
2017-03-16 19:30:49 +05:00
Ari Rizzitano
d96bd9449b Merge pull request #14565 from edx/arizzitano/xblock-poll-1.2.6
update xblock-poll version to 1.2.6
2017-03-15 15:08:31 -04:00
Saleem Latif
a33fd16267 Version upgrade of edx-enterprise to 0.27.0 2017-03-14 14:20:02 +05:00
Ari Rizzitano
9033cd4cc8 bump xblock-poll to 1.2.6 (TNL-6359, TNL-6360)
temporarily point xblock poll at my fork for testing

try egg version 1.2.6

actual bump
2017-03-13 13:34:57 -04:00
Clinton Blackburn
4cc7628696 Upgraded to Python Social Auth 0.2.21 to resolve migration issue 2017-03-10 23:06:02 -05:00
J. Cliff Dyer
21b224ec59 Give instructor task knowledge of new rescore.
* Bump xblock version
* Update rescore instructor task helper to handle generic rescore.
* Add set_score to grade signal handler.
2017-03-09 14:59:06 -05:00
Nimisha Asthagiri
1224e341de Revert "Merge pull request #14588 from edx/efischer/kill_stuff"
This reverts commit 83f2be4929, reversing
changes made to 01ed17426f.
2017-03-08 13:10:48 -05:00
Michael Youngstrom
398c97e917 Bump Pa11ycrawler version to 1.6.1 2017-03-06 17:19:59 +00:00
Brittney Exline
57fd280b00 Merge pull request #14563 from edx/bexline/sf_oauth
ENT-191 Adding new edx-enterprise packages to be optionally installed
2017-03-06 10:07:44 -05:00
Eric Fischer
83f2be4929 Merge pull request #14588 from edx/efischer/kill_stuff
Kill edx-reverification-block
2017-03-06 09:29:36 -05:00
J. Cliff Dyer
d216488352 Version bump and use new pypi version. 2017-03-02 16:20:10 -05:00
Brittney Exline
0cdce8ed71 ENT-191 Adding new edx-enterprise packages to be optionally installed
We introduced two more apps in edx-enterprise that need to be pulled in.
2017-03-02 06:10:53 +00:00
Eric Fischer
7b85c0ea00 Remove in-course reverification
This is unused, and will no longer be supported on edx.org. Also adds a
DeprecatedModel utility class.

TNL-6126
2017-03-01 10:46:29 -05:00
Andy Armstrong
f6876ce199 Merge pull request #13937 from edx/andya/use-ui-blocks
[WIP] Use web fragments for discussion and static tabs
2017-03-01 00:36:48 -05:00
Andy Armstrong
248558f1d4 Render Discussion tab using web fragments 2017-02-28 23:39:39 -05:00
Jesse Shapiro
9d01bd9203 Merge pull request #14567 from open-craft/haikuginger/link-user-when-consent-disabled
[ENT-210] Remove unnecessary pipeline element; use new name for existing element
2017-02-28 11:37:57 -05:00
Jesse Shapiro
ff581d003f Remove unnecessary pipeline element; use new name for existing element 2017-02-28 09:54:57 -05:00
Pan Luo
6045fbcc58 Update UBCPI to 0.6.2
Related changes https://github.com/ubc/ubcpi/pull/111
2017-02-27 12:29:32 -08:00
Jeremy Bowman
c8f7587f6b Merge pull request #14552 from edx/jmbowman/async_course_import
PLAT-1104 Import courses asynchronously
2017-02-27 12:01:06 -05:00
Eric Fischer
446f13c8e5 Merge pull request #14587 from edx/efischer/version_bumpbs
Update ora2 and submissions
2017-02-24 17:15:26 -05:00