1. 08 Aug, 2017 1 commit
    • Łukasz Nowak's avatar
      jupyter: Simplify ERP5kernel maintenance · 554dc32d
      Łukasz Nowak authored
      Instead of templating python code, make it static and parameterize it
      with parameters.
      
      kernel.json can pass default ERP5 url, which is (dirty) read by
      ERP5kernel. Additionally ERP5kernel.py is just linked into kernel
      directory, which simplifies debugging.
      
      Note: This commit is still dirty, but it prepares ERP5kernel.py to be
            packaged, thus there is no reason to make more changes and
            cleanup.
      
      /reviewed-on nexedi/slapos!206
      554dc32d
  2. 04 Aug, 2017 17 commits
  3. 02 Aug, 2017 1 commit
  4. 25 Jul, 2017 5 commits
  5. 21 Jul, 2017 2 commits
  6. 19 Jul, 2017 1 commit
  7. 18 Jul, 2017 1 commit
  8. 13 Jul, 2017 3 commits
  9. 12 Jul, 2017 1 commit
  10. 11 Jul, 2017 3 commits
    • Rafael Monnerat's avatar
      stack/caucase: Disable always failing promise · 80c79ec9
      Rafael Monnerat authored
       The principle of deployment on slapos is once the instance is read to use the
       all the promises must work and buildout would stop to run for a while. This
       Promise is been disable because it assumes the user must use the instance first
       them the promise will be green, which can cause endless failure.
      
       This fail until user do something makes tests and resilience fail, as there is
       no automation to emulate a user take some action.
      
       This problem MUST be reimplemented on the current way, and not assume user will
       do any action. Others promises can be added into monitor (but not this one like this).
      80c79ec9
    • Rafael Monnerat's avatar
      Update software.cfg · c84ab37e
      Rafael Monnerat authored
      c84ab37e
    • Rafael Monnerat's avatar
      stack/cacause: Do not use generic names · 7acc8e2b
      Rafael Monnerat authored
        extra-eggs conflicts with monitor setup.
      7acc8e2b
  11. 07 Jul, 2017 3 commits
  12. 05 Jul, 2017 2 commits