1. 30 Aug, 2019 23 commits
  2. 29 Aug, 2019 12 commits
  3. 28 Aug, 2019 5 commits
    • Rafael Monnerat's avatar
      5129bbdd
    • Boxiang Sun's avatar
      erp5: Extract erp5-doc as external repository · 20633753
      Boxiang Sun authored
      Not use erp5-doc as a submodule anymore
      
      /reviewed-on !613
      20633753
    • Jérome Perrin's avatar
      Include JSON schema lint in SR test suite · 91f268e0
      Jérome Perrin authored
      Usually when we make change to SlapOS profiles, we only check the result of SR test and sometimes problems in the json schema are introduced and we only notice this when we check the result of `SLAPOS-EGG-TEST`.
      
      This MR is about:
        - also running `slapos.cookbook` tests as part of `SLAPOS-SR-TEST`. This test in fact contain both "egg tests" for some recipes in nexedi/slapos repository and "lint test" for the formatting of json schemas for parameters (because this nexedi/slapos repository contain both some recipes and profiles).
        - fixing current problems with json schemas on master branch.
      
      /reviewed-on !612
      91f268e0
    • Jérome Perrin's avatar
      component/apache: compress application/javascript · a4205a48
      Jérome Perrin authored
      according to rfc4329, text/javascript is deprecated in favor of
      application/javascript, so make sure we also compress the "official"
      mime type for javascripts.
      
      /reviewed-on nexedi/slapos!609
      a4205a48
    • Jérome Perrin's avatar
      test.utils.makeRecipe: support running from software folder · 74a50d0a
      Jérome Perrin authored
      Now that we also run slapos.cookbook tests from SLAPOS-SR-TEST we cannot
      simply examine buildout.cfg, because unlike SLAPOS-EGG-TEST this
      repository is now checked out in parts of the software folder, not the
      instance folder.
      So that trick of looking up the egg directories in buildout does not
      work, because this is a software buildout.cfg ... instead, we assume
      that the standard eggs and develop-eggs directories are used.
      74a50d0a