- 14 Feb, 2016 1 commit
-
-
Timothée Peignier committed
-
- 09 Feb, 2016 2 commits
-
-
Fix compatibility with Django < 1.8
Timothée Peignier committed -
The 1.6.1 release added a dependency on the `setting_changed` signal. In Django releases prior to 1.8, this signal is located in the `django.test.signals` module, and in 1.8, an alias was added in `django.core.signals`. This change adds a fallback import to restore compatibility with older versions for applications which cannot (yet) migrate to the newer Djangos. It has been tested against Django 1.6.11 and 1.8.9.
David Trowbridge committed
-
- 08 Jan, 2016 1 commit
-
-
Camilo Nova committed
-
- 06 Jan, 2016 3 commits
-
-
add doc for deactivate collector in develop
leonardo orozco committed -
leonardoo committed
-
adding the ability to disable the collector in develop
leonardo orozco committed
-
- 05 Jan, 2016 1 commit
-
-
leonardoo committed
-
- 03 Jan, 2016 2 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 02 Jan, 2016 10 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
This reverts commit 7520777f.
Timothée Peignier committed -
This reverts commit f05fe5e5.
Timothée Peignier committed -
Timothée Peignier committed
-
- 30 Dec, 2015 5 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Names on disk and config files should not have to be safe for shells to interpret. As close to possible, we should take literals and give literals to the OS kernel to operate on directly. For filename globs, it is our responsiblility to expand them, and if we had no problem with backwards compatibility, we would insist config files' SCRIPT_ARGUMENTS parameters are tuples of discrete values. Delegating those to a shell breaks clear boundaries of interpreetation and will always be prone to errors, oversight, and incompatibility. So, now, we never take names that are unsafe and try to make then safe for a shell, because we don't need a shell. This fixes #444, which had problems with Windows paths being insensible to the crazy quoting we hoped would make a filename safe for a shell. This fixes #494, which had a compiler-attempt stdout captured as part of a string interpreted by a shell. When the compiler didn't exist, that shell expression STILL created empty files, and the pipeline thenafter served an empty file as if it were real compiler output.
Chad Miller committed
-
- 29 Dec, 2015 4 commits
-
-
Fix literal markup for settings
Timothée Peignier committed -
Remove unnecessary indentation
Timothée Peignier committed -
To avoid wrapping text in `<blockquote>` tags.
Sławek Ehlert committed -
In headings and one non-heading. This is probably a leftover after some semi-automated way of removing that `PIPELINE_` prefix.
Sławek Ehlert committed
-
- 21 Dec, 2015 1 commit
-
-
Jannis Leidel committed
-
- 20 Dec, 2015 4 commits
-
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
- 18 Dec, 2015 6 commits
-
-
Added password for jazzband PyPI user account.
Timothée Peignier committed -
Fixes https://github.com/jazzband/roadies/issues/3.
Jannis Leidel committed -
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-
Timothée Peignier committed
-