summaryrefslogtreecommitdiff
path: root/FS/bin/freeside-queued
AgeCommit message (Collapse)Author
2015-02-24reverting accidentally committed local changesIvan Kohler
2015-02-24Cache the FS::Conf info per page load, for performance.Jason Terry
Conflicts: FS/FS/Conf.pm
2015-01-19import package definitions, RT#32639Ivan Kohler
2014-07-26queue statistics, RT#30238Ivan Kohler
2013-11-17don't redirect to a GET with sensitive data, RT#26099Ivan Kohler
2013-05-10remove obsolete mapsecrets stuff, RT#21563Ivan Kohler
2013-04-17fix transaction state when exiting a queue job, #22524Mark Wells
2012-12-11system log, #18333Mark Wells
2012-11-27fixes for spool_upload in multiprocess mode, #6802, #18333Mark Wells
2010-08-09package web import from CSV/XLS, RT#9529ivan
2010-07-06fix oopsmark
2010-07-06add command line opts for port, passive mode, and debug level, RT#9115mark
2010-05-13cope with poor tax liability report performance by allowing queuing of ↵jeff
reports RT#8274
2009-12-29add queued-sleep_timeivan
2009-10-29have freeside-queued be more resillient in the face of a database that's ↵ivan
gone away, RT#6428
2009-06-26doh, brainfart, RT#5572ivan
2009-06-26add -s and -n flags to freeside-daily to specify the kinds of jobs to be ↵ivan
run, RT#5572
2009-06-24add support for db profiling, RT#5662ivan
2009-04-26start small jobs more efficiently, RT#4412ivan
2009-04-17add priority to job queue so billing jobs don't don't drown out provisioning ↵ivan
jobs
2009-01-25reduce waiting time for -cdrd and -queued, RT#4667ivan
2008-11-09move batch customer import to its own file; add svc_external_svc_phone ↵ivan
export format, RT#4103
2007-04-18fix use statements for FS::UI::Web. not "use"ing modules in the actual ↵ivan
modules you use them in is bad, mmmkay
2007-04-12input and output on data volume fields specified with k,m,g,or tjeff
2006-12-15tiny bit of cleanup from the conf mergeivan
2006-12-14make the config directory configurableivan
2006-12-01remove unnecessary service use (in an awfully odd place)ivan
2005-06-02add ability to search on a date range of invoice events and then reprint or ↵ivan
reemail (boy was that a bit more work than i expected), closes: Bug#946
2005-04-25pick up freeside-sqlradius-radacctd again after all these years, now it just ↵ivan
needs to update the "seconds" field(s), finally closes: Bug#1125
2005-01-27DHTML progress bar for glacial rate adding and editing, closes: Bug#1100ivan
2004-09-06don't die off even on database failuresivan
2004-06-25ping the database and retry rather before doing anythingivan
2002-10-28signal-less queued child handling (closes: Bug#477)ivan
2002-08-24depend on Net::SSH 0.07, for -T fixivan
2002-07-08oops, fix for bug only surfacing with different freeside uid/gidivan
2002-07-02grr old openssh grr freebsdivan
2002-07-02fleabsd grrivan
2002-07-02freebsd is sofa king brokenivan
2002-06-25might work again under mysqlivan
2002-06-20shellcommands w/passwordsivan
2002-06-14working job dependanciesivan
FS::queue::joblisting html excapes & truncates long arguments welcome email (sheesh!) closes: Bug#420 (haha at 4:20 am, too. really!)
2002-06-14mysql compatibility?ivan
2002-05-15queue dependanciesivan
2002-04-16auto-use export classesivan
2002-03-26further export bugfixingivan
add 10 kid limit to freeside-queued sqlradius_reset now works (closes: Bug#372)
2002-03-23redirect STDOUT/STDERR a bit later for better error reportingivan
2002-03-20new export! infostreet and sqlradius provisioning switched overivan
(Bug #299 - doesn't close it, but all the groundwork is done) also removes non-transactional ICRADIUS export from svc_acct.export (closes: Bug#347)
2002-02-20use Net::SSH::ssh_cmd for all job queueing rather than local duplicated ssh subsivan
queue daemon updates: retry & remove links work, bubble up error message to webinterface, link to svcnum & have job listings on view/svc_* pages, closes: Bug#280 s/option/optionname/ schema change, dumb mysql, closes: Bug#334
2001-11-08harmless typo noticed by "Edward Shabotinsky" <lanshark@bsinet.net>, thanksivan
2001-10-23Pg: FOR UPDATE LIMIT 1ivan
mysql: LIMIT 1 FOR UPDATE greeeat.