- 03 Sep, 2015 1 commit
-
-
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. :)
Ned Batchelder committed
-
- 31 Aug, 2015 2 commits
-
-
[Also correct some comments.]
Ben Patterson committed -
The platform includes jshint as a development tool, and our builds are enforcing a limit on total number of jshint violations. This commit will enforce no new jshint violations on a per-change basis, much like pylint and pep8 are enforced. So with this change, we'll be enforcing our linting requirements consistently, regardless of type of violations. Also on Jenkins, runs quality task after installing jshint.
Ben Patterson committed
-
- 28 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 27 Aug, 2015 2 commits
-
-
Ned Batchelder committed
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 20 Aug, 2015 1 commit
-
-
There are 80 of these new violations in the tree, so up the lint threshold also.
Ned Batchelder committed
-
- 15 Aug, 2015 1 commit
-
-
Renzo Lucioni committed
-
- 06 Aug, 2015 1 commit
-
-
Jesse Zoldak committed
-
- 05 Aug, 2015 3 commits
-
-
Ben Patterson committed
-
Jesse Zoldak committed
-
Most of these were originally created under TE-465 for aggregating results in Solano. See PR #5672.
Jesse Zoldak committed
-
- 04 Aug, 2015 1 commit
-
-
Bertrand Marron committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 30 Jul, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 23 Jul, 2015 1 commit
-
-
This complexity metric is created by using radon (see changed files for additional documentation links). This tool calculates cyclomatic complexity and provides a numeric grade where a lower number is better (e.g., less complex).
Ben Patterson committed
-
- 13 Jul, 2015 2 commits
-
-
Sarina Canelake committed
-
David Baumgold committed
-
- 09 Jul, 2015 1 commit
-
-
'distribute' is the ancestor of 'setuptools', and many packages require setuptools to be installed. Upgrade of MySQL-python from 1.2.4 to 1.2.5 is required because of an incompatibility with setuptools>0.7.
Régis Behmo committed
-
- 08 Jul, 2015 3 commits
-
-
christopher lee committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 06 Jul, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 02 Jul, 2015 1 commit
-
-
Jesse Zoldak committed
-
- 01 Jul, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 24 Jun, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 17 Jun, 2015 1 commit
-
-
Jesse Zoldak committed
-
- 05 Jun, 2015 1 commit
-
-
www.stage.edx.org
It also serves the production SSL cert (*.edx.org) meaning people who visit www.stage.edx.org get an SSL error. Send them to stage.edx.org instead.
Kevin Falcone committed
-
- 03 Jun, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 22 May, 2015 1 commit
-
-
JShint will be executed with paver run_jshint, which will use a defined set of directories (likewise defined are directories to ignore). A limit can be imposed on the total number of violations. Note that this change does NOT include adding jshint to diff-quality or `paver run_quality`.
Ben Patterson committed
-
- 15 May, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 14 May, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 13 May, 2015 2 commits
-
-
Christine Lytwynec committed
-
Adam Palay committed
-
- 07 May, 2015 4 commits
-
-
Christine Lytwynec committed
-
Christine Lytwynec committed
-
Christine Lytwynec committed
-
Christine Lytwynec committed
-
- 06 May, 2015 1 commit
-
-
Conflicts: scripts/jenkins-report.sh
Christine Lytwynec committed
-
- 04 May, 2015 1 commit
-
-
This reverts commit 52c4aaca.
Christine Lytwynec committed
-