An error occurred fetching the project authors.
  1. 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
  2. 04 Apr, 2018 1 commit
  3. 16 Mar, 2018 2 commits
  4. 14 Mar, 2018 3 commits
  5. 13 Feb, 2018 2 commits
  6. 15 Nov, 2017 1 commit
  7. 14 Nov, 2017 1 commit
  8. 09 Nov, 2017 1 commit
  9. 13 Sep, 2017 3 commits
  10. 04 Jul, 2017 1 commit
  11. 05 May, 2017 1 commit
  12. 18 Apr, 2017 2 commits
  13. 31 Jan, 2017 2 commits
  14. 09 Jan, 2017 2 commits
  15. 30 Dec, 2016 2 commits
  16. 24 Nov, 2016 2 commits
  17. 15 Nov, 2016 1 commit
  18. 26 Oct, 2016 2 commits
  19. 12 Oct, 2016 1 commit
  20. 10 Oct, 2016 1 commit
  21. 27 Sep, 2016 1 commit
  22. 19 Sep, 2016 2 commits
  23. 15 Sep, 2016 1 commit
  24. 24 Jun, 2016 1 commit
  25. 23 Jun, 2016 2 commits