Usama Sadiq
3e6b3e41f8
refactor: remove unused imports ( #27084 )
2021-03-24 17:55:04 +05:00
Awais Qureshi
05a5f5954b
refactor: remove unused imports.
2021-03-19 10:15:59 +00:00
Awais Qureshi
b907c3d289
BOM-2375-student-part1
...
pyupgrade in student app.
2021-03-08 23:16:11 +05:00
Awais Qureshi
a980145164
BOM-2375-student-part1
...
pyupgrade in student app.
2021-03-08 22:21:37 +05:00
Awais Qureshi
2dcaf9d5a6
BOM-2375-student-part1
...
pyupgrade in student app.
2021-03-08 18:29:25 +05:00
Adeel Ehsan
40ece9ea9b
Merge pull request #26631 from edx/aehsan/van-319/added_authn_mfe_url_in_recover_account_command
...
authn mfe url added in recover account command
2021-02-23 17:51:39 +05:00
adeelehsan
809c57f089
authn mfe url added in recover account command
...
VAN-319
2021-02-23 11:32:02 +05:00
usamasadiq
96f0915b0f
Fixed new pylint warnings.
...
use generator in any/all()
disable not-callable warnings
disable no-member warnings
Suppressed smaller pylint warnings
Pin edx-proctoring==3.5.0
2021-02-22 16:36:53 +05:00
Aarif
802ae6343b
replaced unittest assertions pytest assertions ( #26527 )
2021-02-18 18:08:52 +05:00
Jawayria
0cdfdb7e9b
Resolved issues
2021-02-03 15:29:53 +05:00
Jawayria
8086ca75f2
Applied pylint-amnesty to student
2021-02-03 15:29:53 +05:00
Dillon Dumesnil
38a7e0b5a8
AA-471: Removing the export_staff_users command
2020-12-08 19:37:26 +00:00
Kyle McCormick
151bd13666
Use full names for common.djangoapps imports; warn when using old style ( #25477 )
...
* Generate common/djangoapps import shims for LMS
* Generate common/djangoapps import shims for Studio
* Stop appending project root to sys.path
* Stop appending common/djangoapps to sys.path
* Import from common.djangoapps.course_action_state instead of course_action_state
* Import from common.djangoapps.course_modes instead of course_modes
* Import from common.djangoapps.database_fixups instead of database_fixups
* Import from common.djangoapps.edxmako instead of edxmako
* Import from common.djangoapps.entitlements instead of entitlements
* Import from common.djangoapps.pipline_mako instead of pipeline_mako
* Import from common.djangoapps.static_replace instead of static_replace
* Import from common.djangoapps.student instead of student
* Import from common.djangoapps.terrain instead of terrain
* Import from common.djangoapps.third_party_auth instead of third_party_auth
* Import from common.djangoapps.track instead of track
* Import from common.djangoapps.util instead of util
* Import from common.djangoapps.xblock_django instead of xblock_django
* Add empty common/djangoapps/__init__.py to fix pytest collection
* Fix pylint formatting violations
* Exclude import_shims/ directory tree from linting
2020-11-10 07:02:01 -05:00
Jansen Kantor
7d40793967
management command to create test users ( #25449 )
2020-10-29 14:55:52 -04:00
syed-awais-ali
b3f1c8c1c7
fix email to which reset link was sent
2020-10-21 18:06:55 +05:00
Awais Jibran
7d8d943167
Update tests
2020-09-30 13:51:56 +05:00
Awais Jibran
01832220e2
Update tests
2020-09-29 21:57:46 +05:00
adeelehsan
f2e989183c
Config model added to upload csv
...
PROD-1911
2020-07-21 16:19:31 +05:00
Feanil Patel
20687f9548
DEPR-43 Remove shoppingcart certs refs.
...
There's a chance that the whole management command should be removed since we
don't do change modes with the command anymore but that's a different problem
for a different day I think.
2020-07-07 16:54:21 -04:00
Aarif
98af9ce418
remove useless-supression warnings
2020-05-01 19:42:15 +05:00
Awais Qureshi
aefafab449
BOM-1515
...
Update passing agrs.
verify the error msgs
2020-04-14 19:52:02 +05:00
Aarif
6ee2089077
fixed warnings for wrong-import-order
2020-04-08 23:43:06 +05:00
Awais Qureshi
bdba07a1e2
BOM-1491
...
Group name
Changed in Django 2.2:
The max_length increased from 80 to 150 characters.
2020-04-04 21:48:42 +05:00
uzairr
4563b87236
Refactor bulk unenroll mgmt cmd
...
Bulk unenroll command is not supporting unenrolling all the learners
from multiple courses.This PR will enhance this mgmt cmd so that
it can support un-enrollment of learners from multiple courses.
PROD-1347
2020-04-03 17:50:28 +05:00
adeelehsan
2131ebf03d
Configuration model added for account recover command
2020-03-17 19:43:53 +05:00
adeelehsan
c0f9053ddb
Command added to recover accounts
...
PROD-1361
2020-03-16 19:23:26 +05:00
Feanil Patel
046feb0cf0
Merge pull request #22649 from edx/feanil/fix_pep8
...
Fix all E303 pep8 errors.
2019-12-30 13:32:26 -05:00
Feanil Patel
6e3fe00fff
Fix all E303 pep8 errors.
2019-12-30 12:25:38 -05:00
Feanil Patel
2df8b8226b
Merge pull request #22643 from edx/feanil/2to3_asserts
...
Run `2to3 -f asserts . -w` on edx-platform.
2019-12-30 12:13:42 -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
Feanil Patel
70294b0ad2
Run 2to3 -f asserts . -w on edx-platform.
...
https://docs.python.org/3.5/library/2to3.html#2to3fixer-asserts
2019-12-30 10:22:19 -05:00
asadazam93
30c8e1571e
Export staff users csv
2019-12-13 16:57:01 +05:00
Diana Huang
a538843ac3
Move generate_password to user_authn.
2019-11-19 16:49:36 -05:00
jinder1s
eceb53c688
encoding str and opening file in rb mode
2019-10-09 16:48:51 -04:00
adeelehsan
7908808911
Configuration model added for bulk unenroll command
...
Users information will be available in model as csvfile
Prod-655
2019-10-03 16:33:13 +05:00
Nimisha Asthagiri
d6d9a17e67
student app: python-3 upgrade
2019-09-30 08:44:54 -04:00
Zainab Amir
db67a212e8
Remove create_user management command ( #21322 )
...
Our internal docs suggest using manage_user instead of create_user. We
are no longer using it and it can be removed
LEARNER-3934
2019-08-17 13:50:58 +05:00
Ayub khan
4b2f68da84
INCR-405 python3 compatibility
2019-08-02 13:51:10 +05:00
Jolyon Bloomfield
b8e1478ff0
INCR-126 Modernize common/djangoapps/student/management/tests ( #20151 )
2019-04-04 10:08:02 -04:00
Zainab Amir
b62ab09d85
LEARNER-6643
...
Added management command to update credit eligibility deadline
Added tests for command change_eligibility_deadline
2018-11-27 14:12:16 +05:00
Ned Batchelder
046fe60913
Remove unused imports
2018-11-07 10:31:51 -05:00
Dillon Dumesnil
deb758c808
Added in tests for the new password validation. Fixed old tests that
...
relied on the old configuration values and old way of validating
passwords. Also improved registration page by always showing error
messages rather than hiding them on leaving the field.
2018-10-10 11:06:30 -04:00
ayub-khan
cae99f9e4d
bulk change enrollment using csv file
2018-08-20 16:39:05 +05:00
Ahsan Ulhaq
73857f6039
Added Management command for bulk unenrollment of users
...
LEARNER-5852
2018-07-30 14:26:46 +05:00
Bill DeRusha
d1ed33ac23
Update and refactor random password generator
2018-04-13 14:17:21 -04:00
bmedx
7dc2e75778
Add tests for create_user / create_random_users management commands
2018-03-06 17:04:39 -05:00
Jeremy Bowman
ca84751bbd
PLAT-1889 Fix URL config and reversal issues
2018-01-19 11:02:06 -05:00
Brittney Exline
c1d4458b83
ENT-838 Management command to change an enterprise user's username
2018-01-11 11:30:24 -05:00
Troy Sankey
3685b1ada8
More student management commands cleanup for Django 1.11
...
Seems like transfer_students.py was missed in the last attempt to
cleanup commands in this app.
2017-11-13 14:09:39 -05:00
bmedx
ce50c9e620
Student management command cleanup for Django 1.11
2017-11-01 10:24:23 -04:00