fabric/modules
2023-07-20 13:10:28 +03:00
..
__init__.py new file: api.py 2016-09-06 14:43:49 +03:00
conf_setup.py fixed a problem where I was importing modules.utils outside of a try block that would allow me to use customfabric.modules.utils - bc otherwise I can't create the sphinx docs 2023-07-13 15:24:53 +03:00
configuration_setup.py fixed a probem with modules.utils import virtualenv so it now calls customfabric.modules... also fixed an annoying invalid escape sequence \[ bug by turning it into a raw string. finally got rid of an unneeded variable 'settings_coveragepath' 2023-07-07 17:33:55 +03:00
database.py modified utils.print_console so that it can have an exit option and give an exit code, also modified database.generate so that it can selectively generate one of the scripts if chosen, has better docutils and also prints a help message when asked 2023-07-20 13:10:28 +03:00
deploy.py made database and deploy import relative 2023-07-07 16:38:52 +03:00
django.py updated django.edit so taht if coverage is not being used for this project/branch, it won't throw an error looking for it 2023-07-17 09:05:20 +03:00
docker.py fixed a probem with modules.utils import virtualenv so it now calls customfabric.modules... also fixed an annoying invalid escape sequence \[ bug by turning it into a raw string. finally got rid of an unneeded variable 'settings_coveragepath' 2023-07-07 17:33:55 +03:00
initialize.py updated django and initialize so it creates the relative path using layout.fabric.root/layout.fabric.home, got rid of paths.tools.fabric.full and replaces paths.tools.fabric.relative with just paths.tools.fabric 2023-07-07 15:47:02 +03:00
maintenance.py got rid of any code that references maintenance.loadconfiguration(fabric), this include the maintenance.check_version command which that load_configuration was meant to be used by 2023-07-07 15:23:22 +03:00
nginx.py blanketed out annoying debug statements, added code to allow for a custom nginx host name 2019-08-07 04:18:59 +03:00
pip.py refactored utils.handle_help to have better docstrings and renamed to be acalled handle_flag_message 2023-07-08 22:23:09 +03:00
supervisor.py update fixes 2020-03-02 19:30:42 +02:00
utils.py modified utils.print_console so that it can have an exit option and give an exit code, also modified database.generate so that it can selectively generate one of the scripts if chosen, has better docutils and also prints a help message when asked 2023-07-20 13:10:28 +03:00