1. 04 Aug, 2017 2 commits
  2. 02 Aug, 2017 1 commit
  3. 25 Jul, 2017 5 commits
  4. 21 Jul, 2017 2 commits
  5. 19 Jul, 2017 1 commit
  6. 18 Jul, 2017 1 commit
  7. 13 Jul, 2017 3 commits
  8. 12 Jul, 2017 1 commit
  9. 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
  10. 07 Jul, 2017 3 commits
  11. 05 Jul, 2017 3 commits
  12. 04 Jul, 2017 4 commits
  13. 03 Jul, 2017 3 commits
  14. 30 Jun, 2017 1 commit
  15. 29 Jun, 2017 4 commits
  16. 28 Jun, 2017 1 commit
  17. 27 Jun, 2017 1 commit
  18. 26 Jun, 2017 1 commit
    • Iliya Manolov's avatar
      Fixed Jupyter's Unicode file issues by setting the process' locale · e8359fe1
      Iliya Manolov authored
      @luke @Tyagov 
      
      When SlapOS launches services they don't have their locale set. This was causing problems with unicode characters in Jupyter notebook names. For example, calling the notebook "Ł" crashes Jupyter's kernel. Hardcoding the UTF-8 locale to the ipython_notebook script fixes that but we should look into making a generic fix for any other services that might have this issue in the future.
      
      /reviewed-on nexedi/slapos!193
      e8359fe1