[MERGE] forward port of branch saas-5 up to 9363bc9
[odoo/odoo.git] / openerp / addons / base / ir / ir_cron.py
2014-09-04 Christophe Simonis[MERGE] forward port of branch saas-5 up to 9363bc9
2014-09-02 Stéphane Wirtel[IMP] Optimize the schedulers of the calendar, fetchmai...
2014-08-13 Olivier Dony[MERGE] Forward-port of saas-5 up to 20cc18d
2014-08-13 Olivier Dony[MERGE] Forward-port 7.0 up to 23cffab
2014-08-13 Samus CTO[IMP] calculating nextcall datetime of a cron SHOULD...
2014-08-11 Christophe Simonis[FIX] ir_cron: typo introduced in commit a3d6b3a
2014-08-11 Richard Mathot[FIX] ir_cron: typo introduced in fwdport
2014-08-11 Denis Ledoux[FIX] ir_cron: forgotten conflict from forward port...
2014-08-11 Denis Ledoux[MERGE] forward port of branch saas-5 up to 0739bc4
2014-08-11 Denis Ledoux[MERGE] forward port of branch 7.0 up to 3632949
2014-08-08 Samus CTO[FIX] Calculate date interval using super user time...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-06-25 Jaydeep Barot[REM] Unnecessary `size` parameters on char fields
2014-06-10 Christophe Simonis[MERGE] forward port of branch 7.0 up to 6fdb783
2014-06-05 Laurent Mignon[FIX] ir_cron: use the same search criteria as when...
2014-02-28 Antony Lesuisse[MERGE] cron race condition leading to unneeded executi...
2014-02-05 Laurent Mignon ... Fix log message
2014-01-31 Laurent Mignon ... [FIX] ir_cron: use the same search criteria as when...
2013-04-23 Christophe Simonis[MERGE] forward port of server v7 up to revision 4954
2013-04-18 Antony Lesuisse[FIX] ir.cron add a safeguard mecanism against version...
2013-04-11 Raphael Collet[MERGE] from trunk
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2013-03-27 Vo Minh Thu[REF] no longer use openerp.pooler.
2013-03-01 Olivier Dony[FIX] *: fix/rationalize db logging to avoid incorrect...
2013-02-19 Vo Minh Thu[FIX] cron: push the registry signaling checks in the...
2013-01-15 Vo Minh Thu[ADD] oe: added cron sub-command to run a single proces...
2012-12-22 Olivier Dony[FIX] ir.cron: avoid passing the lock-holding cursor...
2012-12-17 Cecile Tonglet[MERGE] From trunk (second time)
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-12-17 Cecile Tonglet[MERGE] Branch updated with trunk
2012-12-14 Xavier Morel[REM] unused local variables
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-12-09 Antony Lesuissecron cleanup, back to the Kernighan KISS roots 1min...
2012-11-02 Xavier Morel[REM] useless intermediate lambdas in default values
2012-09-22 Antony Lesuissemanual merge of multicorn
2012-04-02 Vo Minh Thu[IMP] cron: use multi-process signaling.
2012-03-30 Vo Minh Thu[IMP] cron: re-use the rlimits (used with Gunicorn...
2012-03-29 Vo Minh Thu[IMP] cron: re-added the threaded cron:
2012-03-29 Vo Minh Thu[IMP] cron: the db_names to monitor can be a callable.
2012-03-28 Vo Minh Thu[IMP] cron: added comments.
2012-03-28 Vo Minh Thu[IMP] cron: added signal handler for Ctrl-C.
2012-03-28 Vo Minh Thu[IMP] cron: alternative implementation:
2012-02-02 Vo Minh Thu[IMP] logging: _logger.log(DEBUG) replaced by _logger...
2012-02-01 Antony Lesuisse[FIX] review according to xmo :)
2012-01-24 Vo Minh Thu[IMP] openerp.netsvc: _logger with fully qualified...
2012-01-24 Vo Minh Thu[IMP] openerp.addons.base: _logger with fully qualified...
2011-12-27 Antony Lesuisse[FIX] cron mktime should be timegm
2011-09-29 Olivier Dony[IMP] ir.cron.write/unlink: try NOWAIT lock to avoid...
2011-09-28 Olivier Dony[FIX] ir_cron: compare timestamps always as UTC (as...
2011-09-28 Olivier Dony[IMP] cron: misc renaming and minor changes to improve...
2011-08-08 Vo Minh Thu[IMP] cron: minor typo and comments.
2011-08-08 Vo Minh Thu[IMP] cron: moved testing code to some other file.
2011-08-08 Vo Minh Thu[IMP] cron: comments, docstrings, help messages.
2011-08-08 Vo Minh Thu[IMP] cron: comments and docstrings.
2011-07-15 Vo Minh Thu[IMP] cron: bracketed the jobs heap/dict with a lock.
2011-07-15 Vo Minh Thu[IMP] cron: added some code to test the new threaded...
2011-07-14 Vo Minh Thu[IMP] cron: minor cleaning.
2011-07-14 Vo Minh Thu[IMP] cron: moved netsvc.Agent to openerp.cron.
2011-07-14 Vo Minh Thu[IMP] cron: removed unnecessary multi-tasks per db...
2011-07-13 Vo Minh Thu[IMP] ir.cron: continued implementing multithreaded...
2011-07-07 Vo Minh Thu[IMP] ir_cron: reschedule the main cron thread if a...
2011-07-05 Vo Minh Thu[IMP] ir_cron: each job in its own thread, first stab.
2011-06-28 Vo Minh Thu[REF] ir_cron: use DEBUG instead of DEBUG_RPC (as done...
2011-06-21 Vo Minh Thu[REF] netsvc+ir_cron: removed unnecessary getLogger...
2011-06-20 Vo Minh Thu[YEAH]
2011-06-20 Vo Minh Thu[IMP] netsvc+ir_cron: display the execution time in...
2011-05-24 Vo Minh Thu[MERGE] ir_cron: expose the method (that can be extende...
2011-05-13 Jacques-Etienne... [FIX] removed unused imports, unused depth definition...
2011-05-11 Jacques-Etienne... [IMP] logging of rpc calls and cron jobs
2011-02-21 Olivier Dony[MERGE] merged latest fixes from 6.0 branch up to rev...
2011-02-07 Vo Minh Thu[IMP] openerp python module.