Commit Graph

58450 Commits

Author SHA1 Message Date
edx-pipeline-bot
4b6001eb2b Merge pull request #26355 from edx/private_to_public_c5b0056
Mergeback PR from private to public.
2021-02-03 14:59:52 -05:00
Ali Akbar
c5b0056b30 Merge pull request #215 from edx/IM/security-fixes-6
Incident Management Security Fixes 6
2021-02-04 00:03:38 +05:00
Felipe Montoya
b3cbc404d9 Merge pull request #26046 from open-craft/danielf/BB-3502
[BTR-53] [BB-3502] Misuse of urljoin in Gradebook URL from Instructor Panel
2021-02-03 12:59:21 -05:00
Nimisha Asthagiri
2a8b57b01f Merge pull request #26350 from jramnai/tsd-redirect_user_to_homepage
[TSD] annotations for ALWAYS_REDIRECT_HOMEPAGE_TO_DASHBOARD_FOR_AUTHENTICATED_USER
2021-02-03 12:52:51 -05:00
Nimisha Asthagiri
3f8aa0bd7d Merge pull request #26352 from jramnai/tsd-courses_are_borwsable
[TSD] adds annotations for COURSES_ARE_BROWSABLE feature flag
2021-02-03 12:45:54 -05:00
Nimisha Asthagiri
01f2a73081 Merge pull request #26353 from jramnai/tsd-enable_account_deletion
[TSD] add annotations for ENABLE_ACCOUNT_DELETION feature flag
2021-02-03 12:45:25 -05:00
Nimisha Asthagiri
cdb254075c Merge pull request #26354 from jramnai/tsd-enable_bulk_enrollment_view
[TSD] add annotations for ENABLE_BULK_ENROLLMENT_VIEW feature flag
2021-02-03 12:45:06 -05:00
Jawayria
03e6a874d0 Applied pylint-amnesty to courseware 2021-02-03 21:56:24 +05:00
Robert Raposa
bb4cfca17b Merge pull request #26183 from open-craft/nizar/tsd-maintenance-warning
[TSD] Documents maintenance banner switch and setting and updates switch
2021-02-03 11:41:38 -05:00
Jayram
d312ab4ff5 add annotations for ENABLE_BULK_ENROLLMENT_VIEW feature flag 2021-02-03 21:44:42 +05:30
Kyle McCormick
3185dda123 fix: Rename send_activation_email task (step 3/3) (#26329)
The old name was
`student.send_activation_email`.

The new name is now
`common.djangoapps.student.tasks.send_activation_email`.

We no longer user the old task name,
so we can safely stop registering it with Celery
workers, without fear of dropping any lingering
tasks under the old name.
2021-02-03 11:10:01 -05:00
Jayram
ebbf09bf0e add annotations for ENABLE_ACCOUNT_DELETION feature flag 2021-02-03 21:29:04 +05:30
Jayram
8bbf966ae3 adds annotations for COURSES_ARE_BROWSABLE feature flag 2021-02-03 20:43:15 +05:30
Usama Sadiq
8c2472a821 Merge pull request #26349 from edx/usamasadiq/lower-pylint-upper-threshold
Lower the UPPER_PYLINT_THRESHOLD to 4000
2021-02-03 20:06:44 +05:00
Alexander Sheehan
1c26f3900f bumping enterprise version to 3.17.20 2021-02-03 09:57:16 -05:00
Jayram
2a5cd14e68 add annotations for ALWAYS_REDIRECT_HOMEPAGE_TO_DASHBOARD_FOR_AUTHENTICATED_USER feature flag 2021-02-03 20:24:14 +05:30
usamasadiq
144a16f424 Lower the pylint_error_threshold to 4000 2021-02-03 19:38:29 +05:00
Kyle McCormick
1d2d59f8bd Merge pull request #26328 from edx/kdmccormick/send-activation-email-2
fix: rename send_activation_email task (step 2/3)
2021-02-03 09:09:31 -05:00
Jawayria
200b318892 Resolved pylint error 2021-02-03 18:59:09 +05:00
Jawayria
308c152c29 Merge pull request #26326 from edx/bom-2312
pylint-amnesty on common/lib
2021-02-03 18:46:16 +05:00
Jawayria
b17e69644e Merge pull request #26323 from edx/bom-2314
Applied pylint-amnesty to openedx/core/{djangolib, lib, tests, *.py
2021-02-03 18:46:02 +05:00
Jawayria
eb85fe5276 Merge pull request #26286 from edx/py-amnesty-coursewarehistory
Applied pylint-amnesty to coursewarehistoryextended
2021-02-03 18:45:42 +05:00
Sarina Canelake
5bf36dfa0c Merge pull request #26268 from edx/sarina/extend-draft-mongo-support
Extend expiration of DEPRECATE_OLD_COURSE_KEYS_IN_STUDIO toggle
2021-02-03 08:28:35 -05:00
Usama Sadiq
c304f6d0d0 Merge pull request #26317 from edx/usamasadiq/bom-2308-pylint-amnesty
Applied pylint-amnesty
2021-02-03 18:23:51 +05:00
M. Zulqarnain
6f2d54d53b BOM-2268 : Add Pylint amnesty for Bulk Email (#26208)
* Add Amnest for Bulk Email
2021-02-03 18:15:37 +05:00
M. Zulqarnain
c9c14ee6fc BOM-2279 : Pylint amnesty for edxnotes,email_marketing, and experiments (#26274)
* lint amnesty for edxnotes,email_marketing, and experiments
2021-02-03 18:15:26 +05:00
M. Zulqarnain
65cf0db337 BOM-2278 : Pylint amnesty in discussion, dashboard (#26275)
* pylint amnesty in discussion, dashboard
2021-02-03 18:15:14 +05:00
M. Zulqarnain
feaf5011c8 BOM-2287 : Pylint amnesty in teams,tests,survey and verify_student (#26305)
* lint amnesty in teams,tests,survey and verify_student
2021-02-03 18:15:03 +05:00
M. Zulqarnain
59f4136585 BOM-2316 : Pylint amnesty in openedx apps (#26340)
* lint amnesty in openedx apps
2021-02-03 18:14:49 +05:00
M. Zulqarnain
0213fde968 BOM-2281 : Pylint amnesty for grades,gating and instructor app (#26343)
* pyint amnesty for grades,gating and instructor app
2021-02-03 18:14:35 +05:00
David Ormsbee
185e6c2d76 fix: RST formatting for APIs ADR. (#26336) 2021-02-03 08:13:25 -05:00
Awais Qureshi
139144350f Merge pull request #26339 from edx/BOM-2315
Apply pylint-amnesty
2021-02-03 18:12:00 +05:00
Jawayria
ec24dfaec8 Merge pull request #26310 from edx/py-amnesty-student
Applied pylint-amnesty to student
2021-02-03 18:07:24 +05:00
Jawayria
2468698ea1 Merge pull request #26312 from edx/amnesty-track
Applied pylint-amnesty to track
2021-02-03 18:06:55 +05:00
Awais Qureshi
587b32642b BOM-2315
Apply pylint-amnesty.
2021-02-03 17:22:20 +05:00
Jawayria
fc08dd3ff5 Resolved error 2021-02-03 17:13:09 +05:00
Jawayria
ef3309ae24 REsolved conflicts 2021-02-03 17:10:39 +05:00
Jawayria
dd99f8e02d Resolved quality errors 2021-02-03 17:05:12 +05:00
Jawayria
fbd60f1814 REsolved quality error 2021-02-03 17:01:52 +05:00
Jawayria
462158b3da Resolved quality issue 2021-02-03 16:57:55 +05:00
Jawayria
2ce363abb0 Applied pylint-amnesty to coursewarehistoryextended 2021-02-03 16:54:49 +05:00
Jawayria
633b9f7060 resolved errors 2021-02-03 15:47:18 +05:00
Jawayria
c059acc8ae Merge pull request #26309 from edx/amnesty-thirdpartyauth
Applied pylint-amnesty to third_party_auth
2021-02-03 15:36:18 +05:00
Jawayria
1255cc0ac1 Merge pull request #26281 from edx/py-amnesty-certificates
Applied pylint-amnesty to certificates
2021-02-03 15:36:03 +05:00
Jawayria
fadfe2bee6 Merge pull request #26320 from edx/bom-2313
Applied pylint-amnesty to {docs, import_shims, pavelib}
2021-02-03 15:35:46 +05:00
Jawayria
45e5cbb599 Applied pylint-amnesty to student 2021-02-03 15:30:47 +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
stvn
d52ec518cf style: Cleanup DiscussionsConfiguration.__str__
This makes it more useful during debugging, as well as on the Django
Admin page.
2021-02-03 01:58:23 -08:00
M. Zulqarnain
68bb83e727 pylint amnesty in openedx (#26341) 2021-02-03 14:56:09 +05:00