- 13 Jun, 2016 1 commit
-
-
Robert Raposa committed
-
- 01 Jun, 2016 2 commits
-
-
The Catalog model is unmanaged, meaning no corresponding table exists in the database. When dumpdata tries to dump this model, it chokes because there's no table to read from.
Renzo Lucioni committed -
Brian Jacobel committed
-
- 27 May, 2016 1 commit
-
-
Robert Raposa committed
-
- 18 May, 2016 3 commits
-
-
- Lint directories and files in sorted order. - Lint python blocks in Mako.
Robert Raposa committed -
Calen Pennington committed
-
Andy Armstrong committed
-
- 16 May, 2016 1 commit
-
-
Christine Lytwynec committed
-
- 13 May, 2016 2 commits
-
-
Robert Raposa committed
-
- Handle case when no files are linted - Skip deleted files for safe commit script - Add verbose options for safe commit
Robert Raposa committed
-
- 12 May, 2016 1 commit
-
-
Christine Lytwynec committed
-
- 11 May, 2016 1 commit
-
-
Robert Raposa committed
-
- 10 May, 2016 2 commits
-
-
- Add rule based thresholds - Add safecommit to Jenkins
Robert Raposa committed -
Robert Raposa committed
-
- 06 May, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 04 May, 2016 1 commit
-
-
Calen Pennington committed
-
- 03 May, 2016 1 commit
-
-
- Use AST to parse Python. - Refactor Mako to use Python linting. - Add optional verbose script argument. - Skip tests.py files when linting.
Robert Raposa committed
-
- 02 May, 2016 7 commits
-
-
Robert Raposa committed
-
Robert Raposa committed
-
Ben Patterson committed
-
Robert Raposa committed
-
Robert Raposa committed
-
This is a backwards-compatible window for this upgrade. It will later be replaced with using the default location (whatever's on PATH)
Ben Patterson committed -
Robert Raposa committed
-
- 28 Apr, 2016 3 commits
-
-
Robert Raposa committed
-
Robert Raposa committed
-
Ben Patterson committed
-
- 27 Apr, 2016 1 commit
-
-
Robert Raposa committed
-
- 26 Apr, 2016 1 commit
-
-
Robert Raposa committed
-
- 24 Apr, 2016 1 commit
-
-
This is a backwards-compatible window for this upgrade. It will later be replaced with using the default location (whatever's on PATH)
Ben Patterson committed
-
- 21 Apr, 2016 1 commit
-
-
- Lint JavaScript context for JavaScript violations - Lint for Mako specific JavaScript rules - Skip commented lines - Change unicode to decode.utf8 - Count lint violations
Robert Raposa committed
-
- 20 Apr, 2016 1 commit
-
-
- check proper use of JQuery functions - check for concatenation with HTML strings - add sort for output - lint CoffeeScript
Robert Raposa committed
-
- 16 Apr, 2016 1 commit
-
-
Robert Raposa committed
-
- 12 Apr, 2016 4 commits
-
-
Robert Raposa committed
-
Robert Raposa committed
-
- Make mako-wrap-html fire when '<' found anywhere in unwrapped string - Fix typo - Fix quality errors - Fix defect found when Python string broken over lines
Robert Raposa committed -
Also include the following: - new rule for strings that should be wrapped with HTML() - allow expressions to use "| n, unicode" - refactor string parsing into separate class - switch end_index to be the index following the expression
Robert Raposa committed
-
- 11 Apr, 2016 2 commits
-
-
Christine Lytwynec committed
-
- Add capability to run linter on file or directory - Add rule for HTML() requiring Text() - Add rule for HTML() and Text() being closed before format() - Add rule for Text() unnecessary without HTML() - Enhance expression parsing - Add real arg parser for script - Clean up unit tests
Robert Raposa committed
-
- 08 Apr, 2016 1 commit
-
-
Ned Batchelder committed
-