- 28 Aug, 2015 1 commit
-
-
This fixes the remaining Python 3 syntax errors, so re-enable compileall for contrib/ again.
Marius Gedminas committed
-
- 27 Aug, 2015 1 commit
-
-
Marius Gedminas committed
-
- 02 Aug, 2015 1 commit
-
-
Marcos Garcia committed
-
- 10 Jul, 2015 2 commits
-
-
Brian Coca committed
-
renamed plugins to contrib (they are not really plugins) rewrote README.md to reflect new usage added new dir to setup.py so it gets copied with installation, in views of making using inventory scripts easier in teh future
Brian Coca committed
-
- 14 May, 2015 1 commit
-
-
Aleksey Zhukov committed
-
- 13 May, 2015 1 commit
-
-
Aleksey Zhukov committed
-
- 07 May, 2015 1 commit
-
-
Aleksey Zhukov committed
-
- 03 May, 2014 1 commit
-
-
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
Christian Berendt committed
-
- 29 Apr, 2014 1 commit
-
-
Carlos E. Garcia committed
-
- 03 Feb, 2014 1 commit
-
-
Timur Batyrshin committed
-
- 09 Aug, 2013 1 commit
-
-
The existing code was using: a[b][c[d]] where a[b] would always exist and c[d] would always exist. But the nested index would not alway exist, particularly when a DigitalOcean item disapeared. This changes that nested index to a `get` and properly handles None results. This bug was present in two spots in this file.
Evan Wies committed
-
- 05 Jul, 2013 2 commits
-
-
Evan Wies committed
-
The `dopy` library function all_images includes a 'global' filter by default. This was preventing private images from showing up in --images. The problem also made this script fail immediately for people who had droplets previously created with private images.
Evan Wies committed
-
- 02 Jul, 2013 1 commit
-
-
* Always refresh droplet information (versus getting it from cache) for --list, --host, --droplets, and --all. All the DigitalOcean calls are pretty fast and without this change, inventory was often stale/incorrect. For example, previously if you destroyed a droplet, the inventory script would still find it and attempt to act on it. * Added --force-cache option * Added some option shortcuts -d, -r * Added more value sanitization
Evan Wies committed
-
- 27 Jun, 2013 2 commits