Commit Graph

43 Commits

Author SHA1 Message Date
Christophe Simonis 0f8e08d617 [FIX] cron: avoid multiple cron
bzr revid: chs@openerp.com-20100906152927-7xhtr8q4vqjqc26h
2010-09-06 17:29:27 +02:00
Olivier Dony b020dc8363 [IMP] work-in-progress: initial version of safe_eval implementation -- still need fixing
bzr revid: odo@openerp.com-20100503234953-qgbk64bmir95jvzd
2010-05-04 00:49:53 +01:00
Jay (Open ERP) 1979d23ded [FIX] modifying a cron from client make it run concurrently multiple times
bzr revid: jvo@tinyerp.com-20100514085525-op7lvavl8aq6lakz
2010-05-14 14:25:25 +05:30
Raphaël Valyi 1cbec3a642 [REF] changed coding style from datetime.datime.foo to datetime.foo, changing the import accordingly
bzr revid: rvalyi@gmail.com-20091214152104-evcck2uv66bbulnf
2009-12-14 13:21:04 -02:00
Raphaël Valyi 6e2d1e6b71 [REF] avoid import *
bzr revid: rvalyi@gmail.com-20091214122355-eta5tkktvouxiv6i
2009-12-14 10:23:55 -02:00
Cristian Salamea (GnuThink) f41e524133 [REF] get rid of the mx.Datetime C dependency, meaning better portability, especially to alternative Python interpreters, better maintainability; implements this blueprint: https://blueprints.launchpad.net/openobject-server/+spec/get-rid-of-mx-datetime-dependency; largely the work of Cristian Salamea (GnuThink)
bzr revid: rvalyi@gmail.com-20091213181601-4k4mhtgnv2qynrjo
2009-12-13 16:16:01 -02:00
Harry (Open ERP) 3ac7d15820 [merge] merge from lp:~openerp/openobject-server/5.0/
bzr revid: hmo@tinyerp.com-20091128104436-nryf42nmutq0s2ig
2009-11-28 16:14:36 +05:30
Harry (Open ERP) dd1d607f3a [MERGE] merge with master branch
bzr revid: hmo@tinyerp.com-20091125070844-1mt6908hm40t03hq
2009-11-25 12:38:44 +05:30
Harry (Open ERP) d8ce3f1e2a [FIX] replaced <TAB> with four white space.
bzr revid: hmo@tinyerp.com-20091124144405-9mzd91chohvf0uu7
2009-11-24 20:14:05 +05:30
Christophe Simonis 86beb91507 [IMP] better connection pool
bzr revid: chs@tinyerp.com-20091123170734-usmmwc5uzoik73hs
2009-11-23 18:07:34 +01:00
Christophe Simonis 3dbbb61c0d [IMP] better connection pool (global)
bzr revid: chs@tinyerp.com-20091123170509-qe5keihqjoa71ppd
2009-11-23 18:05:09 +01:00
xrg dad1ff955b [merge] merge from lp:~xrg/openobject-server/optimize-5.0 and removed some confilts
bzr revid: hmo@tinyerp.com-20091120143104-tb6136unkdw7yfy9
2009-11-20 20:01:04 +05:30
nel@tinyerp.com a5e1d56dd2 [FIX] Avoid crash when no args
bzr revid: nel@tinyerp.com-20091104105134-jl0c4gj5cecm388z
2009-11-04 11:51:34 +01:00
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
P. Christeas ffb287777c Merge remote branch 'origin/master' into xrg
Conflicts:
	bin/addons/base/ir/ir_cron.py

bzr revid: p_christ@hol.gr-20091008195028-eth801qgzj78zrm1
2009-10-08 22:50:28 +03:00
Christophe Simonis 1b607549a7 [IMP] cron: check the arguments to avoid security issues
[IMP] cron: failed jobs are logged
[IMP] cron: clean code

lp bug: https://launchpad.net/bugs/433395 fixed

bzr revid: christophe@tinyerp.com-20091002160007-mw7a55oy0l6bp5xd
2009-10-02 18:00:07 +02:00
P. Christeas afd06e6bf2 Merge remote branch 'origin/master' v5.0.6 into xrg
Conflicts:
	bin/addons/base/ir/ir_cron.py
	bin/netsvc.py

bzr revid: p_christ@hol.gr-20090925204910-uhwimwgfgm94hujn
2009-09-25 23:49:10 +03:00
Harry (Open ERP) c415a9d72f [FIX]base : ir_cron : take minimun next_call from database for job waiting. if database does not has any job, it will take 1 day for job waiting
bzr revid: hmo@tinyerp.com-20090916092036-pevdiwq24d42zanl
2009-09-16 14:50:36 +05:30
P. Christeas fbd87ff960 Ir.cron: when an exception occurs, log it.
bzr revid: p_christ@hol.gr-20090613143734-crws6uecjnmxpjsy
2009-06-13 17:37:34 +03:00
P. Christeas 0da6edfdf1 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/addons/base/res/__init__.py
	setup.py

bzr revid: p_christ@hol.gr-20090521212526-1p9xohdfw2p7v9o6
2009-05-22 00:25:26 +03:00
Christophe Simonis 82d17ed77b [FIX] bug 375361: ensure the db transaction is closed when closing the cursor
lp bug: https://launchpad.net/bugs/375361 fixed

bzr revid: christophe@tinyerp.com-20090520150238-w18k3aitqzpmw5nm
2009-05-20 17:02:38 +02:00
Fabien Pinckaers 376a814869 bugfix375361
bzr revid: fp@tinyerp.com-20090520115024-453om2pqctly8hv9
2009-05-20 13:50:24 +02:00
P. Christeas cd841a81e5 Fix indentation (ie code) in ir_cron, after merge.
/me says bad words about Python.

bzr revid: p_christ@hol.gr-20090312075515-jweic64yc2092jn5
2009-03-12 09:55:15 +02:00
P. Christeas 7cb394f380 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/addons/__init__.py
	bin/addons/base/ir/ir_cron.py
	bin/addons/base/rng/view.rng

bzr revid: p_christ@hol.gr-20090304073610-2ss5ju4lyyue79qv
bzr revid: p_christ@hol.gr-20090308214750-0bgr6yj85f8ixpjp
bzr revid: p_christ@hol.gr-20090312075024-1rqeqam5ipfofb9m
2009-03-12 09:50:24 +02:00
Christophe Simonis 2631f6e3da [IMP] make cron timers per db
bzr revid: christophe@taupe-20090304235328-z2h1e1u5zy2ex4c7
2009-03-05 00:53:28 +01:00
P. Christeas bba009f639 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/netsvc.py
	bin/sql_db.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090208175840-xmy5c53ijl3rs1l5
2009-02-08 19:58:40 +02:00
Christophe Simonis b34a2bb191 [REF] cron: use pool of db_name parameter
bzr revid: christophe@tinyerp.com-20090206134741-es5ne5artnhxbedd
2009-02-06 14:47:41 +01:00
Fabien Pinckaers 2dec81c06e bugfix
bzr revid: fp@tinyerp.com-20090206124458-z1x2tmqbyy8fz4x8
2009-02-06 13:44:58 +01:00
P. Christeas caa5ca5ae2 Merge branch 'master' of openobject-server into mdv-gpl3-py26
Conflicts:

	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090128135050-bb1ueo5ovziijg00
2009-01-28 15:50:50 +02:00
Geoff Gardiner 18b90ecdcf Set of label improvements to Open ERP Server.
bzr revid: gsg@pinot-grigio-20090126174029-y6niysxn4adegdxu
2009-01-26 17:40:29 +00:00
P. Christeas 50b323cc67 Instrument exceptions on ir_cron.
bzr revid: p_christ@hol.gr-20090114080256-7yzhck5hxze1i1nw
2009-01-14 10:02:56 +02:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Christophe Simonis c2cc3a3049 [FIX] psycopg2: in queries we must now use %s everywhere (no more %d or %f)
bzr revid: christophe@tinyerp.com-20081209123722-4kmv4pecjwiw3tm3
2008-12-09 13:37:22 +01:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Fabien Pinckaers 4e4e10b4c9 Renamed Model to Object
bzr revid: fp@tinyerp.com-20080821134955-iuoq8kwn17i6u4gn
2008-08-21 15:49:55 +02:00
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
stw 6c37c6d78c Community Days: Aubort Jean-Baptiste (Camptocamp SA)
bzr revid: stw-114ce994c0ac140d2a1dbebd05c57e589853bb61
2008-06-26 15:44:40 +00:00
stw 7134784787 add Copyright and GPL license into the Header of Python files
bzr revid: stw-eb6ee9b006e577bda6338caa450ec9795b12f9bc
2008-06-16 11:00:21 +00:00
ced c6e01ad76c base,mrp: allow to run scheduler in ir.cron
bzr revid: ced-009a7375f2545d69e0a981f461b000cda1a09008
2007-07-26 08:32:34 +00:00
ced 469d2bde44 BASE: fix typo in ir_cron
bzr revid: ced-1a573f9e6b6c8bf3b3937e8766c455c925bd1f29
2007-02-11 16:19:59 +00:00
ced a82d1dbb4e BASE: prevent exception in ir_cron
bzr revid: ced-679cd2ff62f8d26ce52ef443a64d5e5c120afcd9
2007-02-09 07:31:39 +00:00
pinky 004a0b996f New trunk
bzr revid: pinky-3f10ee12cea3c4c75cef44ab04ad33ef47432907
2006-12-07 13:41:40 +00:00