summaryrefslogtreecommitdiff
path: root/python/skytools/scripting.py
AgeCommit message (Expand)Author
2014-10-27moved log msg about script's normal shutdown from BaseScript to DataMaintainermartinko
2014-10-06skytools.scripting: minor touchmartinko
2014-07-31BaseScript: added log msg about script's normal shutdownmartinko
2014-04-09moved psycopg2 reference from scripting module to actual script using itmartinko
2014-04-09skytools.scripting: moved psycopg2 import where it belongsmartinko
2014-01-30skytools.scripting: allow to specify exception(s) to suppress for a grace periodmartinko
2014-01-28skytools.scripting: added options to lower log level for exceptionsmartinko
2014-01-28cleaned up, even more robust, added logging, feature inactive by defaultmartinko
2014-01-28made more robust, returns retry count and valid cursormartinko
2014-01-28another iteration from pastmartinko
2014-01-28simple retriable execute (for sql)martinko
2013-04-24skytools.scripting: more safety in run_func_safely()martinko
2013-03-22DBScript.add_connect_string_profile: single place for profile logicMarko Kreen
2013-03-22londiste: connection profilesMarko Kreen
2013-03-04loop_delay: let class variable set defaultMarko Kreen
2013-02-13noisemartinko
2013-01-14BaseScript: skylog_locations config optionsMarko Kreen
2013-01-10Fix basescript docstringMarko Kreen
2012-12-17Fix exception_hook rash on null query stringPetr Jelinek
2012-11-02Merge remote-tracking branch 'intgit/master'Marko Kreen
2012-11-02Londiste: try to show exact event info on failure.Marko Kreen
2012-10-19skytools.scripting: added start-up time attributemartinko
2012-10-19white noisemartinko
2012-10-16Allow overrided options with --set to show up in --ini outputMarko Kreen
2012-10-04skytools.scripting: speed up stat countersmartinko
2012-08-04skytools.scripting: log config reload, updated comment.martinko
2012-08-04skytools.scripting: added support for script __version__martinko
2012-08-03skytools.scripting: added shutdown() to BaseScriptmartinko
2012-06-15BaseScript: write pidfile atomically to avoid corrupt pidfiles.Marko Kreen
2012-06-15Move signal_pidfile to 'fileutil' moduleMarko Kreen
2012-05-25signal_pidfile: support sig=0 on win32Marko Kreen
2012-05-25skytools.UsageError: remove noise wordMarko Kreen
2012-05-25CascadeAdmin: add node name prefix messages from dbMarko Kreen
2012-05-22skytools.scripting: catch EINTR from sleep()Marko Kreen
2012-05-22skytools.scripting: detect missing signalsMarko Kreen
2012-02-10basescript: exception_sleep param to configure sleep-on-exceptionMarko Kreen
2011-12-08skytools: seems psycopg2 isolation constants do changeMarko Kreen
2011-12-07DBScript: simpler removal of password infoMarko Kreen
2011-12-07Merge remote branch 'martino/master'Marko Kreen
2011-12-07Merge branch 'master' of git://github.com/markokr/skytoolsMarko Kreen
2011-12-07skytools.signal_pidfile: ignore empty pidfile, some cleanupsMarko Kreen
2011-12-06Merge branch 'master' of skype-git:/git/dba/skytools-3martinko
2011-12-06filter potential passwords in connstr before logging itanti.veeranna
2011-12-05reworked custom logging initmartinko
2011-11-29skylog: record.name is not jobname anymoreMarko Kreen
2011-11-28skytools/scripting.py: added new log level TRACE that is below DEBUG levelmartinko
2011-11-24skytools.scripting: fix fileConfig on python 2.5Marko Kreen
2011-11-23skytools.BaseScript: fix use_skylog vs. module level loggers.Marko Kreen
2011-11-14skytools.scripting: datefmt support in loggingmartinko
2011-11-14skytools.BaseScript: .cf_defaults attributeMarko Kreen