Skip to content
Snippets Groups Projects
  1. Dec 18, 2015
  2. Dec 31, 2014
  3. Dec 19, 2014
  4. Dec 15, 2014
  5. Dec 12, 2014
  6. Oct 02, 2014
    • jmustonen's avatar
      [FIX] odoo.py windows compatibility · 5544cf00
      jmustonen authored
      Prevent infinite loop when installing on windows
      Fixes #2825
      
      Tested to work on
      * Git Bash v1.9.4 on Windows 8.1 Professional
      * Ubuntu 12.04.5 LTS
      5544cf00
  7. Jun 30, 2014
  8. Jun 25, 2014
  9. Jun 23, 2014
  10. Jun 05, 2014
  11. Jun 02, 2014
  12. May 30, 2014
  13. May 29, 2014
  14. May 28, 2014
  15. Nov 27, 2012
  16. Nov 23, 2012
  17. Nov 22, 2012
  18. Oct 29, 2012
  19. Sep 22, 2012
  20. Sep 11, 2012
  21. Sep 07, 2012
  22. Sep 04, 2012
  23. Sep 03, 2012
  24. Aug 22, 2012
  25. Mar 29, 2012
  26. Mar 28, 2012
    • Vo Minh Thu's avatar
      [IMP] cron: alternative implementation: · 1b0bfd10
      Vo Minh Thu authored
      - The previous implementation was optimized to make few queries to the database
        but needed to keep some internal state.
      - That state was updated whenever the ir_cron table was modified by the ORM
        (this works only when the cron and web processes/threads are inside a single
        OpenERP server instance).
      - The new implementation is instead polling the database.
      - This is deemed acceptable in `normal` situation (i.e. not a SaaS with
        thousand of databases).
      - This makes it possible to avoid sharing state or the use of IPC.
      - This makes it possible to add/remove additional worker processes,
        possibly on different machines.
      - The code of the older implementation is removed in this commit but
        will be added back in a later commit: this is the 6.1 stable branch
        and we don't want to change the existing installation, but simply
        provide a solution for those running OpenERP with Gunicorn (which
        uses processes for which no cron state were shared).
      
      bzr revid: vmt@openerp.com-20120328090320-vshsfv3gt1ck34s1
      1b0bfd10
  27. Mar 16, 2012
  28. Mar 15, 2012
  29. Feb 14, 2012
  30. Feb 09, 2012
  31. Feb 02, 2012
  32. Feb 01, 2012
Loading