Skip to content
Snippets Groups Projects
  1. Oct 09, 2018
    • Adrian Torres's avatar
      [REM] packaging: drop PyYAML dependency · a277bfb4
      Adrian Torres authored
      Commit cf853a78 removed all yml tests
      and the yml import engine from Odoo forever, however PyYAML remains a
      dependency even though it's not used anymore.
      
      This commit removes any reference to this lib that could be found.
      
      closes odoo/odoo#27563
      a277bfb4
  2. Apr 24, 2018
  3. Apr 18, 2018
  4. Oct 12, 2017
    • Christophe Monniez's avatar
      [FIX] packages: fix docker images builds tests · 5dfa00cb
      Christophe Monniez authored
      The automated tests of rpm,deb and src packages are using docker
      images and containers. Those tests were not working as expected due
      to various small glitches:
      * some debian python- packages were missing in the Debian image
      * pip was called instead of pip3 for the src test
      * a wrong addons path was given for the tests
      * the containers id's were wrong due to a bytes implicitly converted
        to str
      5dfa00cb
    • Christophe Monniez's avatar
      [REM] remove any openid reference · fc76b1d5
      Christophe Monniez authored
      Purpose: openid is not used anymore in Odoo, therefore it can be
      safely removed.
      fc76b1d5
  5. Oct 03, 2017
  6. Jun 09, 2017
  7. May 26, 2017
  8. Oct 24, 2016
  9. Jun 10, 2016
    • Simon Lejeune's avatar
      [REF] ir_qweb: less webasset: compress output instead of minifying it · 123e51f4
      Simon Lejeune authored
      * Remove dependency on less-plugin-clean-css which distribution
        packages are broken on debian stretch and derivated.
      * Updated documentation.
      * Lessc provides a `--compress` argument that could solve this issue.
        According to the documentation at http://lesscss.org/usage/: "[...]
        Compress using less built-in compression. This does an okay job but
        does not utilise all the tricks of dedicated css compression[...]"
        However, using this argument works on lessc 2.5.3 but not on 1.4.2
        (`--compress` arg is present but seems to be break some rules
        i haven't been able to put my finger on).
      * Finally, use the minification of the StylesheetAsset that takes care
        of removing the spaces, the comments and the sourcemap with regexes.
      
      fixes issue #9113
      123e51f4
  10. Nov 26, 2015
  11. Nov 10, 2015
  12. Sep 28, 2015
  13. Sep 11, 2015
  14. Jul 31, 2015
  15. Jul 23, 2015
  16. Jul 14, 2015
  17. Feb 23, 2015
  18. Feb 20, 2015
  19. Jan 20, 2015
  20. Jan 15, 2015
    • Aaron Bohy's avatar
      [FIX] Packaging: Debian Dockerfile for nightly tests · 67959566
      Aaron Bohy authored
      Remove installation of v8 requirements in package.dfdebian as this
      is unnecessary for v7. This fixes a bug occuring during the installation
      of openerp (precisely when installing reportlab dependencies), because
      reportlab now requires a more recent version of pillow than 2.5.1.
      Also use pip instead of /usr/local/bin/pip in test_tgz (package.py)
      as pip script isn't installed there anymore.
      67959566
  21. Dec 19, 2014
  22. Dec 09, 2014
Loading