Skip to content
Snippets Groups Projects
  1. Sep 30, 2016
  2. Sep 08, 2016
  3. Sep 07, 2016
    • Simon Lejeune's avatar
      [REF] server: remove the openerp-gevent file · 76c7041c
      Simon Lejeune authored
      * use a special arg in odoo.py
      * note that the previous implementation was relying on the fact that
        the openerp-gevent file was located in the same directory than the
        odoo.py file. This was no longer true since rev a0eb172c
        This commit brings back this behavior.
      76c7041c
  4. Sep 02, 2016
  5. Dec 18, 2015
  6. Dec 31, 2014
  7. Dec 19, 2014
  8. Dec 15, 2014
  9. Dec 12, 2014
  10. 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
  11. Jun 30, 2014
  12. Jun 25, 2014
  13. Jun 23, 2014
  14. Jun 05, 2014
  15. Jun 02, 2014
  16. May 30, 2014
  17. May 29, 2014
  18. May 28, 2014
  19. Nov 27, 2012
  20. Nov 23, 2012
  21. Nov 22, 2012
  22. Oct 29, 2012
  23. Sep 22, 2012
  24. Sep 11, 2012
  25. Sep 07, 2012
  26. Sep 04, 2012
  27. Sep 03, 2012
  28. Aug 22, 2012
  29. Mar 29, 2012
  30. 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
  31. Mar 16, 2012
  32. Mar 15, 2012
  33. Feb 14, 2012
  34. Feb 09, 2012
Loading