- Oct 25, 2020
-
-
Nik | Klampfradler authored
-
- Feb 09, 2020
-
-
Nik | Klampfradler authored
Configure Renovate See merge request !1
-
- Feb 08, 2020
-
-
Tine Wittler authored
-
- Jan 03, 2020
-
-
Nik | Klampfradler authored
- Dec 07, 2019
-
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
Nik | Klampfradler authored
-
- Sep 26, 2016
-
-
Vladimir Iakovlev authored
don't choke on version in package#version
-
Vladimir Iakovlev authored
Changes needed to support Django 1.10
- Sep 18, 2016
-
-
Ivan Savov authored
- Added Django 1.10 to travis CI - added a "fake" option_list attribute to BaseBowerCommand so accesing this code elewhere won't break (doesn't exist in Dj 1.10) - Added support for the new add_arguemnts api for management commands, it seems the two APIs can coexist fine. - Changed travis config so it prints stderr to console and uses tee to send copy to file `test_out`
-
- Jun 15, 2016
-
-
Vladimir Iakovlev authored
Convert readthedocs links for their .org -> .io migration for hosted projects
-
Adam Chainz authored
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
-
- Apr 22, 2016
-
-
Vladimir Iakovlev authored
Add option to bower_install to be able to install packages as root
-
Max Liebkies authored
-
- Apr 06, 2016
-
-
Fran Hrženjak authored
-
- Feb 06, 2016
-
-
nvbn authored
-
Vladimir Iakovlev authored
Test on Python 3.4, 3.5 and Django 1.9
-
Vladimir Iakovlev authored
Template tags to add bower installed files automatically.
-
Vladimir Iakovlev authored
#13 Sort the items returned in bower_freeze
-
Vladimir Iakovlev authored
Fix tests for Windows (literal path issues)
-
Vladimir Iakovlev authored
Skip Django checks for the commands
-
- Feb 05, 2016
-
-
Yuri Prezument authored
-
Yuri Prezument authored
-
- Dec 17, 2015
-
-
Tomas Walch authored
-
- Oct 12, 2015
-
-
Wojciech Banaś authored
-
- Sep 18, 2015
- Jun 06, 2015
-
-
Vladimir Iakovlev authored
Clean up BowerFinder, and don't crash when the Bower folder doesn't exist yet
-
- May 29, 2015
-
-
Vladimir Iakovlev authored
Avoid OSError crash when BOWER_COMPONENTS_ROOT's parent directory doesn't exist
-
Piet Delport authored
This should fix #48.
-
Piet Delport authored
-
Piet Delport authored
If BOWER_COMPONENTS_ROOT points to a path consisting of more than one non-existent subdirectory, BowerAdapter.create_components_root() will crash with a message like: OSError: [Errno 2] No such file or directory: '/path/to/directory' This fix replaces the os.mkdir() call with os.makedirs(), which will create all the missing intermediate directories as needed.
-
- Apr 30, 2015
-
-
Vladimir Iakovlev authored
Python 2.6 support for OrderedDict
-
- Apr 29, 2015
-
-
Michael Best authored
Try to used collections.OrderedDict and if it is not available try to use ordereddict.OrderedDict
-
- Apr 16, 2015
-
-
Vladimir Iakovlev authored
Add different Django versions to the Travis test matrix
-