An error occurred fetching the project authors.
  1. 13 Aug, 2019 1 commit
  2. 21 Feb, 2019 1 commit
  3. 28 Dec, 2018 2 commits
  4. 21 Sep, 2018 1 commit
  5. 06 Sep, 2018 3 commits
  6. 05 Sep, 2018 1 commit
  7. 31 Aug, 2018 2 commits
  8. 29 Jun, 2018 1 commit
    • Vincent Pelletier's avatar
      Stop using erp5 test recipe · 1436c63b
      Vincent Pelletier authored
      The goal is to drop slapos.cookbook:erp5.test
      
      No need for a recipe to do a bit of url parsing and generating 2 wrappers.
      Also, drop unused & empty "host-common" section.
      
      - stack/erp5: Add path to all binary links in PATH
      - stack/erp5: Add single quotation marks to not break parameters in many lines
      - stack/erp5: Fix path to avoid one section to overwrite the file from another section
      - stack/erp5: pass cloudooo host instead of the IP address. The IP address and cloudooo hostname are well in $SLAPPART/etc/hosts
      - stack/erp5: Use use-ipv6 instance parameter to control where caucased listens when locally deployed.
        Drop incomplete 6tunnel usage on balancer toward zopes.
      
      Tests are somehow happy test_result_module/20180626-62AD32BB test_result_module/20180626-70AC16FA
      
      If no objections I would like to merge tomorrow but feel free to press merge for me :)
      
      The goal is rebase nexedi/slapos!318 to fix the conflict and merge after tomorrow.
      
      /cc @rafael @vpelletier 
      
      /reviewed-on nexedi/slapos!347
      1436c63b
  9. 22 Jun, 2018 1 commit
  10. 10 Apr, 2018 2 commits
    • Alain Takoudjou's avatar
      Release slapos.cookbook 1.0.62 · 590b8521
      Alain Takoudjou authored
      590b8521
    • Alain Takoudjou's avatar
      slapos.cookbook: add new recipe for python promises plugin script generation with eggs · 6f7b3a31
      Alain Takoudjou authored
      This recipe will be used to generate promise in etc/plugin dir. It solve the problem of promise eggs
      dependencies and allow to set custom parameter to use in promise.
      
      The generated script will looks like:
      
          import sys
          sys.path[0:0] = [
            ...
          ]
      
          extra_config_dict = {
            'KEY': 'VALUE'
          }
      
          CONTENT
      
      CONTENT is a python code, the expected content looks like:
      
          from namespace.module import RunPromise
      
      then the promise section in buildout will be something like:
      
          [my-promise]
          recipe = slapos.cookbook:promise.plugin
          eggs =
            NAME
            ...
          output = OUTPUT
          content =
            from namespace.module import RunPromise
      
          config-KEY = VALUE
      6f7b3a31
  11. 04 Apr, 2018 1 commit
  12. 16 Mar, 2018 2 commits
  13. 14 Mar, 2018 3 commits
  14. 13 Feb, 2018 2 commits
  15. 15 Nov, 2017 1 commit
  16. 14 Nov, 2017 1 commit
  17. 09 Nov, 2017 1 commit
  18. 13 Sep, 2017 3 commits
  19. 04 Jul, 2017 1 commit
  20. 05 May, 2017 1 commit
  21. 18 Apr, 2017 2 commits
  22. 31 Jan, 2017 2 commits
  23. 09 Jan, 2017 2 commits
  24. 30 Dec, 2016 2 commits
  25. 24 Nov, 2016 1 commit