- Mar 02, 2020
-
-
Jeremy Bowman authored
The last time we tried this upgrade we encountered timeouts on the quality job, which it now appears were due to the worker running pylint common running out of memory and killing the Jenkins process. Switching to a different worker type with double the RAM (8 GB vs. 4 GB) seems to have fixed this; about 5.5 GB was used. Upstream is aware of the high memory usage on large projects, it's apparently due primarily to a cache of parsed modules: https://github.com/PyCQA/pylint/issues/1495 . Even after disabling some of the new checks that have been added, the new version of pylint found about twice as much to complain about. Just bumping the threshold for now to unblock the Django upgrade, we can try automated utilities like pyupgrade to fix some of these later.
-
- Dec 27, 2019
-
-
Jeremy Bowman authored
-
- Jun 05, 2019
-
-
Michael Youngstrom authored
-
- May 23, 2019
-
-
Robert Raposa authored
See https://github.com/edx/edx-platform/pull/20644 for original attempt at disabling, and more info about why.
-
- May 19, 2019
-
-
Robert Raposa authored
-
- Apr 10, 2019
-
-
Ned Batchelder authored
-
- Feb 21, 2019
-
-
Troy Sankey authored
PLAT-2424
-
- Feb 20, 2019
-
-
Matthew Piatetsky authored
-
- Feb 01, 2019
-
-
Calen Pennington authored
-
- Dec 17, 2018
-
-
Ned Batchelder authored
-
- Dec 01, 2017
-
-
Calen Pennington authored
-
Calen Pennington authored
-
- Oct 26, 2017
-
-
Jeremy Bowman authored
-
- Jan 27, 2016
-
-
Andy Armstrong authored
-
- Dec 22, 2015
-
-
Robert Raposa authored
Add changes for longer names. This will get backed out once it makes it in to edx-pylint. TNL-3425
-
- Dec 19, 2015
-
-
Ned Batchelder authored
-
- Nov 03, 2015
-
-
Ned Batchelder authored
-
- Oct 21, 2015
-
-
Ned Batchelder authored
It's silly to have to shut up pylint for "class Meta" all the time.
-
- Sep 03, 2015
-
-
Ned Batchelder authored
This gets us checking for tests inheriting from other tests. When that happens, tests get run more than once, which is pointless. We have a few dozen new warnings due to this new check. This also disables unused-wildcard-import. That removes a few hundred warnings. Together, this means we can reduce the pylint limit to 5999. :)
-
- Jun 02, 2015
-
-
Ned Batchelder authored
-
- Mar 03, 2015
-
-
Ned Batchelder authored
-
- Feb 06, 2015
-
-
Calen Pennington authored
So far, it checks: * Whether setUp is called in TestCase setUp methods. * If _("translate me") functions are called with only string literals.
-
- Feb 05, 2015
-
-
Jesse Zoldak authored
This reverts commit a92ca9d7.
-
- Feb 04, 2015
-
-
Calen Pennington authored
-
- Jan 12, 2015
-
-
Jesse Zoldak authored
-
- Jan 08, 2015
-
-
David Baumgold authored
-
- Dec 13, 2014
-
-
Calen Pennington authored
[PLAT-217]
-
- Dec 08, 2014
-
-
Christine Lytwynec authored
-
- Nov 26, 2014
-
-
Ben Patterson authored
-
- Nov 06, 2014
-
-
David Baumgold authored
-
David Baumgold authored
-
- Mar 07, 2014
-
-
John Cox authored
third_party_auth contains a working settings mechanism, the start of the provider interface + 3 implementations (Google, Mozilla Persona, LinkedIn), and a stub for the auth pipeline. Modified existing lms settings files to use but deactivate the module.
-
- Feb 10, 2014
-
-
Calen Pennington authored
-
- Jan 15, 2014
-
-
Calen Pennington authored
-
- Oct 28, 2013
-
-
David Baumgold authored
-
- Sep 27, 2013
-
-
Calen Pennington authored
We had a bug where mixins weren't being applied before `load_from_xml` was called. This meant that not all of the fields were being loaded correctly. To fix it, we used the mixoligist from the runtime to apply the mixins earlier in the process. However, that caused the mixins to be applied twice. The included fixes to xblock resolved the multiply-applied mixins, and the fixes to the parsing code make it simpler to understand, and add some unit tests of the parsing to boot.
-
- Aug 27, 2013
-
-
Jay Zoldak authored
Cleaned up files with muliline imports Cleaned up files that do not use these imports Misread comment
-
- Aug 19, 2013
-
-
Jay Zoldak authored
-
- Jul 31, 2013
-
-
David Baumgold authored
-
- Jul 08, 2013
-
-
Sarina Canelake authored
-